.year100 {
  position: fixed;
  top: 0;
  z-index: 97;
  width: 100%;
  background-color: #fff;
}
.year100 img { width: 100%; }

.year10 {
  display: none;
  position: fixed;
  top: 0;
  z-index: 97;
  height: 300px;
  width: 100%;
  background-color: #d50908;
}

.year10 img {
  width: 100%;
  min-height: 300px;
}

.porcelain-block {
  box-shadow: 0 4px 18px 0 rgb(0 0 0 / 10%);
  position: relative;
  margin: 0 0 28px 0;
  background-color: #f1f9f5;
  width: 100%;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.report-export {
  display: block;
  color: #fff;
  background-color: #0a8145;
  position: absolute;
  bottom: 20px;
  right: 13px;
  padding: 0 16px;
  font-size: 14px;
  line-height: 32px;
  height: 32px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.porcelain-item {
  width: 33%;
  height: 48px;
  text-align: center;
  padding: 31px 0;
}

.center-item {
  width: 34%;
  position: relative;
}

.porcelain-item4 .porcelain-item {
  width: 25%;
  text-align: center;
  position: relative;
}

.porcelain-item4 .porcelain-border-right:after {
  position: absolute;
  width: 1px;
  height: 34px;
  content: '';
  background-color: #c2e3d4;
  top: 50%;
  margin-top: -17px;
  right: 0;
}

.porcelain-item5 .porcelain-item {
  width: 20%;
  text-align: center;
  position: relative;
}

.porcelain-item5 .porcelain-border-right:after {
  position: absolute;
  width: 1px;
  height: 34px;
  content: '';
  background-color: #c2e3d4;
  top: 50%;
  margin-top: -17px;
  right: 0;
}

.porcelain-item6 .porcelain-item {
  width: 16.66%;
  text-align: center;
  position: relative;
}

.porcelain-item6 .porcelain-border-right:after {
  position: absolute;
  width: 1px;
  height: 34px;
  content: '';
  background-color: #c2e3d4;
  top: 50%;
  margin-top: -17px;
  right: 0;
}
.porcelain-item7 .porcelain-item {
  width: calc(100% / 5);
  text-align: center;
  position: relative;
}

.porcelain-item7 .porcelain-border-right:after {
  position: absolute;
  width: 1px;
  height: 34px;
  content: '';
  background-color: #c2e3d4;
  top: 50%;
  margin-top: -17px;
  right: 0;
}
.porcelain-item7 .porcelain-border-right:last-child:after {
  display: none;
}
.porcelain-item>a>div {
  display: inline-block;
}

.porcelain-item .porcelain-icon {
  width: 46px;
  height: 48px;
  text-align: center;
  vertical-align: middle;
  margin-right: 16px;
  margin-top: -4px;
}

.porcelain-item .porcelain-icon i:before {
  font-size: 46px;
  color: #0a8145;
}

.porcelain-item .porcelain-text {
  text-align: left;
}

.porcelain-item .porcelain-count {
  font-size: 28px;
  color: #0a8145;
  line-height: 26px;
  vertical-align: bottom;
}

.porcelain-item .porcelain-count em {
  font-size: 14px;
  margin-left: 10px;
}

.porcelain-item .porcelain-title {
  color: #212121;
  line-height: 22px;
  font-size: 14px;
  /* text-align: center; */
}

.center-item:before,
.center-item:after {
  position: absolute;
  width: 1px;
  height: 34px;
  content: '';
  background-color: #c2e3d4;
  top: 50%;
  margin-top: -17px;
}

.center-item:before {
  left: 0;
}

.center-item:after {
  right: 0;
}

/* demand-box */
.demand-box {
  padding: 16px 45px 40px;
  position: relative;
  min-height: 200px;
}

.demand-box2 {
  padding: 16px 20px 40px;
}

.demand-box .top {
  width: 100%;
}

.demand-box .top h1 {
  font-size: 24px;
  line-height: 54px;
  color: #212121;
  /* height: 54px; */
  /* padding-bottom: 25px; */
  display: inline-block;
  min-width: 670px;
}

.demand-box .top h1 span {
  color: #ff9904;
  font-size: 14px;
  margin-left: 20px;
  position: relative;
}

.demand-box .top h1 span img {
  margin-top: -4px;
}

.demand-box .top .fr {
  font-size: 14px;
  padding-top: 12px;
}

.demand-box .industry-p {
  font-size: 14px;
  color: #707070;
  line-height: 22px;
  padding-bottom: 14px;
}

.demand-box .top .fr a {
  color: #0a8145;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.demand-box .top .fr a em {
  vertical-align: middle;
  margin-left: 4px;
}

.demand-box .demand-title {
  text-align: left;
  margin-bottom: 10px;
}

.demand-box .demand-title .fr a {
  font-size: 14px;
  color: #0a8145;
}

.demand-box .demand-title .fr a em {
  vertical-align: middle;
  margin-left: 4px;
}

.demand-box .demand-icon {
  width: 46px;
  height: 48px;
  text-align: center;
  vertical-align: middle;
  margin-right: 16px;
  margin-top: -4px;
  display: inline-block;
}

.demand-box .demand-icon i:before {
  font-size: 40px;
  color: #0a8145;
}

.demand-box .demand-icon i.c-bule:before {
  color: #0a8145 !important;
}

.demand-box .demand-text {
  display: inline-block;
}

.demand-box .demand-order {
  line-height: 24px;
  font-size: 20px;
  color: #212121;
  vertical-align: bottom;
}

.demand-box .demand-order em {
  font-size: 14px;
  margin-left: 10px;
  color: #707070;
}

.demand-box .demand-date {
  color: #212121;
  line-height: 36px;
  font-size: 14px;
}

.demand-box .demand-stamp {
  width: 146px;
  height: 104px;
  position: absolute;
  bottom: 34px;
  right: 28px;
}

.demand-box .demand-stamp img {
  width: 146px;
  height: 104px;
  cursor: pointer;
}

.demand-box .demand-left {
  position: absolute;
  top: 40px;
  left: 20px;
  border: 1px solid #e5e5e5;
  width: 188px;
  height: 188px;
  text-align: center;
}

.demand-box .demand-left a {
  font-size: 16px;
  color: #0a8145;
  line-height: 40px;
  display: inline-block;
  vertical-align: middle;
}

.demand-box .demand-left a i {
  font-size: 18px;
}

.demand-box .demand-left a em {
  vertical-align: middle;
  margin-right: 4px;
}

.demand-title3 {
  line-height: 40px;
  font-size: 16px;
  color: #707070;
  padding-left: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.demand-left-box {
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 800px;
  padding: 32px 20px 0 0;
  border: 1px solid #e5e5e5\9;
}
.demand-left-top{
  padding-left: 20px;
}
.demand-left-download{
  width: 180px;
}
.left-download-title{
  width: 100%;
  height: 200px;
  text-align: center;
  padding: 8px 10px 0;
  border: 1px solid #dae4f0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.left-download-title h3{
  font-size: 16px;
  line-height: 28px;
  color: #212121;
}
.left-download-title img{
  display: block;
  width: 154px;
  height: 122px;
  margin: 0 auto;
}
.left-download-title a{
  width: 100%;
}
.demand-left-info{
  width: 558px;
}
.demand-left-info h1{
  font-size: 24px;
  line-height: 1;
  height: 24px;
  color: #212121;
  width: 100%;
}
.demand-left-info h1>span{
  position: relative;
  display: inline-block;
  padding: 0 8px;
  height: 20px;
  background-color: #e8b108;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.demand-left-info>p.industry-p{
  line-height: 30px;
  font-size: 16px;
  color: #707070;
}
.demand-left-info>p.industry-p em{
  color: #212121;
}
.demand-left-info h1>span i{
  margin-top: -4px;
}

.demand-left-info ul{
  width: 100%;
  background-color: #f8fafd;
  padding: 18px 30px 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.demand-left-info ul li{
  padding: 10px 0;
  line-height: 24px;
  font-size: 16px;
  color: #707070;
}
.demand-left-info ul li span{
  float: right;
  color: #212121;
  max-width: 290px;
  text-align: right;
}

.demand-com-title{
  line-height: 38px;
  padding-bottom: 12px;
  position: relative;
  font-size: 20px;
  color: #212121;
  border-bottom: 1px solid #e5e5e5;
}
.demand-com-title:before{
  content: '';
  display: block;
  width: 3px;
  height: 20px;
  background-color: #0a8145;
  position: absolute;
  top: 9px;
  left: -20px;
}

.demand-com-title i{
  margin-top: -4px;
  margin-right: 4px;
}
.demand-com-title em{
  font-size: 18px;
  color: #707070;
  margin-left: 10px;
}

.demand-com-title span{
  font-size: 18px;
  color: #212121;
  margin-left: 10px;
}

.demand-com-title span i{
  color: #707070;
}

.demand-intelligent-img{
  display: block;
  width: 160px;
  height: 130px;
  position: absolute;
  right: 0;
  bottom: 30px;
}

.demand-right-box {
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 380px;
  padding: 10px 0 0;
  border: 1px solid #e5e5e5\9;
}
.demand-bank-box{
  max-height: 622px;
  overflow: hidden;
  overflow-y: auto;
}
.demand-bank-list{
  border-top: 1px solid #e5e5e5;
}
.demand-bank-list dt{
  height: 80px;
  padding-left: 78px;
  position: relative;
  padding-top: 18px;
  cursor: pointer;
}
.demand-bank-list dt span{
  display: block;
  width: 58px;
  height: 24px;
  background-color: #0a8145;
  font-size: 12px;
  color: #fff;
  line-height: 24px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.demand-bank-list dt i.logo{
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -18px;
  display: block;
  height: 36px;
  width: 36px;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #2973f4;
  text-align: center;
  line-height: 36px;
}
.demand-bank-list dt i.logo.blue-logo{
  background-color: #2973f4;
}
.demand-bank-list dt i.logo.green-logo{
  background-color: #0cb630;
}
.demand-bank-list dt i.logo.orange-logo{
  background-color: #eaa511;
}

.demand-bank-list dt i.arrow{
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -12px;
  display: block;
  height: 24px;
  width: 24px;
  color: #999999;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
}
.demand-bank-list dt i.arrow:before{
  content: "\e616";
}
.demand-bank-list dt .demand-dt-left{
  width: 146px;
  float: left;
}
.demand-bank-list dt .demand-dt-btn-table a{
  line-height: 25px;
}
.demand-bank-list dt .demand-dt-btn-table{
  width: 120px;
  height: 46px;
  display: table;
  vertical-align: middle;
  float: left;
}
.demand-bank-list dt .demand-dt-btn-table-cell{
  width: 120px;
  height: 46px;
  display: table-cell;
  vertical-align: middle;
}
.demand-bank-list .demand-bank-tips {
  display: none;
  font-size: 14px;
  padding: 0 20px 10px;
}
.demand-bank-list .demand-bank-tips.active {
  display: block;
}
.demand-bank-list dd{
  position: relative;
  display: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 340px;
  padding: 10px;
  background-color: #f8fafd;
  margin: 0 auto 20px;
}
.demand-bank-list dd .text7 .form-lab {
  width: 7em;
}
.demand-bank-list dd .text7 .form-control {
  margin-left: 7em;
}
.demand-bank-list dd > ul{
  position: relative;
}
.demand-bank-list dd > .title {
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}
.demand-bank-list dd > .title .iconfont {
  font-size: 20px;
  font-weight: 400;
  margin-right: 10px;
  color: #0a8145;
}
.demand-right-box .form-control>em,
.demand-left-box .form-control>em{
  margin-top: 6px;
  word-wrap:break-word;
  display: block;
}
.demand-bank-list dt.active i.arrow{
  content: "\e81b";
}
.demand-right-box table,
.demand-right-box tr,
.demand-right-box td,
.demand-right-box th{
  border: 1px solid #e5e5e5;
}
.demand-right-box .demand-intelligent-img{
  height: 70px;
  width: 86px;
  position: absolute;
  right: -10px;
  bottom: -10px;
}
.demand-right-box .demand-intelligent-img img{
  height: 70px;
  width: 86px;
}

.demand-bank-list dt.active i.arrow:before{
  content: "\e81b";
}
/*.financing-demand-pop .estate-info {*/
/*  max-height: 350px;*/
/*  overflow-y: auto;*/
/*}*/
.financing-demand-pop .estate-info-ul {
  padding: 10px;
  border-radius: 4px;
  background-color: #f1f9f5;
}
.financing-demand-pop .estate-info-ul li {
  padding-bottom: 6px;
}
.financing-demand-pop .estate-info-ul .title {
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.financing-demand-pop .estate-info-ul .title .iconfont {
  font-size: 20px;
  font-weight: 400;
  margin-right: 10px;
  color: #0a8145;
}

/* accept-ul */
.accept-ul {
  padding: 20px 10px 1px;
}

.accept-ul li {
  width: 33.33%;
  float: left;
  padding: 0 10px;
  margin-bottom: 20px;
}

.accept-ul li dl {
  padding: 20px 20px 20px 100px;
  background-color: #f4faf7;
  position: relative;
  z-index: 9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.accept-ul li dl span {
  display: block;
  width: 82px;
  height: 32px;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: -3px;
  left: 0px;
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
}

.accept-ul li dl span.icon01 {
  background-position: 0 -1334px;
}

.accept-ul li dl span.icon02 {
  background-position: 0 -1371px;
}

.accept-ul li dl span.icon03 {
  background-position: 0 -1408px;
}

.accept-ul li dl span.icon04 {
  background-position: 0 -1445px;
}

.accept-ul li dl dt {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 60px;
  height: 60px;
  border: 1px solid #d0d3d1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.accept-ul li dl dt img {
  width: 100%;
  height: 100%;
}

.accept-ul li dl .accept-title {
  line-height: 18px;
  font-size: 16px;
  height: 36px;
  color: #212121;
  margin-bottom: 8px;
  overflow: hidden;
}

.accept-ul li dl .accept-status {
  line-height: 14px;
  font-size: 14px;
  color: #212121;
  height: 14px;
}

.accept-ul li dl .accept-status em {
  color: #0a8145;
}

.accept-ul li dl .tooltip {
  top: 90px;
}

.accept-ul li dl .accept-btn {
  margin-top: 8px;
  padding: 0 9px;
  background-color: #fff;
  display: inline-block;
  color: #0a8145;
  font-size: 12px;
  border: 1px solid #6dbb98;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.accept-ul li dl .accept-editer-btn {
  margin: 8px 0 0 20px;
  padding: 0 20px;
  background-color: #0a8145;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  border: 1px solid #0a8145;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.accept-ul li dl .icon-credit-scheme3 {
  font-size: 14px;
  margin: -2px 2px 0 0;
}

.accept-ul li dl .icon-identification2 {
  font-size: 14px;
  margin: -2px 2px 0 0;
}

.final-determination {
  display: block;
  width: 96px;
  height: 74px;
  position: absolute;
  bottom: 12px;
  right: 10px;
  background: url(../images/icon-green3.png) center no-repeat;
}

.final-no-determination {
  display: block;
  width: 96px;
  height: 74px;
  position: absolute;
  bottom: 12px;
  right: 10px;
  background: url(../images/icon-no-green3.png) center no-repeat;
}

.icon-identification-img{
  display: block;
  width: 96px;
  height: 74px;
  position: absolute;
  bottom: 12px;
  right: 10px;
  background: url(../images/icon-green4.png) center no-repeat;
}

.icon-no-identification-img{
  display: block;
  width: 96px;
  height: 74px;
  position: absolute;
  bottom: 12px;
  right: 10px;
  background: url(../images/icon-no-green4.png) center no-repeat;
}



/* login */
.login {
  position: relative;
  min-width: 1260px;
  min-height: 620px;
  height: 100%;
}

.login-background01 {
  background: url(../images/login-bg.jpg) no-repeat 50% 50%;
  background-size: 100% 100%;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/login-bg.jpg', sizingMethod='scale');
}

.login-background02 {
  background: url(../images/login-bg2.jpg) no-repeat 50% 50%;
  background-size: 100% 100%;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/login-bg2.jpg', sizingMethod='scale');
}

.login-box {
  position: absolute;
  left: 50%;
  margin-left: -400px;
  top: 50%;
  width: 360px;
  height: 480px;
  padding-left: 440px;
  margin-top: -240px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .3);
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.login-bg1:before,
.login-bg2:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 440px;
  height: 100%;
  content: "";
}

.login-bg1:before {
  background: url(../images/login-left.png) no-repeat 0 0;
}

.login-bg2:before {
  background: url(../images/login-left2.png) no-repeat 0 0;
}


.login-box>ul {
  height: 100%;
  background-color: #fff;
  padding: 22px 30px 0;
}
.index-login>ul {
  height: auto;
  padding: 10px 40px 0;
}
.login-box ul .login-lab {
  display: block;
  margin-top: 10px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #707070;
}
.index-login ul .login-lab {
  margin-top: 12px;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
}

.login-box ul li {
  position: relative;
}
.login-box ul li .inp,
.login-box ul li .select {
  height: 40px;
  line-height: 40px;
  width: 100% !important;
}
.index-login ul li .inp,
.index-login ul li .select {
  height: 44px;
  line-height: 44px;
  font-size: 16px;
}
.login-box ul li .select {
  line-height: 34px;
}
.index-login ul li .select {
  line-height: 38px;
}
.login-box ul li .select input {
  line-height: 40px;
}
.index-login ul li .select input {
  line-height: 44px;
}


:root .login-box ul li .select input {
  line-height: 40px;
}

:root .index-login ul li .select input {
  line-height: 44px;
}

.login-box ul li .per40 {
  width: 40% !important;
}

.login-box ul li .per50 {
  width: 50% !important;
  /* margin-left: 10px; */
}

.login-box ul li .per50 input,
.login-box ul li .per40 input {
  font-size: 12px;
}

.login-box ul li .iconfont {
  top: 0 !important;
}

.code-img {
  cursor: pointer;
  width: 66px;
  height: 38px;
  position: absolute;
  bottom: 1px;
  right: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.login-box ul li .code {
  width: 180px !important;
}
.login-box ul li .code-btn {
  display: inline-block;
  width: 98px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.index-login ul li .code-btn {
  height: 44px;
  line-height: 44px;
}
.login-box ul li .login-btn {
  width: 100% !important;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
}
.index-login ul li .login-btn {
  height: 48px;
  line-height: 48px;
  font-size: 16px;
}

.login-box .select .option li {
  line-height: 20px;
}

.login-box .select .option-li li {
  line-height: 40px!important;
}

.login-box .select .option {
  top: 38px;
}

.login-box ul li.special {
  margin: 20px 0 10px;
}

.login-box ul li.special a {
  color: #707070;
}

.login-box ul li.special a:hover {
  color: #0a8145;
}

/* icon-download-center */
.download-center-title {
  text-align: center;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #0a8145;
  font-size: 24px;
  margin-bottom: 16px;
}

.icon-download-center {
  vertical-align: middle;
  margin-right: 6px;
  width: 26px;
  height: 30px;
  background-position: 0 -110px;
}

/* news-center */
.news-center-title {
  font-size: 18px;
  color: #212121;
  line-height: 30px;
  height: 30px;
}

.news-center-tab {
  padding-top: 16px;
  border-bottom: 1px dashed #dadada;
}

.icon-news-center {
  vertical-align: middle;
  margin-right: 6px;
  width: 25px;
  height: 22px;
  background-position: -31px -110px;
}

.news-center-title span {
  font-size: 14px;
  margin-left: 6px;
  vertical-align: middle;
}

.news-center-title span em {
  color: #0a8145;
}

.news-ul li {
  height: 63px;
  border-bottom: 1px dashed #dadada;
  position: relative;
  padding-left: 148px;
  position: relative;
}

.news-ul li span {
  display: block;
  width: 148px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #707070;
  position: absolute;
  top: 0;
  left: 0;
}

.news-ul li span.unread:after {
  color: #ff6e61;
  font-size: 16px;
  content: "\e6c2";
  position: absolute;
  top: -5px;
  right: 26px;
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: none;
}

.news-ul li span i {
  margin: -2px 4px 0 10px;
}

.news-ul li em {
  display: block;
  font-size: 14px;
  width: 100%;
  line-height: 50px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #212121;
}

.news-ul li a:hover em,
.news-ul li a:hover span {
  color: #0a8145;
}

/* ranking-ul */
.ranking-ul {
  border: 1px solid #e1e1e1;
  background-color: #fbfbfb;
  padding: 14px 50px 0;
  min-height: 100%;
}

.ranking-ul li {
  position: relative;
  padding: 0 42px 8px 54px;
}

.ranking-ul li .ranking-num {
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
}

.ranking-ul li .ranking-score {
  display: block;
  width: 38px;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  color: #212121;
  position: absolute;
  top: 0;
  right: 0;
}

.ranking-ul li .ranking-title {
  display: block;
  font-size: 12px;
  width: 100%;
  line-height: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #212121;
}

.ranking-No {
  display: block;
  width: 22px;
  height: 22px;
}

.icon-No1 {
  background-position: 0 -145px;
}

.icon-No2 {
  background-position: -26px -145px;
}

.icon-No3 {
  background-position: -50px -145px;
}

.apply-loan-box {
  height: 480px;
  width: 1050px;
  margin: 0 auto 10px;
}

.apply-loan {
  padding-top: 30px;
  height: 480px;
  width: 500px;
  padding-top: 30px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
}

.apply-loan:hover {
  border: 1px solid #fff;
  -webkit-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, .24);
  -moz-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, .24);
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, .24);
  border: 1px solid #e8e9ea\9;
}


.apply-loan .title1 {
  font-size: 28px;
  color: #212121;
  line-height: 46px;
}

.apply-loan .title2 {
  font-size: 14px;
  color: #707070;
  line-height: 36px;
}

.apply-loan img {
  width: 380px;
  height: 300px;
}

.apply-loan a {
  display: block;
  width: 160px;
  height: 40px;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  margin: 0 auto;
  background-color: #0980db;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.apply-loan:hover a{
  background-color: #0a8145;
}

/* .Designation */
.designation-box {
  padding: 20px 16px 50px 30px;
}


.designation-ul li {
  width: 20%;
  padding: 0 15px 30px;
  height: 100px;
  position: relative;
  float: left;
}
.designation-ul li .inner{
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 70px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.08);
  text-align: center;
  line-height: 70px;
  border: 1px solid #ffffff;
  border: 1px solid #e1e1e1\9;
}

.designation-ul li .inner img{
  max-height: 100%;
  max-width: 100%;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.designation-ul li.active .inner,
.designation-ul li .inner:hover{
  -webkit-box-shadow: 0px 1px 10px 0px rgba(3, 87, 45, 0.15);
  -moz-box-shadow: 0px 1px 10px 0px rgba(3, 87, 45, 0.15);
  box-shadow: 0px 1px 10px 0px rgba(3, 87, 45, 0.15);
  border: 1px solid #0a8145;
}
.designation-ul li.active .inner:after{
  content: '';
  display: block;
  width: 40px;
  height: 24px;
  background: url(../images/designation-select.png) center no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}


.designation-btn {
  padding: 10px 0 30px;
  position: relative;
}

.designation-btn .push-btn {
  display: block;
  width: 140px;
  height: 40px;
  background-color: #0a8145;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.designation-btn .open-btn {
  display: block;
  height: 28px;
  line-height: 26px;
  border: 1px solid #84c0a2;
  font-size: 16px;
  color: #0a8145;
  padding: 0 4px 0 10px;
  position: absolute;
  top: 26px;
  right: 0;
  background-color: #f2f8f5;
}

/* pro-banner */
.pro-banner {
  position: relative;
  z-index: 6;
  width: 1200px;
  margin: 22px auto 20px;
  height: 302px;
  background: url(../images/pro-banner.png) center no-repeat;
  background-size: 100% 100%;
}

.pro-banner .pro-banner-btn {
  width: 188px;
  height: 240px;
  text-align: center;
  padding-top: 192px;
}

.pro-banner .pro-banner-btn .btn {
  background-color: #fff;
  color: #0a8145;
}

.pro-banner .pro-banner-btn .btn .icon-next {
  margin: 0px -6px 0 0;
}

.pro-text{
  position: relative;
  z-index: 3;
  width: 1200px;
  margin: 44px auto 30px;
  height: 40px;
  padding-left: 214px;
  background: url(../images/pro-text.png) left center no-repeat;
}
.pro-text a{
  display: block;
  width: 188px;
  height: 42px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
}
.pro-text a i{
  font-size: 20px;
  margin-right: 4px;
  position: relative;
  top: -1px;
}


.product-title {
  line-height: 50px;
  background-color: #fff;
}

.product-title span,
.product-title a {
  vertical-align: middle;
}

.product-title span {
  font-size: 28px;
  color: #212121;
  margin: -4px 26px 0 0;
}

.product-title .product-right {
  padding-top: 7px;
  line-height: 36px;
}

.product-title .product-right {
  padding-top: 20px;
  line-height: 36px;
  padding-right: 20px;
  position: relative;
}

.product-title .product-right .form-prompt {
  position: absolute;
  width: 78px;
  height: 20px;
  top: 12px;
  right: -2px !important;
  color: #212121 !important;
}

.product-title .product-right .icon-qmark {
  cursor: pointer;
  background: none !important;
}

.product-title .product-right .icon-qmark:hover {
  color: #0a8145;
}

.product-title .product-right .icon-qmark:before {
  display: none;
}

.product-title .product-right .icon-qmark i {
  margin-top: -2px;
}

.product-title .product-right .form-prompt .tooltip {
  left: auto !important;
  right: -14px !important;
}

.product-title .product-right .form-prompt .tooltip:before {
  right: 19px;
  left: auto !important;
}

.product-info-ul {
  width: 100%;
  height: 118px;
  border-bottom: 1px dashed #bfbfbf;
}

.product-info-ul li {
  padding-top: 26px;
  height: 100%;
  width: 25%;
  float: left;
}

.product-info-ul li h1 {
  font-size: 16px;
  line-height: 26px;
}

.product-info-ul li h2 {
  font-size: 30px;
  line-height: 42px;
  color: #212121;
}

.product-info-ul li h2 em {
  font-size: 20px;
  color: #212121;
  margin-left: 4px;
}

/* product-info-text */
.product-info-text {
  width: 100%;
  padding: 18px 0 2px;
}

.product-info-text li {
  float: left;
  padding-right: 70px;
  min-width: 104px;
  line-height: 30px;
  font-size: 14px;
}

.product-info-text li em {
  position: relative;
  display: block;
  height: 30px;
  color: #707070;
}

.product-info-text li em:after {
  content: '';
  display: block;
  width: 12px;
  height: 1px;
  background-color: #0a8145;
  position: absolute;
  left: 0;
  bottom: 0;
}

.product-info-text li p {
  color: #212121;
}

/* .product-info-item */
.product-info-box {
  width: 1200px;
  margin: 20px auto 30px;
  padding: 16px 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff url(../images/product-info.png) bottom center no-repeat;
  background-size: 100% auto;
  -webkit-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, .24);
  -moz-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, .24);
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, .24);
}

.product-info-item {
  padding-bottom: 20px;
  border-bottom: 1px dashed #bfbfbf;
  margin-bottom: 20px;
}

.product-info-box .product-info-item.last-child,
.product-info-box .product-info-item:last-child {
  border-bottom: none !important;
}

.product-box .product-info-item.last-child,
.product-box .product-info-item:last-child {
  border-bottom: none !important;
}

.product-info-item dt {
  height: 50px;
  line-height: 50px;
  padding-left: 18px;
  font-size: 20px;
  color: #212121;
  position: relative;
  margin-bottom: 12px;
}

.product-info-item dt:before {
  display: block;
  content: '';
  width: 4px;
  height: 22px;
  background-color: #0a8145;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -11px;
}

.product-info-item dd {
  padding-left: 18px;
}

.product-info-item dd span {
  display: inline-block;
  font-size: 16px;
  color: #0a8145;
  line-height: 30px;
  border: 1px solid #84c0a2;
  padding: 0 10px;
  background-color: #f2f8f5;
  margin-bottom: 16px;
}

.product-info-item dd p {
  font-size: 18px;
  line-height: 30px;
  color: #474747;
}

.product-info-item dd ul li {
  padding-left: 22px;
  position: relative;
  line-height: 30px;
  color: #474747;
  font-size: 18px;
  margin-bottom: 14px;
}

.product-info-item dd ul li.inline-block{
  display: inline-block;
  padding-right: 80px;
}

.product-info-item dd ul .description-con {
  padding-left: 22px;
}

.product-info-item dd ul .description-con p {
  font-size: 16px;
  line-height: 24px;
  color: #707070;
}

.product-info-item dd ul li:before {
  position: absolute;
  display: block;
  content: '';
  width: 15px;
  height: 15px;
  left: 0;
  top: 7px;
  background: url(../images/icon.png) 0 -228px no-repeat;
  overflow: hidden;
}


/* news-pro */
.news-pro {
  position: relative;
  z-index: 7;
  width: 1220px;
  margin: 0 auto;
}

.news-pro li {
  width: 33.33%;
  padding: 0 10px;
  height: 174px;
  float: left;
}

.news-pro li .inner {
  display: block;
  padding: 16px 30px 0;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #f3f8fe;
  -webkit-box-shadow: 0px 0px 27px 0px rgba(7, 54, 173, 0.24);
  -moz-box-shadow: 0px 0px 27px 0px rgba(7, 54, 173, 0.24);
  box-shadow: 0px 0px 27px 0px rgba(7, 54, 173, 0.24);
}

.news-pro li .inner i{
  display: block;
  width: 60px;
  height: 32px;
  text-align: center;
  color: #fff;
  line-height: 32px;
  font-size: 14px;
  position: absolute;
  top: -4px;
  left: 12px;
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
}
.news-pro li .inner i.pro-bg-orange{
  background-position: 0 -1607px;
}
.news-pro li .inner i.pro-bg-green{
  background-position: -90px -1607px;
}
.news-pro li .inner i.pro-bg-blue{
  background-position: 0 -1647px;
}
.news-pro li .inner h1 {
  height: 62px;
  line-height: 62px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #212121;
}

.news-pro li .inner .pro-count {
  height: 52px;
  overflow: hidden;
}

.news-pro li .inner .pro-count span {
  line-height: 30px;
  color: #e23829;
  font-family: "DIN-Medium";
  font-size: 30px;
}
:root .news-pro li .inner .pro-count span {
  /* background-image: linear-gradient(180deg, #f16a2c, #e23829);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;*/
  color: #e23829;
}

.news-pro li .inner .pro-count span b {
  font-size: 30px;
  font-weight: normal;
}

.news-pro li .inner .pro-count span em {
  font-size: 20px;
}

.news-pro li .inner p {
  font-size: 12px;
  line-height: 24px;
  color: #707070;
  text-align: left;
}

.news-pro li .inner p em {
  color: #9f7e06;
  display: inline-block;
  padding: 0 4px;
  background-color: #f7f1db;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-left: 8px;
}


/* product-select */
.product-select {
  margin-bottom: 16px;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
  border: 1px solid #e8e9ea\9;
}
.product-select h3 {
  padding: 20px 16px 0;
  font-size: 18px;
  font-weight: bold;
}

.product-select-box {
  padding: 10px 16px 0;
}

.selected-box {
  width: 100%;
  padding: 16px;
}

.selected-item {
  float: left;
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  float: left;
  font-size: 14px;
  color: #212121;
  margin-right: 5px;
  margin: 0 12px 10px 0;
  cursor: pointer;
  background-color: #e9e9e9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.selected-item:hover {
  background-color: #0a8145;
  color: #fff;
}

.product-select dl {
  border-bottom: 1px dashed #e0e0e0;
  padding: 6px 0 10px;
}

.product-select dt {
  width: 150px;
  float: left;
  font-size: 16px;
  color: #212121;
  line-height: 40px;
}
.product-select.txt6 dt {
  width: 182px;
}

.product-select dt em {
  color: #707070;
}

.product-select dd {
  width: 1016px;
  float: right;
}
.product-select.txt6 dd {
  width: 984px;
}

.product-select dd li {
  line-height: 40px;
  font-size: 16px;
  color: #212121;
  margin-right: 36px;
  float: left;
  position: relative;
  cursor: pointer;
}
.product-select dd li.collapse-bank,
.product-select dd li.more-bank{
  margin-right: 0 !important;
}
.product-select dd li.collapse-bank i,
.product-select dd li.more-bank i{
  font-size: 14px;
  color: #707070;
}
.product-select dd li.collapse-bank.active i,
.product-select dd li.collapse-bank em:hover i,
.product-select dd li.more-bank.active i,
.product-select dd li.more-bank em:hover i{
  color: #0a8145;
}

.product-select dd li .icon-pruduct-down {
  font-size: 12px;
}

.product-select dd li .icon-pruduct-down:before {
  content: '\e665';
}

.product-select dd li.active,
.product-select dd li:hover {
  color: #0a8145;
}

.product-select dd li.active .icon-pruduct-down:before {
  content: '\e664'
}

.product-cate-item {
  padding: 5px 0;
  min-width: 820px;
  background-color: #e9e9e9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.product-cate-item span {
  display: inline-block;
  line-height: 30px;
  font-size: 16px;
  color: #212121;
  margin: 0 20px;
  cursor: pointer;
}

.product-cate-item span.active,
.product-cate-item span:hover {
  color: #0a8145;
}

.product-select-more {
  height: 36px;
  line-height: 36px;
  background-color: #fbfbfb;
  text-align: center;
  border-bottom: 1px dashed #e0e0e0;
}

.product-select-more a {
  color: #707070;
  font-size: 16px;
}

.product-select-more a.more-collapse {
  display: none;
  color: #0a8145;
}

.all-products{
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.all-products th{
  border-top: none !important;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.all-products .thead{
  border-top: none !important;
}

.more-select {
  display: none;
}

.form-box {
  width: 700px;
  margin: 65px auto 0;
  font-size: 14px;
}

.certification-form-box {
  width: 640px;
  margin: 30px auto 0;
  font-size: 14px;
}

.form-box>li,
.certification-form-box>li{
  padding-bottom: 12px;
}

.audit-box{
  text-align: center;
  background: #fff url(../images/product-info.png) bottom center no-repeat;
  background-size: 100% 100%;
}
.audit-box h3{
  font-size: 24px;
  color: #212121;
  line-height: 42px;
}
.audit-box p{
  font-size: 16px;
  color: #707070;
  line-height: 36px;
}

.under-review{
  padding: 60px 10px 100px;
  display: block;
  width: 100%;
  text-align: center;
}
.under-review img{
  width: 32px;
  height: 32px;
}
.loading-img{
  margin: 0 auto;
  width: 420px;
  height: 320px;
  line-height: 320px;
  text-align: center;
}
.under-review p {
  font-size: 24px;
  color: #212121;
  line-height: 42px;
}

.manager-box {
  display: none;
}

.success-file {
  width: 704px;
  min-height: 500px;
  padding: 16px;
  background-color: #f2fafd;
  margin: 56px auto 48px;
  text-align: center;
  color: #0a8145;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.success-file .demand-stamp {
  width: 146px;
  height: 104px;
  position: absolute;
  top: 50px;
  right: 50px;
}

.success-file .demand-stamp img {
  width: 146px;
  height: 104px;
  cursor: pointer;
}

.success-file .success-title {
  font-size: 28px;
  line-height: 54px;
  margin-bottom: 26px;
}

.success-file .success-text {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 40px;
}

.success-file .success-file-upload {
  width: 536px;
  height: 206px;
  padding-top: 80px;
  text-align: center;
  border: 2px dashed #e5e5e5;
  background-color: #fff;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.success-file .success-file-upload i {
  display: inline-block;
  height: 86px;
  line-height: 86px;
  font-size: 60px;
}

.success-file .success-file-upload a {
  display: block;
  width: 86px;
  height: 30px;
  margin: 0 auto;
  font-size: 16px;
  color: #212121;
  line-height: 30px;
}

.success-file .success-img {
  text-align: center;
}

.success-file .success-file-upload a:hover {
  color: #0a8145;
}

.success-file .success-file-upload p {
  font-size: 12px;
  color: #0a8145;
  line-height: 26px;
}

.success-con {
  font-size: 20px;
  line-height: 50px;
  color: #212121;
  text-align: center;
}

.success-btn {
  padding: 28px 0 20px;
  text-align: center;
}

.success-btn i {
  padding-right: 8px;
}

.success-btn .open-btn {
  display: inline-block;
  height: 28px;
  line-height: 26px;
  border: 1px solid #89c8ac;
  font-size: 16px;
  color: #0a8145;
  padding: 0 14px 0 20px;
  background-color: #f2f7fe;
}

.open-push-title1 {
  line-height: 60px;
  font-size: 28px;
  color: #0a8145;
  text-align: center;
}

.open-push-img {
  text-align: center;
}

.push-success {
  width: 1200px;
  /* height: 644px; */
  padding-top: 40px;
  margin: 40px auto 60px;
  text-align: center;
  background: #fff url(../images/push-success.png) bottom center no-repeat;
}
.push-success h1 img {
  vertical-align: middle;
}
.push-success h2 {
  font-size: 28px;
  line-height: 64px;
  color: #0a8145;
}
.success-p{
  text-align: center;
  font-size: 20px;
  line-height: 1;
  color: #021212;
}

.push-success h3 {
  line-height: 80px;
  font-size: 20px;
  color: #707070;
}

.green-item-ul {
  width: 1152px;
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  font-size: 0;
}

.green-item-ul li {
  display: inline-block;
  width: 370px;
  /* float: left; */
  padding: 0 15px;
}

.green-item-ul li .inner {
  position: relative;
  padding: 0 0 0 0;
  width: 100%;
  height: 262px;
  background: url(../images/green-item.png) center no-repeat;
}

.green-item-ul li .inner h1 {
  font-size: 20px;
  line-height: 42px;
  color: #ffffff;
}

.green-item-ul li .inner .text-box {
  padding-top: 38px;
  height: 98px;
  line-height: 30px;
  font-size: 20px;
  text-align: center;
  margin: 0 auto;
  display: table;
}

.green-item-ul li .inner .text-table {
  display: table-cell;
}

.green-item-ul li .inner span {
  display: block;
  position: absolute;
  bottom: 53px;
  left: 0px;
  width: 170px;
  height: 28px;
  text-align: right;
  font-size: 16px;
  line-height: 28px;
  color: #707070;
}

.green-item-ul li .inner .demand-stamp {
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  right: 46px;
  width: 120px;
  height: 96px;
}

.green-item-ul li .inner .demand-stamp img {
  width: 120px;
  height: 96px;
}

.green-item-ul li .inner i {
  display: block;
  width: 74px;
  height: 34px;
  left: 22px;
  bottom: 18px;
  position: absolute;
}

.green-item-type01 {
  background: url(../images/green-item-type01.png) center no-repeat;
}

.green-item-type02 {
  background: url(../images/green-item-type02.png) center no-repeat;
}

/* corporate-history */
.corporate-history {
  padding: 30px;
}

.corporate-history dl {
  padding-left: 140px;
  position: relative;
  line-height: 26px;
  min-height: 40px;
}

.corporate-history dl dt {
  font-size: 16px;
  color: #212121;
  line-height: 26px;
  height: 26px;
  width: 140px;
  padding-right: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

.corporate-history dl dt i {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #0a8145;
  position: absolute;
  top: 4px;
  right: 10px;
}

.corporate-history dl dd {
  width: 100%;
  line-height: 26px;
  padding-bottom: 20px;
  position: relative;
}

.corporate-history dl dd .promote {
  display: none;
  width: 100%;
  border-top: 1px solid #e5e5e5;
}

.corporate-history dl dd .promote-btn {
  cursor: pointer;
}

.corporate-history dl dd .promote-btn .icon-up3 {
  display: none;
}

.corporate-history dl dd:before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 20px;
  left: -20px;
  background-color: #0a8145;
}

.corporate-history dl dd.noline:before {
  display: none;
}

.corporate-history dl:last-child dd:before {
  display: none;
}

.corporate-history dl dd p {
  font-size: 16px;
  margin-bottom: 10px;
}

.corporate-history dl dd span {
  font-size: 14px;
}

.corporate-history dl dd em {
  color: #0a8145;
}


/* discount-progress */
.discount-progress {
  padding: 16px;
}

.discount-progress dl {
  padding-left: 80px;
  position: relative;
  line-height: 20px;
  min-height: 34px;
}

.discount-progress dl dt {
  font-size: 12px;
  color: #707070;
  line-height: 20px;
  height: 20px;
  width: 80px;
  position: absolute;
  top: 0;
  left: 0;
}

.discount-progress dl dd {
  font-size: 14px;
  color: #0a8145;
  width: 100%;
  line-height: 20px;
  padding: 0 50px 0 20px;
  padding-bottom: 14px;
  position: relative;
}

.discount-progress dl dd em {
  display: block;
  width: 48px;
  line-height: 20px;
  height: 20px;
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0;
}

.discount-progress dl dd:after {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 4px;
  left: 0px;
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
  background-position: -90px 0;
}

.discount-progress dl dd.nodot:after {
  display: none;
}

.discount-progress dl dd:before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 12px;
  left: 6px;
  background-color: #0a8145;
}

.discount-progress dl:last-child dd:before,
.discount-progress dl dd.no-line:before {
  display: none;
}


/* .index */
.index-header {
  width: 100%;
  height: 68px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 96;
  border-bottom: 1px solid #56877a\9;
}

.index-header .nav li a {
  height: 60px;
}

.index-header .nav li sub {
  bottom: 4px;
}

.index-header .top-right {
  padding-top: 14px;
}

.top-right .login-btn {
  display: inline-block;
  text-align: center;
  width: 78px;
  height: 28px;
  background: url(../images/icon.png) 0 -247px no-repeat;
  overflow: hidden;
}

.top-right .code-span {
  position: relative;
  /* opacity: 0.6;
  filter: alpha(opacity=60); */
}

.top-code-box {
  display: none;
  width: 224px;
  height: 132px;
  padding: 8px 4px 0;
  background-color: #f5fffb;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -112px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.top-code-box1 {
  width: 116px;
  margin-left: -58px;
}

.top-code-box .code-item {
  width: 108px;
  height: 124px;
  padding: 0 4px;
  float: left;
}

.top-code-box img {
  width: 100px;
  height: 100px;
}

.top-code-box p {
  font-size: 12px;
  text-align: center;
  color: #212121;
  line-height: 24px;
}

.top-code-box:before {
  color: #f5fffb;
  font-size: 12px;
  width: 10px;
  height: 12px;
  line-height: 12px;
  content: "\e6c3";
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: none;
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -10px;
}

.top-right .code-span:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.top-right .code-span:hover .top-code-box {
  display: block;
}

.index-header.active {
  background-color: #0a8145;
  border-color: #0a8145;
}

.banner {
  background-color: #fff;
  overflow: hidden;
  font-weight: lighter;
  color: #fff;
  width: 100%;
  height: 540px;
  position: relative;
  z-index: 2;
  padding-top: 128px;
}
#banner {
  width: 100%;
  height: 540px;
}
#banner .item{
  background-size: auto 100%;
  display: block;
  width: 100%;
  height: 540px;
  overflow: hidden;
  padding-top: 150px;
}
#banner .item h1 {
  font-family: 'Banner';
  font-size: 66px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  white-space:nowrap;
  overflow:hidden;
  width: 100%;
  padding-top: 20px;
  line-height: 70px;
  height: 90px;
}
@media (max-width: 1600px) {
  #banner .item h1 {
    font-size: 50px;
  }
}

#banner .item .banner-a{
  display: block;
  width: 200px;
  height: 54px;
  border: 1px solid #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height: 52px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  background: url(../images/btn-bg.png) repeat;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  -moz-transition: all ease 1s;
  -o-transition: all ease 1s;
}
#banner .item .banner-a:hover{
  background: url(../images/btn-bg2.png) repeat;
}
#banner .item .w460{
  margin: 0 auto;
}
#progressBar{
  display: none;
}

#banner .owl-controls {
  height:0;
  padding:0;
  margin:0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
}
#banner .owl-wrapper-outer{ z-index:1040;}
#banner .owl-controls .owl-pagination {
  padding-bottom:6px;
  width: 100%;
  max-width:100% !important;
  margin: 0 auto;
  text-align:center;
  position:absolute;
  bottom:0;
  z-index:1040;
}
#banner .owl-controls .owl-page{
  display: inline;
}
#banner .owl-controls .owl-page span {
  display: inline-block;
  width: 12px;
  height:6px;
  margin:0 4px;
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  -moz-transition: all ease 1s;
  -o-transition: all ease 1s;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#banner .owl-controls .owl-page span:before{
  display: block;
  height: 6px;
  width: 0;
  background-color: #35a854;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#banner .owl-controls .owl-page.cur span:before{
  width: 82px;
  -webkit-transition: all ease 5s;
  transition: all ease 5s;
  -moz-transition: all ease 5s;
  -o-transition: all ease 5s;
}
#banner .owl-controls .owl-page.active span,
#banner .owl-controls.clickable .owl-page:hover span {
  width: 80px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}


/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

@media (max-width: 1920px) {
  #banner .item{
    background-size: auto 100%;
  }
}

.n-banner-bg {
  position: relative;
  z-index: 1;
}

.n-banner-bg:before {
  display: block;
  width: 100%;
  height: 250px;
  position: absolute;
  top: 68px;
  left: 0;
  content: '';
  z-index: 2;
  background: #066b38 url(../images/n-banner-bg.jpg) center no-repeat;
}

@media (max-width: 1920px) {
  .n-banner-bg:before {
    background-size: auto 100%;
  }
}

.n-pro-banner-bg {
  position: relative;
  z-index: 1;
}

.n-pro-banner-bg:before {
  display: block;
  width: 100%;
  height: 296px;
  position: absolute;
  top: 128px;
  left: 0;
  content: '';
  z-index: 2;
  background: url(../images/n-pro-banner-bg.png) center no-repeat;
  background-size: 100% auto;
}

@media (max-width: 1920px) {
  .n-pro-banner-bg:before {
    background-size: auto 100%;
  }
}

.w1200 {
  position: relative;
  z-index: 3;
}

.intermediary-service {
  margin: 40px auto;
  height: 280px;
  width: 1200px;
  background: url(../images/intermediary-banner.png) no-repeat center top;
  background-size: 100% 100%;
  padding-top: 178px;
  text-align: center;
}

.intermediary-service h2 {
  display: none;
  line-height: 100px;
  font-size: 60px;
  color: #fff;
  margin-bottom: 28px;
  font-weight: lighter;
}

.intermediary-service .w1200 {
  width: 1200px;
  margin: 0 auto;
}

.intermediary-service .search {
  width: 635px;
  height: 50px;
  padding-left: 20px;
  padding-right: 100px;
  position: relative;
}

.intermediary-service .search>input {
  height: 46px;
  color: #707070;
  line-height: 46px;
}

.intermediary-service .search span.search-btn {
  text-align: center;
  display: block;
  height: 50px;
  width: 100px;
  position: absolute;
  right: -1px;
  top: -1px;
  font-size: 14px;
  line-height: 50px;
  color: #fff;
  background-color: #0a8145;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.intermediary-service .search span.search-btn i{
  margin-right: 4px;
}

.intermediary-service .btn-h {
  width: 134px;
  height: 50px;
  font-size: 14px;
  color: #0a8145;
  line-height: 50px;
}

.item-list3 {
  width: 1220px;
  margin-left: -10px;
}
.item-list3 li .inner {
  display: block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  background-color: #fff;
  margin-bottom: 20px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-shadow: 2px 5px 10px 0 rgba(79, 79, 79, .1);
  -moz-box-shadow: 2px 5px 10px 0 rgba(79, 79, 79, .1);
  box-shadow: 2px 5px 10px 0 rgba(79, 79, 79, .1);
  border: 1px solid #eee\9;
}

.item-list3 li a {
  position: relative;
  display: block;
}

.item-list3 li .img {
  position: relative;
  display: table-cell;
  overflow: hidden;
  font-size: 0;
  text-align: center;
}

.item-list3 li .img img {
  max-height: 100%;
}

.item-list3 li .icon-star {
  position: absolute;
  top: 24px;
  right: 18px;
  z-index: 2;
  font-size: 28px;
}

.item-list3 li span em {
  display: inline-block;
  margin-right: 10px;
  overflow: hidden;
  color: #666;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.item-list3 li span .lbl3 {
  max-width: 30%;
}

.item-list3 li span .lbl3.short {
  max-width: 21%;
}

.item-list3 li .inner:hover {
  -webkit-box-shadow: 2px 7px 20px 0 rgba(79, 79, 79, .1);
  -moz-box-shadow: 2px 7px 20px 0 rgba(79, 79, 79, .1);
  box-shadow: 2px 7px 20px 0 rgba(79, 79, 79, .1);
}

.item-list3.col2 li {
  float: left;
  width: 50%;
}

.item-list3.col2 li a {
  height: 160px;
  padding: 56px 50px 4px 168px;
}

.item-list3.col2 li .img {
  position: absolute;
  top: 50%;
  left: 30px;
  width: 110px;
  height: 110px;
  margin-top: -55px;
  line-height: 110px;
}

.item-list3 li h3 {
  padding-right: 20px;
  font-size: 18px;
  line-height: 24px;
  min-height: 26px;
  max-height: 48px;
  color: #333;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.item-list3 li span {
  display: block;
  margin-top: 4px;
  margin-bottom: 20px;
}

.item-list3.col2 li p {
  height: 48px;
  line-height: 24px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}








.slideshow-image {
  position: absolute;
  top: -5%;
  width: 100%;
  height: 110%;
  background: no-repeat 50% 50%;
  background-size: cover;
  -webkit-animation-name: kenburns;
  animation-name: kenburns;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 18s;
  animation-duration: 18s;
  opacity: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.banner-bg01 {
  background: url(../images/banner4.jpg) no-repeat top center;
  background-size: 100% auto;
}

.banner-bg02 {
  background: url(../images/banner.jpg) no-repeat top center;
  background-size: 100% auto;
  display: none;
}

.banner-bg03 {
  background: url(../images/banner3.jpg) no-repeat top center;
  background-size: 100% auto;
  display: none;
}

.banner-bg04 {
  background: url(../images/banner2.jpg) no-repeat top center;
  background-size: 100% auto;
}

.slideshow-image-animation:nth-child(1) {
  -webkit-animation-name: kenburns-1;
  animation-name: kenburns-1;
  z-index: 3;
}

.slideshow-image-animation:nth-child(2) {
  -webkit-animation-name: kenburns-2;
  animation-name: kenburns-2;
  z-index: 2;
}

.slideshow-image-animation:nth-child(3) {
  -webkit-animation-name: kenburns-3;
  animation-name: kenburns-3;
  z-index: 1;
}

.slideshow-image-animation:nth-child(4) {
  -webkit-animation-name: kenburns-4;
  animation-name: kenburns-4;
  z-index: 0;
}

@keyframes kenburns-1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  1.5625% {
    opacity: 1;
  }

  33.4375% {
    opacity: 1;
  }

  36.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  98.4375% {
    opacity: 0;
    -webkit-transform: scale(1.21176);
    transform: scale(1.21176);
  }

  100% {
    opacity: 1;
  }
}

@keyframes kenburns-2 {
  33.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  36.5625% {
    opacity: 1;
  }

  66.4375% {
    opacity: 1;
  }

  69.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes kenburns-3 {
  69.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  76.5625% {
    opacity: 1;
  }

  98.4375% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* @keyframes kenburns-1 {
  0% {
      opacity: 1;
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
  }
  25.4375% {
      opacity: 1;
  }
  28.5625% {
      opacity: 0;
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  97% {
      opacity: 0;
      -webkit-transform: scale(1.21176);
      transform: scale(1.21176);
  }
  100% {
      opacity: 1;
  }
}

@keyframes kenburns-2 {
  25.4375% {
      opacity: 1;
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
  }
  28.5625% {
      opacity: 1;
  }
  50.4375% {
      opacity: 1;
  }
  53.5625% {
      opacity: 0;
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  100% {
      opacity: 0;
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
  }
}

@keyframes kenburns-3 {
  50.4375% {
      opacity: 1;
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
  }
  53.5625% {
      opacity: 1;
  }
  75.4375% {
      opacity: 1;
  }
  78% {
      opacity: 0;
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  100% {
      opacity: 0;
      -webkit-transform: scale(1);
      transform: scale(1);
  }
}
@keyframes kenburns-4 {
  75.4375% {
      opacity: 1;
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
  }
  78.5625% {
      opacity: 1;
  }
  78.4375% {
      opacity: 1;
  }
  97% {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  100% {
      opacity: 0;
      -webkit-transform: scale(1);
      transform: scale(1);
  }
}

@media (max-width: 1920px){
  .banner-bg01{
      background: url(../images/banner4.jpg) no-repeat top center;
      background-size: auto 100%;
  }
  .banner-bg02{
      background: url(../images/banner.jpg) no-repeat top center;
      background-size: auto 100%;
  }
  .banner-bg03{
      background: url(../images/banner2.jpg) no-repeat top center;
      background-size: auto 100%;
  }
  .banner-bg04{
      background: url(../images/banner3.jpg) no-repeat top center;
      background-size: auto 100%;
  }
} */
@media (max-width: 1920px) {
  .banner-bg01 {
    background: url(../images/banner4.jpg) no-repeat top center;
    background-size: auto 100%;
  }

  .banner-bg02 {
    background: url(../images/banner.jpg) no-repeat top center;
    background-size: auto 100%;
  }

  .banner-bg03 {
    background: url(../images/banner2.jpg) no-repeat top center;
    background-size: auto 100%;
  }

  .banner-bg04 {
    background: url(../images/banner3.jpg) no-repeat top center;
    background-size: auto 100%;
  }
}

/* .banner-video{
  position: relative;
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
  height: 1050px;
  background: url(../images/banner.jpg) top center no-repeat\9;
  background-size: 100% 100%;
}
.banner-video video {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -50%;
  top: 0;
  min-width: 100%;
} */
.banner .banner-title1 {
  line-height: 82px;
  text-align: center;
  font-size: 60px;
}

.banner .banner-title2 {
  line-height: 48px;
  text-align: center;
  font-size: 22px;
}

.banner .banner-title2 span {
  padding: 0 20px;
  word-spacing: 4px;
}

.banner-data {
  width: 790px;
  height: 380px;
  padding-top: 104px;
  margin: 0 auto;
  position: relative;
}

.banner-data .grid-bg {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  background: url(../images/grid-bg.png) center no-repeat;
}

@keyframes scale {
  0% {
    transform: scale(1)
  }

  50%,
  75% {
    transform: scale(3)
  }

  78%,
  100% {
    opacity: 0
  }
}

.banner-data .grid-bg i {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  opacity: .7;
  animation: scale 2s infinite cubic-bezier(0, 0, .49, 1.02);
  animation-delay: 200ms;
  display: none\9;
}

:root .banner-data .grid-bg i {
  display: block;
}

.grid-dto01 {
  background-color: #40c7ff;
  top: 64px;
  left: 36px;
}

.grid-dto02 {
  background-color: #ffdc47;
  top: 62px;
  right: 36px;
}

.grid-dto03 {
  background-color: #ffdc47;
  bottom: 61px;
  left: 37px;
}

.grid-dto04 {
  background-color: #40c7ff;
  bottom: 61px;
  right: 34px;
}

.banner-data .circle-bg {
  width: 200;
  height: 200px;
  background: url(../images/circle-bg.png) center no-repeat;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
  }
}

.an {
  -webkit-transform: rotate(360deg);
  animation: rotation 3s linear infinite;
  -moz-animation: rotation 3s linear infinite;
  -webkit-animation: rotation 3s linear infinite;
  -o-animation: rotation 3s linear infinite;
}

.banner-data-item01 {
  padding-right: 14px;
  width: 309px;
  height: 80px;
  background: url(../images/index-data-item01.png) right bottom no-repeat;
  position: absolute;
  left: 0;
  top: 85px;
}

.banner-data-item02 {
  padding-left: 14px;
  width: 310px;
  height: 80px;
  background: url(../images/index-data-item02.png) left bottom no-repeat;
  position: absolute;
  right: 0;
  top: 85px;
}

.banner-data-item03 {
  padding-top: 16px;
  padding-right: 14px;
  width: 309px;
  height: 80px;
  background: url(../images/index-data-item03.png) right top no-repeat;
  position: absolute;
  left: 0;
  top: 243px;
}

.banner-data-item04 {
  padding-top: 16px;
  padding-left: 14px;
  width: 310px;
  height: 80px;
  background: url(../images/index-data-item04.png) left top no-repeat;
  position: absolute;
  right: 0;
  top: 243px;
}

.banner-data h1 {
  font-size: 30px;
  line-height: 36px;
  color: #fff;
}

.banner-data p {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}

/* .banner .banner-data{
  width: 1200px;
  margin: 76px auto 214px;
  height: 94px;
}
.banner .banner-data li{
  display: block;
  width: 25%;
  float: left;
  height: 94px;
  text-align: center;
}
.banner .banner-data li .banner-data-count{
  font-size: 44px;
  line-height: 52px;
  font-style: italic;
}
.banner .banner-data li .banner-data-title{
  font-size: 20px;
  line-height: 42px;
} */



.index-data {
  height: 120px;
  width: 1200px;
  position: relative;
  z-index: 3;
  margin: -50px auto 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 40px 0px rgba(51, 51, 51, 0.1);
  -moz-box-shadow: 0px 10px 40px 0px rgba(51, 51, 51, 0.1);
  box-shadow: 0px 10px 40px 0px rgba(51, 51, 51, 0.1);
  border: 1px solid #e5e5e5\9;
}

.index-data li {
  height: 120px;
  width: 25%;
  text-align: center;
  float: left;
  padding: 15px 0 0;
  position: relative;
}
.index-data li span{
  line-height: 42px;
  font-size: 16px;
  color: #0a8145;
}
.index-data li em {
  line-height: 42px;
  font-size: 30px;
  color: #0a8145;
  font-family: 'DIN-Medium';
}

.index-data li p {
  font-size: 18px;
  color: #666;
  line-height: 40px;
}

.index-data li:before {
  position: absolute;
  display: block;
  width: 1px;
  height: 66px;
  background-color: #f0f0f0;
  left: 0;
  content: '';
  top: 50%;
  margin-top: -33px;
}

.index-data li:after {
  margin: 0 auto;
  position: relative;
  display: block;
  width: 20px;
  height: 3px;
  background-color: #0a8145;
  content: '';
  bottom: -15px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.index-data li.first-child:before,
.index-data li:first-child:before {
  display: none;
}

.index-data li:hover:after {
  width: 60px;
}

.index-btn {
  width: 1200px;
  margin: 40px auto 0;
  height: 248px;
}
.index-btn li{
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  -moz-transition: all ease 1s;
  -o-transition: all ease 1s;
  padding: 22px 16px 0;
  width: 580px;
  height: 248px;
  float: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
  background: url(../images/index-btn-bg.png) center no-repeat;
}
.index-btn li .index-btn-title{
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  -moz-transition: all ease 1s;
  -o-transition: all ease 1s;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #212121;
  padding-left: 16px;
  position: relative;
}
.index-btn li .index-btn-title em{
  display: block;
  height: 40px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-btn li .index-btn-title:before{
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  -moz-transition: all ease 1s;
  -o-transition: all ease 1s;
  content: '';
  display: block;
  background-color: #2c9d6b;
  height: 20px;
  width: 4px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: -16px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.index-btn li p.detial{
  display: none;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  -moz-transition: all ease 1s;
  -o-transition: all ease 1s;
  height: 60px;
  line-height: 20px;
  color: #fff;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.index-btn li .index-btn-item{
  padding: 32px 7px 0;
  float: left;
  width: 33.33%;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  -moz-transition: all ease 1s;
  -o-transition: all ease 1s;
}
.index-btn li .index-btn-item a{
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  -moz-transition: all ease 1s;
  -o-transition: all ease 1s;
  display: block;
  width: 100%;
  height: 130px;
  padding-top: 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: url(../images/btn-bg2.png) repeat;
  -webkit-box-shadow: 0px 2px 18px 0px rgba(21, 108, 69, 0.08);
  -moz-box-shadow: 0px 2px 18px 0px rgba(21, 108, 69, 0.08);
  box-shadow: 0px 2px 18px 0px rgba(21, 108, 69, 0.08);
  border: 1px solid #e5e5e5\9;
}
.index-btn li .index-btn-item i{
  display: block;
  width: 66px;
  height: 66px;
  margin: 0 auto;
  overflow: hidden;
}
.index-btn li .index-btn-item i.bg01{
  background: url(../images/index-btn-item01.png) top center no-repeat;
}
.index-btn li .index-btn-item i.bg02{
  background: url(../images/index-btn-item02.png) top center no-repeat;
}
.index-btn li .index-btn-item i.bg03{
  background: url(../images/index-btn-item03.png) top center no-repeat;
}
.index-btn li .index-btn-item i.bg04{
  background: url(../images/index-btn-item04.png) top center no-repeat;
}
.index-btn li .index-btn-item i.bg05{
  background: url(../images/index-btn-item05.png) top center no-repeat;
}
.index-btn li .index-btn-item i.bg06{
  background: url(../images/index-btn-item06.png) top center no-repeat;
}
.index-btn li .index-btn-item p{
  font-size: 18px;
  text-align: center;
  line-height: 46px;
  color: #212121;
}

.index-btn li:hover{
  padding-top: 10px;
  background: url(../images/index-btn-bg2.png) center no-repeat;
}
.index-btn li:hover p.detial{
  display: block \9;
  display: -webkit-box;
}
.index-btn li:hover .index-btn-item i{
  background-position-y: bottom;
}
.index-btn li:hover .index-btn-title:before{
  background-color: #fff;
}
.index-btn li:hover .index-btn-title{
  color: #fff;
}
.index-btn li:hover .index-btn-item{
  padding-top: 5px;
}
.index-btn li:hover .index-btn-item a{
  padding-top: 0px;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 110px;
  border: none;
}
.index-btn li:hover .index-btn-item p{
  line-height: 30px;
  color: #fff;
}






.index-box {
  width: 100%;
  background: url(../images/index-box-r-bg.png) center repeat-x;
  height: 470px;
}

.index-box-bg {
  width: 100%;
  background: url(../images/temp/index-item.png) center no-repeat;
  height: 470px;
  padding-top: 120px;
}

.index-item {
  width: 1200px;
  margin: 0 auto;
  height: 220px;
}

.index-item li {
  width: 25%;
  float: left;
  text-align: center;
  height: 220px;
  padding-top: 22px;
}

.index-item li .icon-item {
  height: 92px;
  width: 80px;
  text-align: center;
  line-height: 92px;
  background-position: 0 -280px;
  background-repeat: no-repeat;
  color: #fff;
  margin-bottom: 8px;
}

.index-item li .icon-item i {
  font-size: 28px;
}

.index-item li .index-item-title1 {
  line-height: 40px;
  font-size: 24px;
  color: #fff;
}

.index-item li .index-item-title2 {
  max-width: 218px;
  margin: 0 auto;
  line-height: 24px;
  font-size: 14px;
  color: #fff;
}

.index-item li .index-item-title2 em {
  color: #0a8145;
}

.index-title1 {
  color: #212121;
  text-align: center;
  font-size: 30px;
  line-height: 56px;
}
.index-title1 p{
  font-size: 16px;
  color: #707070;
  line-height: 30px;
}



.index-title2 {
  font-size: 24px;
  line-height: 48px;
}

.index-title2 a {
  font-size: 16px;
  line-height: 48px;
  color: #707070;
  vertical-align: bottom;
}

.index-title2 a i {
  font-size: 12px;
}

.index-title2 a:hover {
  color: #0a8145;
}

.index-title3 {
  font-size: 12px;
  line-height: 24px;
  color: #212121;
  text-align: center;
  text-transform: uppercase;
}


.index-product {
  margin-top: 40px;
  width: 100%;
  height: 572px;
  padding-top: 26px;
  background: #f9f9f9 url(../images/index-product.png) center no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}

.index-product-box {
  width: 1238px;
  margin: 0 auto;
}

.index-product-box li {
  padding: 0 19px;
  width: 33.33%;
  float: left;
  height: 424px;
}

.index-product-box li .inner {
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  -moz-transition: all ease 1s;
  -o-transition: all ease 1s;
  display: block;
  width: 100%;
  height: 100%;
  padding: 16px 20px 0;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}

.index-product-box li .inner .index-product-title{
  font-size: 24px;
  line-height: 46px;
  height: 46px;
  padding-right: 120px;
  position: relative;
  margin-bottom: 18px;
}
.index-product-box li .inner .index-product-title em{
  display: block;
  height: 46px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #212121;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  -moz-transition: all ease 1s;
  -o-transition: all ease 1s;
}
.index-product-box li .inner .index-product-title img{
  height: 46px;
  max-width: 120px;
  position: absolute;
  top: 0;
  right: 0;
}

.index-product-box li .inner h1 {
  position: relative;
  z-index: 3;
  font-size: 30px;
  line-height: 42px;
  height: 84px;
  overflow: hidden;
  margin-bottom: 40px;
  color: #2960eb;
}
:root .index-product-box li .inner h1 {
  /* background-image: linear-gradient(180deg, #51a5f8, #2960eb);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent; */
  color: #2960eb;
}

.index-product-box li .inner .index-product-text{
  width: 100%;
  height: 190px;
  border: 1px solid #ececec;
  padding: 0 18px;
}
.index-product-box li .inner .product-text-item{
  float: left;
  width: 50%;
}
.index-product-box li .inner .index-product-text h2{
  font-size: 18px;
  line-height: 32px;
  height: 32px;
  color: #212121;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-product-box li .inner .index-product-text p{
  font-size: 18px;
  color: #999999;
  line-height: 38px;
}
.index-product-box li .inner .index-product-text p em{
  margin-right: 5px;
  color: #e23829;
  font-family: "DIN-Medium";
  font-size: 28px;
}
:root .index-product-box li .inner .index-product-text p em{
  /* background-image: linear-gradient(180deg, #f16a2c, #e23829);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent; */
  color: #e23829;
}

.index-product-box li .inner .product-text-item{
  padding-top: 16px;
}

.index-product-box li .inner .index-product-btn{
  width: 100%;
  padding: 20px 0 30px;
  height: 84px;
  font-size: 0;
  padding-left: 80px;
  position: relative;
}

.index-product-box li .inner .index-product-btn span{
  display: block;
  float: left;
  height: 34px;
  line-height: 34px;
  width: 117px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  margin: 0 0 0 10px;
  padding: 0 10px;
}
.index-product-box li .inner .index-product-btn .index-product-btn-title{
  display: block;
  width: 90px;
  font-size: 18px;
  color: #999999;
  line-height: 34px;
  position: absolute;
  top: 19px;
  left: 0;
  font-weight: normal;
}
.index-product-box li .inner .index-product-btn span em{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  color: #fff;
  width: 100%;
  height: 34px;
  font-size: 16px;

}

.index-product-box li .inner .index-product-btn span.bg-blue{
  background-color: #0084ff;
}
.index-product-box li .inner .index-product-btn span.bg-green{
  background-color: #09a577;
}
.index-product-box li .inner .index-product-btn span.bg-yellow{
  background-color: #ddb715;
}

.index-product-box li .inner a{
  margin: 0 auto;
  display: block;
  width: 160px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  color: #0a8145;
  font-size: 18px;
  border: 1px solid #0a8145;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  -moz-transition: all ease 1s;
  -o-transition: all ease 1s;
}


.slide-1-1,
.slide-1-2,
.slide-1-3,
.slide-1-4 {
  /* filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); */
  opacity: 0;
}

.animated .slide-1-1 {
  -moz-animation: slide-1-1 0.8s ease 0.5s both;
  -webkit-animation: slide-1-1 0.8s ease 0.5s both;
  animation: slide-1-1 0.8s ease 0.5s both;
}

.animated .slide-1-2 {
  -moz-animation: slide-1-1 0.8s ease 1s both;
  -webkit-animation: slide-1-1 0.8s ease 1s both;
  animation: slide-1-1 0.8s ease 1s both;
}

.animated .slide-1-3 {
  -moz-animation: slide-1-1 0.8s ease 1.5s both;
  -webkit-animation: slide-1-1 0.8s ease 1.5s both;
  animation: slide-1-1 0.8s ease 1.5s both;
}

.animated .slide-1-4 {
  -moz-animation: slide-1-1 0.8s ease 2s both;
  -webkit-animation: slide-1-1 0.8s ease 2s both;
  animation: slide-1-1 0.8s ease 2s both;
}

@-moz-keyframes slide-1-1 {
  0% {
    -moz-transform: translate(0, 20%);
    transform: translate(0, 20%);
    opacity: 0;
  }

  100% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes slide-1-1 {
  0% {
    -webkit-transform: translate(0, 20%);
    transform: translate(0, 20%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes slide-1-1 {
  0% {
    -moz-transform: translate(0, 20%);
    -ms-transform: translate(0, 20%);
    -webkit-transform: translate(0, 20%);
    transform: translate(0, 20%);
    opacity: 0;
  }

  100% {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes surround {

  0%,
  100% {
    clip: rect(0px, 299px, 0px, 0px);
    box-shadow: inset 0 0 0 1px #0a8145;
  }

  25% {
    clip: rect(0px, 0px, 224px, 0px);
    box-shadow: inset 0 0 0 1px #3077f4;
  }

  50% {
    clip: rect(224px, 299px, 224px, 0px);
    box-shadow: inset 0 0 0 1px #0a8145;
  }

  75% {
    clip: rect(0px, 299px, 224px, 299px);
    box-shadow: inset 0 0 0 1px #3077f4;
  }
}

.index-product-box li:hover .inner{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-box-shadow: 0px 6px 24px 0px rgba(5, 84, 44, 0.15);
  -moz-box-shadow: 0px 6px 24px 0px rgba(5, 84, 44, 0.15);
  box-shadow: 0px 6px 24px 0px rgba(5, 84, 44, 0.15);
}

.index-product-box li:hover .inner .index-product-title em{
  color: #0a8145;
}
.index-product-box li:hover .inner a{
  color: #fff;
  background-color: #0a8145;
}
.index-ad{
  display: block;
  font-size: 34px;
  text-align: center;
  line-height: 160px;
  height: 160px;
  overflow: hidden;
  color: #fff;
  position: relative;
  z-index: 1;
}
.index-ad:before{
  content: '';
  display: block;
  z-index: 2;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: url(../images/index-bbb.png) center no-repeat;
  background-size: 100% auto;
  -webkit-transition: all ease 2s;
  transition: all ease 2s;
  -moz-transition: all ease 2s;
  -o-transition: all ease 2s;
}
.index-ad p{
  text-align: center;
  color: #fff;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 9;
  /* position: relative;
  z-index: 9;
  width: 40ch; */
  /* font-family:monospace; */
  /* margin: 0 auto;
  overflow: hidden;
  word-break: keep-all; */
}
/*文本动画：从宽度为0开始*/
@keyframes text {
  from {width: 0;}
}
.index-ad p.animated {
  animation: text 5s normal steps(50);
}


.index-ad:hover:before{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 1920px) {
  .index-ad:before {
    background-size: auto 100%;
  }
}

.index-results{
  padding-top: 24px;
  width: 100%;
  margin: 0 auto;
  height: 514px;
  background: #fff url(../images/results-bg.png) center no-repeat;
  background-size: auto 100%;
  overflow: hidden;
}
.index-results-center{
  width: 1200px;
  margin: 0 auto;
  height: 514px;
  padding-left: 296px;
}
.index-results-center .index-title1{
  padding-right: 296px;
}

.index-results-center .index-results-box{
  width: 100%;
  height: 366px;
  padding: 10px 10px 0 30px;
  background: #fff url(../images/index-results-box.png) bottom center no-repeat;
  background-size: 100% auto;
  -webkit-box-shadow: 0px 6px 24px 0px rgba(51, 51, 51, 0.08);
  -moz-box-shadow: 0px 6px 24px 0px rgba(51, 51, 51, 0.08);
  box-shadow: 0px 6px 24px 0px rgba(51, 51, 51, 0.08);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e5e5e5\9;
}
.index-results-center .index-results-box.no-data{
  background: #fff url(../images/no-data.png) center no-repeat;
}

.index-results-center .index-results-box ul li{
  height: 46px;
  line-height: 46px;
}
.index-results-center .index-results-box ul li a{
  display: block;
  padding: 0 122px 0 36px;
  position: relative;
  font-size: 16px;
  height: 46px;
  color: #212121;
}
.index-results-center .index-results-box ul li a:hover{
  cursor: auto;
}
.index-results-center .index-results-box ul li a:before {
  position: absolute;
  display: block;
  content: '';
  width: 15px;
  height: 15px;
  left: 0;
  top: 50%;
  margin-top: -7px;
  background: url(../images/icon.png) 0 -228px no-repeat;
  overflow: hidden;
}
.index-results-center .index-results-box ul li a span{
  display: block;
  width: 122px;
  padding-left: 10px;
  height: 46px;
  font-size: 16px;
  color: #999999;
  position: absolute;
  top: 0;
  right: 0;
}
.index-results-center .index-results-box ul li a b{
  display: block;
  float: left;
  font-size: 16px;
  color: #212121;
  line-height: 46px;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 480px;
}
.index-results-center .index-results-box ul li a i{
  display: block;
  float: left;
}
.index-results-center .index-results-box ul li a:hover span,
.index-results-center .index-results-box ul li a:hover b,
.index-results-center .index-results-box ul li a:hover{
  color: #0a8145;
}


#indexResultsUl{
  overflow: hidden;
  width: 100%;
  height: 290px;
  position: relative;
}

#indexResultsUl1,
#indexResultsUl2 {
  position: relative;
}

.newsandcooperative {
  width: 100%;
  height: 560px;
  position: relative;
  overflow: hidden;
}

.newsandcooperative:before {
  content: '';
  display: block;
  width: 100%;
  height: 480px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: url(../images/newsandcooperative.jpg) top center no-repeat;
  background-size: 100% auto;
}

@media (max-width: 1920px) {
  .newsandcooperative:before {
    background-size: auto 100%;
  }
}

.index-process{
  background-color: #f6fbf9;
  width: 100%;
  height: 370px;
  padding-top: 26px;
}
.index-process ul{
  width: 1200px;
  margin: 0 auto;
  height: 258px;
  overflow: hidden;
}
.index-process ul li{
  width: 25%;
  height: 258px;
  float: left;
  padding-top: 28px;
  position: relative;
  text-align: center;
}
.index-process ul li img{
  width: 120px;
  height: 120px;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  -moz-transition: all ease 1s;
  -o-transition: all ease 1s;
}
.index-process ul li h3{
  font-size: 22px;
  color: #212121;
  line-height: 40px;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  -moz-transition: all ease 1s;
  -o-transition: all ease 1s;
}
.index-process ul li p{
  font-size: 18px;
  line-height: 36px;
  color: #999999;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  -moz-transition: all ease 1s;
  -o-transition: all ease 1s;
}
.index-process ul li:after{
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: -17px;
  width: 34px;
  height: 22px;
  background: url(../images/arrow.gif) center no-repeat;
}
.index-process ul li:last-child:after,
.index-process ul li.last-child:after{
  display: none;
}

.index-process ul li:hover img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.index-process ul li:hover h3,
.index-process ul li:hover p{
  color: #0a8145;
}


.n-process{
  width: 100%;
  height: 188px;
  background-color: #f9f9f9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 40px;
}
.n-process ul{
  width: 100%;
  margin: 0 auto;
  height: 188px;
  overflow: hidden;
}
.n-process ul li{
  width: 25%;
  height: 188px;
  float: left;
  position: relative;
  text-align: center;
}
.n-process ul li img{
  width: 120px;
  height: 120px;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  -moz-transition: all ease 1s;
  -o-transition: all ease 1s;
}
.n-process ul li h3{
  font-size: 22px;
  color: #212121;
  line-height: 54px;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  -moz-transition: all ease 1s;
  -o-transition: all ease 1s;
}

.n-process ul li:after{
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: -17px;
  width: 34px;
  height: 22px;
  background: url(../images/arrow.gif) center no-repeat;
}
.n-process ul li:last-child:after,
.n-process ul li.last-child:after{
  display: none;
}

.n-process ul li:hover img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.n-process ul li:hover h3{
  color: #0a8145;
}

.newsandcooperative-box {
  width: 1200px;
  margin: 0 auto;
  height: 560px;
  position: relative;
  z-index: 6;
  padding-top: 25px;
}

.index-news {
  width: 1200px;
  margin: 24px auto 0;
  min-height: 412px;
  position: relative;
  padding-left: 340px;
}
.index-news-left{
  width: 300px;
  height: 412px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/index-news-left.jpg) center no-repeat;
}

.index-news-item{
  margin-bottom: 20px;
}
.index-news-item a{
  display: block;
  width: 100%;
  height: 88px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 32px 130px 0 40px;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 2.29px 11.78px 38px 0px rgba(3, 36, 98, 0.15);
  -moz-box-shadow: 2.29px 11.78px 38px 0px rgba(3, 36, 98, 0.15);
  box-shadow: 2.29px 11.78px 38px 0px rgba(3, 36, 98, 0.15);
}




.index-news-item i {
  display: block;
  width: 82px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: -3px;
  left: 24px;
  background-image: url(../images/icon.png);
  background-position-x: 0;
  background-repeat: no-repeat;
}

.index-news-item i.green01 {
  background-position-y: -1334px;

}

.index-news-item i.green02 {
  background-position-y: -1371px;
}

.index-news-item i.blue {
  background-position-y: -1408px;
}

.index-news-item i.purple {
  background-position-y: -1445px;
}

.index-news-item p{
  overflow:hidden;
  white-space:nowrap;
  text-overflow: ellipsis;
  line-height: 30px;
  font-size: 22px;
  color: #212121;
}

.index-news-time{
  position: absolute;
  right: 30px;
  line-height: 20px;
  top: 23px;
  font-size: 12px;
  color: #212121;
  text-align: right;
}
.index-news-time span{
  display: block;
}

.index-news-item a:hover p{
  color: #0a8145;
}

.index-news-item a:hover .index-news-time{
  color: #0a8145;
}

.cooperative-institution {
  width: 100%;
  height: 348px;
}

.cooperative-institution-box {
  margin-top: 10px;
  width: 100%;
  height: 348px;
}

#rolllink {
  position: relative;
  height: 348px;
  width: 100%;
  overflow: hidden;
}

#rolllink1,
#rolllink12 {
  position: relative;
}
.rolllink-box{
  position: relative;
}

.cooperative-institution-box li {
  width: 25%;
  padding: 0 13px;
  float: left;
  height: 90px;
  margin-bottom: 26px;
}

.cooperative-institution-box li .inner {
  background-color: #fff;
  height: 90px;
  text-align: center;
  line-height: 88px;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
  border: 1px solid #e5e5e5\9;
}

.cooperative-institution-box li .inner img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.cooperative-institution-box li .inner:hover{
  -webkit-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.12);
}

.newsandcooperative-title {
  padding-top: 30px;
  width: 100%;
  height: 76px;
  overflow: hidden;
  color: #212121;
  position: relative;
  text-align: center;
}

.newsandcooperative-title span {
  font-size: 32px;
  height: 34px;
  line-height: 34px;
}
.newsandcooperative-title a {
  font-size: 14px;
  line-height: 54px;
  color: #212121;
  position: absolute;
  right: 13px;
  top: 30px;
  text-decoration: underline;
}
/* .newsandcooperative-title a.fr:hover{
  color: #0a8145;
} */
.newsandcooperative-title span.fr {
  font-size: 14px;
  line-height: 54px;
}

.newsandcooperative-title span.fr i.icon-home {
  font-size: 14px;
  padding-right: 6px;
}

/* .cooperative-institution .institution-box{
  padding: 0;
  width: 1220px;
}
.cooperative-institution .institution-box li{
  width: 33.33%;
  padding: 0 10px 20px;
  float: left;
}
.cooperative-institution .institution-box li .inner{
  display: block;
  background-color: #fff;
  width: 100%;
  height: 110px;
  text-align: center;
  -webkit-box-shadow: 0px 5px 14px 0px rgba(193, 196, 198, 0.48);
     -moz-box-shadow: 0px 5px 14px 0px rgba(193, 196, 198, 0.48);
          box-shadow: 0px 5px 14px 0px rgba(193, 196, 198, 0.48);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.cooperative-institution .institution-box li .inner img{
  max-width: 100%;
  height: 100%;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  -moz-transition: all ease 1s;
  -o-transition: all ease 1s;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
} */














.wx-code {
  padding-top: 86px;
  text-align: center;
}

.wx-code span {
  line-height: 44px;
  font-size: 16px;
  color: #212121;
  display: block;
  text-align: center;
}

.wx-code img {
  width: 115px;
  height: 115px;
}

.institution-ul li {
  float: left;
  width: 33.33%;
  padding-right: 40px;
  margin: 20px 0;
}

.institution-ul li .inner {
  width: 100%;
  border: 1px solid #fff;
  cursor: pointer;
}

.institution-ul li.active .inner {
  border: 1px solid #0a8145;
}

/* user-center */
.user-left {
  text-align: center;
  width: 244px;
  /* height: 710px; */
  height: 590px;
  padding: 50px 20px 0;
  background: #fff;
  /* background: #fff url(../images/user-left.png) center bottom no-repeat; */
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.user-left .user-img {
  display: block;
  width: 90px;
  height: 90px;
  overflow: hidden;
  margin: 0 auto 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.user-left .user-img img {
  width: 90px;
  height: 90px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.user-left .user-info {
  /* border-bottom: 1px solid #dedede; */
  margin-bottom: 34px;
}

.user-left .user-no {
  font-size: 20px;
  line-height: 32px;
  color: #212121;
}

.user-left .user-name {
  font-size: 14px;
  line-height: 22px;
  color: #707070;
  padding-bottom: 26px;
}

.user-left .phone-no {
  font-size: 20px;
  line-height: 28px;
  color: #212121;
}

.user-left .phone-name {
  font-size: 14px;
  line-height: 26px;
  color: #707070;
}

.user-left .modify-btn a {
  margin: 16px auto 0;
  width: 140px;
  display: block;
  height: 32px;
  padding: 0;
}

.user-right {
  width: 936px;
  /* height: 590px; */
  min-height: 590px;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.user-right .tab-cont {
  margin-top: 50px;
  overflow: hidden;
  overflow-y: auto;
}
.report-bg{
  background: url(../images/report-bg.png) center bottom no-repeat;
  background-size: 100% auto;
}
.report-company-title{
  font-size: 16px;
  color: #212121;
  line-height: 1;
  padding-top: 30px;
  padding-bottom: 10px;
}
.report-box1{
  margin-top: 10px;
  background-color: #fff;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 28px 50px 0;
  min-height: 440px;
}
.report-box1 h3{
  font-size: 18px;
  line-height: 34px;
  text-align: center;
  color: #0a8145;
  margin-bottom: 20px;
}
.report-box1 p{
  font-size: 14px;
  line-height: 20px;
  color: #212121;
}
.report-box1 p.report-p{
  font-size: 16px;
  line-height: 20px;
  color: #212121;
  text-indent: 32px;
  margin-bottom: 16px;
}
.report-box1 .report-con{
  padding-left: 32px;
  padding-bottom: 16px;
}
.report-box1 .report-con p{
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
  color: #707070;
}
.report-box2{
  margin-top: 10px;
  min-height: 470px;
}
.report-box2 h1{
  font-size: 16px;
  color: #0a8145;
  line-height: 32px;
}
.report-box2 .report-title1{
  line-height: 40px;
  font-size: 14px;
  color: #707070;
}
.report-box2 .report-title1 i{
  margin-right: 6px;
}
.report-box2 .report-title2{
  display: block;
  position: relative;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  color: #212121;
  padding-left: 10px;
}
.report-box2 .report-title2:before{
  content: '';
  display: block;
  width: 3px;
  height: 16px;
  background-color: #0a8145;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 0;
}
.report-box2 .icon-add3,
.report-box2 .icon-del3{
  display: inline;
  color: #ef5959;
  cursor: pointer;
}
.report-box2 .plr5{
  padding: 0 5px !important;
}
.report-box2 .plr5 input{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 29px !important;
  line-height: 27px !important;
}
.report-box2 .icon-add3{
  color: #10b260;
}
.report-preview-item table tr,
.report-preview-item table td,
.report-preview-item table th,
.report-preview-item table,
.report-box2 table tr,
.report-box2 table td,
.report-box2 table th,
.report-box2 table{
  border: 1px solid #e5e5e5;
}

.report-preview-item{
  width: 100%;
  margin-bottom: 10px;
}
.report-preview-item dt{
  padding: 0;
  margin: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /* width: 100%; */
  display: block;
  height: 39px;
  line-height: 28px;
  overflow: hidden;
  background-color: #0a8145;
  font-size: 16px;
  color: #ffffff;
  padding: 9px 80px 0 18px;
  position: relative;
}
.report-preview-item dt a{
  color: #ffffff;
}
.report-preview-item dt span{
  margin-left: 18px;
  display: block;
  text-align: right;
  line-height: 46px;
  width: 62px;
  height: 46px;
  position: absolute;
  top: 0;
  right: 18px;
  font-size: 14px;
  cursor: pointer;
  color: #fff;
}
.report-preview-item dt a{
  margin-left: 18px;
  display: block;
  float: left;
  color: #fff;
}
.report-preview-item dt em{
  display: block;
  float: left;
  min-width: 220px;
  max-width: 380px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.report-preview-item dt b{
  margin-left: 18px;
  display: block;
  float: left;
  font-weight: normal;
}
.report-preview-item dt a i{
  margin-top: -2px;
  font-size: 18px;
}
.audit-btn{
  cursor: pointer;
}
.report-preview-item dt strong{
  margin-left: 18px;
  display: block;
  float: left;
  padding: 0 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  color: #0a8145;
  background-color: #cee6da;
  font-weight: normal;
}
.report-preview-item dt.close-dt{
  background-color: #f0faf5;
  color: #212121;
}
.report-preview-item dt.close-dt a{
  color: #0a8145;
}
.report-preview-item dt.close-dt span{
  color: #212121;
}
.report-preview-item dt.close-dt strong{
  background-color: #0a8145;
  color: #fff;
}
.report-preview-item dd{
  padding: 0 20px;
}
.report-preview-item dd h3{
  padding-top: 4px;
  font-size: 16px;
  color: #0a8145;
  line-height: 50px;
}

.report-preview-item dd .report-title1{
  display: block;
  position: relative;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  color: #212121;
  background-color: #e1e1e1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0 18px;
}
.report-preview-item dd .report-title2{
  display: block;
  position: relative;
  line-height: 20px;
  height: 20px;
  font-size: 16px;
  color: #212121;
  padding-left: 10px;
  margin-bottom: 10px;
}
.report-preview-item dd .report-title2:before{
  content: '';
  display: block;
  width: 3px;
  height: 16px;
  background-color: #0a8145;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 0;
}


.history-box.no-data{
  background: #fff url(../images/enterprise-nodata.png) center no-repeat;
  height: 508px;
}


.user-center {
  width: 408px;
  margin: 50px auto 60px;
}

.user-center li {
  width: 100%;
  height: 100px;
  font-size: 18px;
  line-height: 100px;
  color: #212121;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
  padding: 0 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-bottom: 1px solid #56877a\9;
}

.user-center li:before {
  content: '';
  position: absolute;
  top: -20px;
  left: -4px;
  display: block;
  width: 120px;
  height: 43px;
  background: url(../images/icon.png) 0 -1182px no-repeat;
}

.user-center li span {
  position: absolute;
  top: 13px;
  left: 20px;
  display: block;
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  color: #0a8145;
}
.user-center li span .iconfont{
  margin-right: 4px;
}

.user-center li a {
  position: absolute;
  bottom: 12px;
  right: 20px;
  display: block;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  color: #0a8145;
  text-align: right;
}

.user-center li a em,
.user-center li span em {
  vertical-align: middle;
}

.my-enterprise{
  font-size: 16px;
  color: #707070;
  line-height: 20px;
  padding-left: 20px;
  margin-bottom: 16px;
}
.my-enterprise em{
  margin: 0 4px;
}
.my-enterprise i{
  margin-top: -3px;
  margin-right: 6px;
}

/**banner**/
.owl-demo-box {
  width: 468px;
  /* height:444px; */
  height: 396px;
  /* margin: 40px auto 0; */
  margin: 30px auto 0;
  border: 1px solid #0a8145;
}

#owl-demo {
  display: none;
  width: 466px;
  /* height:444px;  */
  height: 394px;
  background-color: #fbfffd;
  z-index: 1;
}

#owl-demo .item {
  display: block;
  width: 466px;
  height: 394px;
  overflow: hidden;
}

#owl-demo .item img {
  width: 100%;
}

#owl-demo .owl-wrapper-outer {
  z-index: 9;
}

.owl-theme .owl-controls {
  margin-top: 0;
}

#owl-demo .owl-controls .owl-buttons div {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-size: 12px;
  width: 40px;
  height: 40px;
  text-indent: 5000px;
  z-index: 1040;
  overflow: hidden;
  background-repeat: no-repeat;
}

#owl-demo .owl-wrapper-outer {
  z-index: 1040;
}

#owl-demo .owl-controls .owl-buttons .owl-prev {
  background-image: url(../images/icon.png);
  background-position: 0 -1085px;
  left: -70px;
}

#owl-demo .owl-controls .owl-buttons .owl-next {
  background-image: url(../images/icon.png);
  right: -70px;
  background-position: 0 -1135px;
}

#owl-demo .owl-controls .owl-buttons div:hover {
  background-position-x: -50px;
}

.owl-title {
  /* height: 168px; */
  width: 466px;
  height: 140px;
  background: url(../images/company-bg.png) top center no-repeat;
  background-size: 100% 100%;
  border-bottom: 1px solid #0a8145;
  /* padding-top: 50px; */
  padding-top: 15px;
  position: relative;
  -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/company-bg.png', sizingMethod='scale');
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/company-bg.png', sizingMethod='scale');
}

.owl-title h1 {
  line-height: 54px;
  color: #fff;
  font-size: 20px;
  padding-left: 32px;
}

.owl-title h1 i {
  font-size: 30px;
}

.owl-title p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  padding-left: 78px;
}

.owl-title span {
  display: block;
  text-align: right;
  line-height: 24px;
  font-size: 16px;
  color: #fff;
  position: absolute;
  bottom: 6px;
  right: 16px;
  width: 60px;
  height: 24px;
}

.owl-con dl {
  padding: 20px 22px 0;
}

.owl-con dl dt {
  line-height: 36px;
  height: 36px;
  position: relative;
  font-size: 16px;
  color: #707070;
  padding-left: 11px;
}

.owl-con dl dt:before {
  display: block;
  width: 2px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
  background-color: #0a8145;
  content: '';
}

.owl-con dl dd {
  line-height: 36px;
  height: 36px;
  font-size: 16px;
  color: #212121;
  padding-left: 11px;
}

.not-certified {
  /* margin: 50px auto 0; */
  margin: 30px auto 0;
  text-align: center;
  width: 600px;
  /* height: 490px; */
  height: 440px;
  /* padding-top: 50px; */
  padding-top: 30px;
  background-color: #f3fafd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* index-login */
.index-login {
  margin-top: 0;
  overflow: visible;
  padding: 10px 0 0;
  top: -540px;
  left: 50%;
  margin-left: -225px;
  z-index: 999;
  position: fixed;
  width: 520px;
  height: 540px;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.index-login .tab {
  font-size: 20px;
}

.login-title {
  text-align: center;
}

.login-title h1 {
  font-size: 30px;
  line-height: 40px;
  color: #212121;
}

.login-title em {
  font-weight: lighter;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 22px;
  color: #707070;
}

.index-login div>ul {
  height: auto;
  padding: 10px 56px 0;
}

.index-login ul li .code {
  width: 100% !important;
}

.index-login ul li .code-btn {
  position: absolute;
  bottom: 0px;
  right: 0;
}

/* chart-box */
.chart-box {
  width: 100%;
}

.chart-box li {
  width: 25%;
  float: left;
}

.chart-box5 li {
  width: 20%;
  float: left;
}

.chart-box3 li {
  width: 33.33%;
  float: left;
}

.chart-box li dl {
  width: 200px;
  margin: 0 auto;
}

.chart-box li dl dt {
  width: 100px;
  height: 100px;
  display: block;
  float: left;
}

.chart-box li dl dd {
  text-align: left;
  height: 100px;
  width: 90px;
  padding-left: 10px;
  color: #212121;
  line-height: 100px;
  font-size: 20px;
  display: block;
  float: left;
}

.news-detail {
  min-height: 580px;
}

.news-detail-admin {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}

.news-top {
  padding: 0 10px 10px;
}

.news-top em {
  font-size: 14px;
  line-height: 32px;
  color: #707070;
}

.news-con {
  font-size: 14px;
  line-height: 28px;
  color: #707070;
  padding: 0 10px;
}

.news-top .news-title {
  font-size: 20px;
  line-height: 34px;
  margin: 16px 0 24px;
  text-align: center;
}

.new-news {
  padding-left: 24px;
  width: 280px;
  position: absolute;
  top: 0;
  right: 0;
  min-height: 580px;
}

.new-news .new-news-title {
  font-size: 14px;
  color: #212121;
  line-height: 32px;
  margin: 0 0 16px 0px;
}

.new-cont-box {
  padding-left: 6px;
  height: 550px;
  overflow: hidden;
  overflow-y: auto;
}

.new-news ul {
  padding: 4px 12px 20px 12px;
  border-left: 1px solid #bdbdbd;
}


@media (min-height: 300px) {
  .new-cont-box {
    height: 60px;
  }
}

@media (min-height: 400px) {
  .new-cont-box {
    height: 140px;
  }
}

@media (min-height: 500px) {
  .new-cont-box {
    height: 240px;
  }
}

@media (min-height: 600px) {
  .new-cont-box {
    height: 340px;
  }
}

@media (min-height: 700px) {
  .new-cont-box {
    height: 440px;
  }
}

.new-news ul li {
  width: 100%;
  margin-bottom: 12px;
}

.new-news ul li a {
  display: block;
  width: 100%;
  position: relative;
  border: 1px solid #c2c2c2;
  padding: 6px 12px 5px;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.new-news ul li p {
  font-size: 14px;
  line-height: 20px;
  color: #212121;
}

.new-news ul li em {
  line-height: 26px;
  color: #707070;
  font-size: 12px;
}

.new-news ul li a:before,
.new-news ul li a:after {
  content: '';
  position: absolute;
  display: block;
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
}

.new-news ul li a:before {
  width: 13px;
  height: 13px;
  top: 3px;
  left: -20px;
  background-position: -108px 0;
}

.new-news ul li a:after {
  width: 4px;
  height: 7px;
  top: 6px;
  left: -4px;
  background-position: -126px 0;
}

.new-news ul li a.active,
.new-news ul li a:hover {
  border-color: #0a8145;
}
.new-news ul li a.active:before,
.new-news ul li a:hover:before {
  background-position: -90px 0;
}
.new-news ul li a.active:after,
.new-news ul li a:hover:after {
  background-position: -133px 0;
}
.new-news ul li a.active p,
.new-news ul li a.active em,
.new-news ul li a:hover p,
.new-news ul li a:hover em {
  color: #0a8145;
}

.bread-crumbs {
  height: 40px;
  line-height: 40px;
  font-size: 12px;
}

.bread-crumbs a {
  display: block;
  height: 40px;
  float: left;
  color: #707070;
}

.bread-crumbs a:hover {
  color: #0a8145;
}

.bread-crumbs em {
  display: block;
  height: 40px;
  float: left;
  color: #707070;
  font-family: '宋体';
  margin: 0 5px;
}

.bread-crumbs span {
  color: #212121;
  display: block;
  height: 40px;
  float: left;
  width: 170px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.n-news-box {
  width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
}
.n-news-banner{
  height: 280px;
  width: 100%;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
}
.n-news-bg{
  background: #ffffff url(../images/n-news-top-bg.png) top right no-repeat;
}
.n-news-tab{
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 4px solid #f5f5f5;
  background-color: #f5f5f5;
  overflow: hidden;
}
.n-news-list{
  background-color: #fff;
  border: 1px solid #e5e5e5;
  padding: 28px 30px 28px 8px;
}
.n-news-list dl{
  height: 192px;
  position: relative;
  padding-top: 20px;
}

.n-news-list dl a{
  display: block;
  height: 172px;
  width: 100%;
  padding-left: 222px;
}

.n-news-list dl dt{
  padding-top: 60px;
  width: 182px;
  height: 192px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-right: 4px solid #eef5f2;
}
.n-news-list dl.first-child dt,
.n-news-list dl:first-child dt,
.n-news-list dl.first-child,
.n-news-list dl:first-child{
  padding-top: 0;
  height: 172px;
}
.n-news-list dl.first-child dt,
.n-news-list dl:first-child dt{
  padding-top: 40px;
}
.n-news-list dl dt i{
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #e5e5e5;
  font-size: 46px;
  text-align: center;
  margin: 0 auto;
}

.n-news-list dl dt p{
  font-size: 18px;
  color: #707070;
  text-align: center;
  line-height: 32px;
}

.n-news-list dl dt:after{
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 76px;
  right: -12px;
  content: '';
  background: url(../images/icon.png) -79px -34px no-repeat;
}

.n-news-list dl dd {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 6px 24px 0px rgba(51, 51, 51, 0.1);
  -moz-box-shadow: 0px 6px 24px 0px rgba(51, 51, 51, 0.1);
  box-shadow: 0px 6px 24px 0px rgba(51, 51, 51, 0.1);
  width: 100%;
  height: 172px;
  padding: 12px 30px 0;
  border: 1px solid #e5e5e5\9;
}
.n-news-list dl dd h3{
  line-height: 52px;
  height: 52px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 18px;
  color: #212121;
}

.n-news-list dl dd p{
  font-size: 14px;
  color: #707070;
  line-height: 20px;
  max-height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.n-news-list dl a:hover dd{
  background: url(../images/n-news-list.png) center no-repeat;
  background-size: 100% 100%;
  /* -webkit-box-shadow: 0px 6px 32px 0px rgba(5, 98, 51, 0.49);
  -moz-box-shadow: 0px 6px 32px 0px rgba(5, 98, 51, 0.49);
  box-shadow: 0px 6px 32px 0px rgba(5, 98, 51, 0.49); */
}


.n-news-list dl a:hover dd h3{
  color: #0a8145;
}

.n-news-list dl a:hover dt i{
  color: #0a8145;
}

.n-news-list dl a:hover dt p{
  color: #212121;
}

.directory-count{
  height: 52px;
  line-height: 52px;
  color: #707070;
  font-size: 16px;
}

.directory-count i{
  color: #a9a9a9;
  font-size: 18px;
  margin: -4px 6px 0 0;
}

.directory-table tr,
.directory-table tr td,
.directory-table tr th,
.directory-table{
  border: 1px solid #e5e5e5;
}
.td-bg-gray{
  background-color: #f9f9f9;
}
.td-bg-white{
  background-color: #ffffff !important;
}

.pt-title {
  height: 62px;
  font-size: 24px;
  text-align: center;
  line-height: 56px;
  border-bottom: 1px solid #eaeaea;
}

.pt-text {
  padding: 26px 0 30px;
  line-height: 26px;
  text-indent: 28px;
  font-size: 16px;
  color: #212121;
}

.pt-text p {
  padding-bottom: 20px;
}

.content-box{
  padding: 30px 60px 30px 40px;
  height: 330px;
}
.content-left{
  width: 560px;
  padding-top: 10px;
}
.content-left h3{
  color: #0a8145;
  font-size: 20px;
  /* color: #212121; */
  margin-bottom: 20px;
}
.content-left li{
  min-height: 61px;
  border-bottom: 1px solid #eaeaea;
  line-height: 22px;
  padding: 20px 0 20px 162px;
  position: relative;
  font-size: 14px;
  color: #333;
}
.content-left li span{
  display: block;
  width: 86px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  top: 0;
  left: 76px;
  font-size: 14px;
  color: #707070;
}
.content-left li i{
  color: #0a8145;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: 16px;
  left: 36px;
}
.content-right{
  width: 480px;
  height: 270px;
  overflow: hidden;
  background-color: #e9e9e9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: url(../images/map.png) center no-repeat;
  background-size: 100% 100%;
}

.pt-code {
  text-align: center;
  margin-bottom: 30px;
}

.pt-code-title {
  font-size: 14px;
  line-height: 30px;
}

.pt-text2 {
  position: relative;
  padding: 26px 268px 30px 0;
  line-height: 26px;
  text-indent: 28px;
  font-size: 14px;
  color: #212121;
  min-height: 260px;
}

.pt-code2 {
  position: absolute;
  right: 16px;
  top: 32px;
  padding-top: 148px;
  background: #fff url(../images/pt-bg.png) top center no-repeat;
  width: 208px;
  height: 194px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 3px 27px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 27px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 27px 0px rgba(0, 0, 0, 0.1);
}

.pt-code2 a {
  font-size: 14px;
  color: #0a8145;
  line-height: 24px;
  text-align: center;
  text-decoration: underline;
}

/* discount-table */
.discount-table {
  background-color: #fff;
  width: 100%;
  border: 1px solid #e8e9ea;
  text-align: center;
  font-size: 14px;
  color: #212121;
}

.discount-table tr {
  line-height: 20px;
}

.discount-table tr td {
  padding: 10px;
  border: 1px solid #e8e9ea;
}

.discount-table tr td input,
.discount-table tr td textarea {
  border: 1px solid #e8e9ea;
  display: block;
  width: 100%;
  height: 38px;
  text-indent: 12px;
}

.discount-table tr td textarea {
  padding: 10px 0;
}

.discount-tab {
  position: absolute;
  right: 20px;
  top: 30px;
  z-index: 9;
}

.application-materials {
  padding: 20px;
  margin: 0 auto 20px;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
  border: 1px solid #e5e5e5\9;
}

.application-materials li {
  position: relative;
  margin-right: 20px;
  float: left;
  width: 120px;
  height: 120px;
  background-color: #f4faf7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.application-materials li.nobg {
  border: 1px solid #e8e9ea;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: none;
}

.file-close {
  display: block;
  position: absolute;
  top: -5px;
  right: -5px;
  width: 24px;
  height: 24px;
  text-align: center;
  color: #212121;
  line-height: 24px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.application-materials li .file-close:before {
  margin-top: -4px;
}

.application-materials li a {
  display: block;
  width: 100%;
  height: 100%;
}

.application-materials li .file-img {
  display: block;
  width: 62px;
  height: 68px;
  margin: 19px auto 6px;
  background: url(../images/icon.png) 0 -1257px no-repeat;
}

.application-materials li .file-title {
  font-size: 12px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 20px;
  text-align: center;
  color: #212121;
}

.application-materials li a:hover .file-title:hover {
  color: #0a8145;
}

.application-materials li.add {
  border: 1px dashed #0a8145;
  color: #0a8145;
  text-align: center;
  line-height: 118px;
}

.application-materials li.add i {
  font-size: 30px;
}

.application-materials li.add .btn-h {
  background: none !important;
  border: none !important;
}

.application-materials li.add .btn-h i {
  z-index: 2;
  color: #0a8145;
  font-size: 30px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  line-height: 116px;
  margin: 0 !important;
  text-align: center;
}

.pop-table-box table th {
  background-color: #f5f5f5;
}

.footer {
  width: 100%;
  background-color: #292929;
  height: 70px;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  padding-top: 10px;
}

.fullpagefoot{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

.footer img {
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.footer a {
  color: #fff;

}

.footer a em {
  margin: 0 4px;
}

.footer-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
}

.footer-login-fixed {
  height: 50px;
  background: none;
  line-height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
}

.measure-result dd div {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* .measure-result {
  position: relative;
  padding-left: 1.6em;
  margin-top: 5px;
  margin-left: 1.6em;
}
.measure-result dt {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -46px;
  color: #707070;
}
.measure-result dd {
  float: left;
  width: 128px;
  padding-right: 12px;
  margin-bottom: 12px;
  text-align: center;
}
.measure-result dd div {
  height: 128px;
  padding-top: 20px;
  background-color: #f5f5f5;
}
.measure-result dd div [class*="icon-measure-"] {
  display: block;
  height: 50px;
  background-image: url(../images/icon-measure.png);
}
.icon-measure-energy { background-position: 50% 0; }
.icon-measure-co2 { background-position: 50% -50px; }
.icon-measure-cod { background-position: 50% -100px; }
.icon-measure-nh { background-position: 50% -150px; }
.icon-measure-so2 { background-position: 50% -200px; }
.icon-measure-nox { background-position: 50% -250px; }
.icon-measure-h2o { background-position: 50% -300px; }
.icon-measure-fpm { background-position: 50% -350px; }
.icon-measure-tvoc { background-position: 50% -400px; }
.icon-measure-tan { background-position: 50% -450px; }
.icon-measure-tp { background-position: 50% -500px; }
.icon-measure-cs { background-position: 50% -550px; }

.measure-result dd div b {
  display: block;
  padding-top: 12px;
  padding-bottom: 3px;
  font-size: 20px;
  line-height: 24px;
}
.measure-result dd >span {
  display: block;
  padding-top: 5px;
}
.measure-result dd >span em { color: #35a854; }  */

.measure-result {
  position: relative;
  padding-left: 2em;
  margin-top: 5px;
  margin-left: 2em;
}

.measure-result dt {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -46px;
  color: #707070;
}

.measure-result dd {
  float: left;
  width: 177px;
  padding-right: 12px;
  margin-bottom: 12px;
  text-align: center;
}

.measure-result dd div {
  height: 145px;
  padding-top: 32px;
  background-color: #f5f5f5;
}

.measure-result dd div [class*="icon-measure-"] {
  display: block;
  height: 50px;
  background-image: url(../images/icon-measure.png);
}

.icon-measure-energy {
  background-position: 50% 0;
}

.icon-measure-co2 {
  background-position: 50% -50px;
}

.icon-measure-cod {
  background-position: 50% -100px;
}

.icon-measure-nh {
  background-position: 50% -150px;
}

.icon-measure-so2 {
  background-position: 50% -200px;
}

.icon-measure-nox {
  background-position: 50% -250px;
}

.icon-measure-h2o {
  background-position: 50% -300px;
}

.icon-measure-fpm {
  background-position: 50% -350px;
}

.icon-measure-tvoc {
  background-position: 50% -400px;
}

.icon-measure-tan {
  background-position: 50% -450px;
}

.icon-measure-tp {
  background-position: 50% -500px;
}

.icon-measure-cs {
  background-position: 50% -550px;
}

.measure-result dd div b {
  display: block;
  padding-top: 16px;
  padding-bottom: 3px;
  font-size: 19px;
  line-height: 24px;
}

.measure-result dd>span {
  display: block;
  padding-top: 5px;
}

.measure-result dd>span em {
  color: #35a854;
}

.statistic-box {
  padding-top: 4px;
  padding-bottom: 8px;
}

.main-body .statistic-box,
.source-box {
  background-color: #f5f5f5;
}

.main-body .statistic-box {
  padding: 12px 16px 5px;
  margin-bottom: 10px;
}

.statistic-box h5,
.source-box h5 {
  padding-bottom: 6px;
  font-size: 14px;
}

.main-body .statistic-box h5,
.source-box h5 {
  float: left;
}

.statistic-box h5 p {
  padding-top: 1px;
  font-size: 12px;
  color: #bdbdbd;
}

.statistic-box h5 p em {
  padding-right: 4px;
  padding-left: 4px;
  color: #3577f8;
}

.main-body .statistic-bar,
.source-box .lbl-box {
  float: right;
}

.main-body .statistic-bar {
  width: 70%;
  margin-top: 5px;
}

.pop-visible .form-grid.col3 li {
  padding-right: 20px;
  height: 52px;
}

.pop-visible .form-grid.col3 li .select2 {
  width: 100%;
}

/* financing-demand-list */
.financing-demand-list {
  width: 100%;
}

.financing-demand-list li {
  width: 33.33%;
  float: left;
  padding: 5px;
  height: 76px;
  overflow: hidden;
}

.financing-demand-list li img {
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
}

.financing-demand-list li.active img {
  border-color: #0a8145;
}


/* .center-box */
.center-box {
  background: none;
  width: 100%;
  height: 100%;
  display: table;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  min-width: 1090px;
}

.center-box .center-table {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}

.center-box ul {
  margin: 0 auto;
  width: 1026px;
}

.center-box ul li {
  padding-top: 10px;
  margin: 0 9px;
  display: block;
  float: left;
  text-align: center;
  width: 324px;
  height: 354px;
  background-color: #fff;
  -webkit-box-shadow: 0px 9px 38px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 9px 38px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 9px 38px 0px rgba(0, 0, 0, 0.08);
}

.center-box ul li h1 {
  font-size: 18px;
  color: #333;
  line-height: 46px;
}

.center-box ul li img {
  width: 290px;
  height: 230px;
}

.center-box ul li .btn {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0;
  width: 236px;
}

.center-box ul li .btn-more-box {
  width: 236px;
  margin: 0 auto;
}

.center-box ul li .btn-more-box a {
  font-size: 12px;
  color: #14915a;
  line-height: 38px;
}

.shelf {
  padding: 0 0 15px 4px;
}

.shelf h1 {
  font-size: 14px;
  color: #707070;
  line-height: 32px;
}

.shelf h1 i {
  font-size: 18px;
  margin-right: 6px;
}

.shelf p {
  font-size: 14px;
  color: #212121;
  line-height: 20px;
  padding-left: 20px;
  padding-bottom: 14px;
  position: relative;
}

.shelf p:before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 12px;
  left: 6px;
  background-color: #0a8145;
}

.shelf p:after {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 4px;
  left: 0px;
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
  background-position: -90px 0;
}

.shelf p.no-line:before {
  display: none;
}

.shelf p.no-line {
  padding-bottom: 0;
}


/* serve */
.serve {
  position: relative;
  background: url(../images/serve-bg.jpg) no-repeat 50% 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 30px 0;
}

.serve h3.title {
  font-size: 18px;
  border-bottom: 1px solid #e5e5e5;
}

.serve h3.title .icon-set {
  margin-right: 8px;
}

[class*="serve-txt-top"],
[class*="serve-txt-btm"] {
  position: absolute;
  display: inline-block;
  height: 76px;
  background-image: url(../images/serve-txt.png);
  background-repeat: no-repeat;
}

[class*="serve-txt-top"] {
  top: 15%;
  left: 6.4%;
}

[class*="serve-txt-btm"] {
  right: 4.5%;
  bottom: 17%;
}

.serve-txt-top {
  width: 736px;
  background-position: 0 0;
}

.serve-txt-btm {
  width: 410px;
  background-position: 0 -80px;
}

.serve-txt-top2 {
  width: 844px;
  background-position: 0 -160px;
}

.serve-txt-btm2 {
  width: 444px;
  background-position: 0 -240px;
}

.serve-box {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0 5.6%;
  font-size: 14px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .12);
  -moz-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .12);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.serve-box .inner {
  padding-right: 75px;
  padding-left: 75px;
}

.serve-box .form-grid2 {
  display: inline-block;
  width: 45%;
  vertical-align: top;
}

.serve-box .form-grid2+.form-grid2 {
  padding-left: 8%;
}

.serve-box .inp-wrap.col2 {
  position: relative;
  padding-right: 150px;
}

.serve-box .inp-wrap.col2 .btn-h {
  position: absolute;
  top: 0;
  right: -2px;
  width: 78px;
}

.serve-box .btn,
.serve-box .btn-h {
  position: relative;
}

.serve-box .btn {
  height: 46px;
  line-height: 46px;
}

.serve-box .btn-h,
.serve-box .btn.disabled {
  height: 44px;
  line-height: 44px;
}

.serve-box .tc .btn,
.serve-box .tc .btn-h {
  width: 156px;
  margin: 45px 8px 0;
}

.serve-box .tc p {
  font-size: 18px;
  line-height: 34px;
  color: #707070;
}

.serve-box .btn-h:hover .tooltip2.up {
  display: block;
  width: 200px;
}

.serve-box .tc .btn-h .tooltip2.up {
  top: -51px;
  left: 0;
}

.serve-box .btn-h .tooltip2.up p {
  line-height: 20px;
  font-size: 12px;
}

.serve-box .tip {
  padding-top: 8px;
  padding-bottom: 8px;
}

.serve .icon-tip {
  margin-right: 8px;
}

.search-box2 {
  width: 760px;
  height: 286px;
  margin: 0 auto;
  border: 1px solid #e5e5e5\9;
}

.search-box2 .inner {
  width: 660px;
  padding-right: 50px;
  padding-left: 50px;
}

.search-box2 h4 {
  padding-top: 28px;
  padding-bottom: 60px;
  font-size: 18px;
  color: #707070;
  text-align: center;
}

.search-box2 .inner div {
  position: relative;
  margin-bottom: 5px;
}

.search-box2 h4 i,
.search-box2 h4 em {
  display: inline-block;
  vertical-align: middle;
}

.search-box2 h4 i {
  width: 28px;
  height: 1px;
  background-color: #ccc;
}

.search-box2 h4 em {
  padding-right: 17px;
  padding-left: 17px;
}

.search-box2 .form-lab {
  padding-left: 40px;
  vertical-align: middle;
}

.search-box2 .select {
  width: 413px;
}

.search-box2 .inp {
  width: 377px;
}

.search-box2 .checkbox em {
  font-size: 12px;
}

.search-box2 .pt10 .btn,
.search-box2 .pt10 .btn-h {
  width: 83px;
  margin-left: 16px;
}

.search-box2 .checkbox {
  top: 7px;
}

.search-box2 .pt10 .tip {
  position: absolute;
  top: -26px;
  left: 0;
  display: none;
  font-size: 12px;
  color: #f53b4c;
}

.serve .tip-box4 {
  top: 49px;
  display: block;
  text-align: left;
}

.create-project .shadow-l,
.create-project .shadow-r,
.serve-box .shadow-l,
.serve-box .shadow-r {
  position: absolute;
  bottom: 0;
  width: 50px;
  height: 136px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.create-project .shadow-l,
.serve-box .shadow-l {
  left: -50px;
  background-image: url(../images/shadow-l.png);
}

.create-project .shadow-r,
.serve-box .shadow-r {
  right: -50px;
  background-image: url(../images/shadow-r.png);
}

/* ai-ident */
.serve-box .abtn-box {
  padding: 10px 0;
}

.serve-box .abtn-box span {
  display: inline-block;
  width: 180px;
  margin: 0 8px;
  text-align: left;
}

.ai-ident {
  padding: 30px 12px 35px;
  margin: 7px 40px 0;
  line-height: 28px;
  color: #707070;
  text-align: center;
  background-color: #fafafa;
  border: 1px dashed #e5e5e5;
}

.icon-ident-img,
.icon-ident-doc,
.icon-ident-pdf {
  width: 130px;
  height: 120px;
  margin: 0 30px 30px;
  background-image: url(../images/icon-ident.png);
}

.icon-ident-img {
  background-position: 0 0;
}

.icon-ident-doc {
  background-position: -135px 0;
}

.icon-ident-pdf {
  background-position: -270px 0;
}

.upload-first .icon-ident-img,
.upload-first .icon-ident-doc {
  cursor: pointer;
}

.ai-ident h4 {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 24px;
}

.ai-ident p {
  font-size: 18px;
}

.progress2 {
  position: relative;
  width: 500px;
  height: 10px;
  padding: 10px 68px 10px 20px;
  margin: 0 auto;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #e5e5e5;
}

.progress2 span,
.progress2 span b {
  display: block;
  height: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.progress2 span {
  background-color: #e5e5e5;
}

.progress2 span b {
  background-color: #3577f8;
}

.progress2 em {
  position: absolute;
  top: 0;
  right: 12px;
  display: inline-block;
  width: 45px;
  line-height: 30px;
}

.progress2.false span {
  background-color: #fbe8ea;
}

.upload-document p {
  padding-top: 25px;
  color: #212121;
}

.upload-document .icon-del3 {
  font-size: 20px;
  color: #707070;
  cursor: pointer;
}

.upload-images ul {
  min-height: 260px;
  margin-bottom: -24px;
}

.upload-images li {
  float: left;
  width: 244px;
  height: 167px;
  padding: 0 12px 24px;
}

.upload-images li div {
  width: 242px;
  height: 165px;
  text-align: center;
  background-color: #fff;
  border: 1px dashed #dbdbdb;
}

.upload-images li div {
  position: relative;
  display: table-cell;
  font-size: 0;
  line-height: 165px;
}

.upload-images li .add-box {
  padding: 0;
  cursor: pointer;
}

.upload-images li div img {
  max-height: 100%;
}

.upload-images li .icon-close2 {
  position: absolute;
  top: -9px;
  right: -7px;
  z-index: 2;
  display: inline-block;
  line-height: 20px;
  color: #4b4b4b;
}

.serve-box.big {
  padding: 16px;
  margin-right: 35px;
  margin-left: 35px;
}

.crawl-cont .fl,
.crawl-cont .fr {
  margin-bottom: -10px;
}

.crawl-cont .fl {
  width: 55%;
  padding-top: 9px;
}

.crawl-cont .left-box {
  margin-right: 40px;
  margin-left: 20px;
}

.crawl-cont .pdf-cont p {
  padding-bottom: 9px;
}

.crawl-cont .pdf-cont iframe {
  width: 100%;
  height: 503px;
}

.crawl-cont .identify-content {
  font-size: 16px;
  color: #212121;
  line-height: 30px;
  height: 510px;
  padding: 10px;
  margin-top: 3px;
  overflow: auto;
  text-align: left;
  border: 1px solid #e5e5e5;
}

.crawl-cont .identify-content .is-height {
  position: relative;
  padding-left: 8px;
}

.crawl-cont .identify-content .is-height:before {
  content: "\e612";
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: none;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  height: 4px;
  line-height: 4px;
  color: #f53b4c;
  font-size: 12px;
  width: 4px;
  left: 0;
  text-indent: 0;
}

.crawl-cont .tab-cont3 .tab-cont2 {
  position: relative;
}


.crawl-cont .identify-content .btn-h,
.crawl-cont .img-cont .btn-h,
.crawl-cont .pdf-cont .btn-h {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 27px;
  border-color: #3577f8;
  color: #3577f8;
  line-height: 27px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.crawl-cont .pdf-cont .btn-h {
  top: 40px;
}

.crawl-cont .identify-content h1 {
  margin: 10px 0;
  line-height: 32px;
  font-size: 16px;
  color: #212121;
}

.crawl-cont .identify-content h2 {
  text-indent: 32px;
  margin: 10px 0;
  line-height: 32px;
  font-size: 16px;
  color: #212121;
}

.crawl-cont .identify-content h3 {
  text-indent: 32px;
  margin: 10px 0;
  line-height: 32px;
  font-size: 16px;
  color: #212121;
}

.crawl-cont .identify-content p {
  text-indent: 32px;
  font-size: 16px;
  color: #212121;
  line-height: 30px;
}

.crawl-cont .img-cont {
  height: 510px;
  padding: 10px;
  margin-top: 3px;
  overflow: auto;
  text-align: center;
  border: 1px solid #e5e5e5;
}

.crawl-cont .img-cont img {
  padding: 10px 0;
}

.crawl-cont .fr {
  width: 45%;
}

.crawl-cont .form-grid2 {
  width: 100%;
}

.crawl-cont .form-grid2 .form-control .textarea {
  height: 238px !important;
}

.left-box .tab-cont3 .tab2 span {
  margin-bottom: 10px;
}

.type-box {
  padding: 20px 20px 0;
}

.type-item {
  width: 50%;
  padding: 0 20px 40px;
  float: left;
}

.type-item .inner {
  padding: 0;
  width: 100%;
  height: 260px;
  border: 1px solid #e5e5e5;
  background: #fafafa url(../images/type-item.png) bottom right no-repeat;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.type-item .add-box {
  width: 250px;
  padding: 20px 0 14px;
  text-align: center;
  margin: 20px auto;
  background-color: #fff;
}

.type-item .add-box i {
  font-size: 22px;
  color: #008dff;
}

.type-item .add-box p {
  line-height: 32px;
  font-size: 14px;
  color: #212121;
}

.schedule-file-list {
  width: 100%;
  max-width: 500px;
  height: 120px;
  overflow: hidden;
  overflow-y: auto;
}

.schedule-file-list2 {
  padding-top: 10px;
  width: 100%;
  max-width: 500px;
  height: auto;
}

.schedule-file-list li {
  width: 50%;
  float: left;
  height: 40px;
  padding: 0 10px 12px;
}

.schedule-file-list2 li {
  padding: 0 10px 10px 0;
}

.schedule-file-list li .inner {
  text-align: left;
  width: 100%;
  height: 28px;
  line-height: 26px;
  background: none;
  position: relative;
  padding: 0 130px 0 26px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.schedule-file-list li .inner .title {
  display: inline-block;
  position: relative;
  max-width: 100%;
  color: #212121;
}

.schedule-file-list li .inner span {
  display: inline-block;
  height: 26px;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #212121;
  font-size: 12px;
}

.schedule-file-list li .inner .title em {
  display: block;
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 26px;
  line-height: 26px;
}

.schedule-file-list li .inner .icon-close {
  display: block;
  width: 16px;
  height: 26px;
  text-align: center;
  font-size: 14px;
  color: #c9c9c9;
  position: absolute;
  top: 3px;
  right: 7px;
}

.schedule-file-list li .inner .icon-file2 {
  display: block;
  width: 26px;
  height: 26px;
  text-align: center;
  font-size: 16px;
  color: #898989;
  position: absolute;
  top: 3px;
  left: 0;
}

.schedule-file-list li .schedule {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 30px;
  display: block;
  width: 62px;
  height: 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #e5e5e5;
}

.schedule-file-list li .schedule em {
  display: block;
  width: 0;
  position: absolute;
  top: 0;
  height: 4px;
  left: 0;
  background-color: #0a8145;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.risk-title {
  height: 54px;
  padding-right: 12px;
  padding-left: 12px;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: bold;
  line-height: 54px;
  background: #eff4fe url(../images/risk-title.png) no-repeat 100% 50%;
}

.risk-title em {
  font-size: 14px;
}

.risk-title .icon-edit,
.ep-info h3 .icon-edit {
  color: #0a8145;
}

.serve.long {
  height: auto !important;
  background: #fff;
}



/* waste emission */
.tab-cont3 .tab2 {
  padding-top: 10px;
  padding-bottom: 42px;
  font-size: 14px;
  box-shadow: none !important;
}

.pop-risk .tab-cont3 .tab2 {
  padding-bottom: 25px;
}

.tab-cont3 .tab2 em {
  padding-right: 8px;
  padding-left: 12px;
}

.tab-cont3 .tab-cont2 {
  position: relative;
}

.tab-cont3 .tab-cont2 iframe {
  width: 100%;
}

.risk-list .tab-cont3 .tab-cont2 {
  width: 930px;
  margin: 0 auto;
}

.risk-list .tab-cont3 .tab-cont2 iframe {
  height: 660px;
}

.pop-risk .tab-cont3 .tab-cont2 {
  width: 718px;
  padding-left: 12px;
  overflow: visible;
}

.pop-risk .tab-cont3 .tab-cont2 iframe {
  height: 515px;
}

.icon-status {
  width: 130px;
  height: 42px;
  background-image: url(../images/icon-status.png);
}

.icon-status.valid {
  background-position: 0 0;
}

.icon-status.xse {
  background-position: 0 -45px;
}

.icon-status.canceled {
  background-position: 0 -90px;
}

.icon-status.undone {
  background-position: 0 -135px;
}

.icon-status.loss {
  background-position: 0 -180px;
}

.tab-cont3 .tab-cont2 .icon-status {
  position: absolute;
  top: 67px;
  left: -7px;
}

.pop-risk .tab-cont2 .icon-status {
  left: 5px;
}

.pop-create .pop-cont p {
  padding-top: 25px;
  font-size: 14px;
  text-indent: 2em;
}

.pop-create .radio-inline {
  display: block;
  height: auto;
  padding-bottom: 10px;
  padding-left: 2em;
  padding-top: 3px;
}

.pop-create .pop-btn p {
  padding-top: 5px;
}


.ep-info .inner {
  position: relative;
  min-height: 134px;
  padding: 25px 25px 23px;
}

.ep-info .inner.green {
  background-color: #ebf5ea;
}

.ep-info .inner.nongreen {
  background-color: #f5f5f5;
}

.ep-info a.right {
  position: absolute;
  top: 13px;
  right: 13px;
  font-size: 14px;
  color: #0a8145;
}

.ep-info a.right .iconfont {
  margin-right: 6px;
}

.ep-info h3 {
  padding-bottom: 14px;
}

.ep-info h3 span {
  font-size: 16px;
}

.ep-info h3 em {
  display: block;
  padding-top: 2px;
  color: #707070;
}

.ep-info h3 .icon-edit {
  margin-top: -1px;
  margin-left: 8px;
}

.ep-info .icon-result2,
.ep-info .icon-result2 .guide-bd i {
  top: auto;
  left: auto;
  right: 23px;
  bottom: 13px;
  height: 111px;
  padding-top: 0;
  margin-top: 0;
}

.ep-info .form-grid {
  margin-top: 4px;
  margin-bottom: 8px;
}

.ep-info .form-grid.mt20 {
  margin-bottom: -8px;
}

.ep-info .form-grid4 li {
  padding-bottom: 6px;
}

/* .ep-info .form-lab { color: #212121; } */
.ep-info .form-grid4 .form-lab {
  vertical-align: top;
}

.ep-info .form-grid .form-lab {
  line-height: 40px;
}

.ep-info .form-grid4 .form-control {
  display: inline-block;
  width: 80%;
  margin-top: 1px;
}

.ep-info .form-grid .select {
  height: 40px;
  line-height: 40px;
}

.ep-info .form-grid .select>input {
  height: 36px;
  line-height: 36px;
  vertical-align: top;
}

.ep-info .form-grid .select .iconfont {
  top: 0;
}

.ep-info .form-grid .select .option {
  top: 40px;
}


/* result-box4 */
.result-box4 {
  margin: 0 -6px -12px;
}

.result-box4>li {
  float: left;
  width: 33.3%;
}

.result-box4 dl {
  padding: 19px 13px 1px;
  margin: 0 6px 12px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .05);
  -moz-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .05);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .05);
}

.continue-result4 dl {
  padding: 6px 15px 5px;
  margin: 0 6px 12px;
  background-color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e5e5e5;
}

.result-box4 dt {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 30px;
  background-color: #fff;
}

.continue-result4 dt {
  padding: 0 5px;
  display: inline-block;
  margin-bottom: 2px;
  font-size: 16px;
  line-height: 30px;
  background-color: #fff;
}

/* .result-box4 dt span {
  display: inline-block;
  background-color: #fff;
} */
.result-box4 dd {
  position: relative;
  padding: 5px;
  margin-bottom: 3px;
  font-size: 14px;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .08);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .08);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .08);
  border: 1px solid #e5e5e5;
}

.continue-result4 dd {
  position: relative;
  padding: 5px;
  margin-bottom: 0px;
  font-size: 14px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}

.result-box4 dd>div {
  display: table;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  min-height: 96px;
  padding: 15px 30px 15px 100px;
  background: url(../images/result-box2.png) repeat 0 0;
}

.result-box4 dd>div ul.form-grid {
  display: table-cell;
  min-height: 66px;
  vertical-align: middle;
}

.result-box4 dd>div.con-box2 {
  display: table;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  min-height: 96px;
  min-height: 96px;
  padding: 15px 100px 15px 20px;
}

.con-box-btn {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  font-size: 12px;
  right: 20px;
}

.result-box4 dd>div>div {
  min-height: 66px;
  display: table-cell;
  vertical-align: middle;
}

.result-box4 dd>div.continue-box {
  display: table;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  min-height: 82px;
  padding: 13px 30px 13px 80px;
  background: none;
  background-color: #f4faf7;
}

.result-box4 dd>div.continue-box>div {
  min-height: 56px;
  display: table-cell;
  vertical-align: middle;
}

.result-box4 dd>div i.iconfont {
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -10px;
}

.result-box4 dd>div.continue-box2 {
  width: 100%;
  display: table;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 82px;
  padding: 13px 100px 13px 20px;
  background: none;
  background-color: #f4faf7;
}

.result-box4 dd>div.continue-box2>div {
  min-height: 56px;
  display: table-cell;
  vertical-align: middle;
}

.icon-result4 {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 20px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  background-image: url(../images/icon-result4.png);
}

.result-box4 dd>div.continue-box .icon-result4 {
  top: 50%;
  left: 10px;
  margin-top: -30px;
}

.continue-btn {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  font-size: 12px;
  right: 20px;
}

.icon-result4.green {
  background-position: 0 0;
}

.icon-result4.nongreen {
  background-position: 0 -65px;
}

.icon-result4.other {
  background-position: 0 -455px;
}

.icon-result4.artific-green {
  background-position: 0 -130px;
}

.icon-result4.artific-nongreen {
  background-position: 0 -195px;
}

.icon-result4.artific-other {
  background-position: 0 -520px;
}

.icon-result4.intelligent-green {
  background-position: 0 -260px;
}

.icon-result4.intelligent-nongreen {
  background-position: 0 -390px;
}

.icon-result4.intelligent-other {
  background-position: 0 -325px;
}

.result-box4 dd .form-grid li {
  padding-bottom: 4px;
}

.result-box4 dd .form-grid .form-lab {
  display: inline-block;
  text-align: left;
}

.result-box4 dd p {
  line-height: 26px;
}

.result-box4 dd .btn-h {
  height: 22px;
  font-size: 12px;
  line-height: 22px;
}

.result-box4 dd .hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  padding: 0;
  min-height: auto;
  background: rgba(0, 0, 0, .55);
  filter: alpha(opacity=55);
}

.result-box4 dd:hover .hover {
  display: block;
}

.result-box4 dd .hover .icon-edit {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 36px;
  color: #fff;
  text-align: center;
  border: 1px solid #939393;
  background-color: rgba(255, 255, 255, .16);
  background-color: #686868\9;
}

.icon-result2.artific-nongreen,
.icon-result2.artific-nongreen .guide-bd i {
  background-position: 0 -345px;
}

.icon-result2.artific-green,
.icon-result2.artific-green .guide-bd i {
  background-position: 0 -229px;
}

.icon-result2.nongreen,
.icon-result2.nongreen .guide-bd i {
  background-position: 0 -115px;
}

.icon-result2.green,
.icon-result2.green .guide-bd i {
  background-position: 0 0px;
}

.icon-result2,
.icon-result2 .guide-bd i {
  left: 34px;
  width: 141px;
  height: 163px;
  margin-top: -86px;
  padding-top: 120px;
  background-image: url(../images/icon-result2.png);
}

.icon-result,
.icon-result2,
.icon-result2 .guide-bd i {
  position: absolute;
  top: 50%;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.icon-result2,
.icon-result2 .guide-bd i {
  left: 34px;
  width: 141px;
  height: 163px;
  margin-top: -86px;
  padding-top: 120px;
  background-image: url(../images/icon-result2.png);
}

/* guide-box */
.guide-dot {
  position: relative;
  z-index: 100;
}

.btn.guide-dot {
  cursor: default;
}

.btn.guide-dot:hover {
  background-color: #047241;
}

.guide-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.guide-dot .guide-box {
  display: block;
}

.guide-bd {
  position: relative;
  top: -8px;
  left: -6px;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 8px 8px;
  margin: 0;
  border: 1px dashed #fff;
}

.guide-box .guide-arrow {
  position: absolute;
  top: 100%;
  left: 50%;
  display: inline-block;
  width: 84px;
  height: 86px;
  margin: 12px 0 0 -42px;
  background: url(../images/guide-arrow.png) no-repeat 0 0;
}

.guide-cont {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 650px;
  margin-top: 105px;
  margin-left: -325px;
  text-align: center;
}

.guide-cont>span {
  display: block;
  padding-bottom: 16px;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}

.guide-cont .btn {
  min-width: 76px;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
  color: #212121;
  cursor: pointer;
  background: #fff;
}

/* report-style */
.pop-download .pop-cont {
  overflow: visible;
}

.report-style {
  min-width: 481px;
  margin: 0 auto;
  text-align: center;
}

.report-style li {
  display: inline-block;
  width: 130px;
  padding: 0 6px 15px;
  margin: 8px 7px 10px;
  color: #707070;
  vertical-align: top;
  cursor: pointer;
  background-color: #f8f8f8;
  border: 1px solid #f8f8f8;
}

.report-style li span {
  position: relative;
  display: inline-block;
  width: 64px;
  height: 64px;
  margin: 19px auto 0;
  line-height: 60px;
  background-color: #fff;
  background-color: transparent\9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.report-style li span:before {
  position: absolute;
  top: 0;
  left: -64px;
  display: none;
  display: block\9;
  font-family: "iconfont";
  font-size: 190px;
  color: #fff;
  content: "\e612";
}

.report-style li span i {
  position: relative;
  z-index: 2;
  font-size: 36px;
  color: #0a8145;
}

.icon-report1:before {
  content: "\e6b8";
}

.icon-report2:before {
  content: "\e6b9";
}

.icon-report3:before {
  content: "\e6ba";
}

.icon-report4:before {
  content: "\e6bb";
}

.icon-report5:before {
  content: "\e6bc";
}

.report-style li>em {
  display: block;
  padding-top: 2px;
  height: 48px;
  font-size: 14px;
  line-height: 24px;
}

.report-style li>em .icon-tip {
  margin: -1px 0 1px;
  font-size: 13px;
  color: #da9e1d;
  cursor: pointer;
}

.report-style li>em .tooltip {
  left: -16px;
  width: 145px;
  font-size: 12px;
  text-align: left;
}

.report-style li>em .tooltip p {
  line-height: 16px;
}

.report-style li>em .tooltip p.tr {
  padding-top: 10px;
}

.report-style li.disabled {
  cursor: not-allowed;
}

.report-style li.disabled span i {
  color: #8f8f8f;
}

.report-style li.active {
  color: #212121;
  background-color: #f0f8f5;
  border-color: #0a8145;
}

.financing-use {
  max-height: 100px;
  overflow: hidden;
  overflow-y: auto;
}

.file-list.two-ope span {
  max-width: 124px !important;
}

.two-ope {
  margin: 4px 0 0 -6px;
}

.assign-li {
  display: none;
}

.btn-select-org {
  position: relative;
  top: 5px;
}

.form-grid .current-org {
  padding-top: 9px;
}

.benefit-param li {
  padding: 5px 0;
}

/* roll-box */
.roll-box {
  position: relative;
  margin: 0 40px;
}

.roll-box .btn-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -17px;
}

.roll-box .btn-arrow i {
  position: absolute;
  font-size: 23px;
  line-height: 24px;
  color: #919191;
  cursor: pointer;
}

.roll-box .btn-arrow i.disabled {
  color: #d9d9d9;
  cursor: not-allowed;
}

.roll-box .btn-arrow .icon-prev2 {
  left: -38px;
}

.roll-box .btn-arrow .icon-next2 {
  right: -38px;
}

.roll-cont {
  overflow: hidden;
}

.ind-env-benefit .roll-cont {
  height: 132px;
  margin-bottom: 10px;
}

.roll-box .measure-result {
  width: 2000px;
  padding-left: 5px;
  margin: 7px 0;
}

.roll-box .measure-result dd {
  width: 132px;
  padding-right: 0;
}

.roll-box .measure-result dd+dd {
  margin-left: 16px;
}

.roll-box .measure-result dd div {
  height: 114px;
  padding-top: 18px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .05);
  -moz-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .05);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .05);
  border: 1px solid #fff;
}

.roll-box .measure-result dd.active div {
  color: #0a8145;
  border-color: #0a8145;
}

.roll-box .measure-result dd [class*="icon-measure-"] {
  height: 35px;
  background-image: url(../images/icon-measure-sm.png);
}

.roll-box .icon-measure-energy {
  background-position: 50% 0;
}

.roll-box .icon-measure-co2 {
  background-position: 50% -35px;
}

.roll-box .icon-measure-cod {
  background-position: 50% -70px;
}

.roll-box .icon-measure-nh {
  background-position: 50% -105px;
}

.roll-box .icon-measure-so2 {
  background-position: 50% -140px;
}

.roll-box .icon-measure-nox {
  background-position: 50% -175px;
}

.roll-box .icon-measure-h2o {
  background-position: 50% -210px;
}

.roll-box .icon-measure-fpm {
  background-position: 50% -245px;
}

.roll-box .icon-measure-tvoc {
  background-position: 50% -280px;
}

.roll-box .icon-measure-tan {
  background-position: 50% -315px;
}

.roll-box .icon-measure-tp {
  background-position: 50% -350px;
}


/* bank-block */
.bank-block {
  width: 100%;
  padding-top: 2px;
}

.bank-block li {
  width: 33.33%;
  padding: 0 10px;
  float: left;
}

.bank-block li .inner {
  padding-top: 14px;
  width: 100%;
  background-color: #fff;
  height: 180px;
  text-align: center;
  -webkit-box-shadow: 0px 5px 14px 0px rgba(193, 196, 198, 0.48);
  -moz-box-shadow: 0px 5px 14px 0px rgba(193, 196, 198, 0.48);
  box-shadow: 0px 5px 14px 0px rgba(193, 196, 198, 0.48);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.bank-block li .inner h1 {
  font-size: 18px;
  line-height: 32px;
  height: 32px;
}

.bank-block li .bank-nodata {
  width: 100%;
}

.bank-block li .bank-nodata i {
  display: block;
  width: 160px;
  height: 90px;
  background: url(../images/bank-nodata.png) center no-repeat;
  margin: 0 auto;
}

.bank-block li .bank-nodata p {
  text-align: center;
  font-size: 16px;
  color: #212121;
  line-height: 26px;
}

.bank-block li .inner span {
  margin-top: 22px;
  display: inline-block;
  position: relative;
  line-height: 32px;
  height: 32px;
  font-size: 16px;
}

.bank-block li .inner span em {
  font-size: 36px;
  padding-right: 10px;
}

.bank-block li .inner strong {
  display: inline-block;
  position: absolute;
  width: 100px;
  font-size: 16px;
  color: #212121;
  top: 8px;
  right: -100px;
  text-align: left;
  font-weight: normal;
  padding-left: 6px;
}

.bank-block li .inner a {
  display: block;
  width: 120px;
  height: 34px;
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  margin: 22px auto 0;
}

.bank-data {
  width: 100%;
  padding-top: 20px;
}

.bank-data .bank-data-box {
  width: 50%;
  padding: 0 10px;
}

.bank-data .bank-data-box dl {
  padding: 6px 20px 0;
  width: 100%;
  background-color: #fff;
  height: 508px;
  -webkit-box-shadow: 0px 5px 14px 0px rgba(193, 196, 198, 0.48);
  -moz-box-shadow: 0px 5px 14px 0px rgba(193, 196, 198, 0.48);
  box-shadow: 0px 5px 14px 0px rgba(193, 196, 198, 0.48);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.bank-data .bank-data-box dl dt {
  line-height: 42px;
  font-size: 16px;
}

.bank-data .bank-data-box dl dt a {
  font-size: 14px;
  color: #212121;
}

.bank-data .bank-data-box dl dt a:hover {
  color: #0a8145;
}

.bank-data .bank-data-line {
  width: 100%;
  margin-bottom: 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.bank-data .bank-data-line.bg01 {
  background-color: #fff;
}

.bank-data .bank-data-line.bg02 {
  background-color: #f6fbf8;
}

.bank-data .bank-data-item {
  height: 98px;
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  width: 33.33%;
  float: left;

}

.bank-data .bank-data-item .inner {
  display: block;
  display: table-cell;
  width: 100%;
  height: 98px;
  /* padding-top: 22px; */
  padding: 6px 10px 0;
  text-align: center;
  vertical-align: middle;
}

.bank-data .bank-data-item .inner h1 {
  font-size: 12px;
  line-height: 26px;
  color: #0a8145;
}

.bank-data .bank-data-item .inner h1.fs18 {
  max-height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.bank-data .bank-data-item .inner h1 em {
  font-size: 24px;
  padding-right: 8px;
  font-family: "DIN-Medium" !important;
}

.bank-data .bank-data-item .inner p {
  font-size: 14px;
  line-height: 32px;
  color: #212121;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.bank-data .bank-data-line.bg02 h1 {
  color: #0a8145;
}

.data-btn {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 188px;
  height: 110px;
  background: #fff url(../images/data-btn-img.png) center no-repeat;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* policy-analysis */
.policy-title {
  line-height: 54px;
  height: 54px;
  font-size: 18px;
  color: #212121;
}

.policy-title2 {
  line-height: 40px;
  height: 40px;
  font-size: 18px;
  color: #212121;
}

.policy-title-down {
  display: inline-block;
  max-width: 510px;
  font-size: 18px;
  color: #0a8145;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 40px;
}

.policy-analysis {
  padding: 20px 40px 1px;
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .3);
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .3);
}

.policy-analysis-title {
  padding: 15px 0;
  font-size: 24px;
  color: #212121;
  line-height: 30px;
  text-align: center;
}
.policy-analysis-title span{
  vertical-align: top;
  display: inline-block;
  padding-right: 14px;
  padding-left: 14px;
  font-size: 14px;
  color: #0a8145;
  background-color: #fff;
  border: 1px solid #0a8145;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  margin-left: 10px;
  line-height: 28px;
}

.policy-analysis-time {
  font-size: 16px;
  color: #707070;
  line-height: 42px;
  text-align: center;
  margin-bottom: 20px;
}

.policy-analysis-time span {
  margin: 0 20px;
}

.policy-analysis-item {
  position: relative;
  width: 100%;
  min-height: 48px;
  padding-top: 48px;
  margin-bottom: 36px;
  z-index: 1;
}

.policy-analysis-item dt {
  display: block;
  width: 112px;
  height: 36px;
  position: absolute;
  top: 0;
  left: -51px;
  z-index: 3;
  background-color: #0a8145;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.policy-analysis-item dt:before {
  display: block;
  content: '';
  width: 11px;
  height: 11px;
  position: absolute;
  bottom: -8px;
  left: 0;
  background: url(../images/icon.png) -82px -75px no-repeat;
  overflow: hidden;
}

.policy-analysis-item dd {
  width: 100%;
}

.policy-analysis-item dd p {
  line-height: 30px;
  font-size: 16px;
  color: #212121;
}

.policy-analysis-con {
  font-size: 16px;
  line-height: 26px;
  color: #212121;
  padding-bottom: 30px;
}

.policy-analysis-login {
  width: 100%;
  position: relative;
  z-index: 1;
}

.policy-analysis-login-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  padding-top: 68px;
  text-align: center;
}

.policy-analysis-login-box i {
  display: block;
  width: 94px;
  height: 105px;
  overflow: hidden;
  margin: 0 auto;
  background: url(../images/icon.png) 0 -1495px no-repeat;
}

.policy-analysis-login-box p {
  font-size: 24px;
  line-height: 62px;
  margin-bottom: 20px;
  height: 62px;
}
.policy-guide{
  border: 1px solid #0a8145;
  color: #0a8145;
  border-radius: 13px;
  display: inline-block;
  padding-right: 14px;
  padding-left: 14px;
}
.policy-guide:hover{
  background:#0a8145 ;
  color: white;
}
.filter {
  filter: blur(5px);
  filter: progid:DXImageTransform.Microsoft.Blur(Pixel Radius=5，MakeShadow=false);
}

.filter:after {
  content: '';
  top: 0;
  left: -40px;
  display: block;
  width: 1200px;
  height: 100%;
  position: absolute;
  z-index: 9;
  background: url(../images/policy-analysis-login-box.png) repeat;
}

.identifi-box {
  padding: 2px 20px 20px;
}

.identifi-box p.sub-title {
  line-height: 24px;
  padding: 11px 0;
}

.registered-con p {
  text-indent: 28px;
  color: #444;
  padding-bottom: 16px;
}
.registered-con p em{
  font-weight: 600;
  color: #212121;
}
.registered-con h1{
  padding-bottom: 16px;
}


.law-firm-information {
  padding-left: 260px;
  position: relative;
  width: 1200px;
  background-color: #fff;
  height: 260px;
  margin: 40px auto 40px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 6px 27px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 6px 27px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 6px 27px 0px rgba(0, 0, 0, 0.08);
}

.law-firm-information,
.law-firm-information * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.law-firm-information .law-firm-img {
  width: 260px;
  height: 260px;
  padding: 30px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 200px;
  text-align: center;
  overflow: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.law-firm-information .law-firm-img img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.law-firm-information .law-firm-con {
  width: 100%;
  height: 260px;
  background: url(../images/law-firm-con.png) left center no-repeat;
  padding-left: 8px;
}

.law-firm-information .law-firm-con h1 {
  font-size: 30px;
  height: 120px;
  color: #212121;
  line-height: 120px;
  padding-left: 60px;
}

.law-firm-con ul {
  padding-left: 60px;
  width: 390px;
  float: left;
}

.law-firm-con ul li {
  width: 100%;
  padding: 11px 0;
  line-height: 24px;
  color: #333;
  font-size: 14px;
}

.law-firm-con ul li i {
  color: #333;
  margin-right: 30px;
}

.law-firm-con ul.lfet-border {
  position: relative;
  width: 500px;
}

.law-firm-con ul.lfet-border:before {
  display: block;
  width: 1px;
  height: 66px;
  background-color: #e6e6e6;
  position: absolute;
  left: 0;
  top: 14px;
  content: '';
}

.institutional-profile {
  width: 1200px;
  margin: 0 auto 120px;
  padding: 0 94px 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fff url(../images/institutional-profile.png) bottom center no-repeat;
  background-size: 100% 100%;
  -webkit-box-shadow: 0px 6px 27px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 6px 27px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 6px 27px 0px rgba(0, 0, 0, 0.08);
}



.institutional-profile-title {
  height: 158px;
  text-align: center;
  padding-top: 54px;
  background: url(../images/institutional-profile-title.png) center 10px no-repeat;
}

.institutional-profile-title h1 {
  line-height: 34px;
  font-size: 24px;
  color: #0a8145;
}

.institutional-profile-title p {
  font-size: 16px;
  line-height: 26px;
  color: #707070;
}

.institutional-profile-con {
  width: 100%;
  line-height: 28px;
  color: #707070;
  font-size: 14px;
}

.institutional-profile-con img {
  max-width: 100% !important;
}


.form-menu i {
  display: block;
  width: 70px;
  height: 70px;
  float: left;
  margin: 0 8px 8px 0;
  border: 2px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.form-menu i.active {
  border: 2px solid #0a8145;
}

.form-color i {
  display: block;
  width: 20px;
  height: 20px;
  float: left;
  margin: 0 8px 8px 0;
  border: 2px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.form-color i.active {
  border: 2px solid #0a8145;
}

.hot-bank{
  width: 100%;
  height: 220px;
  padding: 20px 0 0 20px;
  position: relative;
}
.hot-bank-all{
  width: 160px;
  height: 184px;
  -webkit-box-shadow: 3.878px 6.997px 28px 0px rgba(1, 19, 66, 0.3);
  -moz-box-shadow: 3.878px 6.997px 28px 0px rgba(1, 19, 66, 0.3);
  box-shadow: 3.878px 6.997px 28px 0px rgba(1, 19, 66, 0.3);
  background: #0a8145 url(../images/hot-bank-all.png) center no-repeat;
  background-size: 100% 100%;
  padding-top: 136px;
  position: absolute;
  top: 0;
  left: 0;
}
.hot-bank-all a{
  margin: 0 auto;
  display: block;
  width: 110px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  color: #0a8145;
  background-color: #fff;
}

.hot-bank ul{
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.14);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff url(../images/product-info.png) bottom center no-repeat;
  padding: 26px 20px 0 170px;
}

.hot-bank ul li{
  display: block;
  height: 150px;
  width: 33.33%;
  float: left;
  padding: 0 10px;
}


.hot-bank ul li .inner{
  display: block;
  width: 100%;
  height: 150px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  padding-top: 8px;
  padding-left: 28px;
}

.hot-bank ul li .inner .bank-title{
  font-size: 18px;
  line-height: 46px;
  height: 46px;
  padding-right: 120px;
  position: relative;
  margin-bottom: 14px;
}
.hot-bank ul li .inner .bank-title em{
  display: block;
  height: 46px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #212121;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  -moz-transition: all ease 1s;
  -o-transition: all ease 1s;
}
.hot-bank ul li .inner .bank-title img{
  max-height: 46px;
  line-height: 46px;
  max-width: 120px;
  position: absolute;
  top: 0;
  right: 0;
}

.hot-bank ul li .inner .hot-bank-data{
  width: 50%;
  float: left;
}
.hot-bank ul li .inner .hot-bank-data h3{
  line-height: 35px;
  font-size: 30px;
  color: #e23829;
}
:root .hot-bank ul li .inner .hot-bank-data h3{
  /* background-image: linear-gradient(180deg, #f16a2c, #e23829);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent; */
  color: #e23829;
}
.hot-bank ul li .inner .hot-bank-data h3 em{
  font-size: 18px;
  margin-left: 4px;
}
.hot-bank ul li .inner .hot-bank-data p{
  line-height: 36px;
  font-size: 12px;
  color: #707070;
}

.download-pop li{
  cursor: pointer;
  width: 100%;
  height: 88px;
  background-color: #f4faf7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 20px auto 30px;
  padding: 17px 20px;
}

.download-pop li .download-img{
  width: 54px;
  height: 54px;
  -webkit-box-shadow: 0px 2px 12px 0px rgba(147, 109, 17, 0.1);
  -moz-box-shadow: 0px 2px 12px 0px rgba(147, 109, 17, 0.1);
  box-shadow: 0px 2px 12px 0px rgba(147, 109, 17, 0.1);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
  float: left;
  border: 1px solid #e5e5e5\9;
}
.download-pop li .download-img img{
  display: block;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.download-pop li .download-con{
  width: 400px;
  padding: 0 0 0 18px;
  float: left;
}
.download-pop li .download-con h3{
  font-size: 18px;
  color: #212121;
  line-height: 28px;
}
.download-pop li .download-con h3 em{
  font-size: 14px;
  color: #999;
}
.download-pop li .download-con p{
  font-size: 16px;
  color: #707070;
  line-height: 26px;
}

.download-pop li .download-radio{
  float: right;
  width: 34px;
  padding-top: 15px;
}
.download-pop li .download-radio i{
  display: block;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  color: #a1a1a1;
  font-size: 22px;
}
.download-pop li .download-radio i:before {
  content: "\e606";
  color: #0a8145;
}
.download-pop li.active .download-radio i:before {
  content: "\e68d";
  color: #0a8145;
}
.download-pop li.disabled{
  background-color: #f2f2f2;
}
.download-pop li.disabled .download-radio i:before{
  color: #999;
}
.download-pop li.active{
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 32px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 6px 32px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 6px 32px 0px rgba(0, 0, 0, 0.08);
  border: 1px solid #e5e5e5\9;
}

.notice-title{
  font-size: 16px;
  line-height: 36px;
  color: #0a8145;
}
.notice-con{
  font-size: 14px;
  line-height: 18px;
  color: #707070;
  padding-bottom: 28px;
}
.notice-con h3{
  font-size: 14px;
  color: #212121;
  line-height: 24px;
  padding: 8px 0 10px;
}
.notice-con img{
  max-width: 100%;
}

.faq-box{
  margin: 30px 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
  padding: 40px 40px 90px;
  background: #fff url(../images/faq-bg.png) center bottom no-repeat;
  background-size: 100% auto;
  border: 1px solid #e5e5e5\9;
}

.faq-box dl{
  margin-bottom: 20px;
}
.faq-box dl dt{
  padding: 0 20px 0 74px;
  height: 48px;
  line-height: 48px;
  background-color: #f0faf5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
}
.faq-box dl dt em{
  display: inline-block;
  max-width: 880px;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #212121;
}

.faq-box dl dt i.q{
  display: block;
  width: 36px;
  height: 22px;
  background-color: #0a8145;
  -webkit-border-radius: 8px 8px 0 8px;
  -moz-border-radius: 8px 8px 0 8px;
  border-radius: 8px 8px 0 8px;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  text-align: center;
  line-height: 20px;
  font-size: 15px;
  left: 20px;
  color: #fff;
}

.faq-box dl dt span{
  display: block;
  text-align: right;
  line-height: 46px;
  width: 62px;
  height: 46px;
  position: absolute;
  top: 0;
  right: 18px;
  font-size: 14px;
  cursor: pointer;
  color: #212121;
}

.faq-box dl dd{
  display: none;
  padding: 18px 20px 20px 74px;
  position: relative;
  border: 1px solid #e5e5e5;
  background: #fbfbfb;
  position: relative;
  min-height: 38px;
  border-top: none;
}
.faq-box dl dd i.answer{
  display: block;
  width: 36px;
  height: 22px;
  background-color: #d9d9d9;
  -webkit-border-radius: 8px 8px 8px 0;
  -moz-border-radius: 8px 8px 8px 0;
  border-radius: 8px 8px 8px 0;
  position: absolute;
  top: 26px;
  text-align: center;
  line-height: 20px;
  font-size: 15px;
  left: 20px;
  color: #707070;
}
.faq-box dl dd p{
  font-size: 16px;
  line-height: 38px;
  color: #707070;
}
.faq-box dl dt.active{
  background-color: #0a8145;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.faq-box dl dt.active em{
  color: #fff;
}
.faq-box dl dt.active i.q{
  color: #0a8145;
  background-color: #fff;
}
.faq-box dl dt.active span{
  color: #fff;
}
.answer-text img{
  max-width: 100%;
}

#fullPage .section{
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  line-height: 40px;

}
#fullPage .section .fp-tableCell{
  padding-top: 128px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.right{
  right: 0;
}
.page-bg01{
  background: url(../images/zone/bg-01.jpg) center no-repeat;
  background-size: cover;
}
.page-bg02{
  background: url(../images/area-bg02.png) center no-repeat;
  background-size: cover;
}
.page-bg03{
  background: url(../images/area-bg03.png) center no-repeat;
  background-size: cover;
}
.page-bg04{
  background: url(../images/zone/bg-07.jpg) center no-repeat;
  background-size: cover;
}
.page-bg05{
  background: url(../images/zone/bg-02.jpg) center no-repeat;
  background-size: cover;
}
.page-bg06{
  background: url(../images/zone/bg-03.jpg) center no-repeat;
  background-size: cover;
}
.page-bg07{
  background: url(../images/zone/bg-04.jpg) center no-repeat;
  background-size: cover;
}
.page-bg08{
  background: url(../images/zone/bg-05.jpg) center no-repeat;
  background-size: cover;
}
.page-bg09{
  background: url(../images/zone/bg-06.jpg) center no-repeat;
  background-size: cover;
}
#fullPage .page-bg04 .fp-tableCell{
  padding-bottom: 80px !important;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span{
  height: 12px !important;
  width: 12px !important;
  background: #87dcad !important;
  margin: -6px 0 0 -6px !important;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(135, 220, 173, 0.5);
  -moz-box-shadow: 0px 1px 10px 0px rgba(135, 220, 173, 0.5);
  box-shadow: 0px 1px 10px 0px rgba(135, 220, 173, 0.5);
}
#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
  height: 12px !important;
  width: 12px !important;
  margin: -6px 0 0 -6px !important;
}
#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
  height: 16px !important;
  width: 16px !important;
  margin: -8px 0 0 -8px !important;
  background: #fff !important;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0px 1px 10px 0px rgba(255, 255, 255, 0.5);
  box-shadow: 0px 1px 10px 0px rgba(255, 255, 255, 0.5);
}
#fp-nav ul li, .fp-slidesNav ul li {
  display: block !important;
  width: 22px !important;
  height: 22px !important;
  margin: 7px !important;
  position: relative !important;
  z-index: 9 !important;
}
#fp-nav ul{
  position: relative !important;
  z-index: 1 !important;
}
#fp-nav ul:after{
  position: absolute !important;
  width: 2px !important;
  height: 175px !important;
  background-color: #6dc093 !important;
  top: 10px !important;
  left: 50% !important;
  margin-left: -1px !important;
  z-index: 2 !important;
  content: '' !important;
}

.fp-nav01 #fp-nav ul:after{
  background-color: #c3e8d4 !important;
}
.fp-nav01 #fp-nav ul li a span, .fp-nav01 .fp-slidesNav ul li a span{
  background: #93d6b1 !important;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(147, 214, 177, 0.5);
  -moz-box-shadow: 0px 1px 10px 0px rgba(147, 214, 177, 0.5);
  box-shadow: 0px 1px 10px 0px rgba(147, 214, 177, 0.5);
}
.fp-nav01 #fp-nav ul li a.active span,.fp-nav01 #fp-nav ul li:hover a.active span,.fp-nav01 .fp-slidesNav ul li a.active span,.fp-nav01 .fp-slidesNav ul li:hover a.active span {
  background: #06ab58 !important;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(6, 171, 88, 0.5);
  -moz-box-shadow: 0px 1px 10px 0px rgba(6, 171, 88, 0.5);
  box-shadow: 0px 1px 10px 0px rgba(6, 171, 88, 0.5);
}

.fp-nav02 #fp-nav ul:after{
  background-color: #89a6a2 !important;
}
.fp-nav02 #fp-nav ul li a span, .fp-nav02 .fp-slidesNav ul li a span{
  background: #89a6a2 !important;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(137, 166, 162, 0.5);
  -moz-box-shadow: 0px 1px 10px 0px rgba(137, 166, 162, 0.5);
  box-shadow: 0px 1px 10px 0px rgba(137, 166, 162, 0.5);
}
.fp-nav02 #fp-nav ul li a.active span,.fp-nav02 #fp-nav ul li:hover a.active span,.fp-nav02 .fp-slidesNav ul li a.active span,.fp-nav02 .fp-slidesNav ul li:hover a.active span {
  background: #fff !important;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0px 1px 10px 0px rgba(255, 255, 255, 0.5);
  box-shadow: 0px 1px 10px 0px rgba(255, 255, 255, 0.5);
}
/* 第一屏 1920*1080 开始*/
.svg-box{
  width: 716px;
  height: 600px;
  position: absolute;
  right: 10px;
  top: 50%;
  display: block;
  margin-top: -300px;
}

.section01{
  position: relative;
}
.section01 h1{
  color: #fff;
  font-size: 40px;
  line-height: 52px;
  font-weight: lighter;
  margin-bottom: 48px;
  position: relative;
  max-width: 490px;
}
.section01 h1:after{
  display: block;
  content: '';
  height: 1px;
  width: 240px;
  bottom: -30px;
  left: 0;
  background-color: #fff;
  position: absolute;
}
.section01 p{
  max-width: 480px;
  font-size: 18px;
  color: #fff;
  line-height: 24px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
/* 第一屏 1920*1080 结束 */
/* 第二屏 1920*1080 开始*/
.section02 h1{
  font-size: 40px;
  color: #212121;
  line-height: 74px;
  margin-bottom: 18px;
}
.section02 h2{
  text-align: right;
  font-size: 32px;
  color: #0a8145;
  line-height: 76px;
  margin-top: 64px;
  /* background: url(../images/section02-h2.png) bottom right no-repeat; */
}
.section02 p{
  font-size: 16px;
  color: #707070;
  line-height: 24px;
  max-width: 946px;
  margin: 0 auto;
}
.section02-box{
  width: 1200px;
  padding-top: 40px;
}
.section02 .box{
  text-align: left;
  width: 560px;
  height: 300px;
  position: relative;
  z-index: 3;
  padding-top: 36px;
  padding-left: 48px;
}
.section02-right{
  padding-top: 120px;
}
.section02-box .box-bg01,
.section02-box .box-bg02{
  position: relative;
  z-index: 1;
}
.section02-box .box-bg01:before,
.section02-box .box-bg02:before{
  position: absolute;
  content: '';
  bottom: -30px;
  z-index: 2;
  display: block;
  width: 610px;
  height: 330px;
}
.section02-box .box-bg01:before{
  left: -15px;
  background: url(../images/section02-box01.png) center no-repeat;
}
.section02-box .box-bg02:before{
  left: -62px;
  background: url(../images/section02-box02.png) center no-repeat;
}
.section02-title{
  font-size: 20px;
  color: #212121;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 64px;
  line-height: 64px;
}
.section02-con{
  width: 340px;
  font-size: 16px;
  color: #707070;
  line-height: 24px;
  height: 168px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.section02 .box i.no{
  /* display: block; */
  display: none;
  width: 70px;
  height: 82px;
  line-height: 82px;
  color: #f2f2f2;
  font-size: 60px;
  font-weight: bold;
}
.box-i01-bg01,
.box-i01-bg02,
.box-i02-bg01,
.box-i02-bg02{
  display: block;
  width: 240px;
  height: 200px;
  position: absolute;
  bottom: -7px;
  right: -26px;
}

.box-i01-bg01{
  background: url(../images/box-i01-bg01.png) center no-repeat;
}
.box-i01-bg02{
  background: url(../images/box-i01-bg02.png) center no-repeat;
  animation: move 2s infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}
.box-i02-bg01{
  background: url(../images/box-i02-bg01.png) center no-repeat;
}
.box-i02-bg02{
  background: url(../images/box-i02-bg02.png) center no-repeat;
  animation: move2 2s infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}
@keyframes move {
  0% {
    transform: translateY(0px);
  }

  25% {
    transform: translateY(5px);
  }

  50% {
    transform: translateY(10px);
  }

  75% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(0px);
  }
}
@keyframes move2 {
  0% {
    transform: translateY(0px);
    transform: translateX(0px);
  }

  25% {
    transform: translateY(5px);
    transform: translateX(5px);
  }

  50% {
    transform: translateY(10px);
    transform: translateX(10px);
  }

  75% {
    transform: translateY(5px);
    transform: translateX(5px);
  }

  100% {
    transform: translateY(0px);
    transform: translateX(0px);
  }
}
/* 第二屏 1920*1080 结束 */

/* 第三屏 1920*1080 开始*/
.section03 h1{
  font-size: 40px;
  color: #fff;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 24px;
}
.section03 p{
  font-size: 16px;
  color: #949aa4;
  line-height: 20px;
  text-align: center;
  width: 980px;
  margin: 0 auto 8px;
}
.section03 .section03-box{
  width: 560px;
  height: 482px;
  background: url(../images/section03-bg.png) center no-repeat;
  background-size: 100% 100%;
}
.section03-box h3{
  font-size: 24px;
  color: #fff;
  height: 64px;
  line-height: 64px;
  padding-left: 40px;
}
.section03-box .section03-box-con{
  text-align: left;
  width: 100%;
  padding: 0 40px;
  height: 234px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 26px;
  font-size: 16px;
  color: #7f868f;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
}
.section03-box .ul01{
  width: 100%;
  padding: 20px 55px 0;
}
.section03-box .ul01 li{
  width: 33.33%;
  padding: 0 10px;
  float: left;
  height: 130px;
}
.section03-box .ul01 li .inner{
  padding-top: 10px;
  width: 100%;
  height: 100%;
  color: #fff;
  border: 1px solid #9facb7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.section03-box .ul01 li .inner i{
  display: block;
  width: 70px;
  height: 70px;
  text-align: center;
  margin: 0 auto;
  line-height: 70px;
  font-size: 50px;
}
.section03-box .ul01 li .inner span{
  line-height: 36px;
  text-align: center;
  font-size: 18px;
}
.section03-box .ul01 li .inner:hover{
  border-color: #33cb7f;
  color: #33cb7f;
  background: url(../images/section03-box-list.png) repeat;
}

.section03-box .task{
  padding: 7px 20px 0;
}
.section03-box .task li{
  width: 50%;
  float: left;
  height: 60px;
  display: table;
  padding: 0 10px;
  margin-bottom: 20px;
}
.section03-box .task li .inner{
  padding: 0 14px;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  border: 1px solid #9facb7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
}
.section03-box .task li .inner:hover{
  border-color: #33cb7f;
  color: #33cb7f;
  background: url(../images/section03-box-list.png) repeat;
}
.media-660{
  display: none;
}
/* 第三屏 1920*1080 结束 */

/* 第四屏 1920*1080 开始*/
.section04 {
  margin-bottom: 90px;
}
.section04 h1{
  font-size: 40px;
  color: #FFFFFF;
  line-height: 60px;
  text-align: center;
  height: 60px;
  margin-bottom: 30px;
}
.section04 p.section04-con{
  text-align: center;
  max-width: 1020px;
  margin: 0 auto;
  line-height: 24px;
  letter-spacing: 2px;
  color: #FFFFFF;
  font-size: 16px;
}
.section04-box{
  padding-top: 70px;
}
.section04-box .box{
  padding: 30px 56px 0;
  width: 520px;
  height: 490px;
  position: relative;
  z-index: 3;
  text-align: left;
}

.section04-box-bg{
  position: relative;
  z-index: 1;
}
.section04-box-bg:after{
  display: block;
  height: 18px;
  width: 490px;
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -245px;
  bottom: -18px;
  background: url(../images/section04-box-bg.png) center no-repeat;
  background-size: 100% 100%;
}
.section04-box .box.bg01{
  background: #ffffff url(../images/section04-box-bg01.png) center no-repeat;
  background-size: 100% 100%;
}
.section04-box .box.bg02{
  background: #ffffff url(../images/section04-box-bg02.png) center no-repeat;
  background-size: 100% 100%;
}
.section04-box .box img{
  display: block;
  width: 166px;
  height: 140px;
  margin: 0 auto;
}
.section04-box .box span{
  height: 64px;
  line-height: 64px;
  text-align: center;
  display: block;
  margin-bottom: 22px;
  color: #0a8145;
  font-size: 24px;
}
.section04-box .box span.c-bule{
  color: #0e56cc !important;
}
.section04-box .box p{
  line-height: 24px;
  font-size: 16px;
  color: #212121;
  margin-bottom: 20px;
}
.section04-box .box p em{
  color: #707070;
}
.fullPage-wow{
  visibility: hidden;
}

.section04-box .box:hover{
  -webkit-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.4);
}
.section .box{
  border: 1px solid #e5e5e5\9;
}
/* 第四屏 1920*1080 结束 */

.section .en-title {
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 7px;
  opacity: 0.6;
}
/* 第五屏 1920*1080 开始 */
.section05 h1 {
  color: #ffffff;
  font-size: 56px;
  letter-spacing: 4px;
  margin-bottom: 20px;
}
.section05 .title-desc {
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 2px;
  margin: 50px 0 30px;
}
.section05 .title-border {
  width: 240px;
  height: 1px;
  background-color: #ffffff;
  margin: 0 auto;
}
.section05-center {
  margin: 110px 0 90px;
}
.section05-c-l, .section05-c-r {
  position: relative;
  text-align: justify;
  border-radius: 4px;
  height: 190px;
  background-color: #ffffff;
  border-radius: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}
.section05-c-l { width: 480px; padding: 40px 250px 40px 30px; line-height: 28px; }
.section05-c-r { width: 680px; padding: 30px 250px 30px 30px; line-height: 26px; }
.section05-c-l img, .section05-c-r img {
  position: absolute;
  top: -20px;
  right: 24px;
}
.section05-bottom * {
  display: inline-block;
}
.section05-bottom div {
  width: 175px;
  padding: 30px;
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  background: url(../images/section05-bottom-bg.png) center no-repeat;
  background-size: cover;
}
.section05-bottom img {
  margin: 0 40px 20px;
}
/* 第五屏 1920*1080 结束 */

/* 第六屏 1920*1080 开始 */
.section06 h1 {
  color: #ffffff;
  font-size: 42px;
  line-height: 60px;
  letter-spacing: 6px;
}
.section06 .en-title {
  margin-top: 15px;
  line-height: 24px;
  letter-spacing: 2px;
}
.section06-center {
  position: relative;
  margin: 90px auto;
  width: 1120px;
  height: 296px;
}
.section06-center div {
  position: absolute;
  width: 360px;
  height: 100px;
}
.section06-center h2 {
  padding-top: 28px;
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
  color: #0a8145;
}
.section06-center-01 { top: 0; left: 0; }
.section06-center-02 { top: 0; right: 0; }
.section06-center-03 { bottom: 35px; left: 0; }
.section06-center-04 { bottom: 35px; right: 0; }
.section06-bottom {
  position: relative;
  width: 100%;
  height: 120px;
  padding: 0 50px;
  background: url(../images/section06-bottom-bg.png) center no-repeat;
  background-size: cover;
}
.section06-bottom img {
  position: absolute;
  top: -40px;
  right: 10px;
}
.section06-bottom .desc, .section06-bottom .title{
  float: left;
  color: #000000;
  font-weight: bold;
}
.section06-bottom .title {
  width: 390px;
  padding-right: 50px;
  height: 100%;
  line-height: 120px;
  font-size: 22px;
}
.section06-bottom .desc {
  padding: 30px 0;
  width: 540px;
  height: 100%;
  text-align: left;
  font-size: 16px;
  line-height: 30px;
}
/* 第六屏 1920*1080 结束 */

/* 第七屏 1920*1080 结束 */
.section07 h1 {
  color: #ffffff;
  font-size: 42px;
  letter-spacing: 4px;
  margin-bottom: 10px;
}
.section07 .en-title {
  color: #ffffff;
  letter-spacing: 3px;
}
.section07 .title-desc {
  line-height: 32px;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 50px 0 40px;
}
.section07 .title-border {
  width: 240px;
  height: 1px;
  background-color: #92a7b6;
  margin: 0 auto;
}
.section07-center {
  position: relative;
  margin-top: 60px;
}
.section07-center img {
  width: 983px;
  height: 510px;
  position: absolute;
  top: -55px;
  left: 160px;
  z-index: -1;
}
.section07-center-box {
  margin: 0 auto;
  padding: 40px 70px;
  width: 875px;
  height: 455px;
  text-align: left;
}
.section07-center-box .title {
  font-size: 32px;
  font-weight: bold;
  color: #0a8145;
}
.section07-center-box .title span {
  font-weight: 400;
  font-size: 12px;
  color: #707070;
  margin-left: 10px;
}
.section07-center-box ul {
  margin-top: 15px;
}
.section07-center-box li {
  position: relative;
  padding-left: 40px;
  font-size: 16px;
  font-weight: bold;
  line-height: 36px;
}
.section07-center-box li:before {
  position: absolute;
  display: block;
  content: '';
  width: 46px;
  height: 46px;
  top: -5px;
  left: -15px;
  background: url(../images/section07-icon.png) no-repeat;
  overflow: hidden;
}
/* 第七屏 1920*1080 结束 */

/* 第八屏 1920*1080 结束 */
.section08 h1 {
  color: #ffffff;
  font-size: 42px;
  line-height: 50px;
  letter-spacing: 6px;
  margin-bottom: 20px;
}
.section08 .en-title {
  line-height: 30px;
  letter-spacing: 4px;
}
.section08-center {
  width: 1000px;
  margin: 0 auto;
}
.section08-center-item {
  position: relative;
  margin-bottom: 30px;
  width: 1000px;
  height: 188px;
  padding: 0 280px 0 40px;
  text-align: left;
  background: url(../images/section08-item.png) center no-repeat;
  background-size: cover;
}
.section08-center-item:first-child {
  margin-top: 60px;
}
.section08-center-item:last-child {
  margin-bottom: 0;
}
.section08-center-item h2 {
  padding-top: 30px;
  line-height: 32px;
  font-size: 32px;
  font-weight: bold;
  color: #0a8145;
}
.section08-center-item h2 span {
  font-weight: 400;
  font-size: 12px;
  color: #707070;
  margin-left: 15px;
}
.section08-center-item p {
  height: 112px;
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
  display: table-cell;
  vertical-align: middle;
}
.section08-center-item:last-child p {
  font-size: 14px;
  line-height: 28px;
}
.section08-center-item img {
  position: absolute;
  top: -10px;
  right: 40px;
}
/* 第八屏 1920*1080 结束 */
/* 第九屏 1920*1080 结束 */
.section09 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
/* .section09-top {
  padding-top: 60px;
} */
.section09 h1 {
  color: #FFFFFF;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 4px;
  margin-top: 40px;
  margin-bottom: 10px;
}
.section09 .en-title {
  color: #FFFFFF;
  line-height: 30px;
  letter-spacing: 2px;
}
.section09-center {
  position: relative;
  height: 660px;
}
.section09-axle {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 4px;
  background-color: #8bbbae;
}
.section09-prev, .section09-next {
  position: absolute;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #06ab58;
  opacity: 0.6;
  cursor: pointer;
}
.section09-prev {
  left: 20%;
}
.section09-next {
  right: 20%;
}
.section09-prev:hover, .section09-next:hover {
  opacity: 1;
}
.section09-prev .iconfont, .section09-next .iconfont {
  font-size: 26px;
}
.owl-carousel, .owl-wrapper-outer, .owl-wrapper, .owl-item, .y-timeline {
  height: 100%;
}
.y-timeline {
  position: relative;
}
.y-timeline-content {
  position: relative;
  width: 360px;
  margin: 0 15px;
  padding: 15px;
  position: absolute;
  background-color: #ffffff;
  border-radius: 4px;
}
.y-timeline-top {
  bottom: 50%;
  margin-bottom: 40px;
}
.y-timeline-bottom {
  margin-top: 45px;
  top: 50%;
}
.y-timeline-content:before {
  position: absolute;
  display: block;
  content: '';
  width: 15px;
  height: 58px;
  left: 30px;
  overflow: hidden;
}
.y-timeline-top::before{
  background: url(../images/zone/section09-timeline.png) no-repeat;
  bottom: -50px;
}
.y-timeline-bottom::before{
  background: url(../images/zone/section09-timeline-bottom.png) no-repeat;
  top: -50px;
}
.y-timeline-time {
  position: absolute;
  left: 65px;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: bold;
}
.y-timeline-top .y-timeline-time{
  bottom: -45px;
}
.y-timeline-bottom .y-timeline-time{
  top: -40px;
}
.y-timeline-time .iconfont {
  color: #FFFFFF;
  margin-right: 10px;
  font-weight: 400;
  font-size: 20px;
  padding-bottom: 5px;
}
.y-timeline-img {
  width: 100%;
  height: 100px;
}
.y-timeline-img img {
  margin: 0 auto;
  width: auto;
  height: 100%;
  border: 1px solid #e5ecee;
  border-radius: 4px;
}
.y-timeline-detail {
  margin-top: 10px;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  line-height: 20px;
  text-indent: 2em;
}

#fullPage .section .w1200  {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 128px)!important;
  overflow: hidden;
}
#fullPage .section .w1200 > div {
  width: 100%;
}
#fullPage .page-bg09 .w1200 {
  width: 100%!important;
}
/* 第九屏 1920*1080 结束 */
@media (max-height: 1000px) and (min-height: 870px){
  .section09 h1 {
    margin-top: 30px;
    font-size: 32px;
    line-height: 40px;
  }
  .y-timeline-detail {
    line-height: 16px;
  }
}
@media (max-height: 870px) and (min-height: 790px){
  .section09 h1 {
    margin-top: 20px;
    font-size: 32px;
    line-height: 40px;
  }
  .y-timeline-detail {
    line-height: 16px;
  }
}
@media (max-height: 789px){
  .section09 h1 {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 28px;
    line-height: 36px;
  }
  .y-timeline-detail {
    line-height: 14px;
  }
  .y-timeline-img {
    height: 80px;
  }
}

/* 1440*900 */
/* @media (max-height: 870px) and (min-height: 790px){

  .svg-box{
    width: 716px;
    height: 600px;
    position: absolute;
    right: -50px;
    top: 50%;
    display: block;
    margin-top: -300px;
  }

  .section01 h1{
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 48px;
    max-width: 490px;
  }
  .section01 h1:after{
    width: 220px;
    bottom: -20px;
  }
  .section01 p{
    max-width: 480px;
    font-size: 16px;
    line-height: 22px;
  }


  .section02 h1{
    font-size: 38px;
    line-height: 70px;
    margin-bottom: 10px;
  }
  .section02 h2{
    font-size: 30px;
    line-height: 70px;
    margin-top: 54px;
  }
  .section02 p{
    font-size: 16px;
    line-height: 22px;
  }
  .section02-box{
    padding-top: 20px;
    padding-bottom: 20px;
  }


  .section03 h1{
    font-size: 38px;
    margin-bottom: 18px;
  }
  .media-min-660{
    display: none;
  }
  .media-660{
    display: block;
  }
  .media-660{
    display: block;
    width: 1200px;
    height: 350px;
    margin: 20px auto;
  }
  .section03-slide .item{
    padding-top: 10px;
    width: 1200px;
    height: 350px;
    background: url(../images/section04-box-bg03.png) center no-repeat;
    background-size: 100% 100%;
  }
  .section03-slide .item h3{
    font-size: 24px;
    text-align: left;
    color: #fff;
    height: 64px;
    line-height: 64px;
    padding-left: 40px;
  }
  .section03-slide .item .section03-box-con{
    text-align: left;
    width: 100%;
    padding: 0 40px;
    height: 104px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 26px;
    font-size: 16px;
    color: #7f868f;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .section03-slide .item .ul01{
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 55px 0;
  }
  .section03-slide .item .ul01 li{
    width: 33.33%;
    padding: 0 10px;
    float: left;
    height: 130px;
  }
  .section03-slide .item .ul01 li .inner{
    padding-top: 10px;
    width: 100%;
    height: 100%;
    color: #fff;
    border: 1px solid #9facb7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .section03-slide .item .ul01 li .inner i{
    display: block;
    width: 70px;
    height: 70px;
    text-align: center;
    margin: 0 auto;
    line-height: 70px;
    font-size: 50px;
  }
  .section03-slide .item .ul01 li .inner span{
    line-height: 36px;
    text-align: center;
    font-size: 18px;
  }
  .section03-slide .item .ul01 li .inner:hover{
    border-color: #33cb7f;
    color: #33cb7f;
    background: url(../images/section03-box-list.png) repeat;
  }

  .section03-slide .item .task{
    padding: 7px 20px 0;
  }
  .section03-slide .item .task li{
    width: 33.33%;
    float: left;
    height: 60px;
    display: table;
    padding: 0 10px;
    margin-bottom: 24px;
  }
  .section03-slide .item .task li .inner{
    padding: 0 14px;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    border: 1px solid #9facb7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 18px;
    text-align: left;
  }
  .section03-slide .item .task li .inner:hover{
    border-color: #33cb7f;
    color: #33cb7f;
    background: url(../images/section03-box-list.png) repeat;
  }

  .section03-slide .owl-controls {
    height:0;
    padding:0;
    margin:0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
  }
  .section03-slide .owl-wrapper-outer{ z-index:1040;}
  .section03-slide .owl-controls .owl-pagination {
    padding-bottom:6px;
    width: 100%;
    max-width:100% !important;
    margin: 0 auto;
    text-align:center;
    position:absolute;
    bottom:0;
    z-index:1040;
  }
  .section03-slide .owl-controls .owl-page{
    display: inline;
  }
  .section03-slide .owl-controls .owl-page span {
    display: inline-block;
    width: 12px;
    height:6px;
    margin:0 4px;
    background: #fff;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
    -moz-transition: all ease 1s;
    -o-transition: all ease 1s;
    position: relative;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
  .section03-slide .owl-controls .owl-page span:before{
    display: block;
    height: 6px;
    width: 0;
    background-color: #35a854;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
  .section03-slide .owl-controls .owl-page.cur span:before{
    width: 82px;
    -webkit-transition: all ease 5s;
    transition: all ease 5s;
    -moz-transition: all ease 5s;
    -o-transition: all ease 5s;
  }
  .section03-slide .owl-controls .owl-page.active span,
  .section03-slide .owl-controls.clickable .owl-page:hover span {
    width: 80px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }


  .section04 h1{
    font-size: 38px;
    color: #212121;
    line-height: 60px;
    text-align: center;
    height: 60px;
    margin-bottom: 18px;
  }
  .section04 p.section04-con{
    text-align: center;
    max-width: 1020px;
    margin: 0 auto;
    line-height: 24px;
    color: #707070;
    font-size: 16px;
  }
  .section04-box{
    padding-top: 26px;
  }
  .section04-box .box{
    padding: 20px 36px 0;
    width: 520px;
    height: 400px;
    position: relative;
    z-index: 3;
    text-align: left;
  }

  .section04-box-bg{
    position: relative;
    z-index: 1;
  }
  .section04-box-bg:after{
    display: block;
    height: 18px;
    width: 490px;
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -245px;
    bottom: -18px;
    background: url(../images/section04-box-bg.png) center no-repeat;
    background-size: 100% 100%;
  }
  .section04-box .box.bg01{
    background: #ffffff url(../images/section04-box-bg01.png) center no-repeat;
    background-size: 100% 100%;
  }
  .section04-box .box.bg02{
    background: #ffffff url(../images/section04-box-bg02.png) center no-repeat;
    background-size: 100% 100%;
  }
  .section04-box .box img{
    display: block;
    width: 150px;
    height: auto;
    margin: 0 auto;
  }
  .section04-box .box span{
    height: 54px;
    line-height: 54px;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    color: #0a8145;
    font-size: 24px;
  }
  .section04-box .box p{
    line-height: 24px;
    font-size: 16px;
    color: #212121;
    margin-bottom: 20px;
  }


  .section05 h1 {
    font-size: 50px;
  }
  .section05 .title-desc {
    margin: 20px 0;
  }
  .section05-center {
    margin: 70px 0;
  }


  .section06 h1 {
    font-size: 36px;
    line-height: 50px;
  }
  .section06 .en-title {
    margin-top: 10px;
    line-height: 20px;
  }
  .section06-center {
    margin: 40px auto;
  }


  .section07 .en-title {
    letter-spacing: 3px;
  }
  .section07 .title-desc {
    margin: 20px 0 20px;
    line-height: 30px;
  }
  .section07-center {
    margin-top: 20px;
  }
  .section07 h1 {
    color: #0a8145;
    font-size: 40px;
    letter-spacing: 4px;
    margin-bottom: 10px;
  }


  .section08 h1 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 0;
  }
  .section08-center-item {
    margin-bottom: 30px;
    height: 160px;
    border-radius: 10px;
  }
  .section08-center-item:first-child {
    margin-top: 20px;
  }
  .section08-center-item h2 {
    padding-top: 20px;
    line-height: 26px;
    font-size: 26px;
  }
  .section08-center-item p {
    height: 106px;
  }
} */

/* 1366*768 */
/* @media (max-height: 789px){
  .svg-box{
    width: 716px;
    height: 500px;
    position: absolute;
    right: -50px;
    top: 50%;
    display: block;
    margin-top: -250px;
  }
  .section01 h1{
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 40px;
    max-width: 490px;
  }
  .section01 h1:after{
    width: 220px;
    bottom: -20px;
  }
  .section01 p{
    max-width: 480px;
    font-size: 14px;
    line-height: 22px;
  }


  .section02 h1{
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 10px;
  }
  .section02 h2{
    font-size: 30px;
    line-height: 70px;
    margin-top: 34px;
  }
  .section02 p{
    font-size: 14px;
    line-height: 20px;
  }

  .section02-box{
    margin: 0 auto;
    width: 1000px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section02 .box{
    text-align: left;
    width: 460px;
    height: 240px;
    position: relative;
    z-index: 3;
    padding-top: 10px;
    padding-left: 20px;
  }
  .section02-right{
    padding-top: 100px;
  }
  .section02-box .box-bg01,
  .section02-box .box-bg02{
    position: relative;
    z-index: 1;
  }
  .section02-box .box-bg01:before,
  .section02-box .box-bg02:before{
    position: absolute;
    content: '';
    bottom: -10px;
    z-index: 2;
    display: block;
    width: 500px;
    height: 240px;
  }
  .section02-box .box-bg01:before{
    left: -10px;
    background: url(../images/section02-box01.png) center no-repeat;
    background-size: 100% 100%;
  }
  .section02-box .box-bg02:before{
    left: -50px;
    background: url(../images/section02-box02.png) center no-repeat;
    background-size: 100% 100%;
  }
  .section02-title{
    font-size: 16px;
    color: #212121;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 54px;
    line-height: 54px;
  }
  .section02-con{
    width: 300px;
    font-size: 14px;
    color: #707070;
    line-height: 20px;
    height: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
  }
  .section02 .box i.no{
    display: block;
    width: 70px;
    height: 76px;
    line-height: 76px;
    color: #f2f2f2;
    font-size: 56px;
    font-weight: bold;
  }
  .box-i01-bg01,
  .box-i01-bg02,
  .box-i02-bg01,
  .box-i02-bg02{
    display: block;
    width: 180px;
    height: 150px;
    position: absolute;
    bottom: -7px;
    right: -26px;
  }
  .box-i01-bg01{
    background: url(../images/box-i01-bg01.png) center no-repeat;
    background-size:  100% 100%;
  }
  .box-i01-bg02{
    background: url(../images/box-i01-bg02.png) center no-repeat;
    background-size:  100% 100%;
    animation: move 2s infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
  }
  .box-i02-bg01{
    background: url(../images/box-i02-bg01.png) center no-repeat;
    background-size:  100% 100%;
  }
  .box-i02-bg02{
    background: url(../images/box-i02-bg02.png) center no-repeat;
    background-size:  100% 100%;
    animation: move2 2s infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
  }

  .section03 h1{
    font-size: 30px;
    margin-bottom: 10px;
  }
  .section03 p {
    font-size: 14px;
    line-height: 20px;
    width: 900px;
    margin-bottom: 4px;
  }
  .media-min-660{
    display: none;
  }
  .media-660{
    display: block;
  }
  .media-660{
    display: block;
    width: 1000px;
    height: 280px;
    margin: 20px auto;
  }
  .section03-slide .item{
    padding-top: 10px;
    width: 1000px;
    height: 280px;
    background: url(../images/section04-box-bg03.png) center no-repeat;
    background-size: 100% 100%;
  }
  .section03-slide .item h3{
    font-size: 20px;
    text-align: left;
    color: #fff;
    height: 54px;
    line-height: 54px;
    padding-left: 30px;
  }
  .section03-slide .item .section03-box-con{
    text-align: left;
    width: 100%;
    padding: 0 30px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 20px;
    font-size: 14px;
    color: #7f868f;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .section03-slide .item .ul01{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px 55px 0;
  }
  .section03-slide .item .ul01 li{
    width: 33.33%;
    padding: 0 10px;
    float: left;
    height: 120px;
  }
  .section03-slide .item .ul01 li .inner{
    padding-top: 10px;
    width: 100%;
    height: 100%;
    color: #fff;
    border: 1px solid #9facb7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .section03-slide .item .ul01 li .inner i{
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    margin: 0 auto;
    line-height: 60px;
    font-size: 46px;
  }
  .section03-slide .item .ul01 li .inner span{
    line-height: 32px;
    text-align: center;
    font-size: 16px;
  }
  .section03-slide .item .ul01 li .inner:hover{
    border-color: #33cb7f;
    color: #33cb7f;
    background: url(../images/section03-box-list.png) repeat;
  }

  .section03-slide .item .task{
    padding: 0 20px 0;
  }
  .section03-slide .item .task li{
    width: 33.33%;
    float: left;
    height: 60px;
    display: table;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .section03-slide .item .task li .inner{
    padding: 0 14px;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    border: 1px solid #9facb7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 18px;
    text-align: left;
  }
  .section03-slide .item .task li .inner:hover{
    border-color: #33cb7f;
    color: #33cb7f;
    background: url(../images/section03-box-list.png) repeat;
  }

  .section03-slide .owl-controls {
    height:0;
    padding:0;
    margin:0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -34px;
  }
  .section03-slide .owl-wrapper-outer{ z-index:1040;}
  .section03-slide .owl-controls .owl-pagination {
    padding-bottom:6px;
    width: 100%;
    max-width:100% !important;
    margin: 0 auto;
    text-align:center;
    position:absolute;
    bottom:0;
    z-index:1040;
  }
  .section03-slide .owl-controls .owl-page{
    display: inline;
  }
  .section03-slide .owl-controls .owl-page span {
    display: inline-block;
    width: 12px;
    height:6px;
    margin:0 4px;
    background: #fff;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
    -moz-transition: all ease 1s;
    -o-transition: all ease 1s;
    position: relative;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
  .section03-slide .owl-controls .owl-page span:before{
    display: block;
    height: 6px;
    width: 0;
    background-color: #35a854;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
  .section03-slide .owl-controls .owl-page.cur span:before{
    width: 82px;
    -webkit-transition: all ease 5s;
    transition: all ease 5s;
    -moz-transition: all ease 5s;
    -o-transition: all ease 5s;
  }
  .section03-slide .owl-controls .owl-page.active span,
  .section03-slide .owl-controls.clickable .owl-page:hover span {
    width: 80px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  .section04 h1{
    font-size: 30px;
    color: #212121;
    line-height: 50px;
    text-align: center;
    height: 50px;
    margin-bottom: 10px;
  }
  .section04 p.section04-con{
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    line-height: 20px;
    color: #707070;
    font-size: 14px;
  }
  .section04-box{
    padding-top: 16px;
  }
  .section04-box .box{
    padding: 20px 36px 0;
    width: 460px;
    height: 300px;
    position: relative;
    z-index: 3;
    text-align: left;
  }

  .section04-box-bg{
    position: relative;
    z-index: 1;
  }
  .section04-box-bg:after{
    display: block;
    height: 18px;
    width: 490px;
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -245px;
    bottom: -18px;
    background: url(../images/section04-box-bg.png) center no-repeat;
    background-size: 100% 100%;
  }
  .section04-box .box.bg01{
    background: #ffffff url(../images/section04-box-bg01.png) center no-repeat;
    background-size: 100% 100%;
  }
  .section04-box .box.bg02{
    background: #ffffff url(../images/section04-box-bg02.png) center no-repeat;
    background-size: 100% 100%;
  }
  .section04-box .box img{
    display: block;
    width: 120px;
    height: auto;
    margin: 0 auto;
  }
  .section04-box .box span{
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: block;
    margin-bottom: 16px;
    color: #0a8145;
    font-size: 16px;
  }
  .section04-box .box p{
    line-height: 20px;
    font-size: 14px;
    color: #212121;
    margin-bottom: 10px;
  }


  .section05 h1 {
    font-size: 40px;
  }
  .section05 .title-desc {
    margin: 20px 0;
  }
  .section05-center {
    margin: 60px 0;
  }


  .section06 h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .section06 .en-title {
    margin-top: 10px;
    line-height: 20px;
  }
  .section06-center {
    margin: 30px auto;
  }


  .section07 .en-title {
    letter-spacing: 2px;
  }
  .section07 .title-desc {
    margin: 0px 0 20px;
    line-height: 26px;
  }
  .section07-center {
    margin-top: 20px;
  }
  .section07 h1 {
    color: #0a8145;
    font-size: 36px;
    letter-spacing: 4px;
    margin-bottom: 0;
  }


  .section08 h1 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 0;
  }
  .section08-center-item {
    margin-bottom: 25px;
    height: 154px;
    border-radius: 10px;
  }
  .section08-center-item:first-child {
    margin-top: 20px;
  }
  .section08-center-item h2 {
    padding-top: 20px;
    line-height: 26px;
    font-size: 26px;
  }
  .section08-center-item p {
    height: 100px;
  }
} */

/* @media (max-height: 659px){
  #fullPage .section{
    height: 600px !important;
    padding-top: 0 !important;
  }
  .fp-tableCell{
    height: 600px !important;
    padding-top: 0 !important;
  }
  #fullPage .page-bg01{
    height: 728px !important;
  }
  .page-bg01 .fp-tableCell{
    padding-top: 128px !important;
    height: 728px !important;
  }
} */

.insurance-page01{
  color: #fff;
  width: 100%;
  min-height: 672px;
  background: url(../images/insurance-page01.png) center no-repeat;
  background-size: 100% 100%;
  padding: 34px 0 0;
}
.insurance-page01 dl{
  width: 1010px;
  margin: 0 auto;
}
.insurance-page01 dl dt{
  color: #fff;
  height: 100px;
  line-height: 100px;
  font-size: 48px;
  font-size: 48px;
  text-align: center;
}
.insurance-page01 dl dd{
  width: 100%;
  line-height: 28px;
  font-size: 18px;
  color: #fff;
  opacity: 0.6;
  filter: alpha(opacity=60);
  text-indent: 36px;
  margin-bottom: 36px;
}

.insurance-page01 ul{
  width: 1230px;
  margin: 0 auto;
}
.insurance-page01 ul li{
  width: 25%;
  padding: 0 14px;
  height: 176px;
  float: left;
  margin-bottom: 30px;
}
.insurance-page01 ul li .inner{
  padding: 4px 20px 0;
  width: 100%;
  height: 100%;
  background: url(../images/safe-bg.png) center no-repeat;
  background-size: 100% 100%;
}
.insurance-page01 ul li .inner h3{
  line-height: 58px;
  height: 58px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  margin-bottom: 14px;
  background: url(../images/safe-h.png) bottom left no-repeat;
}
.insurance-page01 ul li .inner p{
  color: #fff;
  max-height: 80px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.insurance-page02{
  color: #fff;
  width: 100%;
  min-height: 680px;
  background: url(../images/insurance-page02.png) center no-repeat;
  background-size: 100% 100%;
  padding: 28px 0 54px;
}
.insurance-page02 h1{
  font-size: 48px;
  text-align: center;
  color: #fff;
  line-height: 110px;
  margin-bottom: 62px;
}

.insurance-page02 .dl-box{
  width: 1060px;
  height: 260px;
  margin: 0 auto 64px;
}
.insurance-page02 .dl-box .dl-item{
  width: 460px;
  height: 260px;
  position: relative;
  text-align: center;
  padding-top: 70px;
  color: #fff;
}
.dl-item-line01,
.dl-item-line02,
.dl-item-line03,
.dl-item-line04{
  position: absolute;
  display: block;
  background-color: #096f3f;
}
.dl-item-line01{
  right: -16px;
  width: 16px;
  height: 1px;
  top: 16px;
}
.dl-item-line02{
  right: -16px;
  width: 1px;
  height: 260px;
  top: 16px;
}
.dl-item-line03{
  width: 460px;
  height: 1px;
  bottom: -16px;
  left: 16px;
}
.dl-item-line04{
  width: 1px;
  height: 16px;
  bottom: -16px;
  left: 16px;
}
.dl-item-line05{
  display: block;
  width: 1px;
  height: 48px;
  border-left: 1px dashed #096f3f;
  position: absolute;
  bottom: -64px;
  left: 50%;
  margin-left: 0px;
}
.dl-item01{
  background: url(../images/dl-item01.png) center no-repeat;
  background-size: 100% 100%;
}
.dl-item02{
  background: url(../images/dl-item02.png) center no-repeat;
  background-size: 100% 100%;
}
.insurance-page02 .dl-box .dl-item em{
  color: #fff;
  line-height: 66px;
  font-size: 32px;
}
.insurance-page02 p{
  line-height: 74px;
  text-align: center;
  font-size: 38px;
  color: #fff;
}
.insurance-page02 ul{
  height: 80px;
  width: 840px;
  margin: 0 auto;
  padding: 0 10px;
}
.insurance-page02 ul li{
  width: 220px;
  height: 70px;
  float: left;
  border: 1px solid #096f3f;
  text-align: center;
  font-size: 26px;
  color: #fff;
  line-height: 70px;
  position: relative;
}
.insurance-page02 ul li i.iconfont{
  font-size: 30px;
  margin-right: 12px;
  position: relative;
  top: -2px;
  color: #0da559;
}
.insurance-page02 ul li i.i-item01,
.insurance-page02 ul li i.i-item02,
.insurance-page02 ul li i.i-item03,
.insurance-page02 ul li i.i-item04{
  position: absolute;
  display: block;
}
.insurance-page02 ul li i.i-item01{
  right: -10px;
  width: 10px;
  height: 1px;
  border-top: 1px dashed #096f3f;
  top: 10px;
}
.insurance-page02 ul li i.i-item02{
  right: -10px;
  width: 1px;
  height: 70px;
  top: 10px;
  border-right: 1px dashed #096f3f;
}
.insurance-page02 ul li i.i-item03{
  width: 220px;
  height: 1px;
  bottom: -10px;
  left: 10px;
  border-bottom: 1px dashed #096f3f;
}
.insurance-page02 ul li i.i-item04{
  width: 1px;
  height: 10px;
  bottom: -10px;
  left: 10px;
  border-left: 1px dashed #096f3f;
}
.insurance-page02 ul li.center-li{
  width: 380px;
  border: none;
}
.insurance-page02 ul li.center-li h2{
  font-size: 24px;
  color: #c7c9c9;
  background: url(../images/center-li.png) center no-repeat;
}

.insurance-page03{
  padding: 18px 0 80px;
}
.insurance-page03 h1{
  padding: 18px 0;
  line-height: 70px;
  text-align: center;
  font-size: 48px;
  color: #212121;
}

.insurance-tab{
  width: 1200px;
  margin: 0 auto;
}
.tab4{
  width: 100%;
  height: 60px;
}
.tab4 span{
  display: block;
  /* width: 14.28%; */
  width: 20%;
  float: left;
  text-align: center;
  height: 60px;
  font-size: 18px;
  color: #212121;
  border: 1px solid #0a8145;
  border-left: none;
  cursor: pointer;
  background-color: #fff;
  line-height: 58px;
}
.tab4 span:first-child,
.tab4 span.first-child{
  border-left: 1px solid #0a8145;
}
.tab4 span:first-child{
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.tab4 span:last-child{
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tab4 span.active,
.tab4 span:hover{
  background-color: #0a8145;
  color: #fff;
}
.insurance-tab h5{
  font-size: 20px;
  line-height: 24px;
  margin-top: 26px;
  color: #212121;
}
.insurance-tab h2.insurance-title{
  height: 56px;
  line-height: 56px;
  position: relative;
  font-size: 16px;
  color: #707070;
  padding-left: 14px;
  position: relative;
}
.insurance-tab h2.insurance-title:before{
  display: block;
  width: 3px;
  height: 16px;
  background-color: #0a8145;
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 0;
}
.insurance-big-box{
  margin-bottom: 40px;
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  background: #fff url(../images/insurance-box.png) center repeat;
  padding: 40px 30px 66px;
  font-size: 16px;
  color: #707070;
  line-height: 24px;
  position: relative;
  z-index: 1;
}
.insurance-big-box p{
  position: relative;
  z-index: 3;
}
.insurance-big-box:after{
  display: block;
  width: 100%;
  height: 96px;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: url(../images/insurance-box-bottom.png) bottom no-repeat;
}
.insurance-big-box2{
  margin-bottom: 20px;
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  background: #fff url(../images/insurance-box.png) center repeat;
  padding: 16px 30px 46px;
  font-size: 16px;
  color: #707070;
  line-height: 24px;
  position: relative;
  z-index: 1;
}
.insurance-big-box2 h2.con-title{
  font-size: 20px;
  color: #212121;
  line-height: 66px;
}
.insurance-big-box2 p{
  position: relative;
  z-index: 3;
}
.insurance-big-box2:after{
  display: block;
  width: 100%;
  height: 58px;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: url(../images/insurance-box-bottom2.png) bottom no-repeat;
}
.insurance-way{
  margin-top: 18px;
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  background: #fff;
  padding: 30px;
}
.insurance-way-item{
  float: left;
  min-height: 30px;
  line-height: 30px;
  position: relative;
}
.insurance-way-item span{
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #707070;
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 4px 0 36px;
}
.insurance-way-item span i{
  display: block;
  height: 30px;
  width: 36px;
  text-align: center;
  font-size: 20px;
  color: #0a8145;
  position: absolute;
  top: 0;
  left: 0;
}
.insurance-way-item.w194{
  width: 194px;
  padding-left: 104px;
}
.insurance-way-item.w194 span{
  width: 104px;
}
.insurance-way-item.w226{
  width: 226px;
  padding-left: 92px;
}
.insurance-way-item.w226 span{
  width: 92px;
}
.insurance-way-item.w402{
  width: 402px;
  padding-left: 116px;
}
.insurance-way-item.w402 span{
  width: 116px;
}
.insurance-way-item.w310{
  width: 310px;
  padding-left: 94px;
}
.insurance-way-item.w310 span{
  width: 94px;
}
.insurance-way-item p{
  color: #212121;
  font-size: 14px;
  line-height: 30px;
}
.insurance-ul-box{
  width: 100%;
  height: 270px;
}
.insurance-ul-box ul{
  width: 1230px;
}
.insurance-ul-box ul li{
  float: left;
  height: 270px;
  width: 380px;
  margin-right: 30px;
}
.insurance-ul-box ul li .inner{
  padding: 17px 30px 0;
  width: 100%;
  height: 256px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.05);
  background: #fff url(../images/insurance-ul-box.png) center no-repeat;
  background-size: 100% 100%;
}
.insurance-ul-box ul li .inner h3{
  font-size: 20px;
  line-height: 66px;
  color: #212121;
}
.insurance-ul-box ul li .inner p{
  font-size: 16px;
  line-height: 24px;
  height: 144px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  color: #212121;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.insurance-ul-box ul li.w590 .inner p{
  height: auto;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}
.insurance-ul-box ul li.w590{
  height: 330px;
  margin-right: 20px;
}
.insurance-ul-box ul li.w590 .inner{
  height: 314px;
}

.insurance-table{
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 10px 24px 1px;
}
.insurance-table h4{
  margin-bottom: 4px;
  line-height: 42px;
  font-size: 20px;
  color: #0a8145;
  text-align: center;
}
.insurance-table .callout{
  font-size: 14px;
  color: #707070;
  line-height: 40px;
}
.insurance-table table,
.insurance-table table tr,
.insurance-table table td,
.insurance-table table th,
.insurance-table2 table,
.insurance-table2 table tr,
.insurance-table2 table td,
.insurance-table2 table th{
  border: 1px solid #e5e5e5 !important;
}
.insurance-table2 table th{
  color: #212121;
}
.insurance-table2 table td.item01{
  background-color: #fff !important;
}

.insurance-data{
  min-height: 600px;
  background: #fff url(../images/no-data.png) bottom center no-repeat;
  background-size: 100% auto;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;

}

.no-thead tr,
.no-thead tr th,
.no-thead{
  height: 0 !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.insurance-table2 table .no-thead th{
  border: none !important;
}
.table-no-thead{
  overflow: hidden;
}
.table-no-thead table{
  position: relative;
  top: -1px;
}



.tab-scroll2 {

  height: 228px;
  overflow: hidden;
  /* overflow-y: auto; */
}
.data-tab-cont2{
  margin-top: 10px;
  height: 274px;
}
.data-tab-cont2.border-left{
  border-left: 1px solid #ddd;
}
.data-tab-cont2 table {
  width: 100%;
}

.data-tab-cont2 th {
  line-height: 42px;
  font-size: 16px;
  color: #707070;
}
.data-tab-cont2 .scroll-title{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.data-tab-cont2 td {
  height: 38px;
  font-size: 16px;
  color: #212121;
  line-height: 38px;
}
.data-tab-cont2 td.c-rink {
  color: #707070;
  font-size: 16px;
}




/* .fixed-news{
  top: 68px;
  position: fixed;
  left: 50%;
  margin-left: 320px;
}
.admin-fixed-news{
  top: 49px;
  position: fixed;
  right: 18px;
}
.project-fixed-news{
  top: 0px;
  position: fixed;
  right: 12px;
} */

/*
.fixed-news{
  position: relative;
}

@media (max-width: 1280px){
  .fixed-news{
      left: 960px;
      margin-left: 0;
  }

  .project-fixed-news{
      left: 960px;
      right: auto;
  }
}
@media (max-width: 1200px){
  .new-news{
      background-color: #fff;
  }
} */


.phone-code{
  position: relative;
  z-index: 99;
  top: 0;
  cursor: pointer;
  color: #999999;
  font-size: 12px;
  display: block;
  float: right;
  margin-right: 8px;
}
.phone-code img.code-bg{
  display: block;
  width: 28px;
  height: 28px;
  margin: 0 auto;
}
.phone-code .text{
  margin-top: 6px;
  height: 14px;
  line-height: 14px;
  overflow: hidden;
  position: relative;
}
.notice-scroll li{
  height: 14px;
  line-height: 14px;
  overflow: hidden;
}

.phone-code .phone-code-box{
  display:  none;
  padding: 5px;
  width: 110px;
  height: 110px;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  top: 35px;
  left: 50%;
  margin-left: -55px;
}
.phone-code .phone-code-box img{
  width: 100px;
  height: 100px;
}
.phone-code:hover .phone-code-box{
  display: block;
}
.overflow-table{
  width: 100%;
  height: 200px;
  overflow: hidden;
  overflow-y: auto;
}
#templateArea{
  padding: 6px 16px 6px;
  border: 1px solid #e5e5e5;
  min-height: 40px;
}
#templateArea span{
  line-height: 30px;
  font-size: 14px;
  color: #212121;
}
#templateArea span.span_input{
  border-bottom: 1px solid #0a8145;
  color: #0a8145;
  padding: 0 8px;
}

.select-project-btn,
.input-project-btn{
  position: absolute;
  top: 0;
  right: 0;
}

.video-box{
  width: 1200px;
  margin: 0 auto;
}
.video-box video{
  width: 100%;
}

/* .financing-search */
.financing-search{
  width: 100%;
  height: 62px;
  background-color: #fff;
  margin-bottom: 20px;
  padding-right: 0;
  padding-bottom: 6px;
}
.financing-search .search-result{
  min-width: 300px;
}
.financing-search .search-result .icon-tel,
.financing-search .search-result .icon-data{
  position: relative;
  top: -2px;
  margin-right: 10px;
  font-size: 20px;
}
.financing-search .search-result .icon-tel{
  top: -1px;
}

.financing-search .no-border-box,
.financing-search .no-border-box * {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.financing-search .no-border-box .inp, .financing-search .no-border-box .select > input, .financing-search .no-border-box .search > input, .financing-search .no-border-box .datepicker > input{
  height: 27px;
  line-height: 27px;
}
.financing-search img{
  margin-right: 3px;
  position: relative;
  top: -2px;
}
.experts-search{
  height: 270px;
  font-size: 18px;
  padding: 0;
}
.experts-box{
  height: 100%;
  overflow: hidden;
  background: none;
  box-shadow: none;
  margin: 0;
  padding:16px
}
.experts-box li{
  padding: 0;
  height: 100%;
  margin-right: 3px;
}
.experts-box li:nth-child(2){
  margin: 0 20px;
}
.experts-box a{
  height: 100%;
  display: block;
  text-align: left;
  /* width: px; */
  position: relative;
  /* left: 50%;
  transform: translateX(-50%); */
  background: #fff;
  color: #000;
  font-weight: bold;
}
.experts-box a>.experts-right{
  height: 100%;
  width: 180px;
  padding: 0 10px;
  overflow: hidden;
  line-height: 33px;

}
.experts-box a .experts-name{
  font-weight: 500;
  margin: 10px 0;
  border-bottom: 1px solid #0a8145;
}
.experts-box a .experts-cont{
  font-size: 14px;
}
.experts-box a .experts-cont p:first-child{
  margin-bottom: 10px;
}
.experts-box a:hover{
  box-shadow:0px 2px 15px #d9d7d7;
  /* color: #0a8145; */
}

.experts-img{
  height: 100%;
  margin-right:0;
  position: relative;
  top: 0;
  width: 170px;
  overflow: hidden;
}
.experts-box img{
  height: 100%;
  margin-right:0;
}
.experts-box .porcelain-item{

  width: 32%;
}
.experts-bg{
  box-sizing: border-box;
  padding: 16px;
  text-align: center;
  width: 1200px;
  height: 800px;
  margin: 40px auto;
  background: url("../images/expertsbg.png") no-repeat 100%;
}
.experts-bg .experts-portrait{
  width: 100%;
  /* margin: 0 auto; */
  text-align: left;
  padding-top: 60px;
}
.experts-img-box{
  height: 240px;
  width: 180px;
  margin-right: 40px;
}
.experts-portrait .experts-img{
  width: 100%
}
.experts-portrait .experts-name{
  font-size: 24px;
  font-weight: 600;
  color: #000;
  padding-bottom: 15px;
  margin: 20px 0 0 0 ;
  display: inline-block;
}
.experts-portrait .experts-position{
  font-size: 16px;
  color: #000;
  /* font-weight: 600; */
  margin: 15px 0 45px 0;
  display: inline-block;
  padding-bottom: 15px;
}
.experts-cont-box{
  width: 900px;
}
.experts-portrait .experts-cont{
  text-indent:40px;
  font-size: 16px;
  /*font-weight: 600;*/
  color: #000;
  line-height: 40px;
  /* text-decoration: underline; */
  /* text-underline-offset: 1em; */
}
.experts-bg h1{
  font-size: 20px;
  font-weight: bolder;
  margin: 20px 0;
}
.experts-bg p{
  color: #999999;
  font-size: 14px;
}
.experts-bg .experts-introduce{
  margin: auto;
  width: 80%;
  margin-top: 50px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
.experts-bg .experts-introduce p{
  color: #000;
  font-size: 16px;
  line-height: 50px;
  text-align: left;
  text-indent:32px
}
.financing-search .select .option li {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.financing-search .search-result{
  font-size: 16px;
  color: #707070;
  line-height: 30px;
  position: relative;
  top: 0px;
}
.financing-search .search-result em{
  padding: 0 6px;
}


.policy-item{
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ebebec;
  background-color: #ffffff;
  padding: 18px;
  margin-bottom: 28px;
  position: relative;
  padding-bottom: 10px;
}
.policy-item .pop-financing-demand{
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px !important;
}
.policy-item:hover{
  border: 1px solid #0a8145;
}
.policy-item.no-hover:hover,
.policy-item.no-hover{
  -webkit-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #ebebec/9;
  border: none;
}

.policy-item .btn{
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -14px;
}

.schedule-list{
  width: 100%;
  height: 30px;
  padding-left: 230px;
  position: relative;
  margin-top: 10px;
}
.schedule-list p{
  font-size: 14px;
  line-height: 30px;
  color: #707070;
}
.schedule-val{
  width: 210px;
  height: 6px;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 0;
  background-color: #efefef;
}
.schedule-val i{
  display: block;
  height: 6px;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #0db246;
}
.policy-bg{
  background: #fff url(../images/product-info.png) bottom center no-repeat;
  background-size: 100% auto;
}

.block-title01 h1{
  line-height: 30px;
  font-size: 18px;
  color: #212121;
  position: relative;
  padding-left: 12px;
  height: 30px;
}
.block-title01 h1:before{
  display: block;
  width: 3px;
  height: 16px;
  background-color: #0a8145;
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 0;
}

/* block-title02 */
.block-title02{
  display: block;
  width: 100%;
  line-height: 20px;
  position: relative;
  font-size: 18px;
}
.block-title02.absolute{
  position: absolute;
  top: 18px;
  left: 18px;
}
.block-title02:before{
  display: block;
  width: 5px;
  content: '';
  height: 20px;
  position: absolute;
  top: 0;
  left: -18px;
  background: url(../images/icon.png) -113px -54px no-repeat;
}
.block-title02.line28{
  height: 28px !important;
  line-height: 28px !important;
}
.block-title02.line30{
  height: 30px !important;
  line-height: 30px !important;
}

.block-title02.line28:before{
  top: 4px;
}
.block-title02.line30:before{
  top: 5px;
}

.block-title02 .select>input{
  height: 29px !important;
  line-height: 29px !important;
}

.pro-table td,
.pro-table th,
.pro-table tr,
.pro-table{
  border: 1px solid #e5e5e5;
}

.service-organization-list{
  width: 100%;
  padding: 0 0 0 20px;
}
.service-organization-item{
  display: block;
  position: relative;
  width: 100%;
  min-height: 90px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding-left: 218px;
  border: 1px solid #e5e5e5\9;
}
.service-organization-item dt{
  width: 198px;
  height: 66px;
  position: absolute;
  top: 50%;
  margin-top: -33px;
  left: 10px;
}
.service-organization-item dd{
  padding: 16px 16px 16px 0;
}
.service-organization-item dd h1{
  font-size: 18px;
  line-height: 26px;
  color: #212121;
  margin-bottom: 10px;
}
.service-organization-item dd p{
  font-size: 12px;
  color: #707070;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 60px;
}


/* acceptance-box */
.acceptance-box{
  border: 1px solid #dcebf0;
  background-color: #fafeff;
}
.acceptance-item{
  width: 100%;
  height: 118px;
  padding-left: 208px;
  position: relative;
}
.acceptance-item .img-box{
  height: 52px;
  position: absolute;
  top: 50%;
  width: 208px;
  margin-top: -26px;
  display: block;
  background: none !important;
  text-align: center;
  left: 0;
}
.acceptance-item .img-box img{
  height: 52px;
}
.acceptance-item .acceptance-item-info{
  width: 100%;
  padding-top: 13px;
}
.acceptance-item .acceptance-item-info .scroll-box{
  width: 100%;
  height: 28px;
  padding-top: 2px;
  padding-right: 10px;
  padding-left: 70px;
  position: relative;
  font-size: 14px;
}
.acceptance-item .acceptance-item-info .scroll-box span{
  display: block;
  width: 70px;
  height: 26px;
  position: absolute;
  top: 2px;
  left: 0;
}
.acceptance-item .acceptance-item-info .scroll-title {
  overflow: hidden;
  white-space: nowrap;
}

.acceptance-item .acceptance-item-info .scroll-title .pTitle1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.acceptance-item .acceptance-item-info .scroll-title .pTitle1.no-ellipsis {
  overflow: visible;
  white-space: wrap;
  text-overflow: unset;
}


.acceptance-item .acceptance-item-info h1{
  font-size: 14px;
  color: #212121;
  line-height: 26px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.acceptance-right{
  height: 100%;
  position: relative;
  padding: 14px 176px 0 28px;
}
.acceptance-right:before{
  width: 1px;
  height: 60px;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 0;
  content: '';
  background-color: #dcebf0;
}
.acceptance-right .btn-h{
  position: absolute;
  top: 52px;
  left: 406px;
}
.acceptance-right.per50 .btn-h{
  left: auto;
  right: 20px;
}
.acceptance-right .btn-h.acceptance-label{
  top: 16px;
}
.acceptance-right li{
  padding-bottom: 0 !important;
}
.acceptance-right .form-grid.value em{
  line-height: 20px !important;
}
.acceptance-right .form-grid.value .form-lab{
  line-height: 20px !important;
}

.financing-news{
  width: 100%;
  padding: 10px 10px 0;
}
.financing-news li{
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  color: #000;
  width: 100%;
}
.financing-news li a{
  color: #000;
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.financing-news li a:hover{
  color: #0a8145;
}
.financing-news-box{
  background: #fff url(../images/financing-news-box.png) bottom center no-repeat;
}

.index-financial-institution{
  position: relative;
  background-color: #fff;
  z-index: 1;
  /* height: 586px; */
  height: 522px;
}
.index-financial-institution:after,
.index-financial-institution:before{
  width: 280px;
  /* height: 586px; */
  height: 522px;
  position: absolute;
  top: 0;
  content: '';
  display: block;
  z-index: 2;
}
.index-financial-institution:before{
  left: 0;
  background: url(../images/institution-l.png) left center no-repeat;
}
.index-financial-institution:after{
  right: 0;
  background: url(../images/institution-r.png) right center no-repeat;
}
.index-financial-institution .center{
  width: 1226px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.enterprise-form-box {
  width: 90%;
}
.enterprise-form-box > li {
  display: inline-block;
}
.enterprise-form-box .required {
  padding-left: 0;
  padding-right: 5px;
  font-size: 18px!important;
}
.enterprise-form-box h1 {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  padding-left: 1em;
  font-size: 16px;
  font-weight: bold;
  border-left: 4px solid #0a8145;
}
.license-search-box {
  line-height: 30px;
}
.license-object > .form-control {
  margin-bottom: 12px;
}
.license-object > .form-control:last-child {
  margin-bottom: 0;
}
.license-object-btn {
  display: inline-block;
}
.license-object-btn > .iconfont {
  font-size: 18px;
  cursor: pointer;
  margin-left: 10px;
}
.license-object-btn > .iconfont.icon-del3 {
  color: #f53b4c;
}
.license-object-btn > .iconfont.icon-add3 {
  color: #0a8145;
}

.license-upload > .form-control > a {
  color: #127dd0;
}
.license-upload > .form-control > p {
  font-size: 12px;
  line-height: 12px;
  color: #707070;
}

.pop-license-hint .pop-cont > p {
  line-height: 24px;
}
.license-search-box > a,
.pop-license-hint .pop-cont > a {
  color: #127dd0;
  margin-left: 2em;
  line-height: 14px;
}
.license-search-box > a > .iconfont,
.pop-license-hint .pop-cont > a > .iconfont {
  font-size: 14px;
  margin-right: 8px;
}

.y-title {
  text-align: center;
  font-size: 26px;
  line-height: 30px;
  font-weight: bold;
}
.y-hint {
  margin: 40px;
  padding: 10px 20px;
  line-height: 24px;
  border: 1px solid #facd91;
  background-color: #fffaeb;
}
.enterprise-info-box {
  width: 100%;
  padding: 0 40px;
}
.enterprise-info-box h1 {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  padding-left: 1em;
  font-size: 16px;
  font-weight: bold;
  border-left: 4px solid #0a8145;
}
.enterprise-info-box .required {
  padding-left: 0;
  padding-right: 5px;
  font-size: 18px!important;
}
.enterprise-info-box > li {
  display: inline-block;
}
.enterprise-info-box select {
  height: 43px!important;
  line-height: 43px!important;
}
.y-input-text {
  line-height: 40px!important;
  border: none;
}
.y-form-error {
  margin-top: 5px;
  font-size: 12px;
  color: #f53b4c;
}
.y-box {
  padding: 20px;
}
.y-firm-title > .name {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
}
.y-firm-title > .status {
  font-size: 14px;
  margin-left: 10px;
  padding: 2px 10px;
  color: #06ab58;
  border-radius: 4px;
  background-color: #f7fcfa;
  border: 1px solid #06ab58;
}
.y-firm-title2 {
  font-size: 18px;
  font-weight: bold;
}

.y-firm-info * {
  font-size: 14px;
  display: inline-block;
}
.y-firm-info li {
  width: 24%;
  position: relative;
  margin-bottom: 10px;
  vertical-align: top;
}
.y-firm-info li > label {
  color: #707070;
}
.y-firm-info li > div {
  padding-right: 2em;
}
.y-w label {
  position: absolute;
  top: 0;
  left: 0;
  width: 5em;
}
.y-w div {
  padding-left: 5em;
}
.y-w3 label {
  width: 3em;
}
.y-w3 div {
  padding-left: 3em;
}
.y-w9 label {
  width: 9em;
}
.y-w9 div {
  padding-left: 9em;
}
.y-firm-tabs * {
  font-size: 14px;
  display: inline-block;
}
.y-firm-tabs li {
  width: 185px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #707070;
  background-color: #f4f4f4 ;
  border-radius: 4px;
  margin: 0 10px 10px 0;
  cursor: pointer;
}
.y-firm-tabs .active {
  color: #ffffff;
  background-color: #06ab58;
}
.y-firm-bg {
  background: url(../images/firm-search-bg.jpg) no-repeat;
  background-size:100% 100%;
}
.y-firm-search {
  width: 500px;
  padding: 80px 60px;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #ffffff;
}
.y-firm-search .title {
  font-size: 24px;
  font-weight: bold;
}
.y-search {
  margin-top: 40px;
}
.y-search input {
  width: 320px;
  height: 40px;
  padding: 0 10px;
  line-height: 40px;
  font-size: 14px;
  background-color: #f6fbf9;
  border: 1px solid #9adfc4;
  border-radius: 4px;
}
.y-search .btn {
  margin-left: 10px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}


.loan-banner-bg {
  width: 100%;
  position: absolute;
  top: 128px;
  z-index: -1;
  height: 380px;
}
.loan-banner {
  position: relative;
  text-align: center;
  height: 280px;
  /*line-height: 280px;*/
}
.loan-banner img {
  position: absolute;
  top: -20px;
  left: 0px;
  width: 1207px;
  max-width: 1207px;
  height: 320px;
}
.loan-banner div {
  width: 1200px;
  display: table-cell;
  vertical-align: middle;
  padding: 0 100px;
  height: 280px;
  font-size: 48px;
  letter-spacing: 10px;
  color: #ffffff;
}
.loan-banner div > p {
  width: 100%;
  line-height: 1em;
}
.loan-banner div > p:last-child {
  margin-top: 40px;
}
.loan-policy {
  height: 90px;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.06);
}
.loan-policy  .nodata {
  padding: 16px 0 0 122px;
  margin-bottom: 0;
  margin-left: 400px;
}
.loan-policy  .nodata > i {
  top: -25px;
  transform: scale(0.5);
}
.loan-policy > * {
  float: left;
}
.loan-policy-left {
  position: relative;
  width: 72px;
  height: 72px;
  padding: 12px 0 0 14px;
  margin: 9px 12px;
}
.loan-policy-left div {
  letter-spacing: 10px;
  line-height: 24px;
  position: relative;
  z-index: 2;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}
.loan-policy-left img {
  position: absolute;
  width: 72px;
  height: 72px;
  top: 0;
  left: 0;
  z-index: 1;
}
.loan-policy-content {
  width: calc(100% - 200px);
  height: 90px;
  padding: 20px 40px 0 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.loan-policy-content h1 {
  color: #0a8145;
  font-weight: bold;
  font-size: 16px;
}
.loan-policy-content p {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
}
.loan-policy-content * {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.loan-policy-btn {
  margin: 30px 25px 30px 0;
}
.loan-notice {
  position: relative;
  height: 260px;
}
.loan-notice-left {
  width: 280px;
  height: 100%;
  position: relative;
  z-index: 100;
}
.loan-notice-left-bg {
  position: absolute;
  top: 0;
  left: -12px;
  z-index: 10;
  width: 310px;
  height: 270px;
}
.loan-notice-left-bg2 {
  display: none;
  position: absolute;
  top: 0;
  left: -12px;
  z-index: 10;
  width: 230px;
  height: 270px;
}
.loan-notice-right {
  width: 920px;
  height: 100%;
  padding: 30px 40px;
}
.loan-notice-right-bg {
  position: absolute;
  top: -15px;
  right: -20px;
  width: 1038px;
  height: 300px;
  z-index: -1;
}
.loan-notice-right-bg2 {
  display: none;
  position: absolute;
  top: -15px;
  right: -20px;
  width: 1138px;
  height: 300px;
  z-index: -1;
}
.loan-notice-left-default {
  display: none;
  text-align: center;
  color: #ffffff;
  padding-top: 70px;
}
.loan-notice-left-default .iconfont {
  font-size: 56px;
  line-height: 56px;
}
.loan-notice-left-default p {
  margin-top: 30px;
  font-size: 24px;
  font-weight: bold;
}
.loan-default .loan-notice-right-bg, .loan-default .loan-notice-left-bg, .loan-default .loan-notice-left-item, .loan-default .loan-notice-title {
  display: none;
}
.loan-default .loan-notice-right-bg2, .loan-default .loan-notice-left-bg2, .loan-default .loan-notice-left-default {
  display: block;
}
.loan-default .loan-notice-left {
  width: 200px;
}
.loan-default .loan-notice-right {
  width: 1000px;
}
.loan-default .loan-notice-right ul {
  margin-top: 0;
}
.loan-default .loan-notice-right li {
  height: 34px;
  line-height: 34px;
}

.loan-notice-top {
  position: absolute;
  top: -225px;
  right: 0;
  z-index: -10;
}
.loan-notice-title {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.scroll-box {
  width: 100%;
  height: 180px;
  overflow: hidden;
}
.loan-default  .scroll-box {
  height: 200px;
}
.scroll-box ul {
  width: 100%;
  height: 100%;
}
.loan-notice-right li {
  width: 100%;
  height: 36px;
  line-height: 36px;
}
.loan-notice-right li > * {
  float: left;
  font-size: 16px;
}
.loan-notice-right li > p {
  width: calc(100% - 110px);
  font-weight: bold;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.loan-notice-right li > p > span {
  display: inline-block;
}
.loan-notice-right li > p > .supplierlinkName {
  max-width: 460px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.y-green {
  color: #0a8145;
}
.y-gray {
  color: #999999;
}
.y-inline-block {
  display: inline-block;
}
.loan-notice-left-item {
  height: 50%;
  margin: 0 20px;
  color: #ffffff;
}
.loan-notice-left-item:first-child {
  border-bottom: 1px solid #6ac798;
  padding-top: 50px;
}
.loan-notice-left-item  > div {
  display: table-cell;
  vertical-align: middle;
}
.loan-notice-left-item .iconfont {
  font-size: 40px;
  margin: 0 20px;
}
.loan-notice-left-item p {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}
.loan-notice-left-item span {
  font-size: 14px;
}

.loan-content-left {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  margin-right: 20px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.06);
}
.loan-content-left h1 {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  padding: 15px;
  border-bottom: 1px solid #efefef;
}
.loan-content-left h1::before {
  display: block;
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 5px;
  height: 28px;
  border-radius: 0 4px 4px 0;
  background-color: #066b38;
}
.loan-content-left ul {
  padding: 0 10px;
}
.loan-content-left li {
  cursor: pointer;
  padding: 8px 0;
  border-bottom: 1px solid #efefef;
}
.loan-content-left li:last-child {
  border-bottom: none;
}
.loan-content-left li > div {
  padding: 0 15px;
  line-height: 38px;
  height: 38px;
  border-radius: 4px;
}
.loan-content-left li span {
  float: left;
  font-size: 14px;
  font-weight: bold;
}
.loan-content-left li .iconfont:first-child {
  float: left;
  font-size: 20px;
  color: #0a8145;
  margin-right: 15px;
}
.loan-content-left li .iconfont:last-child {
  float: right;
  color: #999999;
  font-size: 14px;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform:rotate(90deg);
}
.loan-content-left .active > div, .loan-content-left li:hover > div {
  background-color: #0a8145;
}
.loan-content-left .active .iconfont:first-child, .loan-content-left li:hover .iconfont:first-child,
.loan-content-left .active .iconfont:last-child, .loan-content-left li:hover .iconfont:last-child,
.loan-content-left .active span, .loan-content-left li:hover span {
  color: #ffffff;
}


.loan-content-right {
  display: inline-block;
  vertical-align: top;
  width: 975px;
  padding: 20px 20px;
  background-color: #ffffff;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.06);
}
.loan-content-right .nodata {
  box-sizing: content-box;
}
.loan-product-info {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}
.loan-content-right > .tb {
  border: none;
  border-bottom: 1px solid #e5e5e5;
}

.loan-content-right th {
  background-color: #f0f8f4!important;
}

.loan-product-select dd {
  width: 780px;
}

.loan-product-info .an-box {
  padding: 20px;
}
.loan-notice-info-pro {
  margin-bottom: 16px;
  background-color: #ffffff;
  padding: 10px 20px;
  border-radius: 4px;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.06);
}

.notice-detail {
  font-size: 16px;
  padding: 16px 30px;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.06);
}
.notice-detail-title {
  margin: 30px 0;
  font-size: 28px;
  font-weight: bold;
}
.notice-detail-date {
  color: #999999;
}
.notice-detail-line {
  margin-top: 10px;
  width: 100%;
  height: 3px;
  background-color: green;
}
.notice-detail-line2 {
  margin-top: 2px;
  width: 100%;
  height: 1px;
  background-color: green;
}
.notice-detail h1 {
  font-size: 16px;
  font-weight: bold;
  margin: 30px 0 20px;
}
.notice-detail p {
  line-height: 32px;
  text-indent: 2em;
}
.notice-detail table {
  margin-top: 10px;
  width: 100%;
}
.notice-detail th {
  font-weight: bold;
}
.notice-detail th, .notice-detail td {
  padding: 8px 16px;
}
.y-p4 {
  text-indent: 4em!important;
}
.notice-detail a {
  display: block;
  line-height: 32px;
  width: 100%;
  padding-left: 4em;
  color: #0084ff;
}

.y-green-result-box {
  box-sizing: border-box;
  position: relative;
  padding-right: 110px;
  min-height: 100px;
}
.y-green-result-box2 {
  box-sizing: border-box;
  position: relative;
  padding-right: 220px;
  min-height: 100px;
}
.y-green-result {
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 999999999;
}
.y-green-result img {
  width: 100px;
  height: auto;
  margin-left: 10px;
}

.punish-box {
  width: 100%;
  height: 612px;
  background-image: url(../images/punish-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.punish-content-box {
  width: 1200px;
  margin: 0 auto;
}
.punish-title {
  text-align: center;
  padding: 40px 0 50px;
  font-size: 30px;
  color: #212121;
  line-height: 1;
}
.punish-content-scroll-box {
  width: 100%;
  height: 450px;
  overflow: hidden;
}
.punish-item {
  width: 100%;
  height: 128px;
  background-image: url(../images/punish-item.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px;
}
.punish-item + .punish-item {
  margin-top: 30px;
}
.punish-item-top div {
  display: inline-block;
}
.punish-item-top .punish-company {
  width: 1030px;
  font-size: 24px;
}
.punish-item-top .punish-company div {
  max-width: 900px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 32px;
  height: 32px;
  vertical-align: middle;
  font-weight: bold;
}
.punish-item-top .punish-company span {
  display: inline-block;
  height: 32px;
  margin-left: 20px;
  line-height: 32px;
  font-size: 16px;
  padding: 0 12px;
  background-color: #f94361;
  color: #ffffff;
  border-radius: 4px;
}
.unpublished {
  background-color: #777777!important;
}
.punish-item-top .punish-time {
  text-align: right;
  width: 100px;
  font-size: 16px;
  color: #999999;
}
.punish-item-bottom {
  margin-top: 15px;
}

.punish-info {
  position: relative;
  width: 35%;
  display: inline-block;
  padding-left: 10em;
  font-size: 16px;
  line-height: 16px;
  color: #212121;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.punish-info .label {
  position: absolute;
  top: 0;
  left: 0;
  width: 10em;
  text-align: right;
  color: #999999;
}
.punish-info.punish-item-center {
  width: 39% !important;
  padding-left: 8em !important;
}
.punish-info.punish-item-center .label {
  width: 8em !important;
}
.punish-info.punish-item-last {
  width: 25% !important;
}

.financing-detail-title {
  font-size: 16px;
  font-weight: bold;
}
.financing-detail-title .iconfont {
  font-size: 24px;
  margin-right: 12px;
  color: #0a8145;
}

/* itemList */
.itemList .block-title02 {
  margin: 10px 0;
}
.itemList .block-title02:before {
  top: 2px;
}
.itemList .block-title02 span,
.itemList .block-title02 em {
  vertical-align: middle;
}
.itemList .block-title02 span {
  display: inline-block;
  padding-bottom: 2px;
  font-size: 20px;
  line-height: 22px;
}
.itemList .block-title02 .tag {
  margin-left: 4px;
}
.itemList .content {
  position: relative;
  padding-bottom: 6px;
}
.itemList .btn {
  right: 20px;
  margin-top: -17px;
}
.itemList .content ul {
  width: 89%;
}
.itemList ul {
  padding-bottom: 8px;
}
.itemList li {
  float: left;
  padding-top: 8px;
  font-size: 14px;
}
.itemList .col2 li {
  width: 50%;
}
.itemList .col3 li {
  width: 33.33%;
}

.itemList li.full {
  width: 100% !important;
}
.itemList li.half {
  width: 50% !important;
}
.itemList li i,
.itemList li span,
.itemList li em {
  vertical-align: top;
}
.itemList li span {
  color: #707070;
}
.itemList li em {
  padding-right: 16px;
}

.itemList .btmContent {
  padding: 0 18px;
  margin: 0 -18px;
  border-top: 1px solid #ebebec;
}
.itemList .btmContent ul {
  padding: 4px 0;
}
.icon-time:before {
  font-size: 14px;
  content: '\e661';
}
.itemList .icon-time {
  margin-top: -1px;
  margin-right: 4px;
  color: #0a8145;
}
.itemList .y-green-result {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -35px;
}


