body {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
em,
i {
  margin: 0;
}

head,
body {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}

body {
  min-width: 1024px;
}

input:focus::-webkit-contacts-auto-fill-button {
  opacity: 0;
}

a {
  text-decoration: none !important;
  color: #333;
}

input[type="text"],
button {
  outline: none;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* 椤堕儴鑱旂郴鏂瑰紡灞曠ず */
.yongyou-top-concat {
  width: 100%;
  z-index: 9;
  background-color: #000000;
}
.yongyou-top-concat-cont {
  width: 1200px;
  height: 30px;
  margin: 0 auto;
  text-align: right;
  font-size: 12px;
  color: #fff;
  line-height: 30px;
}
.yongyou-top-concat-cont span {
  display: inline-block;
  line-height: 30px;
  height: 30px;
  padding: 0 10px;
}
.yongyou-top-concat-cont a {
  color: #fff;
}
.yongyou-top-concat-cont span img {
  height: 12px;
  width: 15px;
}

.yongyou-top-concat-sub {
  background-color: #f5f5f5;
}
.yongyou-top-concat-sub p {
  padding: 10px 30px;
  width: 19%;
  color: #111111;
  font-weight: 500;
  font-size: 18px;
}
.yongyou-top-concat-sub a {
  text-align: center;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  width: 19%;
  color: #555555;
}

.yongyou-top-left {
  height: 100%;
  width: 1200px;
  margin: 0 auto;
  text-align: right;
  font-size: 12px;
  color: #fff;
  line-height: 30px;
  max-width: 90%;
}

.yongyou-top-left .tryout {
  color: #fff;
}

.yongyou-top-left .line {
  font-style: inherit;
}

.yongyou-top-left .login {
  color: #fff;
}

.yongyou-top-left .phone {
  margin-right: 10px;
  color: #fff;
}

.yongyou-top-left .login img {
  width: 10px;
  height: 11px;
}

/*瀵艰埅logo鍚庨潰鍩庡競鏍峰紡*/
.header-left {
  width: 130px;
}

.header-left .btn-group {
  float: right;
  margin-top: 15px;
  font-size: 15px;
}

.header-left .btn-group .btn-default {
  border: none;
}

.header-left .dropdown-menu {
  height: 400px;
  overflow-y: auto;
}

/*瀵艰埅logo鍚庨潰鍩庡競鏍峰紡*/

.yongyou-nav {
  width: 100%;
  min-width: 1024px;
  height: 60px;
  position: fixed;
  /**top: 30px;**/
  left: 0;
  background: #fff;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 999;
}

.yongyou-nav .container {
  max-width: 1440px;
  padding-right: 20px;
  /* padding-left: 20px; */
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}

.yongyou-nav .container .headers {
  position: relative;
  height: 60px;
  z-index: 8;
  display: flex;
  align-items: center;
}

.yongyou-nav .yongyou-logo .logo-pc-box {
  width: 50px;
  height: auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.headers .header-left a {
  display: block;
  height: 100%;
  width: 50px;
  float: left;
}

.headers > nav {
  float: left;
  /* background: #fff; */
  margin-left: 70px;
  flex: 1;
}

.headers > button {
  background-image: linear-gradient(90deg, #d1201d 0%, #e13f27 100%);
  border-radius: 4px;
  border: 0;
  width: 88px;
  height: 30px;
  font-size: 14px;
  color: #fff;
}

.headers > button:hover {
  background-image: linear-gradient(90deg, #e13f27 0%, #e13f27 100%);
}

.menu {
  font-size: 12px;
  height: 60px;
  margin-bottom: 0;
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.menu li {
  line-height: 60px;
  padding: 0 40px 0 0;
  -webkit-transition: line-height 0.4s;
  transition: line-height 0.4s;
}

.menu li {
  position: relative;
  padding: 0px 25px;
  height: 100%;
  line-height: 70px;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.menu li a {
  padding: 0;
  color: #333;
  font-size: 15px;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}

.menulist .stern ul {
  margin-top: 30px;
}

.menulist .stern {
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 1000;
  height: 100%;
  width: 200px;
  background-color: #fbf5f5;
  padding-left: 23px;
}
.menulist .stern strong {
  position: absolute;
  bottom: 20px;
  /* top: 80%; */
  /* display: inline-block; */
  font-size: 12px;
  color: #e60012;
  line-height: 20px;
  margin-right: 7px;
  cursor: pointer;
  font-weight: 500;
  /* margin-top: 180px; */
}
.menulist .stern strong span{
  display: block;
  text-align: right;
  white-space: nowrap;
}
.menulist .stern strong img {
  width: 13px;
  height: 13px;
  margin-top: -6px;
}
.menulist .stern h3 {
  /* margin-left: 23px; */
  margin-top: 30px;
}

.menulist .stern ul li a {
  color: #000000;
  font-size: 14px;
}

.menulist .stern ul li a:hover {
  color: #d80a14;
  text-decoration: underline !important;
  cursor: pointer;
}

.menulist .list {
  float: left;
  width: 760px;
}

.menulist .list {
  border-radius: 0 0 5px 5px;
  width: 100%;
  background: #FFFFFF;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5ffffff, endColorstr=#E5ffffff);
  display: none;
}

.menulist .container {
  width: 100%;
}

.container-twomenulist {
  width: 100%;
}

.container {
  width: 100%;
}

li.nav-up-selected .xiala-hui {
  display: none;
}

.menu .xiala-hui {
  display: inline-block;
}

.small-menu li.nav-up-selected,
.menu li.nav-up-selected {
  /* background: #D80A14; */
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.menu .xiala-hong {
  display: none;
}

.small-menu li.nav-up-selected,
.menu li.nav-up-selected {
  /* background: #D80A14; */
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.menu li {
  line-height: 60px;
  padding: 0 40px 0 0;
  -webkit-transition: line-height 0.4s;
  transition: line-height 0.4s;
}

li.nav-up-selected .xiala-hong {
  display: inline-block;
}

.menu li.nav-up-selected a {
  color: #c13939;
}

.menulist {
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 9;
  max-height: calc(100vh - 120px);
  max-height: -moz-calc(100vh - 120px);
  max-height: -moz-calc(100vh - 120px);
  max-height: 570px;
  position: relative;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.13);
}

.menulist-left-ul {
  display: inline-block;
  height: 100%;
  width: 135px;
  padding-left: 30px;
  vertical-align: top;
  position: absolute;
  background-color: #FBF5F5;
  /* min-height: 249px; */
}

.menulist-left-ul li {
  font-size: 14px;
  line-height: 14px;
  color: #000;
  font-weight: 600;
  margin: 18px 0 10px;
  padding-left: 5px;
  border-left: 3px solid transparent;
}

.menulist-left-ul li.active {
  color: #c13939;
  border-left: 3px solid #c13939;
}

.menulist-left-ul li:hover {
  cursor: pointer;
}

.menulist .list .main li a:hover {
  color: #d80a14;
  text-decoration: underline !important;
  cursor: pointer;
}

.menulist .list .main li a {
  font-size: 12px;
  color: #666;
}

.menulist .list .main li b {
  font-size: 14px;
  margin-bottom: 5px;
  border-bottom: 1px solid #333;
}

.menulist .list .main li a,
.menulist .list .main li b {
  display: block;
  cursor: pointer;
}

.menulist .list .main li a {
  line-height: 2;
  font-size: 14px;
  padding: 0;
}

.menulist .list .main li .maincol6,
.menulist .list .main li .maincol4 {
  padding: 0;
}

a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline;
}

a:active,
a:hover {
  outline: 0;
}

.menulist .list .main .row {
  margin: 0 !important;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.menulist .list .main {
  /* display: inline-block; */
  width: 75%;
  vertical-align: top;
}

.menulist .list .main {
  position: relative;
  /* margin: 0px auto; */
  padding: 15px 10px;
  margin-left: 150px;
}

.container-twomenulist .main-right-ul > li:first-child {
  display: block;
}

.menulist .list .main li {
  text-align: left;
}

.container-twomenulist .main-right-ul > li {
  display: none;
}

/* .menulist-left-ul::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 86%;
  background-color: #ddd;
  top: 18px;
  right: 0;
} */

.yongyou-nav .yongyou-logo {
  line-height: 60px;
}

.menu li a img {
  width: 12px;
  height: 7px;
  margin-left: 2px;
}

.main {
  padding-top: 60px;
}

.linellae {
  height: 4px;
  width: 100%;
  background-color: #c13939;
}

.index-banner-one-slide-pc img {
  width: 100%;
  height: 100%;
}

body .swiper-container-horizontal > .index-banner-one-pagination {
  bottom: 50px;
}

.swiper-pagination-custom {
  bottom: 5%;
  left: 0;
  width: 100%;
  height: 20px;
  /* background-color: red; */
  text-align: center;
}

/*鑷畾涔夊垎椤靛櫒鐨勬牱寮忥紝杩欎釜浣犺嚜宸辨兂瑕佷粈涔堟牱瀛愯嚜宸卞啓*/
.swiper-pagination-customs {
  width: 20px;
  height: 6px;
  display: inline-block;
  background: #fff;
  opacity: 0.5;
  margin: 0 5px;
  outline: 0;
}

.swiper-pagination-bullet {
  width: 20px;
  height: 6px;
  border-radius: 0;
  background: #9e9e9e;
  opacity: 0.6;
  margin: 0 5px;
  outline: 0 none !important;
}

.swiper-pagination-bullet-active {
  background-color: #c13939;
  width: 40px;
  opacity: 1;
}

/*鑷畾涔夊垎椤靛櫒婵€娲绘椂鐨勬牱寮忚〃鐜�*/
.swiper-pagination-customs-active {
  opacity: 1;
  width: 40px;
}

.enterprise-service {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}

.enterprise-service img {
  width: 100%;
}

.index-banner-one-slide-pc {
  font-size: 0;
}

.down {
  position: fixed;
  top: -88px;
  left: 0;
  box-shadow: 0 0 5px #666;
}

.up {
  top: -88px;
  left: 0;
  box-shadow: 0 0 5px #666;
  position: fixed;
  -webkit-transform: translateY(88px);
  -moz-transform: translateY(88px);
  -ms-transform: translateY(88px);
  -o-transform: translateY(88px);
  transform: translateY(88px);
  -webkit-transition: -webkit-transform 0.3s linear;
  -moz-transition: -moz-transform 0.3s linear;
  -ms-transition: -ms-transform 0.3s linear;
  -o-transition: -o-transform 0.3s linear;
  transition: transform 0.3s linear;
}

.enterprise-service .s_nav {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.index-banner-service .swiper-slide:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  background: #333;
  opacity: 0.6;
}

.enterprise-service .s_nav ul {
  overflow: hidden;
  width: 100%;
  padding-left: 0;
}

.enterprise-service .s_nav ul li {
  float: left;
  width: 12.5%;
  text-align: center;
  line-height: 60px;
  background-color: rgba(51, 51, 51, 0.6);
}

.enterprise-service .s_nav ul li a {
  color: #fff;
  display: block;
  font-size: 14px;
  position: relative;
}

.enterprise-service .s_nav ul li a::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 40px;
  background-color: #333;
  opacity: 60%;
  position: absolute;
  top: 10px;
  right: 0;
}

.enterprise-service .s_nav ul li a:hover,
.enterprise-service .s_nav ul li a.active {
  background-color: #c13939;
}

.enterprise-service .s_nav ul li a:hover::after {
  opacity: 0;
}

.enterprise-service .txt {
  position: absolute;
  top: 225px;
  left: 217px;
  z-index: 2;
}

.enterprise-service .txt .p1 {
  font-size: 22px;
  font-weight: 600;
  color: #d22926;
  margin-bottom: 27px;
}

.enterprise-service .txt .p1 img {
  width: auto;
  height: 40px;
}

.enterprise-service .txt h3 {
  font-size: 40px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 40px;
}

.enterprise-service .txt .p2 {
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 0;
  margin-top: 20px;
  max-width: 600px;
  line-height: 33px;
}

.swiper-pagination {
  width: 100%;
}

.enterprise-service .txt .txt_btn {
  margin-top: 20px;
}

.enterprise-service .txt .txt_btn .demonstration {
  background: #ffffff;
  border-radius: 4px;
  font-size: 16px;
  color: #c13939;
  letter-spacing: 0;
  text-align: center;
  line-height: 16px;
  width: 140px;
  height: 44px;
  border: 0;
  margin-right: 22px;
}

.enterprise-service .txt .txt_btn .applyfor {
  background: #de3a25;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  line-height: 16px;
  width: 140px;
  height: 44px;
  border: 0;
}

.enterprise-service .txt .txt_btn .applyfor:hover,
.enterprise-service .txt .txt_btn .demonstration:hover {
  opacity: 0.8;
}

.growup video {
  width: 100%;
}

.logo-web-box {
  display: none;
}

.main .growup .g_txt {
  width: 576px;
  text-align: center;
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -275px;
}

.main .growup .g_txt h3 {
  font-size: 60px;
  color: #ffffff;
  letter-spacing: 0;
}

.main .growup .g_txt p {
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 0;
  margin-top: 30px;
}

.main .growup {
  position: relative;
}

.main .growup .g_txt button {
  background-image: linear-gradient(90deg, #d1201d 0%, #e13f27 100%);
  border-radius: 4px;
  border: 0;
  width: 140px;
  height: 44px;
  font-size: 16px;
  color: #fff;
  margin-top: 27px;
  margin-right: 30px;
}

.main .growup .g_txt button:hover {
  opacity: 0.8;
}

.main .f_brief {
  padding: 0 100px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgb(51, 51, 51, 0.6);
}

.main .f_brief ul {
  overflow: hidden;
  margin-bottom: 0;
}

.main .f_brief ul li {
  position: relative;
  float: left;
  height: 110px;
  width: 25%;
  text-align: center;
}

.main .f_brief ul li:hover {
  background: rgba(255, 255, 255, 0.15);
}

.main .f_brief ul li a {
  color: #fff;
  display: inline-block;
  margin-top: 20px;
  width: 200px;
  text-align: left;
}

.main .f_brief ul li p {
  margin-top: 10px;
  font-size: 12px;
}

.main .f_brief ul li h6 {
  font-size: 18px;
}

.main .f_brief ul li::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 80px;
  background-color: rgba(153, 153, 153, 0.39);
  position: absolute;
  right: 0;
  top: 15px;
}

.main .f_brief ul li:first-child + li + li + li::after {
  display: none;
}

.main .report {
  position: relative;
  height: 576px;
  max-width: 1440px;
  margin: 0 auto;
}

.main .report img {
  width: 100%;
}

.main .report .r_txt {
  position: absolute;
  top: 60px;
  text-align: center;
  padding: 0 130px;
  width: 100%;
}

.main .report .r_txt h2 {
  font-size: 32px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 32px;
  margin-bottom: 50px;
}

.main .report .r_txt .secondlevel {
  overflow: hidden;
}

.main .report .r_txt .secondlevel .secondlevel_left {
  position: absolute;
  width: 321px;
  left: 50%;
  margin-left: -355px;
  box-shadow: 1px 5px 10px 1px rgba(0, 0, 0, 0.2);
}

.main .report h2 .red_line b {
  font-size: 32px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 32px;
}

.main .report h2 .red_line span {
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 45px;
}

.main .report .red_line {
  position: absolute;
  left: 50%;
}

.main .report .r_txt .secondlevel .secondlevel_right {
  text-align: left;
  position: absolute;
  left: 50%;
  top: 170px;
}

.main .report .r_txt .secondlevel .secondlevel_right h4 {
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 24px;
}

.main .report .r_txt .secondlevel .secondlevel_right button {
  border: 0;
  width: 140px;
  height: 44px;
  font-size: 19px;
  font-weight: 400;
  color: #fff;
  border-radius: 5px;
  background-color: #d42620;
  margin-top: 35px;
}

.main .report .r_txt .secondlevel .secondlevel_right button:hover {
  opacity: 0.8;
}

.main .report .r_txt .secondlevel .secondlevel_right p {
  font-size: 16px;
  color: #666666;
  letter-spacing: 0;
}

.main .report h2 {
  position: absolute;
  height: 97px;
  width: 100%;
  background-color: #c13939;
  top: 105px;
  box-shadow: 1px 5px 10px 1px rgba(0, 0, 0, 0.2);
}

.main .enjoy {
  position: relative;
  height: 630px;
  max-width: 1440px;
  margin: 0 auto;
}

.main .enjoy img {
  width: 100%;
  height: 100%;
}

.main .enjoy .case img {
  width: 130px;
}

.main .enjoy .case h3 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 25px;
}

.main .enjoy .case {
  position: absolute;
  top: 40px;
  left: 50%;
  /* transform: translate(-50%,0); */
  margin-left: -562px;
}

.main .enjoy .case .content {
  /* padding: 0 136px; */
  /* width: 1520px; */
  width: 1125px;
}

.main .enjoy .case .content .content_item ul {
  overflow: hidden;
}

.main .enjoy .case .content .content_item ul li {
  float: left;
  width: 48%;
  margin: 1%;
  background-color: #ffffff;
  height: 190px;
  border: 1px solid #dddddd;
  padding: 10px;
  position: relative;
  border-radius: 3px;
}

.main .enjoy .case .content .content_item ul li:hover {
  /**border-color: #d3231e;**/
  box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}

.main .enjoy .case .case_btn {
  text-align: center;
}

.main .enjoy .case .content .content_item ul li a {
  display: block;
  height: 100%;
}

.main .enjoy .case .content .content_item ul li a h6 {
  font-size: 13px;
  color: #6b6b6b;
  letter-spacing: 0;
  text-align: right;
  line-height: 14px;
  margin-top: -15px;
}

.main .enjoy .case .content .content_item ul li a p {
  font-size: 12px;
  color: #333333;
  letter-spacing: 0;
  margin-top: 5px;
  padding: 0 10px;
}

.main .enjoy .case .content .content_item ul li a .product {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 96%;
  /**border-top: 1px solid #dddddd;**/
  margin: -5px 20px;
  line-height: 40px;
}

.main .enjoy .case .content .content_item ul li a .product i {
  font-style: inherit;
  color: #6f6b6b;
  font-size: 14px;
}

.main .enjoy .case .content .content_item ul li a .product span {
  padding: 1px 6px 1px 3px;
  border: 1px solid #999999;
  font-size: 10px;
  color: #999999;
  margin: 0 5px;
  border-radius: 2px;
  font-style: oblique;
}

.main .enjoy .case .content .content_item ul li a .product span:hover {
  border: 1px solid #d3231e;
  color: #d3231e;
}

.main .enjoy .case .content .s_content {
  width: 100%;
}

.main .enjoy .case .content .content_item ul li a .product .t_r {
  border-color: #c13939;
  color: #c13939;
}

.main .enjoy .case .case_btn button {
  width: 140px;
  height: 44px;
  border: 0;
  background-color: #d3231e;
  color: #ffffff;
  border-radius: 4px;
  margin-top: 30px;
}

.main .enjoy .case .case_btn button:hover {
  opacity: 0.8;
}

.swiper-pagination-customs-active {
  background-color: #c13939;
}

.main .enjoy .case .swiper-pagination-custom {
  bottom: 10%;
}

.trust {
  height: 576px;
  width: 100%;
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}

.trust img {
  width: 100%;
  height: 100%;
}

.trust .learnmore {
  position: absolute;
  top: 60px;
}

.trust .learnmore dl .more_line {
  width: 44px;
  height: 6px;
  display: inline-block;
  background-color: #c13939;
}

.trust .learnmore dl dt {
  font-size: 25px;
  color: #c13939;
}

.trust .learnmore dl dd {
  width: 321px;
  color: #ffffff;
}

.trust .learnmore dl button {
  margin-top: 23px;
  background-color: #df3c26;
  border-radius: 5px;
  outline: 0 none !important;
}

.trust .learnmore dl button:hover {
  opacity: 0.8;
}

.trust .learnmore dl .more_img {
  margin-top: 30px;
  width: 405px;
}

.news {
  overflow: hidden;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.news-and-trends {
  height: 576px;
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}

.news-and-trends img {
  width: 100%;
  height: 100%;
}

.news-and-trends .news_content .am-g {
  height: 576px;
}

.news-and-trends .news_content .am-g .am-u-sm-4 {
  width: 120px;
}

.news-and-trends .news_content .am-g .am-u-sm-8 {
  width: calc(100% - 120px);
  padding-left: 0;
}

.news-and-trends .news_content {
  padding: 0 135px;
  height: 505px;
  position: absolute;
  top: 0;
}

.news-and-trends .news_content h2 {
  font-size: 27px;
  font-weight: 600;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  line-height: 80px;
}

.news-and-trends .news_content .am-u-sm-3 dd {
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  height: 115px;
}

.news-and-trends .news_content .am-u-sm-5 {
  height: 400px;
  width: 46%;
  margin-top: -16px;
}

.news-and-trends .news_content .am-u-sm-3:hover {
  box-shadow: 5px 5px 10px 1px rgba(14, 13, 13, 0.2);
  cursor: pointer;
  transition: all 0.3s;
}

.news-and-trends .news_content .am-u-sm-3:hover img {
  transform: scale(1.024);
  transition: transform 0.3s cubic-bezier(0, 0, 0.81, 1.46);
}

.news-and-trends .news_content .am-u-sm-3 {
  height: auto;
  background-color: #ffffff;
  margin: 0 7px;
  padding: 0;
  position: relative;
  max-width: 380px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.news-and-trends .news_content .am-u-sm-3 .news_line {
  display: inline-block;
  width: 28px;
  height: 4px;
  background-color: #c13939;
}

.news-and-trends .news_content .am-u-sm-3 dl {
  padding: 0 18px;
}

.news-and-trends .news_content .am-u-sm-3 dl button {
  background-color: #ffffff;
  color: #999999;
  border-color: #999999;
  position: absolute;
  bottom: 20px;
  right: 20px;
  border-radius: 5px;
}

.news-and-trends .news_content .am-u-sm-3 dl:hover {
  opacity: 0.8;
}

.news-and-trends .news_content .am-u-sm-5 .am-g .am-u-sm-4 img {
  height: 70px;
  width: 90%;
}

.news-and-trends .news_content .am-u-sm-5 .am-g .am-u-sm-4 {
  padding: 0;
}

.news-and-trends .news_content .am-u-sm-5 .am-g:first-child + div + div + div {
  border: 0;
}

.news-and-trends .news_content .am-u-sm-5 .am-g {
  height: 22%;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #d9d9d9;
  margin: 15px;
  cursor: pointer;
}

.news-and-trends .news_content .am-u-sm-5 .am-g:hover,
.news-and-trends .news_content .am-u-sm-5 .am-g:hover div + div + div {
  /*border-bottom: 1px solid #c13939;*/
}

.news-and-trends .news_content .am-u-sm-5 .am-g:hover dl dt {
  color: #c13939;
}

.news-and-trends .news_content .am-u-sm-5 .am-g:hover dl dd {
  color: rgba(193, 57, 57, 0.6);
}

.news-and-trends .news_content .am-u-sm-5 .am-g:nth-child(1) {
  margin-top: 16px;
}

.news-and-trends .news_content .am-u-sm-5 .am-g dl dd {
  font-size: 12px;
  color: #999999;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-and-trends .news_content .am-u-sm-5 .am-g dl dt {
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.news-and-trends .news_content button {
  background-color: transparent;
  color: #999999;
  border-color: #999999;
  margin-top: 7px;
  margin-right: 80px;
  float: right;
  outline: 0 none !important;
}

.news-and-trends .news_content button:hover {
  opacity: 0.8;
  cursor: pointer;
  color: #d3231e;
  border-color: #d3231e;
}

.innovate .am-btn-danger {
  background-color: #dd3825;
  width: 171px;
  border-radius: 7px;
  height: 41px;
}

.innovate .am-btn-danger:hover {
  opacity: 0.9;
}

.main .innovate {
  height: 480px;
  width: 100%;
  position: relative;
}

.main .innovate img {
  width: 100%;
  height: 100%;
}

.main .innovate .innovate_txt {
  position: absolute;
  top: 35px;
  text-align: center;
  left: 50%;
  margin-left: -354px;
}

.main .innovate .innovate_txt .txt_bottom .am-g .am-u-sm-3 p {
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  line-height: 22px;
}

.main .innovate .innovate_txt .txt_bottom .am-g .am-u-sm-3 {
  padding: 0 47px;
}

.main .innovate .innovate_txt .txt_bottom {
  width: 708px;
  margin-top: 5px;
  margin-bottom: 35px;
}

.main .innovate .innovate_txt .txt_top h5 {
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 65px;
}

.main .innovate .innovate_txt .txt_top h2 {
  font-size: 45px;
  font-weight: 1000;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 10px;
}

.main .innovate .innovate_txt .txt_top h4 {
  font-size: 25px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0px;
  line-height: 32px;
  line-height: 88px;
}

.footer .container {
  padding: 40px 80px;
}

.footer {
  background: #242424;
  width: 100%;
  font-size: 14px;
}

.footer .footer-right {
  float: left;
  padding-left: 20px;
}

.footer .footer-right {
  float: right;
}

.footer .footer-right ul,
.footer .footer-right ul {
  float: left;
  line-height: 25px;
  font-size: 16px;
}

.footer .footer-right {
  width: 75%;
}

.footer .footer-right ul {
  width: 19%;
}

.footer .footer-right ul li {
  font-size: 16px;
}

.footer .footer-right span {
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 18px;
}

.footer .footer-right a:hover {
  color: #ff4236;
}

.footer .footer-right a,
.footer .footer-right .bai {
  color: #eaeaea;
  font-size: 13px;
}

.footer .footer-right span {
  color: #fff;
}

.footer .footer-right .tel {
  font-size: 20px;
  font-weight: bold;
}

.footer .footer-right .footerUl {
  float: right;
  margin: 0;
}

.footer .footer-right .footerUl li {
  width: 120px;
  height: 120px;
}

.footer .footer-right .footerUl li img {
  width: 100%;
  height: 100%;
}

.footer .footer-bottom {
  background: #333333;
  height: 60px;
  font-size: 13px;
}

.footer-bottom .container {
  padding: 0 0 0 6%;
}

.footer-bottom .container ul {
  margin: 0;
  display: inline-block;
  line-height: 57px;
}

.footer-bottom .container ul li {
  float: left;
}

.footer .footer-bottom ul li span {
  margin: 0px 5px;
  color: #666;
}

.footer-bottom .container ul li a:link,
.footer-bottom .container ul li a:visited {
  color: #878787;
}

.footer-bottom .container ul li a {
  font-size: 13px;
}

.footer .footer-bottom .fr {
  float: right;
  overflow: hidden;
  color: #666;
  line-height: 57px;
}


.footer .container .footer-top .footer-one-cont {
  float: left;
  border-right: 1px solid #b3b3b3;
  padding-right: 40px;
}

.footer .container .footer-top .footer-one-cont .footerTwo .find a {
  color: #cacaca;
  text-decoration: underline !important;
}

.footer .container .footer-top .footer-one-cont .footerTwo .f_logo img {
  width: 100%;
}

.footer .container .footer-top .footer-one-cont .footerTwo .f_logo {
  width: 49px;
}

.footer .container .footer-top .footer-one-cont .footerTwo .phone {
  margin-top: 13px;
}

.footer .container .footer-top .footer-one-cont .footerTwo .icon {
  margin-top: 8px;
  position: relative;
}

.footer
  .container
  .footer-top
  .footer-one-cont
  .footerTwo
  .icon
  .microblogqrcode {
  width: 150px;
  position: absolute;
  display: none;
  z-index: 5;
}

.footer
  .container
  .footer-top
  .footer-one-cont
  .footerTwo
  .icon
  .microblogqrcode
  img {
  width: 85%;
  height: 120px;
}

.footer .container .footer-top .footer-one-cont .footerTwo .icon .WeChatqrcode {
  width: 150px;
  position: absolute;
  display: none;
  z-index: 5;
}

.footer
  .container
  .footer-top
  .footer-one-cont
  .footerTwo
  .icon
  .WeChatqrcode
  img {
  width: 85%;
  height: 120px;
}

.footer .container .footer-top .footer-one-cont .footerTwo .icon img {
  margin-right: 18px;
  width: 30px;
}

.footer .footer-bottom .copyright {
  color: #878787;
  line-height: 57px;
  font-size: 12px;
}

.footer .footer-bottom .fl {
  float: left;
}

.navbar-toggle {
  display: none;
}

.index-banner-one-slide-web {
  display: none;
}

.video-modal-wrapper {
  position: absolute;
  width: 700px;
  top: calc(50% - 250px);
  left: calc(50% - 350px);
  font-size: 0;
  background-color: #000;
  border: none;
}

.video-close-btn {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 0;
  right: 0;
  background-size: contain;
  background-image: url(../img/icon/close_grey_1.svg);
  cursor: pointer;
  z-index: 9;
}

.video-modal-wrapper video {
  max-width: 700px;
  width: 100%;
  height: 500px;
  outline: none;
}

@media screen and (max-width: 770px) {
  .news-and-trends .news_content .am-u-sm-5 {
    margin-top: 0;
  }

  .footer .container .footer-top .footer-one-cont .footerTwo .kg {
    height: 0 !important;
    width: 100%;
  }

  body {
    min-width: auto;
  }

  .index-banner-one-slide-pc {
    display: none;
  }

  .index-banner-one-slide-web {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .news-and-trends .index-banner-one-slide-web {
    height: 100%;
  }

  .index-banner-one-slide-web img {
    width: 100%;
  }

  .swiper-pagination {
    text-align: center;
  }

  .index-banner-one {
    height: auto !important;
  }

  body .swiper-container-horizontal > .index-banner-one-pagination {
    bottom: 8vh;
  }

  .swiper-pagination-customs {
    width: 5vw;
    height: 0.6vh;
  }

  .index-banner-one .swiper-pagination-customs-active {
    width: 7vw;
    background-color: #c44a4a;
  }

  .enterprise-service .s_nav ul li a {
    font-size: 3vw;
  }

  .enterprise-service .txt .p2 {
    font-size: 4vw;
    line-height: 5vh;
    margin: 0;
  }

  .enterprise-service .txt .p1 {
    font-size: 4vw;
    margin-bottom: 0;
  }

  .enterprise-service .txt h3 {
    font-size: 6vw;
    /* line-height: 9vh; */
  }

  .enterprise-service .txt .txt_btn .demonstration,
  .enterprise-service .txt .txt_btn .applyfor {
    font-size: 3vw;
    width: 26vw;
    height: 6vh;
  }

  .enterprise-service .txt {
    /* top: 0; */
    left: 50%;
    transform: translate(-50%, 0);
    width: 80%;
    text-align: center;
    bottom: 12vh;
    top: inherit;
  }

  .enterprise-service .s_nav ul li {
    line-height: 4vh;
  }

  .enterprise-service .s_nav ul li a::after {
    height: 2vh;
    top: 1vh;
    width: 0.2vw;
  }

  .main .growup .g_txt {
    width: 75%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-left: 0;
  }

  .main .growup .g_txt h3 {
    font-size: 6vw;
  }

  .main .growup .g_txt p {
    font-size: 4vw;
    margin-top: 1vh;
    margin-bottom: 0;
  }

  .main .growup .g_txt button {
    width: 27vw;
    height: 5vh;
    margin-top: 2vh;
    font-size: 3vw;
  }

  .main .growup .g_txt button:hover {
    opacity: 0.8;
  }

  .main .f_brief {
    padding: 0;
  }

  .main .f_brief ul li {
    width: 50%;
    height: 11vh;
  }

  .main .f_brief ul li:nth-child(2)::after {
    display: none;
  }

  .main .f_brief ul li:nth-child(1) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .main .f_brief ul li:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .main .f_brief ul li h6 {
    font-size: 3vw;
  }

  .main .f_brief ul li a {
    text-align: center;
    width: 96%;
    margin-top: 1vh;
  }

  .main .f_brief ul li p {
    margin-top: 1vh;
    margin-bottom: 0;
    font-size: 2vw;
  }

  .main .f_brief ul li::after {
    top: 50%;
    transform: translate(0, -50%);
    width: 0.3vw;
    height: 55%;
    background-color: rgba(255, 255, 255, 0.3);
  }

  .main .report .r_txt {
    padding: 0;
    width: 90%;
    top: 10%;
    left: 50%;
    transform: translate(-50%, 0);
    height: 90%;
  }

  .main .report .r_txt h2 {
    font-size: 5vw;
    margin-bottom: 0;
    line-height: 4vh;
  }

  .main .report .r_txt .secondlevel {
    margin-top: 4vh;
  }

  .main .report .r_txt .secondlevel .secondlevel_left {
    width: 100%;
  }

  .main .report .r_txt .secondlevel .secondlevel_right {
    margin-left: 0;
    width: 100%;
    text-align: center;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 2vh 0;
    top: inherit;
    height: 32vh;
    bottom: 3vh;
  }

  .main .report .r_txt .secondlevel .secondlevel_right h4 {
    font-size: 4vw;
    margin-top: 4vh;
  }

  .main .report .r_txt .secondlevel .secondlevel_right p {
    font-size: 3vw;
    margin-top: 2vh;
  }

  .main .report .r_txt .secondlevel .secondlevel_right button {
    width: 36vw;
    font-size: 4vw;
    height: 6vh;
    margin-top: 0;
  }

  .main .report .r_txt .secondlevel .secondlevel_right:hover {
    opacity: 0.8;
  }

  .main .enjoy .case .content .content_item ul li {
    width: 85%;
    padding: 3vw;
    height: 31vh;
  }

  .main .enjoy .case .content {
    width: 100%;
    padding: 0;
  }

  /* .swiper-slide {
    width: 100% !important;
  } */

  .main .enjoy .case {
    left: 50%;
    transform: translate(-50%, 0);
    margin-left: 0;
    width: 100%;
    top: 1%;
  }

  .main .enjoy .case .content .content_item ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .main .enjoy .case h3 {
    font-size: 5vw;
    margin-bottom: 2vh;
    padding: 0 18%;
    line-height: 5vh;
  }

  .main .enjoy {
    height: 90vh;
  }

  .main .enjoy .case img {
    width: 26vw;
  }

  .main .enjoy .case .content .content_item ul li a p {
    font-size: 3vw;
    margin-top: 2vh;
    line-height: 3vh;
  }

  .main .enjoy .case .content .content_item ul li a h6 {
    font-size: 3vw;
    margin-top: -2vh;
    line-height: 0;
  }

  .main .enjoy .case .content .content_item ul li a .product {
    line-height: 5vh;
    margin: 0 2vw;
  }

  .main .enjoy .case .content .content_item ul li a .product i {
    font-size: 3vw;
  }

  .main .enjoy .case .content .content_item ul li a .product span {
    font-size: 3vw;
    padding: 0.1vw 1.5vw 0.1vw 1vw;
  }

  .main .enjoy .case .case_btn button {
    margin-top: 2vh;
    width: 35vw;
    height: 6vh;
    font-size: 3vw;
  }

  .main .enjoy .case .case_btn button:hover {
    opacity: 0.8;
  }

  .learnmore .am-u-sm-5 {
    width: 78%;
  }

  .main .trust {
    height: auto;
  }

  .main .trust .learnmore {
    top: 10%;
  }

  .trust .learnmore dl .more_line {
    width: 7vw;
    height: 0.6vh;
  }

  .trust .learnmore dl dt {
    font-size: 6vw;
  }

  .trust .learnmore dl dd {
    width: 100%;
    font-size: 4vw;
  }

  .trust .learnmore dl .more_img {
    width: 100%;
    position: absolute;
    left: -15%;
    margin-top: 33%;
  }

  .main .news-and-trends .news_content {
    padding: 0 5%;
  }

  .main .news-and-trends {
    height: 900px;
  }

  .main .news-and-trends .news_content .am-u-sm-3 {
    width: 45%;
    height: 55%;
  }

  .news-and-trends .news_content .am-u-sm-3 dl {
    padding: 0 6%;
    position: relative;
  }

  .news-and-trends .news_content .am-u-sm-3 dt {
    font-size: 4vw;
    line-height: 3vh;
  }

  .news-and-trends .news_content .am-u-sm-3 .news_line {
    width: 5vw;
    height: 0.3vh;
  }

  .news-and-trends .news_content .am-u-sm-3 dd {
    font-size: 3vw;
  }

  .news-and-trends .news_content .am-u-sm-3 dl button {
    bottom: 3%;
    right: 3%;
    padding: 0.3em 0.5em;
  }

  .news-and-trends .news_content .am-u-sm-3 dl:hover {
    opacity: 0.8;
  }

  .news-and-trends .news_content h2 {
    font-size: 4vw;
    line-height: 8vh;
  }

  .news-and-trends .news_content .am-u-sm-5 {
    width: 100%;
    height: auto;
  }

  .news-and-trends .news_content .am-u-sm-5 .am-g dl dd {
    width: 42vw;
    font-size: 3vw;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .news-and-trends .news_content .am-u-sm-5 .am-g .am-u-sm-4 img {
    height: auto;
    max-height: 70px;
  }

  .news-and-trends .news_content .am-u-sm-5 .am-g dl dt {
    font-size: 3.5vw;
  }

  .news-and-trends .news_content .am-u-sm-5 .am-g {
    height: auto;
    margin: 0;
    padding-top: 10px;
  }

  .news-and-trends .news_content .am-u-sm-5 button {
    bottom: -10%;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .news-and-trends .news_content .am-u-sm-5:hover {
    opacity: 0.8;
  }

  .main .innovate {
    height: auto;
  }

  .main .innovate .innovate_txt .txt_top h5 {
    font-size: 4vw;
    line-height: 6vh;
  }

  .main .innovate .innovate_txt .txt_top h2 {
    font-size: 7vw;
    line-height: 6vh;
  }

  .main .innovate .innovate_txt .txt_top h4 {
    font-size: 4vw;
    line-height: 5vh;
  }

  .main .innovate .innovate_txt .txt_bottom .am-g .am-u-sm-3 {
    padding: 0;
    width: 50%;
    margin-bottom: 8%;
  }

  .main .innovate .innovate_txt {
    transform: translate(-50%, 0);
    margin: 0;
    width: 100%;
  }

  .main .innovate .innovate_txt .txt_bottom {
    width: 100%;
    margin-top: 13%;
    padding: 0 18%;
  }

  .main .innovate .innovate_txt .txt_bottom .am-g {
    /* display: flex;
        flex-wrap: wrap; */
  }

  .main .innovate .innovate_txt .am-btn {
    width: 75%;
    border-radius: 5px;
    font-size: 4vw;
    margin-top: 8%;
    line-height: 28px;
  }

  .main .innovate .innovate_txt .txt_bottom .am-g .am-u-sm-3 p {
    font-size: 3.5vw;
    line-height: 3vh;
    width: 60%;
    margin: 0 auto;
  }

  .main .innovate .txt_bottom img {
    width: 15vw;
    height: 8vh;
  }

  @media screen and (min-width: 470px) {
    .main .news-and-trends .news_content .am-u-sm-3 {
      height: 80%;
    }
  }

  .yongyou-top-left {
    width: 90%;
  }

  .yongyou-top-left .tryout {
    font-size: 12px;
    border: 1px solid;
    padding: 0 1.5vw;
    border-radius: 1vw;
    line-height: 25px;
  }

  .yongyou-top-left .login {
    font-size: 4vw;
    border: 1px solid;
    padding: 2vw 6vw;
    border-radius: 2vw;
  }

  .yongyou-top-concat {
    height: 6vh;
  }

  .yongyou-top-left .login img {
    width: 4vw;
    height: 3vh;
    margin-top: -1vh;
  }

  .main {
    margin-top: 0;
    padding-top: 0;
  }

  .yongyou-top-concat .top_pc {
    display: none;
  }

  .top_web .yongyou-logo {
    display: inline-block;
    width: 13%;
  }

  .top_web {
    margin-top: 0;
    padding: 1vh 4vw;
    width: 100%;
    justify-content: space-between;
  }

  .am-icon-bars:before {
    color: red;
  }

  .top_web button .am-icon-bars {
    font-size: 6vw;
  }

  .top_web button {
    border: 0;
    float: right;
    background-color: transparent;
  }

  #collapse-nav {
    display: block;
  }

  .footer .container {
    padding: 0;
  }

  .footer .container .footer-top {
    display: flex;
    flex-wrap: wrap;
  }

  #accordion {
    display: block;
  }

  .footer .container .am-panel-group {
    width: 100%;
  }

  .footer .container .footer-top .footer-one-cont {
    border: 0;
    padding: 0;
    width: 100%;
    padding: 5vw;
    height: 30vh;
  }

  .footer .container .footer-top .footer-one-cont .footerTwo li {
    float: left;
    font-size: 3.5vw;
    margin-left: 0 4vw;
  }

  .footer .container .footer-top .footer-one-cont .footerTwo .phone br {
    display: none;
  }

  .footer .container .footer-top .footer-one-cont .footerTwo .phone {
    margin: 0;
    width: 100%;
    padding-left: 0vw;
    /* font-size: 4vw; */
  }

  .footer .container .footer-top .footer-one-cont .footerTwo .f_logo {
    width: 11vw;
  }

  .footer .container .footer-top .footer-one-cont .footerTwo {
    position: relative;
  }

  .footer .container .footer-top .footer-one-cont .footerTwo .icon {
    position: absolute;
    right: -5px;
    bottom: -6vh;
  }

  .leftmenu {
    display: none !important;
  }

  .leftmenu {
    margin: 0;
  }

  .enjoy .case .index-banner-two_web-pagination {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .main .report h2 .red_line {
    /* left: 50%;
        transform: translate(-50%, 0); */
    width: 100%;
    text-align: center;
    left: inherit;
  }

  .main .report {
    height: auto;
  }

  .main .report h2 {
    height: 10vh;
    top: inherit;
    bottom: 38vh;
  }

  .main .report h2 .red_line span {
    font-size: 4vw;
    line-height: 4vh;
  }

  .main .report h2 .red_line b {
    font-size: 5vw;
    line-height: 4vh;
  }

  .main .report .r_txt .secondlevel .secondlevel_right p {
    font-size: 3vw;
  }

  .footer-bottom .index-banner-one-slide-web ul li a {
    color: #646464;
  }

  .footer-bottom .index-banner-one-slide-web ul li {
    color: #646464;
    width: 100%;
    background: #333333;
  }

  .footer-bottom .index-banner-one-slide-web ul {
    display: flex;
    width: 100%;
    font-size: 2vw;
    margin: 0;
    flex-wrap: wrap;
    text-align: center;
  }

  .footer .footer-bottom {
    height: 11vh;
  }

  .footer .container .footer-top .footer-one-cont .footerTwo .web_s {
    width: 100%;
    padding-left: 0vw;
  }

  .footer
    .container
    .footer-top
    .footer-one-cont
    .footerTwo
    .icon
    .microblogqrcode
    img {
    height: auto;
  }

  .footer
    .container
    .footer-top
    .footer-one-cont
    .footerTwo
    .icon
    .microblogqrcode {
    width: 20vw;
  }

  .footer
    .container
    .footer-top
    .footer-one-cont
    .footerTwo
    .icon
    .WeChatqrcode {
    width: 20vw;
  }

  .footer
    .container
    .footer-top
    .footer-one-cont
    .footerTwo
    .icon
    .WeChatqrcode
    img {
    height: auto;
  }

  .news-and-trends .arrows_right {
    position: absolute;
    right: 10px;
    bottom: 0;
  }

  .video-modal-wrapper {
    /* position: absolute; */
    /* width: 50%; */
    /* top: calc(50% - 250px); */
    /* left: calc(50% - 350px); */
    /* font-size: 0; */
    background-color: #000;
    border: none;
    top: -150%;
    left: -15%;
    width: 130%;
    height: auto;
  }

  .video-modal-wrapper video {
    width: 100%;
    height: 100%;
    outline: none;
  }
}

#doc-oc .am-list > li > a:hover {
  color: royalblue;
}

#doc-oc .am-list > li > a {
  color: #fff;
}

#doc-oc .am-list > li {
  background-color: #333;
}

/* .am-panel-group .am-panel{
    display: none;
} */
.am-panel-group .am-panel + .am-panel {
  margin: 0 !important;
}

.am-panel-default > .am-panel-hd {
  background-color: #424242 !important;
  border-bottom: 1px solid #666666;
}

.am-panel-group {
  margin: 0 !important;
}

/* .am-panel{} */

body .am-panel-group .am-panel {
  border: 0;
}

body .am-panel-default > .am-panel-hd {
  position: relative;
}

body .am-panel-default > .am-panel-hd span img {
  width: 5vw;
}

body .am-panel-default > .am-panel-hd span {
  position: absolute;
  right: 5vw;
  bottom: 50%;
  transform: translate(0, 50%);
}

body .am-panel-title {
  color: #ffffff;
  line-height: 6vh;
}

body .am-panel-group .am-panel-hd + .am-panel-collapse .am-panel-bd {
  background-color: #666;
}

/*section-eight*/
.leftmenu {
  display: block;
  width: 45px;
  position: fixed;
  top: 60%;
  right: 20px;
  z-index: 7;
  font-size: 14px;
  cursor: pointer;
  box-shadow: 0 0 4px 4px #00000026;
}

.leftmenu ul,
.leftmenu p {
  margin: 0;
}

.leftmenu .bar > li {
  /*background: #fff;*/
}

.leftmenu .bar > li.barLi-two a {
  display: block;
  color: #333;
  padding: 20px 15px 20px;
  text-align: center;
}

.leftmenu .bar > li.barLi-three {
  margin-top: 5px;
}

.leftmenu .bar li a {
  display: block;
  width: 100%;
}

.leftmenu .bar > li .top {
  height: 37px;
  background: url(../img/leftMenu/top.png) center no-repeat;
  background-color: #f8f8f8;
}

.leftmenu .bar > li .open {
  height: 50px;
  background: url(../img/leftMenu/open2.png) center no-repeat;
  background-color: #d80a14;
}

.leftmenu .openDiv {
  display: block;
}

.leftmenu .openDiv.form-div {
  width: 402px;
  /*height: 100%;*/
  position: absolute;
  right: -500px;
  top: 0;
  background: #fff;
  padding: 20px 0;
  background: rgba(255, 255, 255, 0.9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5fffdfd, endColorstr=#E5fffdfd);
}

.leftmenu .openDiv.form-div .form-li {
  font-size: 26px;
}

.leftmenu .openDiv .formBottom-div {
  margin: 0;
  margin-top: 30px;
}

.leftmenu .openDiv .formBottom-div h4 {
  font-size: 14px;
}

.leftmenu .openDiv .formBottom-div span {
  height: 45px;
}

.leftmenu .openDiv .formBottom-div .formBottom-left {
  border-right: 1px solid #d4d4d4;
}

.leftmenu .openDiv .formBottom-div .formBottom-left span {
  background: url(../img/leftMenu/left5.png) no-repeat center;
  /*background-size: contain;*/
}

.leftmenu .openDiv .formBottom-div .formBottom-right span {
  background: url(../img/leftMenu/leftBottom-right.png) no-repeat center;
  /*background-size: contain;*/
}

.leftmenu .openDiv .formBottom-div li {
  width: 199px;
  padding: 0 40px;
}

.leftmenu .openDiv .formBottom-div li a {
  color: #333;
}

.leftmenu .openDiv .formBottom-div li b {
  font-weight: 400;
  font-size: 12px;
}

.leftmenu .bar > li {
  /*background-color: #C13939;*/
}

.leftmenu .bar > li:last-child {
  /*background-color: #f8f8f8;*/
  display: none;
}

.barLi-two-list {
  padding: 0;
}

.barLi-two-list li {
  padding: 5px 0;
  text-align: center;
  /*border-bottom: 1px solid #fff;*/
  color: #fff;
  position: relative;
  margin-bottom: 5px;
  background-color: #c13939;
}

.barLi-two-list li:last-child {
  border-bottom: none;
}

.barLi-two-list .barLi-huaru-show {
  position: absolute;
  left: -142px;
  top: 0px;
  /*padding: 8px;*/
  width: 140px;
  color: #333;
  background-color: #fff;
  text-align: left;
  padding: 0 15px;
  height: 44px;
  display: none;
}

.barLi-two-list .barLi-two-list-huaru:hover .barLi-huaru-show {
  display: block;
}

/*.barLi-two-list .barLi-huaru-show::after {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #fff;
}*/

#top .barLi-two-list .barLi-huaru-show p {
  font-size: 12px;
  color: #000;
  line-height: 22px;
  font-weight: bold;
  text-align: left;
}

#top .barLi-two-list .barLi-huaru-show p span.barLi-huaru-show-value {
  color: #c13939;
  width: inherit;
  font-size: 14px;
}

#top .barLi-two-list .barLi-huaru-show p span.barLi-huaru-show-name {
  width: 68px;
}

.barLi-two-list .barLi-huaru-show p span {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  font-size: 12px;
  color: #666;
}

.barLi-two-list .barLi-huaru-show .barLi-huaru-show-title {
  text-align: center;
  font-size: 14px;
  color: #333;
}

.index-tost-box {
  position: fixed;
  z-index: 11;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  overflow-y: auto;
}

.index-tost-box {
  position: fixed;
  z-index: 11;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  overflow-y: auto;
}

.index-tost-cont {
  width: 950px;
  margin: 8% auto 0;
  padding-bottom: 10px;
}

.index-tost-box-iframe {
  width: 950px;
  min-height: 650px;
  background-color: #ffffff;
}

.index-tost-cont .tost-title {
  padding: 16px 50px;
  font-size: 20px;
  color: #666666;
  line-height: 28px;
  border-bottom: 1px solid #ddd;
  background: #f9f9f9;
  border-radius: 4px 4px 0 0;
}

.index-tost-cont .tost-input-box {
  padding: 16px 50px;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

.index-tost-cont .tost-input-box input,
.index-tost-cont .tost-input-box select {
  display: block;
  width: 100%;
  height: 40px;
  margin-bottom: 12px;
  padding-left: 10px;
  font-size: 16px;
  border: none;
  border: 2px solid #ddd;
}

.index-tost-cont .tost-input-box input:focus,
.index-tost-cont .tost-input-box select:focus {
  border: 2px solid #c13939;
  box-shadow: none;
}

.index-tost-cont .tost-input-dis {
  font-size: 12px;
  color: #999999;
  line-height: 16px;
}

.index-tost-cont .tost-tijiao {
  padding: 12px 50px 16px;
  background-color: #f9f9f9;
  border-radius: 0 0 4px 4px;
  text-align: right;
}

.index-tost-cont .tost-tijiao span {
  display: inline-block;
  vertical-align: top;
  width: 100px;
  height: 44px;
  line-height: 44px;
  background-color: #c13939;
  color: #fff;
  font-size: 18px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
}

.index-tost-cont .tost-close {
  padding-top: 12px;
  text-align: center;
}

.index-tost-cont .tost-close img {
  cursor: pointer;
}

.row-sdqz li:nth-child(2) {
  width: 26%;
}

.w_x_icon:hover {
  opacity: 0.8;
}

.news-and-trends .arrows_right {
  overflow: hidden;
}

.news-and-trends .arrows_right span {
  float: right;
  /* display: inline-block; */
}

.news-and-trends .arrows_right span img {
  width: 33px;
}

.footer .container .footer-top .footer-one-cont .footerTwo .kg {
  height: 15px;
}

/* 鏂扮増鏉垮潡鍥� */
.researchReport-main-pc {
  background: url("../img/bg_web.png") no-repeat;
  width: 1440px;
  height: 576px;
  margin: 0 auto;
  background-size: 100% 100%;
}

.researchReport-main-title {
  background: url("../img/tiao_web.png") no-repeat;
  width: 1440px;
  height: 117px;
  line-height: 117px;
  font-size: 32px;
  margin: 0 auto;
  color: #fff;
  background-size: 100% 100%;
  text-align: center;
}

.researchReport-main-content ul {
  overflow: hidden;
  margin: 0;
}

.researchReport-main-content ul li {
  float: left;
  width: 158px;
  margin: 0 25px;
}

.researchReport-main-content ul li:first {
  margin-left: 0;
}

.researchReport-main-content ul li:last-child {
  margin-right: 0;
}

.researchReport-main-content {
  padding-top: 60px;
  width: 1080px;
  margin: 0 auto;
}

.btn-down {
  text-align: center;
  padding-left: 35px;
}

.btn-down button {
  width: 120px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  border: none;
  background: linear-gradient(90deg, #d1201d 0%, #e13f27 100%);
  border-radius: 4px;
}

.report-text {
  padding-left: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #666666;
  line-height: 22px;
  margin: 14px 0;
}

.report-img {
  display: block;
  height: 209.64px;
}

.researchReport-main-web {
  display: none;
}

@media screen and (max-width: 700px) {
  .researchReport-main-pc {
    display: none;
  }

  .researchReport-main-web {
    width: 100%;
    display: block;
    background: url("../img/bg_shouji_web.png") no-repeat;
    height: 600px;
    background-size: 100% 100%;
  }

  .researchReport-main-web-title {
    background: url("../img/biaoti_tiao_web@2x.png") no-repeat;
    width: 100%;
    height: 100px;
    font-size: 5vw;
    color: #fff;
    font-weight: 600;
    line-height: 100px;
    text-align: center;
  }

  .report-img {
    display: flex;
    align-items: center;
    margin-left: 17%;
  }

  .report-web {
    margin: 40px 0 20px;
  }

  .report-text {
    padding-left: 0px;
    color: #333333;
    margin: 20px 0 40px;
    font-size: 5vw;
    font-weight: 600;
  }

  .btn-down {
    padding-left: 0;
  }

  .banner-web {
    position: relative;
  }

  .research-report_web-pagination {
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100000;
  }

  .swiper-button-next,
  .swiper-button-prev {
    top: 29%;
  }

  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    background: url("../img/you.png") no-repeat;
    width: 50px;
    height: 50px;
    right: 30px;
    left: auto;
    background-size: 100% 100%;
    cursor: none;
  }

  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 30px;
    right: auto;
    background: url("../img/zuo.png") no-repeat;
    width: 50px;
    height: 50px;
    background-size: 100% 100%;
    cursor: none;
  }

  .swiper-pagination .swiper-pagination-bullet:focus {
    outline: none;
  }
}
@media (min-width: 992px) {
  .col-md-2 {
    width: 15.66666667%;
  }
}

.fixed_r_nav{position: fixed; bottom: 150px; right:10px;width: 50px;z-index: 10; height: 220px;}
.fixed_r_nav li{margin-bottom: 10px;}
.fixed_r_nav li a{display: block;}
/* .fixed_r_nav .li_1 a{width:50px;height: 50px;background: url(https://www.yonyou.com/static_new/img/leftMenu/yyceo.png) no-repeat center center #fff;border: 1px solid #f8f8f8;} */
.fixed_r_nav .li_2 a{width:50px;height: 160px;background: url(https://www.yonyou.com/sem/images/contact.png) no-repeat center center #fff;border: 1px solid #f8f8f8;}
.fixed_r_nav .gotop {display: none;width:50px;height: 50px;background: url(https://www.yonyou.com/sem/images/top.png) no-repeat center center #fff;border: 1px solid #f8f8f8;}/*box-shadow: 0 0 5px #999; */
.fixed_r_nav .inner{position: relative;width: 70px;}
.fixed_r_nav .inner-box-ceo{position: absolute;left: -175px; top: 0; display: none;}
.fixed_r_nav .inner-box{position: absolute;left: -275px; top: 0; display: none;}
.fixed_r_nav .inner-box-con{padding: 0 30px; position: relative;  height: 272px; background: #fff;border: 1px solid #f8f8f8; margin-right: 15px;}
.fixed_r_nav .inner-dot{position: absolute; right: 5px; top: 50px; background: url(https://www.yonyou.com/sem/images/dot_04.png) no-repeat center center; width: 12px; height: 22px;}

.fixed_r_nav .inner-icon{padding-top: 10px; border-bottom: 1px solid #dedede; padding-bottom: 20px; padding-left: 60px;cursor: pointer;}
.fixed_r_nav .inner-icon1{background: url(https://www.yonyou.com/sem/images/phone1.png) no-repeat left center;}
.fixed_r_nav .inner-icon2{background: url(https://www.yonyou.com/sem/images/service1.png) no-repeat left center;}
.fixed_r_nav .inner-icon3{background: url(https://www.yonyou.com/sem/images/require1.png) no-repeat left center;}
.fixed_r_nav .inner-icon:last-child{border-bottom: none;}
.fixed_r_nav .inner-icon h6{font-size: 14px; line-height: 25px; color: #6f6f6f;}
.fixed_r_nav .inner-icon p{font-size: 17px; color: #333; line-height: 30px;}
.fixed_r_nav .inner-icon1:hover{background: url(https://www.yonyou.com/sem/images/phone2.png) no-repeat left center;}
.fixed_r_nav .inner-icon2:hover{background: url(https://www.yonyou.com/sem/images/service.png) no-repeat left center;}
.fixed_r_nav .inner-icon3:hover{background: url(https://www.yonyou.com/sem/images/require2.png) no-repeat left center;}
.fixed_r_nav .inner-icon:hover p{color: #e60012;}



/* 热门产品 */
.product-hot-nav .row_f,.product-hot-nav .row_s{
  display: flex;
  justify-content: space-between;
}
.product-hot-nav .row_f div{
  width: 199px;
  height: 110px;
  padding-top: 16px;
}
.product-hot-nav .row_f a div span{
  font-size: 16px;
  color: #FFFFFF;
  margin-left: 24px;
  font-weight: bold;
  margin-bottom: 0;
}
.product-hot-nav .row_f div>p{
  font-size: 12px;
  color: #FFFFFF;
  margin-left: 24px;
}
.product-hot-nav .row_f div:hover{
  opacity: 80%;
}
.product-hot-nav .row_s div{
  width: 265px;
  height: 80px;
  padding-top: 10px;
  padding-right: 20px;
  margin-top: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.13);
}
.product-hot-nav .row_s div a p{
  font-size: 14px;
  color: #000000;
  margin-left: 84px;
  margin-bottom: 0;
}
.product-hot-nav .row_s div>span{
  margin-left: 84px;
}
.product-hot-nav .row_s div>p{
  font-size: 12px;
  color: #666666;
  margin-left: 84px;
  line-height: 15px;
}
.product-hot-nav .row_s div:hover{
  border: 1px solid #E50010;
  border-radius: 4px;
}
.product-hot-nav .row_s div a p:hover{
  color: #E50010;
}
.product-hot-nav  div>a:hover{
  text-decoration: line-through !important;
}


/* 生态综合页 */
.shengtai{
  max-width: 1920px;
  margin: 0 auto;
}
.stTit {
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    color: #333;
    padding-top: 80px;
}

.stTitle {
    font-size: 18px;
    color: #999;
    margin: 20px 0 60px 0;
    text-align: left;
}

.joinBtn {
    width: 242px;
    height: 48px;
    line-height: 48px;
    background: linear-gradient(90deg, #E96C26 0%, #E60012 100%);
    border-radius: 8px;
    text-align: center;
    margin: 60px auto 80px;

}

.joinBtn a {
    color: #fff;
    font-size: 18px;
}
.joinBtn a:hover{
  color: #fff;
}

.st-banner {
    background: url(../images/st/st-banner.png) no-repeat center center;
    background-size: cover;
    height: 550px;
}

.st-banner .content {
    width: 1200px;
    margin: 0 auto;
    text-align: left;
    padding-top: 140px;
}

.st-banner .content h3 {
    font-size: 48px;
    color: #333333;
    font-weight: 600;
}

.st-banner .content .title {
    font-size: 18px;
    color: #333333;
    margin-top: 30px;
    width: 60%;
}

.st-banner .content .mail {
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}

.st-banner .content .joinBtn {
    margin: 10px 0 0 0;
}

.st-chuangxin {
    background: url(../images/st/chaungxin-bg.png) no-repeat center;
    background-size: cover;
}

.st-chuangxin .cxbox {
    background: url(../images/st/chuangxin.png) no-repeat;
    background-size: cover;
    height: 320px;
   
    padding-bottom: 50px;
}
.st-chuangxin .cxbox ul{
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;

}

.st-chuangxin ul li {
    width: 250px;
    /* float: left; */
    text-align: center;
    position: relative;
    margin: 20px 20px 0 0;
    /* height: 250px; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 50px 10px 10px;
    opacity: 1;
    /* background: #ffffff; */

    border-right: 1px solid #DBDBDB;
}

.st-chuangxin ul li p {
    font-size: 26px;
    color: #E60012;
}

.st-chuangxin ul li p span {
    font-size: 44px;
    color: #E60012;
    letter-spacing: 1px;
    vertical-align: bottom;
    font-weight: 600;
}

.st-chuangxin ul li h3 {
    font-size: 16px;
    color: #555555;
}

.st-get {
    background: url(../images/st/join-bg.png) no-repeat;
    background-size: cover;
    height: 672px;
}

.st-get ul {
    height: 320px;
    display: flex;
    justify-content: center;
}
.st-get ul li img:nth-child(1){
    display: inline-block;
}
.st-get ul li img:nth-child(2){
    display: none;
}
.st-get ul li:hover{
    background: #EE2233;
    color: #fff;
}
.st-get ul li h3{
    margin-top: 16px;
}
.st-get ul li:hover h3,.st-get ul li h3{
    font-weight: 600;
}
.st-get ul li:hover h3::before {
    content: "";
    width: 40px;
    height: 4px;
    position: absolute;
    top: 156px;
    left: 50%;
    margin-left: -23px;
    opacity: 1;
    background: #fff;
    border-radius: 4px;
}
.st-get ul li:hover p{
    color: #fff;
}
.st-get ul li:hover img:nth-child(1){
   display: none;
}
.st-get ul li:hover img:nth-child(2){
   display: inline-block;
}

.st-get ul li {
    width: 230px;
    height: 300px;
    text-align: center;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 60px 10px 10px;
    opacity: 1;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 2px 10px 0px rgba(77, 0, 0, 0.1);
    background: linear-gradient(180deg, #FFF3F3 0%, #FFFFFF 100%);
}

.st-get ul li img {
    width: 80px;
    height: 80px;
    margin-top: 30px;
}

.st-get ul li h3 {
    font-size: 20px;
}

.st-get ul li p {
    font-size: 14px;
    color: #333333;
    margin-top: 30px;
}

.st-get h3::before {
    content: "";
    width: 40px;
    height: 4px;
    position: absolute;
    top: 156px;
    left: 50%;
    margin-left: -23px;
    opacity: 1;
    background: #e60012;
    border-radius: 4px;
}
.st-get .joinBtn{
  margin-top: 100px;
}

.st-hezuo {
    height: 900px;
    background: url(../images/st/hezuo-bg.png) no-repeat center center;
    background-size: cover;
}

.st-hezuo ul {
    height: 320px;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}

.st-hezuo ul li {
    display: flex;
    width: 580px;
    height: 300px;
    text-align: center;
    position: relative;
    margin: 20px 20px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 30px 20px 10px;
    opacity: 1;
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid rgba(238, 34, 51, 0.2);
    border-top: 4px solid #EE2233;
    box-shadow: 0px 2px 10px 0px rgba(77, 0, 0, 0.1);
}

.st-hezuo ul li img {
    width: 80px;
    height: 80px;
    margin: 0 10px;
}

.st-hezuo ul li .rightInfo {
    text-align: left;
}

.st-hezuo ul li .rightInfo h3 {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;
}

.st-hezuo ul li .rightInfo div {
    font-size: 14px;
    color: #555;
    margin-bottom: 30px;
}

.st-hezuo ul li .rightInfo p {
    font-size: 16px;
    margin-top: 50px;
    position: absolute;
    bottom: 20px;
}

.st-join ul {
    height: 230px;
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.st-join ul li {
    width: 157px;
}

.st-join ul .right {
    margin-top: 70px;
    text-align: center;
}

.st-join ul .right img {
    width: 50%;
}

.st-join ul li p {
    width: 157px;
    height: 157px;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    padding-top: 45px;
}

.st-join ul li span {
    font-size: 14px;
    color: #555;
}

.st-develop {
    background: url(../images/st/develop-bg.png) no-repeat;
    background-size: cover;
}

.st-develop ul {
    height: 360px;
    display: flex;
    justify-content: center;
}

.st-develop ul li {
    width: 386px;
    text-align: center;
    position: relative;
    margin: 60px 20px -40px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 1;
    /* background: #ffffff; */
    border-radius: 8px;
    /* box-shadow: 0px 2px 20px 0px rgba(148,21,32,0.15); */
}

.st-develop ul li .top {
    height: 130px;
    color: #fff;
    /* border-top-left-radius: 8px;
    border-top-right-radius: 8px; */
}

.st-develop ul li .top h3 {
    font-size: 24px;
    font-weight: 600;
    padding-top: 45px;
}

.st-develop ul li .top p {
    font-size: 14px;
    margin-top: 10px;
}

.st-develop ul li .bottom {
    text-align: left;
    color: #555;
    font-size: 16px;
    padding: 20px 50px;
    line-height: 24px;
}

.st-serve {
  text-align: center;
    /* background: url(../images/st/serve.png) no-repeat center center;
    background-size: cover;
    height: 750px; */
}

.st-zixun {
    background: url(../images/st/shengtai-bg.png) no-repeat;
    background-size: cover;
    height: 660px;
}

.st-zixun .st_news-container {
    width: 1200px;
    height: 400px;
    margin: 60px auto 0;
    background: #FFF;
    display: flex;
    border-radius: 8px;
}

.st-zixun .st-news-fl {
    width: 480px;
    margin: 25px 68px 0px 25px;
}
.st-zixun .st-news-fl a img{
    width: 100%;
    height: 270px;
}
.st-zixun .st-news-fl a p{
    font-size: 14px;
    color: #888;
    margin-top: 5px;
}

.st-zixun .st-news-fl a div {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    margin-top: 5px;
}

.st-zixun .st-news-fr li {
    height: 70px;
    /* line-height: 70px; */
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #DBDBDB;
}
.st-zixun .st-news-fr li:first-child{
    margin-top: 30px;
}
.st-zixun .st-news-fr li span{
    font-size: 12px;
    color: #888;
}

/* isv页面 */
.isvs{
  max-width: 1920px;
  margin: 0 auto;
}
.isvs .allTit {
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    color: #333;
    padding-top: 80px;
    margin-top: 0;
}

.isvs .allTitle {
    font-size: 18px;
    color: #999;
    margin: 20px 0 60px 0;
    text-align: center;
}

.joinBtn {
    width: 242px;
    height: 48px;
    line-height: 48px;
    background: linear-gradient(90deg, #E96C26 0%, #E60012 100%);
    border-radius: 8px;
    text-align: center;
    margin: 50px auto;

}

.joinBtn a {
    color: #fff;
    font-size: 18px;
}

.isv-banner {
    background: url(../images/isv/banner.png) no-repeat center center;
    background-size: cover;
    height: 500px;
}

.isv-banner .content {
    width: 1200px;
    margin: 0 auto;
    text-align: left;
    padding-top: 140px;
}

.isv-banner .content h3 {
    font-size: 48px;
    color: #333333;
    font-weight: 600;
    line-height: 64px;
}

.isv-banner .content h4 {
    font-weight: 600;
    font-size: 36px;
    color: #333333;
    margin-top: 10px;
}

.isv-banner .content h4 span {
    color: #ee2233;
}

.isv-banner .joinBtn {
    margin-left: 0;
}

.isv-banner .title {

    font-size: 18px;
    margin-top: 30px;
    color: #333333;
}

.isv-reason {
    background: url(../images/isv/reason-bg.png) no-repeat;
    background-size: cover;
}

.isv-reason .wap {
    margin-top: 90px;
}

.isv-reason .swiper-slide {
    /* background: pink; */
    padding: 10px 10px;
    height: 300px;
}

.isv-reason .stHzJzSwiper01 img {
    width: 70px;
    height: 70px;
}

.isv-reason .stHzJzSwiper02 {
    font-weight: 600;
}

.isv-reason .stHzJzSwiper03 {
    font-size: 16px;
}

.isv-reason .joinBtn {
    margin-bottom: 80px;
}

.isv-lujing {
    background: url(../images/isv/lujing-bg.png) no-repeat;
    background-size: cover;
    height: 730px;
}

.isv-lujing .path-table {
    width: 1200px;
    height: 364px;
    margin: 60px auto 0;
    background: #fff;
    display: flex;
}

.isv-lujing .table-title {
    width: 300px;
    background: #FF4545;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.isv-lujing .table-title ul li {
    height: 74px;
    line-height: 74px;
    display: flex;
    position: relative;
}

.isv-lujing .table-title ul li .nav-lf {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #fff;
    line-height: 21px;
    text-align: center;
    font-size: 14px;
    margin: auto 20px;
}

.isv-lujing .table-title ul .on {
    background: linear-gradient(90deg, rgba(225, 225, 225, 0) 0%, #FFFFFF 100%);
}

.isv-lujing .table-title ul .on:hover {
    background: linear-gradient(90deg, rgba(225, 225, 225, 0) 0%, #FFFFFF 100%);
}

.isv-lujing .table-title ul .on .nav-lf {
    background: #fff;
    color: #FF4545;
}

.isv-lujing .table-title ul .on:hover .nav-lf {
    background: #fff;
    color: #FF4545;
}

.isv-lujing .table-title ul li .nav-line {
    position: absolute;
    left: 30px;
    bottom: -20px;
    width: 1px;
    height: 40px;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0) 0%,
            rgba(255, 255, 255, 1) 50%,
            rgba(0, 0, 0, 0) 100%)
}

.isv-lujing .table-cons {
    width: 900px;
    margin: 30px 36px 48px 66px;
    position: relative;
}
.isv-lujing .table-cons-pc{
  display: block;
}
.isv-lujing .table-cons-mobile{
  display: none;
}

.isv-lujing .table-cons .table-content h3 {
    font-size: 28px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 25px;
}

.isv-lujing .table-cons .table-content span {
    font-size: 16px;
    color: #555555;
    font-weight: 600;
    margin-bottom: 48px;
    line-height: 36px;
    display: block;
}

.isv-lujing .table-cons .table-content p {
    font-size: 16px;
    color: #888888;
    /* margin-bottom: 10px; */
    position: absolute;
    bottom: 55px;
}

.isv-lujing .table-cons .table-content div {
    /* width: 130px; */
    position: absolute;
    bottom: 0px;
}

.isv-lujing .table-cons .table-content div a {
    height: 45px;
    padding: 0 20px;
    border-radius: 4px;
    border: 1px solid #505766;
    font-size: 16px;
    color: #505766;
    line-height: 45px;
    display: inline-block;
    text-align: center;
    margin-right: 20px;
}

.isv-lujing .joinBtn {
    margin-top: 60px;
}


.isv-hezuo .stHzJzSwiper01 img {
    width: 70px;
    height: 70px;
}

.isv-hezuo .stHzJzSwipers {
    margin-top: 0;
}

.isv-hezuo .stHzJzSwipers .swiper-slide {
    height: 300px;
    padding: 30px 30px 0;
    border-radius: 8px;
    text-align: center;
}

.isv-hezuo .joinBtn {
    margin: 60px auto 80px;
}

.isv-partner {
    background: url(../images/isv/partner-bg.png) no-repeat;
    background-size: cover;
}

.isv-partner ul {
    height: 360px;
    display: flex;
    justify-content: center;
}

.isv-partner ul li {
    width: 386px;
    text-align: center;
    position: relative;
    margin: 20px 20px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 1;
    border-radius: 8px;
    /* box-shadow: 0px 2px 20px 0px rgba(148,21,32,0.15); */
}

.isv-partner ul li .top {
    height: 130px;
    color: #fff;
}

.isv-partner ul li .top h3 {
    font-size: 24px;
    font-weight: 600;
    padding-top: 45px;
}

.isv-partner ul li .bottom {
    text-align: left;
    color: #555;
    font-size: 16px;
    padding: 20px 45px;
}

.isv-partner .joinBtn {
    margin-bottom: 0;
}

.isv-grow {
    height: 1020px;
}

.isv-grow .wap {
    /* width: 1920px; */
    max-width: 1400px;
}
.isv-grow .grow-content{
  background: url(images/isv/growbg01.png) no-repeat center;
  background-size: cover;
  height: 860px;
}
.isv-grow .grow-box {
    /* width: 1920px; */
    margin-top: 60px;
    background: #fff;
    width: 100%;
    height: 680px;
    border-radius: 0 0 0 20px;
    position: relative;
}

.isv-grow .grow-box .grow-con ul {
    height: 680px;
    margin: auto;
}

.isv-grow .grow-box .grow-con ul li {
    width: 100%;
    height: 100%;
}

.isv-grow .grow-box .grow-con ul li img {
    width: 70%;
    margin: 60px auto;
    display: block;
}

.isv-grow .grow-bottom {
    width: 100%;
    height: 172px;
    /* border-top: 1px solid #e4e4e4; */
    padding: 30px 0;
    position: absolute;
    bottom: 0px;
    background: rgba(255, 255, 255, 0.33);

}

.isv-grow .grow-bottom ul {
    display: flex;
    justify-content: center;
}

.isv-grow .grow-bottom li {
    box-shadow: 0px 2px 10px 0px rgba(8, 11, 24, 0.05);
    position: relative;
    height: 105px;
    line-height: 80px;
    border-radius: 4px;
    padding: 10px 20px;
    width: 220px;
    border: 1px solid #e4e4e4;
    text-align: center;
    margin-right: 17px;

    background: #FFFFFF;
}

.isv-grow .grow-bottom li.on {
    border-bottom: 6px solid #e60012;
    box-shadow: 0 0 25px #dfe3eb;

}

.isv-shijian {
    height: 1080px;
}

.isv-shijian .content {
    width: 1200px;
    height: 750px;
    margin-top: 30px;
}

.isv-shijian .slide-content {
    /* width: 720px; */
    height: 530px;
    margin-top: 45px;
    border-radius: 8px;
    padding: 15px 30px;
    text-align: center;
}

.isv-shijian .slide-content img {
    width: 76%;
    text-align: center;

}

.isv-shijian .swiper-pagination-shijian {
    margin-top: -16px;
    text-align: center;
    position: absolute;
    z-index: 9;
    bottom: 0;

}

.isv-shijian .swiper-pagination-shijian .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 8px;
}

.isv-shijian .swiper-pagination-shijian .swiper-pagination-bullet-active {
    width: 20px;
    border-radius: 6px;
}

.isv-lingting {
    background: url(../images/isv/lingting-bg.png) no-repeat;
    background-size: cover;
    height: 710px;
}

.isv-lingting .swiper-container {
    margin-top: 60px;
    padding-bottom: 20px;
}

.isv-lingting .isvLbBot {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    padding: 20px 15px;
    background: #fff;
}

.isv-lingting .isvLbBot h3 {
    font-size: 20px;
    color: #333;

}

.isv-lingting .isvLbBot p {
    font-size: 16px;
    margin-top: 6px;
    color: #555;
}

.isv-lingting .swiper-wrapper {
    padding-bottom: 20px;
}

.isv-lingting .videoOpen::after {
    content: "";
    width: 36px;
    background: url(../images/bf.png) no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    height: 36px;
    position: absolute;
    top: 195px;
    left: 35px;
    margin: -22px 0 0 -22px;
}

.isv-lingting .swiper-slide {
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.09);
}

.isv-lingting .swiper-pagination {
    bottom: 0;

}

.isv-lingting .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    border-radius: 6px;

}

.isv-lingting .swiper-pagination .swiper-pagination-bullet-active {
    width: 10px;
    border-radius: 6px;
}

.isv-lingting .swiper-button-prev,
.isv-lingting .swiper-button-next {
    top: 120px;
}

.isv-lingting .swiper-button-prev img {
    transform: rotate(180deg);
}

.isv-become .wap {
    padding-bottom: 30px;
}

.isv-become ul {
    height: 150px;
    display: flex;
    justify-content: center;
    margin-top: 60px;
}


.isv-become ul li {
    width: 157px;
    text-align: center;
}

.isv-become ul .right {
    margin-top: 46px;
    text-align: center;
}

.isv-become ul .right img {
    width: 50%;
}

.isv-become ul li p {
    width: 100px;
    height: 95px;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    padding-top: 45px;
    margin: auto;
}

.isv-become ul li span {
    font-size: 16px;
    color: #333;

}

.isv-tongxing {
    background: url(../images/isv/tongxing-bg.png) no-repeat;
    background-size: cover;
    height: 620px;
}

.isv-tongxing .lis {
    white-space: nowrap;
    margin-bottom: 20px;
}

.isv-tongxing .lis img {
    width: 180px;
    height: 100px;
    margin-right: 15px;
}

.isv-tongxing .lis p {
    text-align: right;
    margin-right: 30px;
    margin-top: -10px;
    color: #999;

}

/* 开发者页面 */
.developer{
  max-width: 1920px;
  margin: 0 auto;
}
.developer .allTit {
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    color: #333;
    padding-top: 80px;
    margin-top: 0;
}

.developer .allTitle {
    font-size: 18px;
    color: #999;
    margin: 20px 0 40px 0;
    text-align: center;
}

.joinBtn {
    width: 220px;
    height: 52px;
    line-height: 52px;
    background: linear-gradient(90deg, #E96C26 0%, #E60012 100%);
    border-radius: 8px;
    text-align: center;
    margin: 50px auto;

}

.joinBtn a {
    color: #fff;
    font-size: 18px;
}

.develop-banner {
    background: url(../images/developer/developer-bg.png) no-repeat center center;
    background-size: cover;
    height: 550px;
}

.develop-banner .content {
    width: 1200px;
    margin: 0 auto;
    text-align: left;
    padding-top: 140px;
}

.develop-banner .content h3 {
    font-size: 48px;
    color: #333333;
    font-weight: 600;
}

.develop-banner .joinBtn {
    margin-left: 0;
}

.modal1 {
    background: url(../images/developer/part01-bg.png) no-repeat;
    background-size: cover;
    height: 900px;
}

/* .modal1 .wap {
    margin-top: 90px;
} */

.modal2 {
    background: url(../images/developer/part02-bg.png) no-repeat;
    background-size: cover;
    height: 840px;
}

.modal2 .wap {
    max-width: 650px;
    /* margin-top: 90px; */
}

.modal4 {
    background: #fff;
    height: 800px;
}

.modal4 .wap {
    max-width: 770px;
    /* margin-top: 90px; */
}

.modal5 {
    background: rgba(245, 248, 252, 0.60);
}

.modal5 .wap {
    max-width: 950px;
    /* margin-top: 90px; */
}

.modal6 {
    background: #fff;
    height: 780px;
}

.modal6 .wap {
    max-width: 950px;
    /* margin-top: 90px; */
}

.modal7 {
    background: url(../images/developer/part07-bg.png) no-repeat;
    background-size: cover;
    height: 780px;
}

/* .modal7 .wap {
    margin-top: 80px;
} */

.fugai ul {
    display: flex;
    margin-left: 110px;
    margin-bottom: 20px;
}

.fugai ul li {
    width: 250px;
    height: 250px;
    margin-right: 110px;
    flex-wrap: wrap;
    text-align: center;
}

.fugai ul li img {
    width: 120px;
    /* margin-left: 50px; */
}

.fugai ul li p {

    font-size: 20px;
    color: #333333;
    margin-top: 20px;
}

.fugai ul li span {

    font-size: 14px;
    color: #333333;
    display: block;
    margin-top: 16px;
    margin-bottom: 10px;
}

.fugai ul li a {
    font-size: 14px;
    color: #ef2331;
    text-align: center;
}

/* .fugai ul li:hover a {
    display: block;
} */

.modal3 {
    background: #F5F8FC;
    background-size: cover;
    height: 700px;
}

.modal3 .path-table {
    width: 1200px;
    height: 364px;
    margin: 60px auto 0;
    background: #F5F8FC;
    display: flex;
}

.modal3 .table-title {
    width: 370px;
    background: #F5F8FC;
    color: #333;
    font-size: 18px;
    font-weight: 600;
}

.modal3 .table-title ul li {
    height: 74px;
    line-height: 74px;
    /* display: flex; */
    position: relative;
}

.modal3 .table-title ul li .nav-lf {
    width: 40px;
    height: 40px;
    margin: 0 15px 0 20px;
}

.modal3 .table-title ul li .nav-lr {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    margin: -10px 30px 0 50px;
    display: none;
    font-weight: 500;
}

.modal3 .table-title ul .on {
    /* background: linear-gradient(90deg, rgba(225, 225, 225, 0) 0%, #FFFFFF 100%); */
    height: 190px;
    box-shadow: 0px 2px 20px 0px rgba(148, 21, 32, 0.15);
}

.modal3 .table-title ul .on .nav-lr {
    display: block;
}

.modal3 .table-title ul .on:hover {
    /* background: linear-gradient(90deg, rgba(225, 225, 225, 0) 0%, #FFFFFF 100%); */
    box-shadow: 0px 2px 20px 0px rgba(148, 21, 32, 0.15);
    /* transition: all 0.2s; */
    animation: myfirst 5s linear 2s infinite alternate;
}

.modal3 .table-title ul li .nav-line {
    position: absolute;
    left: 30px;
    bottom: -20px;
    width: 1px;
    height: 40px;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0) 0%,
            rgba(255, 255, 255, 1) 50%,
            rgba(0, 0, 0, 0) 100%)
}

.modal3 .table-cons {
    width: 900px;
    margin: 30px 36px 48px 66px;
    position: relative;
}
.modal3 .table-cons .table-content img{
    max-width: 120% ;
}


/* 专业服务伙伴 */

    .ssps{
      max-width: 1920px;
      margin: 0 auto;
    }
		.ssps .allTit {
			font-size: 36px;
			color: #262222;
			font-weight: bold;
			text-align: center;
			margin-top: 0;
			padding: 40px 0 40px;
			background: #f5f5f5;
		}
		.ssps .allTit01{
			color: #555;
			font-weight: 600;
			padding-top: 60px;
			font-size: 30px;
			margin-top: 0;
		}
		.ssps .allTit02{
			color: #999;
			padding-top: 40px;
			font-size: 24px;
			margin-top: 0;
			text-align: center;
		}
		.ssps .allTit03{
			color: #555;
			font-weight: 600;
			padding-top: 60px;
			font-size: 30px;
			margin-top: 0;
			text-align: center;
		}

		/* .ssp-reason{
				background: url(images/ssp-zhuanye.png) no-repeat;
				background-size: cover;
				height: 1200px;
			} */
		.ssp-reason {
			/* background: url(images/ssp/partbg01.png) no-repeat;
			background-size: cover; */
			height: 590px;
		}

		.ssp-reason .wap {
			display: flex;
			margin-top: 60px;
		}

		.ssp-reason .wap>img {
			width: 50px;
			height: 10px;
			margin: 90px auto;
		}

		.ssp-reason .step {
			width: 220px;
			height: 250px;
			text-align: center;
		}

		.ssp-reason .step p {

			font-size: 24px;
			text-align: center;
			color: #333333;
			font-weight: 600;
			margin-top: 24px;
		}

		.ssp-reason .step img {
			width: 160px;
			height: 160px;
		}

		.ssp-part2 {
			background: url(../images/ssp/partbg01.png) no-repeat;
			background-size: cover;
			height: 930px;
		}

		.ssp-part2 .wap img {
			width: 100%;
			margin-top: 60px;
		}

		.ssp-part3 {
			background: url(../images/ssp/partbg02.png) no-repeat;
			background-size: cover;
			height: 660px;
		}

		.ssp-part3 .wap img {
			width: 100%;
			margin-top: 60px;
		}

		.ssp-part4 {
			background: url(../images/ssp/partbg03.png) no-repeat;
			background-size: cover;
			height: 990px;
		}

		.ssp-part4 .wap {
			text-align: center;
		}

		.ssp-part4 .wap img {
			width: 90%;
			margin: auto;
			margin-top: 60px;
		}

		.ssp-part5 {
			background: url(../images/ssp/partbg04.png) no-repeat;
			background-size: cover;
			height: 960px;
		}

		.ssp-part5 .allTit03 {
			color: #333;
			font-size: 26px;
			/* margin-top: 80px; */
			margin-bottom: 60px;
		}

		.ssp-part5 .allTit03 img {
			width: 90px;
			height: 12px;
			margin: 0 10px;

		}

		.ssp-part5 .wap {
			white-space: nowrap;
			text-align: center;
			/* width: 100%;
			margin-top: 40px; */
		}

		.ssp-part5 .wap img {
			width: 190px;
			height: 120px;
		}

/* 战略伙伴 */
  .gtps{
    max-width: 1920px;
    margin: 0 auto;
  }
	.gtps .allTit {
		/* font-size: 24px;
		color: #999;
		text-align: center; */
		margin-top: 60px;
		margin-bottom: 0px;
	}
  
  .gtpjishu .index-banner .swiper-slide>div{
		height: 50%;
		background: rgba(0, 0, 0, 0.3);
		position: absolute;
		width: 100%;
	}
  .gtpjishu{
    display: block;
  }
  .gtpjishu-mobile{
    display: none;
  }

	.stgy {
		height: 600px;
	}

	.stgy .swiper-container {
		width: 100%;
		height: 100%;
	}

	.stgy .swiper-slide {
		text-align: center;
		font-size: 18px;
		background: #fff;

		/* Center slide text vertically */
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		transition: 300ms;
		transform: scale(1);
	}

	.stgy .swiper-slide-prev img,
	.stgy .swiper-slide-next img {
		height: 50%;
	}

	.stgy .swiper-slide-active,
	.swiper-slide-duplicate-active {
		transform: scale(1.7);
		z-index: 5;
	}

	.stgy .swiper-slide-active img,
	.swiper-slide-duplicate-active img {
		border-radius: 8px;
	}

	.stgy .swiper-slide-active div,
	.swiper-slide-duplicate-active div {
		display: none;
	}

	.stgy .swiper-pagination .swiper-pagination-bullet {
		width: 6px;
		border-radius: 6px;

	}

	.stgy .swiper-pagination .swiper-pagination-bullet-active {
		width: 10px;
		border-radius: 6px;
	}

	.stgy .swiper-button-prev img {
		transform: rotate(180deg);
	}

	.stHzJzXz {
		margin-top: 60px;
		padding: 60px 0 80px;
	}
	.bipLb {
		margin-top: 0;
    background: url(../images/isv/lingting-bg.png) no-repeat;
    background-size: cover;
    height: 860px;
	}

	.bipLb .gtpTit {
		margin-top: 60px;
	}

	
	.gtpyewu {
		height: 700px;
		text-align: center;
	}
	.gtpyewu img{
		/* height: 600px; */
		width: 80%;
		margin-top: 15px;
	}

	.gtpsg .swiper-slide {
		box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.2);
	}

	.gtpsg .swiper-wrapper {
		padding-bottom: 20px;
	}

	.gtpLbBot {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		color: #555;
		padding: 20px 15px 10px 15px;
		background: #fff;
		font-size: 18px;
		height: 66px;
		text-align: center;
	}

	.bipLb .videoOpen::after {
		width: 30px;
		height: 30px;
		margin: -12px 0 0 -12px;
		top: auto;
		left: 30px;
		bottom: 75px;
	}

/* 商业伙伴 */
  .hbLx table td {
    height: 90px;
    font-size: 16px;
    border: 1px solid #eee;
    text-align: center;
  }

  .hbLx table tr td:first-child {
    background-color: #ee2233;
    color: #fff;
    width: 280px;
  }

  .hbLx table tr td:nth-child(2) {
    text-align: left;
    padding: 0 15px;
    width: 540px;
  }

  .hbLx table tr td:last-child {
    text-align: left;
    padding-left: 20px;
  }

  .hbjzSwiper,
  .fzhlSwiper,
  .stHzGyNr,
  .stHzGyNr,
  .txClSwipers {
    margin-top: 0;
  }
  .vars{
    max-width: 1920px;
    margin: 0 auto;
  }
  .vars .allTit {
    font-size: 36px;
    color: #262222;
    font-weight: bold;
    text-align: center;
    padding-top: 66px;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .vars .allTit01 {
    font-size: 24px;
    color: #555;
    font-weight: bold;
    text-align: center;
    margin-top: -40px;
    margin-bottom: 60px;
  }