.inside-job .button {
  padding: 0 40px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  font-size: 16px;
  display: inline-block;
  background: #72c867;
  margin-top: 30px;
}
.middleCenter {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  vertical-align: middle;
}
.tankuang {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100000;
  display: none;
  background: rgba(0, 0, 0, 0.8);
}
.tankuang .bt {
  color: #333;
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
}
.tankuang .box {
  width: 550px;
  margin: 0 auto;
  top:50%;
  transform:translateY(-50%);
  position: relative;
}
.tankuang .bg {
  padding: 30px 40px;
  background: #fff;
  border-radius: 5px;
}
.tankuang .close {
  display: block;
  margin-right: 0px;
  text-align: right;
  margin-bottom: 10px;
}
.tankuang .close:hover {
  opacity: 0.8;
}
.tankuang li {
  margin-top: 10px;
}
.tankuang li em {
  color: #ff0000;
  font-style: normal;
}
.tankuang li label {
  width: 20%;
  float: left;
  color: #333;
  font-size: 14px;
  display: block;
  text-align: right;
  padding-right: 10px;
  line-height: 40px;
}
.tankuang li input,
.tankuang li textarea,
.tankuang li select {
  width: 100%;
  height: 43px;
  padding: 10px;
  font-size: 16px;
  line-height: 40px;
  font-family: "微软雅黑";
  border: solid 1px #d7d7d7;
}
.tankuang li select {
  padding-top: 0;
  padding-bottom: 0;
  color: #999;
  background: #ffffff url(../images/ab.png) no-repeat center right 20px;
}
.tankuang li textarea {
  resize: none;
  height: 80px;
}
.tankuang li p {
  width: 80%;
  float: left;
}
.tankuang li .code {
  width: 63%;
}
.tankuang li a,
.b-submit,
.b-rest {
  height: 42px;
  width: 164px;
  color: #fff;
  border: 0;
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  line-height: 42px;
  margin-right: 10px;
  display: inline-block;
}
.tankuang li a:last-child,.b-rest {
  background: #999;
}
.tankuang li .b-submit{
	 background:#72c867!important;
}

.tankuang li .upload {
  height: 50px;
  display: block;
  width: 140px;
  text-align: center;
  position: relative;
}
.tankuang li .upload label {
  display: block;
  width: 100%;
  cursor: pointer;
  text-align: center;
  border: 1px #a0a0a0 solid;
  line-height: 48px;
  height: 50px;
  color: #333333;
  font-size: 17px;
}
.tankuang li .upload label:hover {
  background: rgba(0, 0, 0, 0.02);
}
.tankuang li .upload input[type="file"] {
  position: absolute;
  width: 0;
  height: 0;
  width: 100%;
  height: 100%;
  left: 0;
  padding: 0;
  z-index: 1;
  border: 0;
  text-indent: -9999em;
}
.tankuang li .upload .btn {
  margin-right: 0;
  color: #777;
  background: #fff;
  font-size: 16px;
  text-align: center;
  display: block;
  position: absolute;
  width: 140px;
  line-height: 50px;
  height: 50px;
  right: 0;
  z-index: 0;
  border: solid 1px #ccc;
  top: 0;
}
.tankuang li .upload .btn:hover {
  border-color: #72c867;
}

@media(max-width:1450px) {
	.tankuang .box {
	 	/*margin-top:2%;*/
	 }
	 .tankuang li{
	 	margin-top:10px;
	 }
	 .tankuang li input,.tankuang li select{
	 	   height:36px;
	 	   line-height:34px;
	 }
	 .tankuang li textarea{
	 	height:60px;
	 }
}
@media (max-width: 700px) {
  .tankuang .bg {
    padding: 20px 10px;
  }
  .tankuang .box {
    width: 310px;
    /*margin-top: 0%;*/
  }
  .tankuang li input,
  .tankuang .tankuang li textarea,
  .tankuang .tankuang li select {
    height: 38px;
    color: #ca8189;
  }
  .tankuang li {
    margin-top: 0px;
    padding: 0 15px;
  }
  .tankuang li label {
    font-size: 14px;
    width: 100%;
    line-height: 24px;
    text-align: left;
  }
  .tankuang li p {
    width: 100%;
  }
  .tankuang li textarea {
    height: 50px;
  }
  .tankuang li .code {
    width: 37%;
  }
  .tankuang li img {
    max-height: 38px;
  }
  .tankuang li a,
  .b-submit,
  .b-rest {
    width: 120px;
    height: 36px;
    line-height: 36px;
    margin-top: -20px;
    margin-right: 3px;
  }
  .tankuang .close {
    margin-right: 0;
  }
  .tankuang .close img {
    max-height: 30px;
  }
}
.news-bottom {
  padding-bottom: 16px;
  margin-bottom: 52px;
}
.news-bottom .pic {
  position: relative;
  overflow: hidden;
}
.news-bottom .pic:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.news-bottom ul {
  margin-top: 40px;
}
.news-bottom ul li {
  overflow: hidden;
  margin-bottom: 44px;
  position: relative;
}
.news-bottom ul li .pic {
  width: 259px;
  position: absolute;
  top: 0;
  left: 0;
}
.news-bottom ul li .pic img {
  transition: 0.5s;
}
.news-bottom ul li .pic:after {
  padding-bottom: 68.33976834%;
}
.news-bottom ul li a {
  padding-left: 300px;
  display: block;
}
.news-bottom ul li .text {
  padding-top: 7px;
  background: url("../images/more.png") no-repeat bottom left;
  height: 177px;
}
.news-bottom ul li .bt {
  font-size: 20px;
  color: #1a1b1b;
  overflow: hidden;
}
.news-bottom ul li .date {
  font-size: 14px;
  color: #b4b4b4;
  font-family: arial;
  margin-top: 5px;
}
.news-bottom ul li .jsh {
  font-size: 14px;
  color: #888888;
  height: 48px;
  overflow: hidden;
  margin-top: 7px;
}
@media (min-width: 1025px) {
  .news-bottom ul li:hover .pic img {
    transform: scale(1.03);
  }
  .news-bottom ul li:hover .text {
    background: url("../images/moreh.png") no-repeat bottom left;
  }
  .news-bottom ul li:hover .bt {
    color: #274264;
  }
}
@media (max-width: 1023px) {
  .news-bottom {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .news-bottom ul li {
    margin-bottom: 20px;
    width: 50%;
    float: left;
    padding: 0 5px;
  }
  .news-bottom ul li .pic {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
  }
  .news-bottom ul li a {
    padding-left: 0;
  }
  .news-bottom ul li .text {
    height: 137px;
  }
  .news-bottom ul li .bt {
    font-size: 16px;
  }
  .news-bottom ul li .date {
    font-size: 12px;
  }
  .news-bottom ul li .jsh {
    font-size: 14px;
  }
}
.searchResult-header {
  margin-top: 40px;
  border-bottom: 1px #ccc solid;
  margin-bottom: 30px;
  font-size: 0;
}
.searchResult-header a {
  display: inline-block;
  font-size: 16px;
  text-align: center;
  padding: 5px 15px;
  margin-bottom: -1px;
  margin-right: 5px;
}
.searchResult-header a:last-child {
  margin-right: 0;
}
.searchResult-header a.cur {
  background: #2b496f;
  color: #fff;
}
.searchResult-header a.cur:hover {
  color: #fff;
}
.searchResult-header a:hover {
  color: #23a2dc;
}
/*2020-7-18*/
.nav li .isubprobox:before {
  content: "";
  display: block;
  width: 85%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 15%;
}
.nav li .isubprobox .right .item .tit img {
  vertical-align: middle;
  margin-top: -3px;
}
.soluleft .btn .a-1 {
  background: #68b65e;
  color: #fff;
  border-color: #68b65e;
}
.soluleft .btn .a-1 .icon {
  fill: #fff;
}
.app .list .bottom .a-1 {
  background: #68b65e;
  color: #fff;
  border-color: #68b65e;
}
.banner .zxzx {
  color: #fff;
  text-align: left;
  position: absolute;
  z-index: 11;
  top: 73.5%;
  left: 14.5%;
}
.banner .txtbox-2 .zxzx a {
  display: block;
  height: 40px;
  line-height: 40px;
  width: 130px;
  border-radius: 40px;
  background: #fff;
  text-align: center;
  color: #000;
  font-size: 16px;
}
.banner .txtbox-2 .zxzx a .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px #383838 solid;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 10px;
  background: url(../images/icon/arrow-right.svg) no-repeat center center;
  background-size: 14px !important;
}
.banner .txtbox-2 .zxzx a:hover {
  background: #72c867;
  color: #fff;
}
.banner .txtbox-2 .zxzx a:hover .icon {
  border-color: #fff;
  background: url(../images/icon/arrow-right-2.svg) no-repeat center center;
}
@media (max-width: 768px) {
  .banner .txtbox-2 .zxzx a {
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  .banner .txtbox-2 .zxzx a .icon {
    width: 16px;
    height: 16px;
    background-size: 12px !important;
  }
}
.banner .slick-prev,
.banner .slick-next {
  width: 80px;
  height: 100%;
  top: 0;
  transform: rotate(0);
  border: none;
}
.banner .slick-prev {
  left: 100px;
}
.banner .slick-next {
  right: 100px;
}
.banner .slick-prev:after,
.banner .slick-next:after {
  content: "";
  display: block;
  opacity: 0.8;
  width: 35px;
  height: 35px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 500ms ease;
}
.banner .slick-prev:after {
  border-left: solid 3px #fff;
  border-bottom: solid 3px #fff;
  transform: rotate(45deg);
}
.banner .slick-next:after {
  border-right: solid 3px #fff;
  border-bottom: solid 3px #fff;
  transform: rotate(-45deg);
}
.banner .slick-prev:hover:after,
.banner .slick-next:hover:after {
  opacity: 1;
}
.nr_menu {
  position: relative;
}
.inside-menu {
  position: relative;
}
.inside-menu-2 {
  position: relative;
}
#madianA {
  width: 1px;
  height: 1px;
  position: absolute;
  top: -100px;
  left: 0;
}
@media (max-width: 1200px) {
  #madianA {
    top: -60px;
  }
}
.inside-message .list li input,
.inside-message .list li textarea {
  font-size: 14px;
}
.inside-message .list li p {
  position: relative;
}
.inside-message .list li p .errorTips {
  display: block;
  padding-right: 10px;
  font-size: 12px;
  line-height: 56px;
  color: #ff0000;
  position: absolute;
  top: 0;
  right: 0;
}
.fa-01 .list .tu {
  z-index: 999;
}
.soluleft .tag li a:hover {
  color: #72c867;
}
.soluleft .tag li {
  color: #666;
  cursor: initial;
}
.soluleft .tag a:hover li {
  color: #72c867 !important;
  border: 1px #000 solid;
}
.solutionshowrecommend .scroll {
  margin-bottom: 50px;
}
.solutionshowrecommend .scroll .slick-dots {
  padding-top: 0;
  bottom: 0;
  position: static;
}
.solutionshowrecommend .scroll .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #999;
}
.solutionshowrecommend .scroll .slick-dots li.slick-active button {
  background: #72c867;
}
.solutionshowrecommend .scroll .slick-dots li {
  float: none;
  width: auto;
}
.nr_banner .txtbox select {
  font-size: 14px;
}
.nr_banner .txtbox .search .form-control {
  font-size: 14px;
}
@media (max-width: 640px) {
  .searchResult-header {
    overflow: hidden;
  }
  .searchResult-header a {
    display: block;
    width: 50%;
    float: left;
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
  }
  .news-bottom ul li .bt {
    font-size: 14px;
    height: 24px;
  }
  .news-bottom ul li .text {
    height: 110px;
  }
}