select,
input {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  overflow-y: hidden;
  overflow-x: hidden;
}
.nr_banner {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.nr_banner .txtbox {
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 11;
  color: #fff;
  position: absolute;
  transform: translateY(-20%);
}
@media (max-width: 1440px) {
  .nr_banner .txtbox {
    transform: translateY(-20%);
  }
}
.nr_banner .txtbox .category {
  padding-top:20px;
}
@media (max-width: 1440px) {
  .nr_banner .txtbox .category {
    padding-top: 20px;
  }
}
@media (max-width: 1200px) {
  .nr_banner .txtbox .category {
    display: none;
  }
}
.nr_banner .txtbox select {
  width: 320px;
  height: 50px;
  line-height: 50px;
  padding-left:10px;
  color: #666;
  border: 1px solid #fff;
  outline: none;
  background: #ffffff url(../images/arrow.jpg) no-repeat top right;
  margin: 0 5px;
  border-radius:5px;
}
.nr_banner .txtbox .search {
  position: relative;
  width: 360px;
  padding-left: 20px;
  vertical-align: top;
  display: inline-block;
  
}
.nr_banner .txtbox .search .form-control {
  border: 0;
  width: 310px;
  font-size: 14px;
  color: #999;
  height: 50px;
  line-height: 50px;
  vertical-align: top;
  padding: 10px 86px 10px 10px;
  border-radius:5px;
}
.nr_banner .txtbox .search .btn {
  right: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  cursor: pointer;
  border: 0;
  top: 0!important;
  background: url(../images/search.png) no-repeat center center #72c867;
  background-size: 20px;
  border-top-right-radius:5px;
  border-bottom-right-radius:5px;
}
.nr_banner .t1 {
  font-size: 32px;
  line-height:52px;
  position: relative;
}
@media (max-width: 1200px) {
  .nr_banner .t1 {
    font-size: 20px;
    line-height: 30px;
  }
}
.nr_banner .t1:after {
  content: '';
  position: absolute;
  width: 64px;
  height: 2px;
  bottom: -12px;
  left: 50%;
  margin-left: -32px;
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1200px) {
  .nr_banner .t1:after {
    display: none;
  }
}
.nr_banner .t2 {
  font-size: 20px;
  line-height: 40px;
  padding-top: 15px;
}
@media (max-width: 1200px) {
  .nr_banner .t2 {
    display: none;
  }
}
.current {
  height: 58px;
  line-height: 58px;
  background: #f5f5f5;
}
.current a {
  font-size: 14px;
  padding-right: 5px;
}
.current .active {
  color: #333333;
  padding-left: 10px;
}
.nr_menu {
  border-bottom: 1px solid #f1f1f1;
  text-align: center;
  padding-top: 57px;
}
.nr_menu li {
  display: inline-block;
  margin: 0 34px;
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 20px;
  position: relative;
}
.nr_menu .active a {
  color: #72c867;
}
.nr_menu .active a::after,
.nr_menu li:hover a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #72c867;
  transition: all 0.5s ease;
}
.nr_menu li:hover a {
  color: #72c867;
}
.pro_list {
  margin-top: 50px;
}
.pro_list ul {
  margin: 0 -20px;
}
.pro_list li {
  width: 33.33%;
  float: left;
  padding: 0 20px 40px 20px;
}
.pro_list li .box {
  border: 1px solid #f0f0f0;
  padding: 10px;
}
.pro_list li .box .pic {
  overflow: hidden;
  position: relative;
}

.pro_list li .box .pic img{width:100%;height:100%;}

.pro_list li .box .txt {
  background: rgba(32, 54, 87, 0.7);
  position: absolute;
  z-index: 1;
  top: 100%;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 25%;
  transition: all 0.5s ease;
}
@media (max-width: 640px) {
  .pro_list li .box .txt {
    display: none;
  }
}
.pro_list li:hover .box .txt {
  transform: translateY(-100%);
}
.pro_list li .box .txt .bt {
  color: #fff !important;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
  font-weight: 100 !important;
}
.pro_list li .box .txt a {
  color: #fff;
  padding: 0 14px;
  margin: 0 14px;
  border: solid 1px #fff;
  border-radius: 5px;
  display: inline-block;
  line-height: 30px;
}
.pro_list li .box .txt a:hover {
  background: #72c867;
  border-radius: 5px;
  border-color: #72c867;
}
.pro_list li .box .pic::after {
  content: '';
  display: block;
  padding-bottom: 71.3%;
}
.pro_list li .box .bt {
  font-size: 18px;
  line-height: 40px;
  color: #333333;
  height:40px;
  overflow:hidden;
  margin-top: 8px;
  padding-left: 15px;
}
.pro_list li:hover .box .bt {
  font-weight: bold;
  color: #72c867;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro_list li:hover .box .bt a {
  color: #72c867;
}
.pro_list li .box .info {
  padding-left: 15px;
  color: #666666;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page {
  text-align: center;
  overflow: hidden;
  margin: 10px auto 60px;
}
.page .num2 {
  width: 30px;
  text-align: center;
  vertical-align: middle;
  background: url(../images/page_left.png) no-repeat center center;
}
.page .num2:hover {
  background: #72c867 url(../images/page_1.png) no-repeat center center;
}
.page .cpb {
  background: #72c867;
  border: 1px solid #72c867;
  color: #fff;
}
.page a {
  display: inline-block;
  line-height: 30px;
  padding: 0 9px;
  height: 30px;
  font-weight: normal;
  font-size: 17px;
  vertical-align: middle;
  color: #999;
  border: 1px solid #d2d2d2;
}
.page a:hover {
  background: #72c867;
  color: #fff;
  border: 1px solid #72c867;
}
.page .num3 {
  width: 30px;
  text-align: center;
  vertical-align: middle;
  background: url(../images/page_right.png) no-repeat center center;
}
.page .num3:hover {
  background: #72c867 url(../images/page_2.png) no-repeat center center;
}
.slogan {
  background: url(../images/pro_bg.jpg) no-repeat center;
  text-align: center;
  background-size: cover;
}
.slogan p {
  font-size: 40px;
  line-height: 48px;
  font-weight: bold;
  color: #fff;
  padding: 124px 0px;
}
@media (max-width: 1200px) {
  .nr_banner .txtbox {
    top: 65%;
  }
  .nr_banner .t1 {
    font-size: 24px;
    line-height: 32px;
  }
  .nr_banner .t2 {
    font-size: 16px;
    padding-top: 13px;
  }
  .nr_banner .txtbox .category {
    padding-top: 10px;
  }
  .nr_banner .txtbox select {
    width: 240px;
    height: 40px;
    line-height: 40px;
    background-size: 39px;
  }
  .nr_banner .txtbox .search .form-control {
    width: 260px;
    height: 40px;
    line-height: 40px;
    padding-right: 64px;
  }
  .nr_banner .txtbox .search .btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-size: 17px;
  }
  .slogan p {
    font-size: 30px;
    padding: 77px 0px;
  }
}
@media (max-width: 980px) {
  .nr_banner .txtbox select {
    width: 28%;
  }
  .nr_banner .txtbox .search {
    width: 28%;
  }
  .nr_banner .txtbox .search .form-control {
    width: 86%;
  }
  .nr_banner .txtbox .search .btn {
    width: 14%;
  }
  .nr_menu li {
    margin: 1%;
    width: 18%;
    float: left;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .pro_list {
    margin-top: 20px;
  }
  .pro_list ul {
    margin-left: -5px;
    margin-right: -5px;
  }
  .pro_list li {
    width: 50%;
    padding: 0 5px 10px 5px;
  }
  .slogan p {
    font-size: 20px;
    padding: 40px 0px;
  }
  .nr_banner .txtbox .category {
    display: none;
  }
  .nr_banner .pic {
    margin-top: 60px;
  }
  .page a {
    font-size: 14px;
  }
  .pro_list li .box .bt {
    font-size: 15px;
    height:24px;
    overflow:hidden;
    line-height: 24px;
    padding-left: 0;
  }
  .pro_list li .box .info {
    padding-left: 0;
    color: #9a9a9a;
  }
}
@media (max-width: 480px) {
	.pro_list li{
		width:100%;
		float:none;
	}
  .nr_menu li {
    font-size: 14px;
    padding-bottom: 0;
    width: 30%;
  }
  .nr_menu {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .nr_menu .active a::after,
  .nr_menu li:hover a::after {
    height: 0;
  }
}
/************************ äº§å“è¯¦æƒ… ************************/
.detail {
  margin: 60px 0 60px 0;
  padding-bottom: 40px;
}
.detail .container {
  position: relative;
}
.detail .pic {
  overflow: hidden;
  position: relative;
  width: 50%;
  float: left;
  z-index: 1;
}
.detail .pic img {
  transition: all 0.7s ease;
}
.detail .pic:hover img {
  transform: scale(1.1);
}
.detail .pic::after {
  content: '';
  display: block;
  padding-bottom: 62.3%;
}
.detail .text {
  width: 50%;
  float: right;
  z-index: 2;
  padding-left:30px;
  text-align: right;
}
@media (max-width: 1440px) {
  .detail .text {
    top: 0;
  }
}
.detail .text .bt {
  font-size: 36px;
  color: #1d2229;
  font-weight: bold;
  padding-top: 17px;
  letter-spacing: 4px;
}
.detail .text .en {
  font-size: 36px;
  font-weight: bold;
  color: rgba(66, 79, 93, 0.08);
  position: absolute;
  top: 0;
  right: 0;
  text-transform: uppercase;
}
.detail .text .txt {
  background: #fff;
  height: 380px;
}
.detail .text .txt .info {
  font-size: 16px;
  line-height:24px;
  padding-top: 30px;
}
.detail .txt ul {
	overflow:hidden;
  margin: 40px 0px;
}
.detail .txt li {
  /*float: right;*/
  text-align: center;
  margin-left:20px;
  display: inline-block;
}
@media (max-width: 1440px) {
  .detail .txt li {
    margin-left: 20px;
  }
}

@media (max-width: 1200px){
	.detail .text .txt {
		 padding-left:0;
	 }
}
.detail .txt li span {
  display: inline-block;
  width: 82px;
  height: 82px;
  line-height: 82px;
  border-radius: 50%;
}
.detail .txt li img {
  vertical-align: middle;
  transition: all 0.7s ease;
}
.detail .txt li:hover img {
  transform: rotateY(180deg);
}
.detail .txt li p {
  margin-top: 15px;
}
.detail .txt li:hover p {
  color: #72c867;
}
.detail .txt li span {
  border: 1px solid #a9a190;
}
.detail .txt li:hover span {
  border: 1px solid #72c867;
}
.detail .txt .link a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #72c867;
  border-bottom: 1px solid #72c867;
  color: #72c867;
  padding: 0 70px 0 30px;
  font-size: 16px;
  position: relative;
  transition: all 0.7s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.detail .txt .link a:hover {
  transform: translateY(-10px);
}
.detail .txt .link a:after {
  content: '';
  position: absolute;
  right: 25px;
  top: 50%;
  width: 23px;
  height: 15px;
  margin-top: -7px;
  background: url(../images/detail_arrow.png) no-repeat center right;
}
.pro_scroll ul {
  margin: 0 -20px 60px -20px;
}
.pro_scroll li {
  width: 33.33%;
  float: left;
  padding: 0 20px;
}
.pro_scroll li .pic {
  border: 10px solid #ebebeb;
}
.pro_scroll li .pic {
  overflow: hidden;
  position: relative;
}
.pro_scroll li img {
  transition: all 0.7s ease;
}
.pro_scroll li:hover img {
  transform: scale(1.1);
}
.pro_scroll li .pic:after {
  content: '';
  display: block;
  padding-bottom: 79.1%;
}
.pro_scroll li p {
  margin-top: 18px;
  text-align: center;
  font-size: 16px;
}
.pro_scroll li:hover p {
  color: #72c867;
}
.pro_scroll .slick-prev,
.pro_scroll .slick-next {
  height: 20px;
  width: 20px;
  top: 60%;
  border: 1px solid #ededed;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.pro_scroll .slick-prev {
  left: -70px;
  background: url(../images/left01.png) no-repeat center;
}
.pro_scroll .slick-next {
  right: -70px;
  background: url(../images/right01.png) no-repeat center;
}
.pro_scroll .slick-prev:hover {
  background: #72c867 url(../images/left02.png) no-repeat center;
  border: 1px solid #72c867;
}
.pro_scroll .slick-next:hover {
  border: 1px solid #72c867;
  background: #72c867 url(../images/right02.png) no-repeat center;
}
.detail_solu .title {
  background: url(../images/r_case_bg.png) no-repeat center;
  height: 196px;
  text-align: center;
  background-size: cover;
}
.detail_solu .title p {
  font-size: 36px;
  color: #ffffff;
  position: absolute;
  top: 20px;
  width: 100%;
  font-weight: 100 !important;
}
.detail_solu .title .en {
  font-size: 45px;
  color: rgba(255, 255, 255, 0.08);
  font-weight: bold;
  top: 70px;
  position: relative;
}
.detail_solu ul {
  margin: 60px -20px 70px;
}
.detail_solu li {
  width: 33.33%;
  float: left;
  padding: 0 20px;
  position: relative;
  overflow: hidden;
}
.detail_solu li .box {
  position: relative;
}
.detail_solu li .pic {
  overflow: hidden;
  position: relative;
}
.detail_solu li .pic:after {
  content: '';
  display: block;
  padding-bottom: 72.5%;
}
.detail_solu li .txt {
  background: rgba(36, 65, 111, 0.7);
  color: #fff;
  position: absolute;
  top: 80%;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: all 0.5s ease;
}
.detail_solu li .txt .bt {
  font-size: 18px;
  margin: 22px 0;
}
.detail_solu li:hover .txt .bt {
  padding-top: 25%;
  font-size: 24px;
}
.detail_solu li:hover .txt {
  transform: translateY(-80%);
}
.detail_solu li a {
  color: #fff;
  padding: 0 14px;
  margin: 0 14px;
  display: inline-block;
  line-height: 30px;
  border-radius: 5px;
  border: 1px solid #fff;
}
.detail_solu li .more {
  border: 1px solid #fff;
}
.detail_solu li a:hover {
  color: #fff;
  background: #72c867;
  border: 1px solid #72c867;
}
.app {
  background: url(../images/app_bg.jpg) no-repeat center top;
  text-align: center;
  padding: 50px 0px;
  background-size: cover;
}
.app .en {
  font-size: 45px;
  color: #ececec;
  font-weight: bold;
}
.app .en p {
  color: #333333;
  font-size: 36px;
  margin-top: -5px;
  position: relative;
  font-weight: normal;
}
.app .list {
  margin-top: 50px;
}
.app .list .left {
  width: 67%;
  float: left;
  padding-right: 17px;
}
.app .list .top .mk1 {
  float: left;
  width: 50%;
  padding-right: 17px;
}
.app .list .top .mk1 .pic {
  position: relative;
}
.app .list .top .mk1 .pic:after {
  content: '';
  display: block;
  padding-bottom: 139%;
}
.app .list .top .mk2 {
  float: left;
  width: 50%;
  padding-left: 17px;
}
.app .list .top .mk2 .pic1 {
  margin-bottom: 34px;
  position: relative;
}
.app .list .top .mk2 .pic2 {
  position: relative;
}
.app .list .top .mk2 .pic:after {
  content: '';
  display: block;
  padding-bottom: 65.5%;
}
.app .list .top .mk2 .pic:before {
  content: '';
  top: 10%;
  left: 0;
  width: 100%;
  height: 90%;
  z-index: 1;
  position: absolute;
  transition: all 500ms ease;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.01) 40%, #2b496f 100%);
}
.app .list .top .mk2 .pic:hover:before {
  background: rgba(43, 73, 111, 0.5);
  transform: translateY(-10%);
  height: 100%;
}
.app .list .pic p {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #fff;
  z-index: 2;
  font-size: 24px;
}
.app .list .bottom {
  background: url(../images/app04.jpg) no-repeat center left;
  margin-top: 32px;
  position: relative;
  padding: 33% 0;
}
.app .list .bottom .icon {
  width: 20px;
  height: 20px;
  fill: #fff;
  vertical-align: middle;
  margin: 0px 0 2px 70px;
  display: inline-block;
  transition: all 500ms ease;
}
.app .list .bottom span {
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 1;
  position: absolute;
  transform: translateY(-50%);
}
.app .list .bottom a {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  height: 70px;
  line-height: 70px;
  border: 1px solid #fff;
  padding: 0 25px;
  margin: 0 16px;
  border-radius: 6px;
}
.app .list .bottom .active,
.app .list a:hover {
  background: #72c867;
  border: 1px solid #72c867;
}
.app .list .right {
  width: 33%;
  float: right;
  padding-left: 18px;
}
.app .list .right .pic {
  position: relative;
}
.app .list .right .pic1,
.app .list .right .pic2 {
  margin-bottom: 34px;
}
.app .list .right .pic1:after {
  content: '';
  display: block;
  padding-bottom: 65.3%;
}
.app .list .right .pic2:after {
  content: '';
  display: block;
  padding-bottom: 137%;
}
.app .list .right .pic3:after {
  content: '';
  display: block;
  padding-bottom: 65.3%;
}
.app .list .right .mk2 .pic:before {
  content: '';
  top: 10%;
  left: 0;
  width: 100%;
  height: 90%;
  z-index: 1;
  position: absolute;
  transition: all 500ms ease;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.01) 40%, #2b496f 100%);
}
.app .list .right .mk2 .pic:hover:before {
  background: rgba(43, 73, 111, 0.5);
  transform: translateY(-10%);
  height: 100%;
}
.list .pic:hover p {
  color: #72c867;
}
@media (max-width: 1400px) {
  .detail .txt li {
    margin-left: 20px;
  }
  .detail .text {
    top: 20px;
  }
  .detail .txt ul {
    margin: 38px 0px;
  }
}
@media (max-width: 968px) {
  .detail .pic {
    width: 100%;
    float: none;
  }
  .detail .text {
    width: 100%;
    float: none;
  }
  .pro_scroll .slick-prev,
  .pro_scroll .slick-next {
    display: none !important;
  }
  .app .list .bottom a {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 16px;
  }
  .app .list .bottom .icon {
    margin: 0px 0 2px 15px;
  }
  .app .list .top .mk2 .pic1,
  .app .list .right .pic1,
  .app .list .right .pic2 {
    margin-bottom: 7%;
  }
  .app .list .right {
    padding-left: 8px;
  }
  .app .list .top .mk2 {
    padding-left: 8px;
  }
  .app .list .top .mk1 {
    padding-right: 10px;
  }
  .app .list .pic p {
    font-size: 16px;
  }
  .detail .text {
    position: relative;
  }
  .detail_solu li .txt .bt {
    margin: 12px 0;
  }
  .detail_solu li .more {
    /*display: none;*/
  }
  
  .detail_solu li .consult{
  	  display:none;
  }
  
  .app .list .bottom a {
    margin: 0 5px;
  }
}
@media (max-width: 480px) {
  .detail .txt ul {
    margin-top: 15px;
  }
  .detail .txt li {
    margin-top: 15px!important;
  }
  .detail_solu .title {
    margin: 0 20px;
  }
  .detail .text .bt {
    font-size: 20px;
  }
  .detail .text .en {
    font-size: 26px;
  }
  .detail {
    margin-top: 30px;
  }
  .app .list .left,
  .app .list .right {
    width: 100%;
    padding: 0;
  }
  .app .list .bottom {
    margin-top: 16px;
  }
  .detail_solu li {
    width: 100%;
    margin-bottom: 10px;
  }
  .pro_list li .box .txt {
    padding-top: 6%;
  }
  .pro_list li .box .txt .bt {
    margin-bottom: 10px;
  }
  .detail_solu ul {
    margin: 20px 0;
  }
  .detail_solu li {
    padding: 0;
  }
  .detail .txt .link a {
    display: block;
  }
  .detail .txt li {
    width: 33.333%;
    margin: 0;
    float: left;
    padding:0 5px;
  }
  .detail{
  	margin-bottom:0;
  }
  .detail .text .txt{
  	height:auto;
  	margin-bottom:20px;
  }
  .pro_scroll ul{
  	margin-bottom:30px;
  }
  .detail .txt li span{
  	width:50px;
  	height:50px;
  	line-height:50px;
  }
  .detail .txt li p {
    margin-top: 5px;
    font-size:12px;
  }
  .detail_solu .title {
    height: 100px;
  }
  .detail_solu .title .en {
    font-size: 24px;
    top: 28px;
  }
  .detail_solu .title p {
    font-size: 23px;
  }
  .app .en {
    font-size: 24px;
  }
  .app .en p {
    font-size: 23px;
  }
  .app .list {
    margin-top: 30px;
  }
  .app {
    padding: 30px 0px;
  }
  .detail .text .txt .info {
    font-size: 14px;
    line-height: 24px;
  }
  .detail .text{
  	text-align:left;
  	padding-left:0;
  }
  .detail .text .en{
  	left:0;
  }
  
  .detail .text .txt .info{
  	padding-top:10px;
  }
  
  .detail .txt ul{
  	overflow:hidden;
  }
  
}
.inside-banner .btn {
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 1440px) {
  .inside-banner .btn {
    margin-top: 20px;
  }
}
.inside-banner .btn a {
  width: 100%;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  max-width: 290px;
  display: inline-block;
  color: #fff;
  border-radius: 5px;
  background: #72c867;
}
.inside-banner .btn .icon {
  width: 20px;
  height: 20px;
  fill: #fff;
  vertical-align: middle;
  margin: 0px 0 2px 20px;
  display: inline-block;
  transition: all 500ms ease;
}
.inside-banner .btn:hover a {
  background: #68b65e;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.inside-banner .btn:hover .icon {
  margin-left: 10px;
}
.inside-solution .solutionTop {
  display: flex;
  padding-top: 59px;
  padding-bottom: 62px;
}
.inside-solution .solutionTop .list1 {
  width: 60%;
  display: left;
}
.inside-solution .solutionTop .list1 .solLeft {
  width: 66.8%;
  float: left;
}
.inside-solution .solutionTop .list1 .solLeft .index-title {
  padding-top: 64px;
  height: 280px;
  width:90%;
}
.inside-solution .solutionTop .list1 .solLeft .cn {
  line-height: 53px;
}
.inside-solution .solutionTop .list1 .solLeft .content {
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
  margin-top: 20px;
  width:80%;
}
.inside-solution .solutionTop .list1 .solLeft .solImg {
  height: 560px;
  background-size: cover;
}
.inside-solution .solutionTop .list1 .solRight {
  width: 33.2%;
  float: left;
}
.inside-solution .solutionTop .list2 {
  width: 40%;
  float: left;
}
.inside-solution .solutionTop .list2 .solLeft {
  width: 50%;
  float: left;
}
.inside-solution .solutionTop .list2 .solRight {
  width: 50%;
  float: left;
}
.inside-solution .solutionTop .part1,
.inside-solution .solutionTop .part2,
.inside-solution .solutionTop .part3 {
  padding: 61px 34px;
  height: 280px;
}
.inside-solution .solutionTop .part1 .solIco,
.inside-solution .solutionTop .part2 .solIco,
.inside-solution .solutionTop .part3 .solIco,
.inside-solution .solutionTop .part4 .solIco,
.inside-solution .solutionTop .partMore .solIco {
  transition: all 700ms ease;
  margin-bottom: 32px;
}
.inside-solution .solutionTop .part1 .solIco img,
.inside-solution .solutionTop .part2 .solIco img,
.inside-solution .solutionTop .part3 .solIco img,
.inside-solution .solutionTop .part4 .solIco img,
.inside-solution .solutionTop .partMore .solIco img {
  transition: all 700ms ease;
}
.inside-solution .solutionTop .part1 .title,
.inside-solution .solutionTop .part2 .title,
.inside-solution .solutionTop .part3 .title,
.inside-solution .solutionTop .part4 .title,
.inside-solution .solutionTop .partMore .title {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
}
.inside-solution .solutionTop .part1 .profile,
.inside-solution .solutionTop .part2 .profile,
.inside-solution .solutionTop .part3 .profile,
.inside-solution .solutionTop .part4 .profile,
.inside-solution .solutionTop .partMore .profile {
  font-size: 14px;
  line-height: 28px;
  color: #fff;
}
.inside-solution .solutionTop .part1:hover .solIco,
.inside-solution .solutionTop .part2:hover .solIco,
.inside-solution .solutionTop .part3:hover .solIco,
.inside-solution .solutionTop .part4:hover .solIco,
.inside-solution .solutionTop .partMore:hover .solIco {
  margin-bottom: 20px;
}
.inside-solution .solutionTop .part1:hover .solIco img,
.inside-solution .solutionTop .part2:hover .solIco img,
.inside-solution .solutionTop .part3:hover .solIco img,
.inside-solution .solutionTop .part4:hover .solIco img,
.inside-solution .solutionTop .partMore:hover .solIco img {
  transform: rotateY(180deg);
}
.inside-solution .solutionTop .part1 {
  background: url(../images/s11.jpg) no-repeat center;
}
.inside-solution .solutionTop .part1 .title {
  color: #666666;
}
.inside-solution .solutionTop .part1 .profile {
  color: #888888;
}
.inside-solution .solutionTop .part2 {
  background: url(../images/s22.jpg) no-repeat center;
}
.inside-solution .solutionTop .part3 {
  background: url(../images/s33.jpg) no-repeat center;
}
.inside-solution .solutionTop .part4 {
  background: url(../images/s44.jpg) no-repeat center;
  height: 560px;
  padding: 77px 40px 0 40px;
}
.inside-solution .solutionTop .partMore {
  background: url(../images/s11.jpg) no-repeat center;
  height: 280px;
}
.inside-solution .solutionTop .partMore .more {
  font-size: 20px;
  color: #666666;
}
.inside-solution .solutionCenter {
  background: url(../images/solution-bg.jpg) no-repeat top;
  background-size: cover;
  padding-top: 108px;
}
.inside-solution .solutionCenter .inside-title {
  text-align: center;
}
.inside-solution .solutionCenter .inside-title .en {
  font-size: 45px;
  color: rgba(255, 255, 255, 0.08);
}
.inside-solution .solutionCenter .inside-title .cn {
  font-size: 36px;
  color: #fff;
}
.inside-solution .solutionCenter .solutionList ul {
  padding-top: 78px;
  padding-bottom: 57px;
}
.inside-solution .solutionCenter .solutionList ul li {
  display: flex;
  margin-bottom: 91px;
  justify-content: space-between;
}
.inside-solution .solutionCenter .solutionList ul li:nth-of-type(odd) .solutionLeft {
  width: 41%;
  padding: 109px 93px 0 0;
}
.inside-solution .solutionCenter .solutionList ul li:nth-of-type(odd) .solutionLeft .num {
  position: relative;
  font-family: Impact;
  font-size: 120px;
  color: #333333;
  line-height: 1.5;
  margin-bottom: 120px;
}
.inside-solution .solutionCenter .solutionList ul li:nth-of-type(odd) .solutionLeft .num::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 70px;
  background-color: #333333;
  bottom: -69px;
  left: 5px;
}
.inside-solution .solutionCenter .solutionList ul li:nth-of-type(odd) .solutionLeft .index-title {
  margin-bottom: 55px;
}
.inside-solution .solutionCenter .solutionList ul li:nth-of-type(odd) .solutionLeft .index-title .cn {
  font-size: 36px;
  color: #1d2229;
  line-height: 50px;
}
.inside-solution .solutionCenter .solutionList ul li:nth-of-type(odd) .solutionLeft .index-title .en {
  font-size: 62px;
  color: #424f5d;
  opacity: 0.08;
}
.inside-solution .solutionCenter .solutionList ul li:nth-of-type(odd) .solutionLeft .profile {
  font-size: 20px;
  color: #666666;
  line-height: 36px;
}
.inside-solution .solutionCenter .solutionList ul li:nth-of-type(odd) .solutionRight {
  width: 58%;
}
.inside-solution .solutionCenter .solutionList ul li:nth-of-type(odd) .solutionRight .pic {
  overflow: hidden;
  position: relative;
}
.inside-solution .solutionCenter .solutionList ul li:nth-of-type(odd) .solutionRight .pic img {
  transition: all 700ms ease;
}
.inside-solution .solutionCenter .solutionList ul li:nth-of-type(odd) .solutionRight .pic::after {
  content: '';
  display: block;
  padding-bottom: 71.99017199%;
}
.inside-solution .solutionCenter .solutionList ul li:nth-of-type(odd) .solutionRight .pic:hover img {
  transform: scale(1.1);
}
.inside-solution .solutionCenter .solutionList ul li:nth-of-type(even) {
  margin-bottom: 95px;
}
.inside-solution .solutionCenter .solutionList ul li:nth-of-type(even) .solutionRight {
  width: 39.5%;
  padding: 0 0 0 68px;
  text-align: right;
}
.inside-solution .solutionCenter .solutionList ul li:nth-of-type(even) .solutionRight .num {
  position: relative;
  font-family: Impact;
  font-size: 60px;
  color: #333333;
  line-height: 53px;
  margin-bottom: 72px;
}
.inside-solution .solutionCenter .solutionList ul li:nth-of-type(even) .solutionRight .num::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 3px;
  background-color: #333333;
  top: 50%;
  margin-top: -1px;
  right: 80px;
}
.inside-solution .solutionCenter .solutionList ul li:nth-of-type(even) .solutionRight .index-title {
  margin-bottom: 55px;
}
.inside-solution .solutionCenter .solutionList ul li:nth-of-type(even) .solutionRight .index-title .cn {
  font-size: 36px;
  color: #1d2229;
  line-height: 50px;
}
.inside-solution .solutionCenter .solutionList ul li:nth-of-type(even) .solutionRight .index-title .en {
  font-size: 62px;
  color: #424f5d;
  opacity: 0.08;
  right: 0;
}
.inside-solution .solutionCenter .solutionList ul li:nth-of-type(even) .solutionRight .profile {
  font-size: 20px;
  color: #666666;
  line-height: 36px;
}
.inside-solution .solutionCenter .solutionList ul li:nth-of-type(even) .solutionLeft {
  width: 60.5%;
}
.inside-solution .solutionCenter .solutionList ul li:nth-of-type(even) .solutionLeft .pic {
  overflow: hidden;
  position: relative;
}
.inside-solution .solutionCenter .solutionList ul li:nth-of-type(even) .solutionLeft .pic img {
  transition: all 700ms ease;
}
.inside-solution .solutionCenter .solutionList ul li:nth-of-type(even) .solutionLeft .pic::after {
  content: '';
  display: block;
  padding-bottom: 75.44273908%;
}
.inside-solution .solutionCenter .solutionList ul li:nth-of-type(even) .solutionLeft .pic:hover img {
  transform: scale(1.1);
}
.inside-solution .solutionCenter .solutionList ul li:nth-of-type(even) .solutionBtn {
  margin-top: 24px;
}
.inside-solution .solutionCenter .solutionList ul li .solutionBtn {
  display: flex;
  justify-content: flex-end;
  margin-top: 48px;
}
.inside-solution .solutionCenter .solutionList ul li .solutionBtn .btn {
  margin-top: 50px;
  text-align: center;
  margin-left: 30px;
}
.inside-solution .solutionCenter .solutionList ul li .solutionBtn .btn:nth-child(1) a {
  background: #2b496f;
}
.inside-solution .solutionCenter .solutionList ul li .solutionBtn .btn:nth-child(2) a {
  border: 1px solid #ddd;
  color: #666;
}
.inside-solution .solutionCenter .solutionList ul li .solutionBtn .btn a {
  width: 200px;
  height: 56px;
  font-size: 18px;
  line-height: 56px;
  display: inline-block;
  padding: 0 20px;
  color: #fff;
  border-radius: 5px;
  text-align: left;
}
.inside-solution .solutionCenter .solutionList ul li .solutionBtn .btn a span {
  margin-right: 40px;
}
.inside-solution .solutionCenter .solutionList ul li .solutionBtn .btn .icon {
  width: 20px;
  height: 20px;
  fill: #ddd;
  vertical-align: middle;
  margin: 0px 0 2px 20px;
  display: inline-block;
  transition: all 500ms ease;
}
.inside-solution .solutionCenter .solutionList ul li .solutionBtn .btn:hover a {
  background: #72c867;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  color: #fff;
}
.inside-solution .solutionCenter .solutionList ul li .solutionBtn .btn:hover .icon {
  fill: #fff;
}
.inside-solution .solutionBottom {
  color: #fff;
  height: 550px;
  position: relative;
  margin-bottom: 100px;
  padding: 98px 0;
  background: url(../images/solution-bottom.jpg) no-repeat top center;
  background-size: cover;
}
.inside-solution .solutionBottom .inside-title .en {
  color: #fff;
  opacity: 0.1;
}
.inside-solution .solutionBottom .inside-title .cn {
  color: #fff;
}
.inside-solution .solutionBottom ul {
  padding-top: 97px;
}
.inside-solution .solutionBottom ul li {
  width: 25%;
  float: left;
  font-size: 16px;
  padding: 0 30px;
  text-align: center;
}
.inside-solution .solutionBottom ul li span {
  width: 100px;
  height: 100px;
  line-height: 98px;
  vertical-align: middle;
  border-radius: 100%;
  display: inline-block;
  position: relative;
  transition: all 500ms ease;
}
.inside-solution .solutionBottom ul li span img {
  vertical-align: middle;
  transition: all 500ms ease;
}
.inside-solution .solutionBottom ul li .iconh {
  top: 50%;
  left: 50%;
  z-index: 1;
  opacity: 0;
  transform: translate(-50%, -50%);
  position: absolute;
}
.inside-solution .solutionBottom ul li .tit {
  font-size: 18px;
  line-height: 30px;
  margin-top: 13px;
}
.inside-solution .solutionBottom ul li .txt {
  margin-top: 5px;
}
.inside-solution .solutionBottom ul li:hover .icon {
  opacity: 0;
}
.inside-solution .solutionBottom ul li:hover .iconh {
  opacity: 1;
}
.inside-solution .solutionBottom ul li:hover .tit {
  color: #72c867;
}
@media (max-width: 1280px) {
  .inside-solution .solutionCenter .solutionList ul li:nth-of-type(odd) .solutionLeft {
    padding: 109px 93px 0 0;
  }
  .inside-solution .solutionCenter .solutionList ul li:nth-of-type(odd) .solutionLeft .num {
    font-size: 86px;
    margin-bottom: 88px;
  }
  .inside-solution .solutionCenter .solutionList ul li:nth-of-type(odd) .solutionLeft .index-title {
    margin-bottom: 27px;
  }
  .inside-solution .solutionCenter .solutionList ul li:nth-of-type(odd) .solutionLeft .index-title .en {
    font-size: 42px;
  }
  .inside-solution .solutionCenter .solutionList ul li:nth-of-type(odd) .solutionLeft .index-title .cn {
    font-size: 30px;
  }
  .inside-solution .solutionCenter .solutionList ul li:nth-of-type(odd) .solutionLeft .profile {
    font-size: 18px;
  }
  .inside-solution .solutionCenter .solutionList ul li:nth-of-type(even) .solutionRight .index-title .en {
    font-size: 42px;
  }
  .inside-solution .solutionCenter .solutionList ul li:nth-of-type(even) .solutionRight .index-title .cn {
    font-size: 30px;
  }
  .inside-solution .solutionCenter .solutionList ul li:nth-of-type(even) .solutionLeft .profile {
    font-size: 18px;
  }
  .inside-solution .solutionCenter .solutionList ul li:nth-of-type(even) .solutionRight .num {
    margin-bottom: 35px;
  }
  .inside-solution .solutionCenter .solutionList ul li:nth-of-type(even) .solutionRight .num {
    margin-bottom: 35px;
  }
  .inside-solution .solutionCenter .solutionList ul li:nth-of-type(even) .solutionRight .index-title {
    margin-bottom: 17px;
  }
  .inside-solution .solutionTop .list1 .solLeft .index-title {
    padding-left: 20px;
  }
}
@media (max-width: 1240px) {
  .inside-solution .solutionTop .list1 .solLeft .index-title .en {
    font-size: 48px;
  }
  .inside-solution .solutionTop .list1 .solLeft .cn {
    font-size: 26px;
    line-height: 35px;
  }
  .inside-solution .solutionTop .part1,
  .inside-solution .solutionTop .part2,
  .inside-solution .solutionTop .part3 {
    padding: 30px 30px;
  }
  .inside-solution .solutionCenter .solutionList ul li:nth-of-type(odd) .solutionLeft .profile {
    font-size: 14px;
  }
  .inside-solution .solutionCenter .solutionList ul li:nth-of-type(odd) .solutionLeft {
    padding: 45px 93px 0 0;
  }
  .inside-solution .solutionCenter .solutionList ul li:nth-of-type(even) .solutionRight .profile {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .inside-solution .solutionCenter .solutionList ul li {
    flex-direction: column;
    margin-top: 30px;
  }
  .inside-solution .solutionCenter .solutionList ul li:nth-of-type(even) .solutionRight {
    margin: 0 25px;
  }
  .inside-solution .solutionCenter .solutionList ul li:nth-of-type(odd) .solutionLeft {
    margin-left: 25px;
  }
  .inside-solution .solutionCenter .solutionList ul li .solutionRight {
    width: 100% !important;
  }
  .inside-solution .solutionCenter .solutionList ul li .solutionLeft {
    width: 100% !important;
  }
  .inside-solution .solutionCenter .solutionList ul li .solutionBtn {
    justify-content: flex-start;
    margin-top: 0;
  }
  .inside-solution .solutionCenter .solutionList ul li:nth-of-type(even) {
    flex-direction: column-reverse;
  }
  .inside-solution .solutionCenter .solutionList ul li .num::after {
    display: none;
  }
  .inside-solution .solutionCenter .solutionList ul li:nth-of-type(odd) .solutionLeft .num {
    margin-bottom: 0px;
  }
  .inside-solution .solutionCenter .solutionList ul li:nth-of-type(even) .solutionRight {
    padding: 0;
    text-align: left;
  }
  .inside-solution .solutionCenter .solutionList ul li:nth-of-type(even) .solutionRight .index-title .en {
    left: 0;
  }
  .inside-solution .solutionCenter .solutionList ul li:nth-of-type(even) .solutionBtn .btn {
    margin-top: 0;
  }
  .inside-solution .solutionCenter .solutionList ul li:nth-of-type(even) .solutionBtn .btn {
    margin-right: 30px;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .inside-solution .solutionCenter .solutionList ul li:nth-of-type(odd) .solutionLeft {
    padding: 45px 45px 0 0;
  }
  .inside-solution .solutionCenter .solutionList ul li:nth-of-type(even) {
    margin-bottom: 0;
  }
  .inside-solution .solutionCenter .solutionList ul li:nth-of-type(odd) .solutionLeft .num {
    font-size: 60px;
  }
  .inside-banner .btn {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  .inside-solution .solutionTop {
    flex-direction: column;
  }
  .inside-solution .solutionTop .list1 {
    width: 100%;
    flex-direction: column;
  }
  .inside-solution .solutionTop .list2 {
    width: 100%;
  }
  .inside-solution .solutionTop .part1,
  .inside-solution .solutionTop .part2,
  .inside-solution .solutionTop .part3,
  .inside-solution .solutionTop .part4,
  .inside-solution .solutionTop .partMore {
    background-size: cover !important;
  }
  .inside-solution .solutionBottom ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  .inside-solution .solutionBottom {
    background-size: cover;
    height: 100%;
  }
  .inside-solution .solutionCenter .solutionList ul li:nth-of-type(even) .solutionRight {
    padding: 0 45px 0 0;
  }
  .inside-solution .solutionCenter .solutionList ul li .solutionBtn {
    flex-direction: column;
  }
  .inside-solution .solutionCenter .solutionList ul li .solutionBtn .btn {
    margin: 20px 0 0 0;
  }
  .inside-solution .solutionCenter .solutionList ul li {
    margin-bottom: 40px;
  }
  .inside-solution .solutionCenter .solutionList ul li:nth-of-type(odd) .solutionLeft {
    padding: 0 45px 20px 0;
  }
  .inside-solution .solutionCenter .solutionList ul {
    padding-top: 115px;
  }
  .inside-solution .solutionBottom {
    margin-bottom: 50px;
  }
  .inside-solution .solutionTop .list1 .solLeft {
    width: 100%;
  }
  .inside-solution .solutionTop .list1 .solRight {
    width: 100%;
  }
  .inside-solution .solutionTop .list1 .solLeft .index-title {
    padding-left: 0;
  }
  .inside-solution .solutionTop {
    padding-top: 35px;
  }
  .inside-solution .solutionTop .list1 .solLeft .index-title {
    padding-top: 0px;
    height: 155px;
  }
  .inside-solution .solutionTop .list1 .solLeft .index-title .en {
    line-height: 45px;
  }
}
.solutionshowTop {
  padding: 60px 0;
}
.soluleft {
  float: left;
  width: 42%;
}
.soluleft .title {
  font-size: 16px;
  margin-top: 20px;
}
.soluright {
  float: right;
  width: 58%;
}
.soluleft .tag li {
  font-size: 13px;
  margin-top: 20px;
  margin-right: 5px;
  padding: 0 6px;
  height: 28px;
  color: #999999;
  line-height: 26px;
  border-radius: 5px;
  display: inline-block;
  border: solid 1px #999999;
  text-align: center;
  width: 29%;
}
@media (max-width: 1440px) {
  .soluleft .tag li {
    margin-top: 10px;
    width: 42%;
  }
}
.soluleft .tag li:first-child {
  margin-left: 0;
}
.soluleft .tag li:nth-child(5) {
  /*margin-left: 0;*/
}
.soluleft .tag li:hover {
  color: #72c867;
  background: #fff;
  border: solid 1px #72c867;
}
.soluleft .tagcontent {
  font-size: 14px;
  line-height: 36px;
  color: #666666;
  display: none;
  padding: 40px 65px 40px 0px;
}
@media (max-width: 1440px) {
  .soluleft .tagcontent {
    padding-top: 20px;
  }
}
.soluleft .btn a {
  float: left;
  width: 50%;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  max-width: 200px;
  display: inline-block;
  color: #666666;
  background: #fff;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #dddddd;
}
.soluleft .btn .icon {
  width: 20px;
  height: 20px;
  fill: #ddd;
  vertical-align: middle;
  margin: 0px 0 2px 60px;
  display: inline-block;
  transition: all 500ms ease;
}
.soluleft .btn:hover a {
  background: #68b65e;
  color: #fff;
  border-color: #68b65e;
}
.soluleft .btn:hover .icon {
  margin-left: 40px;
  fill: #fff;
}
.soluleft .btn1 a {
  margin-left: 30px;
  float: left;
  width: 50%;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  max-width: 200px;
  display: inline-block;
  color: #666666;
  border-radius: 5px;
  border: 1px solid #dddddd;
  text-align: center;
}
.soluleft .btn1 .icon {
  width: 20px;
  height: 20px;
  fill: #dddddd;
  vertical-align: middle;
  margin: 0px 0 2px 60px;
  display: inline-block;
  transition: all 500ms ease;
}
.soluleft .btn1:hover a {
  color: #ffffff;
  background: #68b65e;
  border-color: #68b65e;
}
.soluleft .btn1:hover .icon {
  margin-left: 40px;
}
.inside-solution .solutionshowmid {
  background: url(../images/solutionmid.jpg) no-repeat top;
  padding: 70px 0px 70px 0px;
  background-size: cover;
}
.solutionshowmid .midcontent {
  margin-top: 50px;
}
.solutionshowmid .inside-title .en {
  color: #ececec;
}
.inside-solution .solutionshowrecommend {
  padding: 70px 0px 70px 0px;
}
.solutionshowrecommend .inside-title .en {
  color: #ececec;
}
.solutionshowrecommend .scroll {
  margin-top: 50px;
  position: relative;
}
.solutionshowrecommend .scroll:before,
.solutionshowrecommend .scroll:after {
  content: '';
  height: 6px;
  width: 20px;
  left: 0;
  top: 66px;
  z-index: 9;
  position: absolute;
  background: #fff;
  display: none;
}
.solutionshowrecommend .scroll .slick-prev {
  left: -60px;
  background: url(../images/prev.png) no-repeat center center;
}
.solutionshowrecommend .scroll .slick-prev,
.solutionshowrecommend .scroll .slick-next {
  border-radius: 100%;
  margin-top: -50px;
  transition: all 500ms ease;
  border: solid 1px #e8e8e8;
}
.solutionshowrecommend .scroll .item {
  text-align: center;
}
.solutionshowrecommend .scroll .item:nth-child(2) {
  margin-top: 45px;
}
.solutionshowrecommend .scroll .item .tit {
  font-size: 20px;
  color: #333;
  height: 50px;
  position: relative;
  border-bottom: solid 2px #ededed;
}
.solutionshowrecommend .scroll .item .tit:before {
  /*content: '';*/
  /*width: 24px;*/
  /*height: 24px;*/
  /*left: 50%;*/
  /*bottom: -12px;*/
  /*transform: translateX(-50%);*/
  /*position: absolute;*/
  /*border-radius: 100%;*/
  /*background: #e2e2e2;*/
  /*transition: all 334ms ease;*/
}
.solutionshowrecommend .scroll .item .pic {
  overflow: hidden;
  margin: 0 20px;
  margin-top: 40px;
  position: relative;
}
.solutionshowrecommend .scroll .item .pic img {
  transition: all 700ms ease;
  position: absolute;
}
.solutionshowrecommend .scroll .item .txt {
  background: rgba(43, 73, 111, 0.6);
  position: absolute;
  z-index: 1;
  top: 100%;
  width: 100%;
  height: 100%;
  padding: 10% 10%;
  text-align: left;
  transition: all 0.5s ease;
}
.solutionshowrecommend .scroll .item .txt .bt {
  color: #fff !important;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
  font-weight: 100 !important;
}
.solutionshowrecommend .scroll .item .txt .btIntro {
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
  margin: 25px 0;
}
.solutionshowrecommend .scroll .item .txt .btcontent {
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
}
.solutionshowrecommend .scroll .item:hover .txt {
  transform: translateY(-100%);
}
.solutionshowrecommend .scroll .item :after {
  content: '';
  display: block;
  /* padding-bottom: 72.6%; */
}
.solutionshowrecommend .scroll .slick-next {
  right: -60px;
  background: url(../images/next.png) no-repeat center center;
}
.solutionshowrecommend .scroll:after {
  left: auto;
  right: 0;
}
.solutionshowrecommend .scroll:before,
.solutionshowrecommend .scroll:after {
  content: '';
  height: 6px;
  width: 20px;
  left: 0;
  top: 66px;
  z-index: 9;
  position: absolute;
  background: #fff;
}
.solutionshowrecommend .scroll .item:hover .tit {
  color: #72c867;
}
.solutionshowrecommend .scroll .item:hover .tit:before {
  background: #72c867;
}
.solutionshowrecommend .scroll .item .pic:hover img {
  transform: scale(1.05);
}
.inside-solution .solutionshowfeatures {
  background: url(../images/solutionshowfeatures.jpg) no-repeat top;
  padding: 65px 0px 65px 0px;
  background-size: cover;
}
.inside-solution .solutionshowfeatures .cn {
  color: #ffffff;
}
.inside-solution .solutionshowfeatures .en {
  opacity: 0.1;
}
.solutionshowfeatures .featurescontent {
  margin-top: 50px;
}
.solutionshowfeatures .featurescontent ul li {
  width: 30%;
  float: left;
  margin-left: 5%;
}
.solutionshowfeatures .featurescontent ul li:first-child {
  margin-left: 0% !important;
}
.solutionshowfeatures .featurescontent .featurestitle {
  font-size: 20px;
  color: #ffffff;
  padding: 0 4%;
}
.solutionshowfeatures .featurescontent ul li .pictop {
  padding: 0 0 5% 5%;
  filter: brightness(100);
  opacity: 0.6;
}
.solutionshowfeatures .featurescontent ul li:hover .pictop {
  filter: none;
  opacity: 1;
}
.solutionshowfeatures .featurescontent ul li:hover .featurestitle {
  color: #72c867;
}
.solutionshowfeatures .featurescontent .featuresmid {
  font-size: 14px;
  color: #ffffff;
  margin-top: 20px;
  padding: 0 0% 8% 4%;
}
.solutionshowfeatures .featurescontent .featuresmid::after {
  content: '';
  top: 0;
  left: 5%;
}
@media (max-width: 768px) {
  .index-title .en {
    font-size: 45px;
  }
  .soluleft .tag a {
    font-size: 12px;
    padding: 0px;
  }
  .soluleft {
    width: 100%;
    margin-bottom: 20px;
  }
  .soluright {
    width: 100%;
  }
  .soluleft .tagcontent {
    padding: 40px 0;
  }
  .soluleft .btn a {
    /*width: 100%;*/
    width:48%;
    padding:0 20px;
    transition:0s;
    -webkit-transition:0s;
    margin-bottom: 20px;
  }
  .soluleft .btn1 a {
    /*width: 100%;*/
   width:48%;
   float:right;
   padding:0 20px;
   transition:0s;
    -webkit-transition:0s;
    margin-left: 0px;
  }
  .soluleft .btn .icon,
  .soluleft .btn1 .icon{
  	margin-left:0;
  }
  .inside-solution .solutionshowfeatures {
    background-color: #29456a;
  }
  .solutionshowfeatures .featurescontent ul li {
    width: 100%;
    margin-left: 0;
  }
  .inside-solution .solutionBottom ul {
    padding-top: 40px;
  }
}
.inside-solution {
  overflow: hidden;
}
.solDetails {
  padding-top: 60px;
  padding-bottom: 125px;
}
.solDetails .index-title {
  margin-bottom: 50px;
}
.solDetails ul li:hover {
  background: #fff;
  box-shadow: 0 0 15px rgba(43, 73, 111, 0.2);
}
.solDetails ul li {
  display: flex;
  background-color: #f6f6f6;
  margin-bottom: 20px;
  padding-right: 5px;
  transition: all 700ms ease;
}
.solDetails ul li .pic {
  position: relative;
  overflow: hidden;
}
.solDetails ul li .pic::after {
  content: '';
  display: block;
  padding-bottom: 101.92307692%;
}
.solDetails ul li .avatar {
  width: 92px;
  padding: 35px 16px;
}
.solDetails ul li .profile {
  width: 89%;
  position: relative;
  padding: 25px 16px;
}
.solDetails ul li .profile .title {
  font-size: 14px;
  color: #666;
}
.solDetails ul li .profile .content {
  font-size: 14px;
  color: #666666;
  line-height: 2;
}
.solDetails ul li .profile::before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -45px;
  left: 0;
  width: 1px;
  height: 91px;
  background-color: #e8e8e8;
}
.solDetails ul li .view {
  width: 5%;
  background: url(../images/vieweye.png) no-repeat 0px 29px;
  font-size: 14px;
  color: #d1d1d1;
  padding-left: 18px;
  padding-top: 22px;
}
@media (max-width: 1440px) {
  .soluleft .tagcontent {
    line-height: 24px;
  }
  .inside-solution .solutionCenter .solutionList ul li:nth-of-type(2n+1) .solutionLeft .num {
    font-size: 70px;
    margin-bottom: 50px;
  }
  .inside-solution .solutionCenter .solutionList ul li:nth-of-type(2n+1) .solutionLeft .num::after {
    height: 40px;
    bottom: -40px;
  }
  .inside-solution .solutionCenter .solutionList ul li:nth-of-type(2n) .solutionRight .num {
    margin-bottom: 30px;
    font-size: 40px;
  }
  .inside-solution .solutionCenter .solutionList ul li:nth-of-type(2n) .solutionRight .profile,
  .inside-solution .solutionCenter .solutionList ul li:nth-of-type(2n+1) .solutionLeft .profile {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1000px) {
  .solDetails ul li .profile {
    width: 84%;
  }
  .solDetails ul li .view {
    width: 10%;
  }
  .inside-banner .btn a {
    display: none;
  }
}
.soluleft .tag li {
  cursor: pointer;
}
.solutionshowrecommend .scroll .item .tit span {
  height: 24px;
  display: block;
  overflow: hidden;
}
@media (max-width: 768px) {
  .solDetails {
    padding-bottom: 50px;
  }
  .solDetails ul li .profile {
    width: 74%;
  }
  .solDetails ul li .view {
    width: 20%;
  }
  .soluleft .tag li {
    margin: 0;
    font-size: 12px;
    width: 49%;
    padding: 0 5px;
    margin-top: 10px;
  }
  .inside-solution .solutionshowrecommend {
    padding: 40px 0;
  }
  .solutionshowrecommend .scroll,
  .solutionshowfeatures .featurescontent {
    margin-top: 30px;
  }
  .solutionshowrecommend .scroll .item .tit {
    font-size: 16px;
    height: 50px;
  }
  .solutionshowrecommend .scroll .item .pic {
    margin-left: 5px;
    margin-right: 5px;
  }
  .solutionshowfeatures .featurescontent ul li .pictop {
    margin-top: 20px;
  }
  .inside-solution .solutionTop .list1 .solLeft .solImg {
    height: 240px;
  }
  .inside-solution .solutionTop .part1,
  .inside-solution .solutionTop .part2,
  .inside-solution .solutionTop .part3 {
    height: auto;
  }
  .inside-solution .solutionTop .part4 {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .inside-solution .solutionTop .partMore {
    height: 218px;
  }
  .inside-solution .solutionCenter {
    height: auto;
    background: none;
    padding-top: 0;
  }
  .inside-solution .solutionCenter .inside-title .cn {
    color: #333;
    font-size: 20px;
  }
  .inside-solution .solutionCenter .inside-title .en {
    color: #eee;
  }
  .inside-solution .solutionCenter .solutionList ul {
    padding-top: 0;
  }
  .inside-solution .solutionCenter .solutionList ul li .solutionBtn .btn a {
    font-size: 14px;
    width: auto;
  }
  .inside-solution .solutionCenter .solutionList ul li:nth-of-type(2n+1) .solutionLeft .num {
    font-size: 40px;
    margin-bottom: 0;
  }
  .inside-solution .solutionCenter .solutionList ul li:nth-of-type(2n+1) .solutionLeft .index-title .cn,
  .inside-solution .solutionCenter .solutionList ul li:nth-of-type(2n) .solutionRight .index-title .cn {
    font-size: 20px;
    line-height: 30px;
  }
  .inside-solution .solutionCenter .solutionList ul li .solutionBtn .btn,
  .inside-solution .solutionCenter .solutionList ul li:nth-of-type(2n) .solutionBtn .btn {
    margin-right: 5px;
  }
  .inside-solution .solutionTop .part1 .profile,
  .inside-solution .solutionTop .part2 .profile,
  .inside-solution .solutionTop .part3 .profile,
  .inside-solution .solutionTop .part4 .profile,
  .inside-solution .solutionTop .partMore .profile {
    line-height: 20px;
  }
  .inside-solution .solutionTop .part1,
  .inside-solution .solutionTop .part2,
  .inside-solution .solutionTop .part3 {
    height: 218px;
  }
  .inside-solution .solutionTop .part1,
  .inside-solution .solutionTop .part2,
  .inside-solution .solutionTop .part3 {
    padding: 15px;
    padding-top: 20px;
  }
  .inside-solution .solutionTop .part1 .solIco,
  .inside-solution .solutionTop .part2 .solIco,
  .inside-solution .solutionTop .part3 .solIco,
  .inside-solution .solutionTop .part4 .solIco,
  .inside-solution .solutionTop .partMore .solIco {
    margin-bottom: 15px;
  }
  .inside-solution .solutionCenter .solutionList ul li .solutionBtn .btn a {
    height: 40px;
    line-height: 40px;
  }
  .inside-solution .solutionCenter .solutionList ul li .solutionBtn .btn a span {
    margin-right: 0;
  }
  .inside-solution .solutionCenter .solutionList ul li .solutionBtn {
    flex-direction: row;
  }
}
select::-ms-expand {
  display: none;
}
.nr_banner .txtbox .search .form-control {
  line-height: 24px;
}
.inside-banner .tit {
  padding-bottom: 15px;
}
.inside-banner .txt {
  margin-top: 15px;
}
.inside-banner .btn {
  margin-top: 30px;
}
.soluleft .tagcontent {
  line-height: 24px;
  padding-top: 20px;
}
.soluleft .tag li:first-child {
  margin-left: 7px;
}
.soluleft .tag {
  margin: 0 -7px;
}
.soluleft .tag li {
  width: 46.5%;
  margin: 0 7px!important;
  margin-top: 15px!important;
  overflow: hidden;
}
.solutionshowfeatures .featurescontent .featuresmid {
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 0;
}
@media (max-width: 1450px) {
  .soluleft .tag li {
    font-size: 14px;
    margin-right: 5px;
    margin-top: 10px!important;
  }
}
@media (max-width: 500px) {
  .soluleft .tag {
    margin: 0;
    padding-top: 20px;
  }
  .soluleft .tag li {
    width: 32%;
    margin: 0px!important;
    margin-top: 5px!important;
    overflow: hidden;
  }
}
.detail_solu li .pic img {
  width: 100%;
}
.inside-solution .solutionTop .part1,
.inside-solution .solutionTop .part2,
.inside-solution .solutionTop .part3 {
  background-size: cover!important;
}
.nr_banner .txtbox .search .form-control {
  line-height: 24px;
}
.inside-banner .tit {
  padding-bottom: 15px;
}
.inside-banner .txt {
  margin-top: 15px;
}
.inside-banner .btn {
  margin-top: 30px;
}
.soluleft .tagcontent {
  line-height: 24px;
  padding-top: 20px;
}
.soluleft .tag li:first-child {
  margin-left: 7px;
}
.soluleft .tag {
  margin: 0 -7px;
}
.soluleft .tag li {
  width: 46.5%;
  margin: 0 7px!important;
  margin-top: 15px!important;
  overflow: hidden;
}
.solutionshowfeatures .featurescontent .featuresmid {
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 0;
}
@media (max-width: 1450px) {
  .soluleft .tag li {
    font-size: 14px;
    margin-right: 5px;
    width: 45%;
    margin-top: 10px!important;
  }
}
.solutionshowrecommend .scroll .box-xz {
  width: 33.3333%;
  float: left;
  padding: 0 15px;
  margin-bottom: 30px;
}
.solutionshowrecommend .scroll .item .pic {
  margin: 0;
}
.solutionshowrecommend .scroll .item .tit {
  margin-top: 20px;
}
.app .inside-news {
  padding-bottom: 0;
}
.app .list .bottom {
  margin-top: 0;
}
.solutionshowfeatures .featurescontent .featuresmid {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
@media (max-width: 500px) {
  .solutionshowrecommend .scroll .box-xz {
    padding: 0 5px;
  }
  .solutionshowrecommend .scroll .item .tit {
    font-size: 14px;
  }
  .solutionshowrecommend .scroll .item .tit {
    height: 30px;
    margin-top: 5px;
  }
  .slick-dots {
    bottom: 0;
  }
  .slick-dots li button {
    width: 10px;
    height: 10px;
    background: #999;
  }
  .slick-dots li.slick-active button {
    background: #72c867;
  }
}
.solutionshowrecommend .scroll .item .xz-hezi {
  position: relative;
  overflow: hidden;
}
.solutionshowrecommend .scroll .item .xz-hezi .pic:after {
  padding-bottom: 72.6%!important;
}
.solutionshowrecommend .scroll .item .xz-hezi .txt {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  color: #fff;
  position: absolute;
  background: rgba(43, 73, 111, 0.6);
  top: 100%;
  padding: 10% 10%;
  text-align: left;
  transition: all 0.5s ease;
}
.solutionshowrecommend .scroll .item .pic img {
  width: 100%;
  height:100%;
}
.soluleft .tag {
  padding-right: 60px;
  padding-top: 10px;
}
.soluleft .tagcontent {
  text-align: justify;
  padding-right: 67px;
}
@media (max-width: 1450px) {
  .soluleft {
    padding-right: 50px;
  }
  .soluleft .tag {
    padding-right: 0;
  }
  .soluleft .tag li {
    width: 46.3%;
  }
  .soluleft .tagcontent {
    padding-right: 0;
  }
}
@media (max-width: 500px) {
  .soluleft {
    padding-right: 0;
  }
  .soluleft .tag {
    margin: 0;
    padding-right: 0;
    padding-top: 20px;
  }
  .soluleft .tag li {
    width: 49%;
    margin: 0px!important;
    margin-top: 5px!important;
    overflow: hidden;
  }
  .soluleft .tagcontent {
    padding-right: 0;
  }
}
.nr_banner .txtbox select option {
  line-height: 30px;
  height: 30px;
  margin: 2px auto;
}
.fa-01 {
  padding: 60px 0 80px 0;
  background: url(../images/fa-bg.jpg) no-repeat top center #29466a;
}
.fa-01 .index-title {
  text-align: center;
}
.fa-01 .index-title .en {
  color: #fff;
  width: 100%;
  opacity: 0.2;
  text-align: center;
}
.fa-01 .index-title .cn {
  color: #fff;
}
.fa-01 .list {
  max-width: 1060px;
  margin: 0 auto;
  margin-top: 70px;
  width: 100%;
  position: relative;
}
.fa-01 .list .tu {
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.fa-01 .list .item {
  width: 50%;
  float: left;
  color: #666;
  font-size: 16px;
}
.fa-01 .list .t-1 {
  height: 60px;
  font-size: 24px;
  padding: 0 50px;
  line-height: 60px;
  text-align: center;
  background: #ececec;
  border-radius: 30px;
}
.fa-01 .list ul {
  max-width: 360px;
  margin: 0 auto;
  width: 100%;
}
.fa-01 .list ul li {
  height: 130px;
  margin-top: 25px;
  background: #ececec;
  text-align: center;
  padding: 30px 10px 0 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.fa-01 .list ul li .t-2 {
  font-size: 18px;
  margin-bottom: 10px;
}
.fa-01 .list .itemr .t-1 {
  color: #fff;
  background: #72c867;
}
.fa-01 .list .itemr ul li {
  background: #fff;
}
.fa-01 .list .itemr ul li .t-2 {
  color: #333;
}
.fa-02 {
  padding: 70px 0;
}
.fa-02 .list {
  margin-top: 80px;
}
.fa-02 .list .pic {
  float: left;
  width: 60%;
  position: relative;
}
.fa-02 .list .pic .diqiu {
  top: 50%;
  left: 0%;
  z-index: 1;
  position: absolute;
  transform: translateY(-50%);
}
.fa-02 .list .pic .diqiu img {
  animation: 80s rotate ease infinite;
}
.fa-02 .list .item {
  width: 40%;
  float: left;
  margin-top: 15px;
}
.fa-02 .list .item li {
  min-height: 130px;
  padding-left: 90px;
  position: relative;
}
.fa-02 .list .item li img {
  top: 0;
  left: 0;
  border-radius: 100%;
  background: #72c867;
  position: absolute;
}
.fa-02 .list .item li .t-1 {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin-bottom: 5px;
}
.fa-02 .list .item li:first-child {
  margin-left: -60px;
}
.fa-02 .list .item li:nth-child(2) {
  margin-left: -30px;
}
.fa-02 .list .item li:nth-child(3) {
  margin-left: 10px;
}
.fa-02 .list .item li:nth-child(4) {
  margin-left: -10px;
}
.fa-02 .list .item li:last-child {
  margin-left: -60px;
}
.fa-03 {
  color: #fff;
  position: relative;
  padding: 100px 0;
  background: url(../images/qy-bg.jpg) no-repeat top center;
  background-size: cover;
}
.fa-03 .inside-title .en {
  color: #fff;
  opacity: 0.1;
}
.fa-03 .inside-title .cn {
  color: #fff;
}
.fa-03 ul {
  padding-top: 70px;
}
.fa-03 ul li {
  width: 20%;
  float: left;
  font-size: 16px;
  padding: 0 30px;
  text-align: center;
}
.fa-03 ul li span {
  width: 100px;
  height: 100px;
  line-height: 98px;
  vertical-align: middle;
  border-radius: 100%;
  display: inline-block;
  border: solid 1px #fff;
  position: relative;
  transition: all 500ms ease;
}
.fa-03 ul li span img {
  vertical-align: middle;
  transition: all 500ms ease;
}
.fa-03 ul li .iconh {
  top: 50%;
  left: 50%;
  z-index: 1;
  opacity: 0;
  transform: translate(-50%, -50%);
  position: absolute;
}
.fa-03 ul li .tit {
  font-size: 20px;
  line-height: 30px;
  margin-top: 20px;
}
.fa-03 ul li .txt {
  margin-top: 10px;
}
.fa-03 ul li:hover span {
  border-color: #72c867;
  background: #72c867;
}
.fa-04 {
  padding: 100px 0;
}
.fa-04 .container {
  max-width: 1280px;
}
.server-bd {
  position: relative;
  height: 557px;
  margin-top: 55px;
}
.server-bd li {
  width: 50%;
  float: left;
  position: relative;
  padding: 0 0 0 50px;
  margin-bottom: 169px;
}
.server-bd li i {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 18px;
  font-style: normal;
  font-family: arial;
  transform: translateY(-50%);
  background: url(../images/sni.png) no-repeat center;
  width: 35px;
  line-height: 36px;
  text-align: center;
}
.server-bd li h3 {
  font-size: 24px;
  font-weight: normal;
  color: #333;
  margin-top: 5px;
  line-height: 30px;
  margin-bottom: 11px;
}
.server-bd li p {
  font-size: 16px;
  color: #999;
}
.server-bd li:nth-of-type(2n) {
  float: right;
  text-align: right;
  padding: 0 50px 0 0;
}
.server-bd li:nth-of-type(2n) i {
  position: absolute;
  right: 0;
  left: auto;
  font-size: 18px;
  font-style: normal;
  font-family: arial;
}
.server-bd li:nth-of-type(3),
.server-bd li:nth-of-type(4) {
  margin-bottom: 162px;
}
.server-bd li:nth-of-type(1n + 5) {
  margin-bottom: 0;
}
.server-bd .server-line {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  transform: translate(-50%, -50%);
  transition: all 3s;
  transition-delay: 1s;
  height: 475px;
  background: url(../images/s_nline.png) no-repeat center;
}
.server-bd.zhuan .server-img .yuan {
  animation: zhuan 1s linear;
}
.server-bd .server-img {
  line-height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 6;
  transform: translate(-50%, -50%);
}
.server-bd .server-img .middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.server-bd .server-img .yuan {
  transform: rotateZ(0);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
.server-bd.zhuan .server-line {
  width: 1224px;
  animation: 5s  fadeIn ease;
}
@keyframes zhuan {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.server-process {
  background: #015699;
  padding: 70px 0;
  position: relative;
  overflow: hidden;
  height: 646px;
}
.server-process canvas {
  position: absolute;
  bottom: -142px;
  left: 50%;
  transform: translate(-50%, 0);
  height: 100%;
  opacity: 0.3;
}
.server-process .server-tit h2,
.server-process .server-tit p {
  color: #fff;
}
.server-process ul {
  position: relative;
  height: 350px;
}
.server-process li {
  display: flex;
  margin-top: 20px;
  justify-content: center;
  align-items: flex-start;
  font-size: 16px;
  color: #fff;
  height: 200px;
  position: relative;
  line-height: 53px;
  animation: autoprocess 2s infinite alternate;
}
.server-process li .iconimg {
  width: 53px;
  height: 53px;
  border: 1px dashed rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  font-size: 0;
  overflow: hidden;
  margin-right: 10px;
}
.server-process li .iconimg img {
  width: 100%;
}
.server-process li::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(47%);
  border-right: 1px dashed rgba(255, 255, 255, 0.3);
  left: 26px;
  top: 53px;
  position: absolute;
}
.server-process li:nth-of-type(odd) {
  animation: autoprocessodd 2s infinite alternate;
}
.server-process li:nth-of-type(3),
.server-process li:nth-of-type(7) {
  animation: autoprocess3 2s infinite alternate;
}
.server-process li:nth-of-type(2),
.server-process li:nth-of-type(6) {
  animation: autoprocess2 2.2s infinite alternate;
}
@keyframes autoprocess {
  0% {
    height: 170px;
  }
  100% {
    height: 190px;
  }
}
@keyframes autoprocessodd {
  0% {
    height: 300px;
  }
  100% {
    height: 280px;
  }
}
@keyframes autoprocess2 {
  0% {
    height: 150px;
  }
  100% {
    height: 200px;
  }
}
@keyframes autoprocess3 {
  0% {
    height: 260px;
  }
  100% {
    height: 320px;
  }
}
.server-support {
  padding: 70px 0;
}
.server-support ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.server-support li {
  width: 620px;
  margin-bottom: 40px;
}
.server-support li .desc {
  background: #015699;
  color: #fff;
  text-align: center;
  padding: 20px 30px 26px;
}
.server-support li .desc h3 {
  font-size: 24px;
  font-weight: normal;
}
.server-support li .desc p {
  font-size: 14px;
  margin-top: 10px;
  display: none;
}
.server-support li:nth-of-type(1n + 3) {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .fa-01 .tu {
    display: none;
  }
  .fa-01 .list {
    margin-top: 30px;
  }
  .fa-01 .list .item {
    font-size: 14px;
  }
  .fa-01 .list .t-1 {
    padding: 0 10px;
    font-size: 16px;
    border-radius: 0;
  }
  .fa-02 {
    max-width: 640px;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 0;
  }
  .fa-02 .list {
    padding: 0 20px;
    margin-top: 40px;
  }
  .fa-02 .list .pic {
    display: none;
  }
  .fa-02 .list .item {
    font-size: 12px;
    line-height: 20px;
    margin-top: 0;
    width: 100%;
    float: none;
  }
  .fa-02 .list .item li {
    margin-left: 0!important;
  }
  .fa-02 .list .item li .t-1 {
    font-size: 14px;
    margin-bottom: 0;
  }
  .fa-03 {
    padding: 50px 0;
    height: auto;
  }
  .fa-03 ul {
    margin-left: 0;
    margin-right: 0;
    padding-top: 30px;
  }
  .fa-03 ul li {
    padding: 0 10px;
  }
  .fa-03 ul li span {
    width: auto;
    height: auto;
    border: 0;
    line-height: initial;
  }
  .fa-03 ul li .tit {
    font-size: 16px;
    margin-top: 0;
    height: 48px;
  }
  .fa-03 ul li .txt {
    font-size: 14px;
  }
  .fa-04 {
    padding: 40px 0;
    max-width: 640px;
    margin: 0 auto;
    width: 100%;
  }
  .server-bd {
    height: auto;
    margin-top: 20px;
  }
  .server-bd .server-img,
  .server-bd .server-line {
    display: none;
  }
  .server-bd li {
    width: 100%;
    padding: 30px!important;
    border: solid 1px #ddd;
    text-align: center!important;
    float: none !important;
    margin-bottom: 20px!important;
  }
  .server-bd li h3 {
    font-size: 18px;
    margin: 0;
  }
  .server-bd li {
    padding-left: 0;
  }
  .server-bd li i {
    display: none;
  }
  .server-bd li:nth-of-type(2n) i {
    right: auto;
    left: 0;
  }
}
@media (max-width: 500px) {
  .fa-03 ul {
    padding-top: 0;
  }
  .fa-03 ul li {
    width: 33.333%;
    margin-top: 30px;
  }
  .fa-03 ul li img {
    max-height: 50px;
  }
  .fa-03 ul li .tit {
    font-size: 12px;
    line-height: 20px;
  }
  .fa-01{
  	padding-bottom:40px;
  }
  .fa-01 .list .item{
  	border:solid 5px #29466a;
  }
  .fa-01 .list ul{

  }
  .fa-01 .list ul li{
  	margin-top:10px;
  	padding-top:20px;
  	box-shadow:none;
  }
  .fa-01 .list ul li .t-2{
  	margin-bottom:0;
  }
  .fa-01 .list .item:nth-child(2) li{
  		background:#fff;
  }
  .fa-01 .list .item:nth-child(2) li .t-1{
  	background:#;
  }
  
}
.nr_banner img {
  width: 100%;
}
.category-ph {
  display: none;
  padding: 20px 20px 0 20px;
}
.category-ph .select-ph {
  width: 100%;
  float: none;
}
.category-ph select {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #666;
  margin-bottom: 10px;
  border: 1px solid #eee;
  outline: none;
  padding-left: 20px;
  background-color: #fff;
  background: #ffffff url(../images/arrow.jpg) no-repeat top right;
  background-size: 40px 40px;
}
.category-ph .search {
  width: 100%;
  float: none;
  border: 1px solid #eee;
  position: relative;
  vertical-align: top;
}
.category-ph .search .btn {
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  cursor: pointer;
  border: 0;
  top: 0 !important;
  background: url(../images/search.png) no-repeat center center #72c867;
  background-size: auto;
  background-size: 20px;
}
.category-ph .form-control {
  border: 0;
  width: 310px;
  font-size: 14px;
  color: #999;
  height: 40px;
  line-height: 24px;
  line-height: 40px;
  vertical-align: top;
  padding: 10px 86px 10px 10px;
}
@media (max-width: 500px) {
  .category-ph {
    display: block;
  }
}
@media (max-width: 1440px) {
  .nr_banner .t1 {
    font-size: 24px;
    line-height: 40px;
  }
  .nr_banner .t2 {
    font-size: 16px;
    line-height: 24px;
    padding-top: 20px;
  }
  .nr_menu {
    padding-top: 20px;
  }
  .nr_menu li {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .nr_banner .txtbox select {
    margin: 0;
  }
  .pro_list {
    margin-top: 30px;
  }
  .pro_list li {
    padding: 0 10px 20px 10px ;
  }
  .inside-banner .btn {
    margin-top: 15px;
  }
  .inside-banner .btn a {
    font-size: 16px;
    max-width: 250px;
  }
  .inside-banner .btn .icon {
    margin-left: 0px;
  }
}
@media (max-width: 500px) {
  .inside-solution .solutionTop .list2 .solLeft {
    width: 100%;
    float: none;
    text-align: center;
  }
  .inside-solution .solutionTop .list1 .solLeft .index-title{
  	width:100%;
  }
  .inside-solution .solutionTop .list2 .solRight {
    text-align: center;
    width: 100%;
    float: none;
  }
  .inside-solution .solutionTop .part4 {
    text-align: center;
    padding: 40px 20px;
  }
  .inside-solution .solutionTop .part1,
  .inside-solution .solutionTop .part2,
  .inside-solution .solutionTop .part3 {
    padding: 0 20px;
    padding-top: 40px;
    text-align: center;
  }
  .inside-solution .solutionTop .part2 {
    background: url(../images/s33.jpg) no-repeat center;
  }
  .inside-solution .solutionTop .part3 {
    background: url(../images/s44.jpg) no-repeat center;
  }
  .inside-solution .solutionTop {
    padding-bottom: 20px;
  }
  .inside-solution .solutionTop .list1 .solLeft .content {
    font-size: 14px;
    margin-top: 10px;
  }
  .inside-solution .solutionshowmid .midcontent {
    margin-top: 0;
  }
 
   .app .inside-news .slick-dots li{
   	margin-top:0;
   }
  .app .inside-news .slick-dots li button {
    width:8px;
    height: 8px;
    background: #ccc;
  }
  .app .inside-news .slick-dots li.slick-active button {
    background: #27456b;
  }
  .app{
  	background:none;
  }
  
  
}
.xzvideo video{
	background:#000;
	vertical-align:top;
}


@media(max-width:500px) {
	 .inside-solution .solutionshowmid{
	 	  padding:40px 0 30px 0;
	 }
	 .solutionshowTop{
	 	padding-top:20px;
	 	padding-bottom:0px;
	 }
	 .soluleft .tagcontent{
	 	padding-bottom:20px;
	 }
	 .xzvideo{margin-top:30px!important;}
	 .inside-solution .solutionshowrecommend{
	 	padding-bottom:0;
	 }
	 .solutionshowrecommend .scroll .box-xz{
		 	width:100%;
		 	padding:0;
	 }
	 .inside-solution .solutionshowmid,
	 .inside-solution .solutionshowfeatures{
	 	margin:0 20px;
	 }
	 .solDetails{
	 	padding-top:20px;
	 }
	 .solDetails .index-title{
	 	margin-bottom:20px;
	 }
	 .soluleft{
	 	margin-top:30px;
	 }
	 .solutionshowfeatures .featurescontent .featuresmid{
	 	margin-top:5px;
	 }
	 .solutionshowfeatures .featurescontent ul li .pictop{
	 	padding-bottom:10px;
	 }
	 
	 
} 

@media (max-width: 640px) {
	  .app .inside-news ul {
	    margin: 0 -5px;
	    padding-top: 20px;
	  }
	  .app .inside-news li {
	    width: auto;
	    padding: 5px;
	  }
   .app .inside-news .slick-dots{
  		margin:0;
 	 }
  
}

@media (max-width:500px) {
	.app .inside-news li:first-child{
		margin-top:0;
	}
  .app .inside-news ul{
		margin:0 -20px;
	}
 .app .inside-news li {
    width: auto;
    float:left;
    padding:0;
    margin-top:20px;
  }
  .app .list .top .mk2 .pic1, .app .list .right .pic1, .app .list .right .pic2{
  	display:none;
  }
  
  
}
	 