body {
  background: white !important;
}
body::-webkit-scrollbar{
  width: 0;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: "微软雅黑";
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* { 
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
  /* overflow: hidden; */
}

body {
  /* font-family: 'Montserrat', sans-serif; */
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
}
a{
  text-decoration:none; 
  color: black;
}
p,a,span{
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
}
a:hover{
  text-decoration:none;
}
a:active{
  text-decoration:none;
}
a:visited{
  text-decoration:none;
}
a:link{
  text-decoration:none; 
}
.greenBj{
  background: #00ce96;
}
/* login */
.loginBj{
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../img/bj.jpg) no-repeat left center;
  background-size: 100% 100%;
  overflow: hidden;
}
.loginTitle{
  width: 35%;
  position: absolute;
  left: 8%;
  top: 18%;
}
.loginTitle img{
  width: 100%;
}
.loginBox{
  width: 41.66%;
  min-width: 570px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../img/bj_1.jpg) no-repeat center bottom;
  background-size: cover;
}
.loginBox_0{
  background: url(../img/bj_2.jpg) no-repeat left center;
  background-size: cover;
}
.switch{
  width: 310px;
  height: 45px;
  margin-bottom: 30px;
  cursor: pointer;
  user-select: none;
}
.switchLi{
  float: left;
  height: 45px;
  line-height: 40px;
  color: #313883;
  font-size: 18px;
  text-align: center;
  width: 155px;
  background: #eeeeee;
  transition: all 0.3s;
}
.switchLiDh{
  background: none;
  background:url(../images/switch.png) no-repeat center;
  color: #f5f5f8;
  background-size: cover;
}
.loginLogo{
  width: 390px;
  margin: 0 auto;
  margin-top: 180px;
}
.login{
  width: 380px;
  margin: 0 auto;
  margin-top: 70px;
  overflow: hidden;
}
.loginLogoP{
  text-align: center;
  color: #222979;
  font-size: 26px;
  font-weight: bold;
  text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
  margin-top: 30px;
}
.hello{
width: 100%;  
height: 94px;
}
.hello p:nth-child(1){
  font-size: 24px;
  color: #232a7a;
  font-weight: bold;
}
.hello p:nth-child(2){
  font-size: 14px;
  color: #919191;
  margin-top: 15px;
}
.loginTip{
  width: 100%;
  height: 43px;
}
.loginTip img{
  float: left;
  width: 17px;
  height: 17px;
  margin-right : 10px;
}
.loginTipP{
  float: left;
}
.loginUser{
  color: #7f7f7f;
  font-size: 14px;
  width: 100%;
  height: 22px;
}
.userInp{
  outline: none; 
  -webkit-appearance: none; 
  width: 305px;
  height: 40px;
  border: 1px solid #e5e5e5;
  text-indent: 2em;
  margin-bottom: 20px;
  color: #232a7a;
  font-size: 14px;
}
.passwordBox{
  height: 17px;
  width: 305px;
  margin-bottom: 30px;
}
.password_1{
  float: left;
  width: 50%;
  height: 17px;
}
.password_1 input{
  margin-right: 10px;
}
.password_1 label{
  font-size: 14px;
  -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
}
.password_2{
  width: 50%;
  float: left;
  text-align: right;
  font-size: 14px;
}
.password_2 a{
  color: black;
}
.btn{
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  outline: none;
  width: 160px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  color: white;
  font-size: 18px;
  background: linear-gradient(to right, #349834 , #232b79); 
  /* background:red; */
  margin-bottom: 23px;
}
.registerBtn{
  font-size: 14px;
  width: 100%;
  color: #888888;
  height: 70px;
}
.registerSpan{
  color: #0c81e7;
  -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    cursor: pointer;
}
.tipWord{
  width: 310px;
}
.tipWordLi{
  float: left;
  margin-left: 20px;
  color: #0c81e7;
  font-size: 14px;
}
.tipWordLi:nth-child(1){
  margin-left: 0;
}
.tipWordLi a{
  color: #0c81e7;
}
.register{
  width: 1140px;
  margin: 0 auto;
  margin-top: 25px;
  /* overflow: hidden; */
  display: none;
}
.registerTitle{
  width: 100%;
  height: 45px;
}
.registerTitleP1{
  float: left;
  font-size: 24px;
  width: 50%;
  float: left;
  color: #232a7a;
  font-weight: bold;
}
.registerTitleP2{
  font-size: 14px;
  text-align: right;
  color: #888888;
}
.Sign{
  color: #0c81e7;
}
.step{
  width: 100%;
  height: 490px;
  background: white;
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.stepBox{
  width: 100%;
  height: 76px;
  position: relative;
}
.stepBoxLi{
  height: 76px;
}
.stepBoxLi1{
  width:405px;
  position: absolute;
  top: 0;
  left: 0;
  /* background:#2c962a;
  background:linear-gradient(-50deg,transparent 26px, #2c962a 0) bottom right,
  linear-gradient(-130deg,transparent 26px,#2c962a 0) top right;
  background-size: 100% 50%;
  background-repeat: no-repeat; */
  background: url(../img/step_1.png) no-repeat center;
  /* background-size: 100% 100%; */
}
.stepBoxLi2{
  width: 431px;
  position: absolute;
  top: 0;
  left: 375px;
  /* background:#fdae19;
  background:linear-gradient(-45deg,transparent 27px, #fdae19 0) bottom right,
  linear-gradient(-135deg,transparent 27px,#fdae19 0) top right;
  background-size: 100% 50%;
  background-repeat: no-repeat; */
  background: url(../img/step_2.png) no-repeat center;
  /* background-size: 100% 100%; */
}
.stepBoxLi3{
  width: 372px;
  position: absolute;
  top: 0;
  left: 775px;
  /* background:#dedfdf;
  background:linear-gradient(-45deg,transparent 27px, #dedfdf 0) bottom right,
  linear-gradient(-135deg,transparent 27px,#dedfdf 0) top right;
  background-size: 100% 50%;
  background-repeat: no-repeat; */
  background: url(../img/step_3.png) no-repeat center;
  /* background-size: 100% 100%; */
}
.stepBoxLi1_0{
  background: url(../img/step_01.png) no-repeat center;
  /* background-size: 100% 100%; */
}
.stepBoxLi4{
  background: url(../img/step_4.png) no-repeat center;
  /* background-size: 100% 100%; */
}
.stepBoxLi3_0{
  background: url(../img/step_03.png) no-repeat center;
  /* background-size: 100% 100%; */
}
.stepBoxP{
  text-align: center;
  height: 76px;
  line-height: 76px;
  color: #ffffff;
  font-size: 18px;
}
.stepNum{
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 1px solid white;
  border-radius: 17px;
  line-height:22px;
}
.stepOne{
  width: 390px;
  margin: 0 auto;
  margin-top: 50px;
}
.stepNameBox{
  width: 100%;
  height: 22px;
  color: #7f7f7f;
  font-size: 14px;
}
.red{
  color: red;
}
.green{
  color: green;
}
.greenBorder{
  border: 1px solid green !important;
}
.redBorder{
  border: 1px solid red !important;
}
.stepInpBox{
  height: 40px;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.stepInp{
  outline: none; 
  -webkit-appearance: none; 
  width: 100%;
  height: 40px;
  border: 1px solid #e5e5e5;
  text-indent: 2em;
  margin-bottom: 20px;
  color: #232a7a;
  font-size: 14px;
}
.stepTip{
  height: 40px;
  width:300px;
  position: absolute;
  top: 0;
  left: 400px;
}
.stepTip img,.stepTip2 img{
  float: left;
  margin-top: 11px;
}
.stepTip p,.stepTip2 p{
  float: left;
  margin-left: 10px;
  line-height: 40px;
}
.stepBtn{
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  outline: none;
  line-height: 40px;
  text-align: center;
  color: white;
  font-size: 18px;
  background: linear-gradient(to right, #349834 , #232b79); 
  /* background:red; */
  margin-top: 65px;
}
.stepTwo{
  width: 1045px;
  margin: 0 auto;
  margin-top: 50px;
  display: none;
}
.stepInpBox2{
  width: 600px;
}
.stepTip2{
  height: 40px;
  width: 290px;
  position: absolute;
  top: 0;
  left: 610px;
}
.stepCheckboxBox{
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.stepCheckboxBox_1{
  float: left;
  margin-left: 15px;
}
.stepCheckboxBox_1:nth-child(1){
  margin-left: 0px;
}
.stepCheckboxBox_1 label{
  margin-right: 20px;
  margin-top: 10px;
}
.upData{
  width: 80px;
  height: 80px;
  margin-top: 10px;
}
.upData img{
  width: 100%;
}
.stepTwoBtn{
  width: 700px;
  margin: 0 auto;
  margin-top: 15px;
  overflow: hidden;
}
.backBtn{
  width: 250px;
  height: 40px;
  border: 0px solid transparent;
  outline: none;
  line-height: 40px;
  text-align: center;
  color: white;
  font-size: 18px;
  /* background: linear-gradient(to right, #349834 , #F9AC33); */
  background: #F9AC33;
  float: left;
  margin-right: 20px;
}
.stepTwoBtn1{
  width: 390px;
  height: 40px;
  border: 0px solid transparent;
  outline: none;
  line-height: 40px;
  text-align: center;
  color: white;
  font-size: 18px;
  background: linear-gradient(to right, #349834 , #232b79);
  float: left;
}
.stepThr{
  width: 800px;
  margin: 0 auto;
  margin-top: 50px;
  display: none;
}
.stepThrBox{
  width: 100%;
  overflow: hidden;
}
.stepThrBox:nth-child(6){
  margin-bottom: 40px;
}
.stepThrP{
  float: left;
  width: 100px;
  text-align: right;
  line-height: 40px;
  margin-right: 10px;
}
.stepThrInt{
  outline: none; 
  -webkit-appearance: none; 
  width: 305px;
  height: 40px;
  border: 1px solid #e5e5e5;
  text-indent: 2em;
  margin-bottom: 20px;
  color: #232a7a;
  font-size: 14px;
  float: left;
}
.stepThrTip{
  float: left;
  margin-left: 10px;
}
.stepThrTip img{
  float: left;
  width: 17px;
  height: 17px;
  margin-right : 10px;
  margin-top: 10px;
}
.stepThrTip p{
  float: left;
  line-height: 40px;
}
.messageBtn{
  float: left;
  margin-left: 10px;
  width: 140px;
  height: 40px;
  background: #0c81e7;
  color: white;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}
.stepTipSpan{
  color: red;
}
.stepTipImg{
  display: none;
}
/* background */
.background{
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(../img/indexBj.png) no-repeat center top;
  /* background-size: cover; */
  background-size: 100% 100%;
  background-position: 0px 60px;
}
.backgroundBox{
  /* width: 100%;
  height: 100%;*/
  background: white; 
  width: 96.875%;
  margin: 0 auto;
  margin-right: 1.5625%;
  height: 800px;
  overflow: hidden;
}
.indexHeadIBot{
  position: absolute;
  width: 100px;
  top: 40px;
  right: -15px;
  background: white;
}
.indexHeadIBotLi{
  width: 100%;
  width: 100%;
  font-size: 14px;
    /* height: 30px; */
  height: 0;
  overflow: hidden;
  line-height: 30px;
  /* text-indent: 10px; */
  text-align: center;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.indexHeadIBotLi:hover{
  background: #09b7ff;
  color: white;
}
.indexHeadIBotLi:hover a{
  color: white;
}
/* login */
.red{
  color: red;
}
.green{
  color: green;
}
.greenBorder{
  border: 1px solid green !important;
}
.redBorder{
  border: 1px solid red !important;
}
/* 后台首页index */
.menuBox{
  /* height: 100%; */
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  /* overflow: hidden; */
}
.menuOne{
  width: 60px;
  /* height: 100%; */
  height: 60px;
  background: #183563;
  overflow: hidden;
  float: left;
  /* border-right: 1px solid rgba(255, 255, 255, 0.3); */
}
.menuOneLiTop{
  margin-top: 25px;
}
.menuOneLiHead{
  width: 100%;
  height: 60px;
  background: #2f5597;
  overflow: hidden;
  color: white;
  /* text-align: center; */
  padding-left: 17px;
  line-height: 60px;
}
.menuOneLiHead span{
  font-size: 26px;
}
.menuOneLiHead img{
  display: block;
  width: 24px;
  margin-left: 20px;
  margin-top: 20px;
}
.menuOneLi{
  width: 160px;
  color: white;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
}
.menuOneLi:hover{
  background: #04264a;
  border-left: 2px solid #4ea4f4;
}
.menuOneLi span:nth-child(1){
  margin-left: 20px;
  font-size: 20px;
}
.menuOneLi span:nth-child(2){
  margin-left: 15px;
  font-size: 14px;
}
.menuTwo{
  float: left;
  width: 0px;
  height: 100%;
  background: #1f3b66;
  /* border-left: 1px solid rgba(255, 255, 255, 0.5); */
  overflow: hidden;
}
.menuTwoUl{
  width: 100%;
  height: 100px;
  display: none;
}
.menuTwoLi{
  width: 100%;
  color: white;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
  text-indent: 15px;
}
.menuTwoLi:hover{
  background: #04264a;
}

.navigation{
  height: 60px;
  width: 100%;
  background: white;
  z-index: 1;
}
.indexLogo{
  margin: 17px 0 0 70px;
  float: left;
}
.indexLogo img{
  float: left;
}
.indexLogo p{
  float: left;
  font-size: 20px;
  color: #232a7a;
  font-weight: bold;
  margin-left: 7px;
}
.indexUser{
  float: right;
  position: relative;
}
.indexSearch{
  float: left;
  margin-right: 30px;
  margin-top: 18px;
}
.indexSearch input{
  width:0px;
  outline:none;
  border:0;
  border-radius: 10px;
  border: 0px solid rgba(0, 0, 0, 0.5);
  text-indent: 1em;
}
.indexSearchSpan{
  font-size: 18px !important;
}
.indexUserName{
  float: left;
  margin-right: 30px;
  margin-top: 24px;
  font-size: 12px;
}
.indexHeadImgBox{
  float: left;
  margin-right: 30px;
  margin-top: 15px;
  position: relative;
}
.indexHeadImg{
  float: left;
}
.headDown{
  float: left;
  margin-top: 10px;
  margin-left: 5px;
}
.Bread{
  /* width: 100%;
  margin: 0 auto;
  height: 60px;
  line-height: 60px;
  font-size: 12px;
  color: #232a7a; */
  width: 96.875%;
  margin: 0 auto;
  margin-right: 1.5625%;
  font-size: 12px;
  color: #232a7a;
  height: 60px;
  line-height: 60px;
}
.Bread a{
  color: #232a7a;
}
.indexBox{
  /* height: 860px;
  float: right;
  overflow: hidden;

  width: 96.875%;
  margin: 0 auto;
  margin-right: 1.5625%; */
  width: 100%;
  height: 860px;
  /* float: right; */
  overflow: hidden;
}
.indexTop{
  width: 100%;
  height: 360px;
  position: relative;
  z-index: 999;
}
.indexTopLeft{
  float: left;
  width: 64%;
  height: 360px;
  background: white;
  /* position: relative; */
  position: absolute;
  top: 0;
  left: 0;
}
.iltTitle{
  width: 96.5%;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  color: #717171;
  font-weight: bold;
  font-size: 18px;
}
.iltTitle1{
  width: 93.5%;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  color: #717171;
  font-weight: bold;
  font-size: 18px;
}
.iltTitle2{
  width: 95.5%;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  color: #717171;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}
.iltXa{
  width: 87.5%;
  height: 160px;
  margin: 0 auto;
  position: relative;
  /* background: #f1f1f4; */
  border: 1px solid rgba(0, 0, 0, 0);
}
.iltXa:nth-child(3){
  margin-top: 20px;
}
.iltXaImg{
  display: block;
  margin: 0 auto;
  height: 110px;
  margin-top: 10px;
}
.iltXaP{
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}
.iltUl{
  width: 96.5%;
  margin: 0 auto;
  height: 260px;
  overflow: hidden;
  display: none;
  /* overflow-y: scroll; */
  /* display: flex;
  justify-content:center;
  align-items:Center; 
  justify-content: space-between; */
}
.iltUl::-webkit-scrollbar{
  width: 0;
}
.iltLi{
  /* width: 260px; */
  /* width: 272px; */
  width: 23.5%;
  height: 120px;
  margin-left: 20px;
  float: left;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}
.iltLi:nth-child(1){
  margin-top: 0;
}
.iltLi:nth-child(2){
  margin-top: 0;
}
.iltLi:nth-child(3){
  margin-top: 0;
}
.iltLi:nth-child(4){
  margin-top: 0;
}

.iltLi:nth-child(4n+1){
  margin-left: 0;
}
.topOne{
  position: absolute;
  top: -5px;
  right: 13px;
}
.iltLiImg{
  float: left;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  background: url(../img/iltLi.png) no-repeat center;
  background-size: 100% 100%;
  color: #ff637b;
  margin: 55px 0px 0 30px;
}
.iltLiImg span{
  font-size: 45px;
}
.iltLiNum{
  float: left;
  margin-left: 45px;
  margin-top: 65px;
  color: white;
}
.iltLiNum p:nth-child(1){
  font-size: 36px;
  font-weight: bold;
}
.iltLiNum p:nth-child(2){
  font-size: 18px;
}
.indexLeftBto{
  height: 410px;
  width: 100%;
  margin-top: 30px;
  /* background: white; */
}
.ilbLeft{
  float: left;
  height: 410px;
  /* width: 320px; */
  width: 30%;
  background: white;
}
.ilbRight{
  float: left;
  height: 410px;
  /* width: 320px; */
  width: 69%;
  background: white;
  margin-left: 1%;
  position: relative;
}
.charts{
  width: 96.5%;
  height: 300px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 40px;
}
.charts img{
  width: 100%;
  height: 100%;
}
.indexBto{
  width: 100%;
  height: 410px;
  margin-top: 30px;
}
.indexRightTop{
  width: 100%;overflow: hidden;
  background: white;
  padding-bottom: 20px;
}
.indexBtoLeft{
  width: 49%;
  height: 410px;
  background: white;
  float: left;
}
.indexBtoRight{
  width: 49%;
  height: 410px;
  background: white;
  float: right;
}
.irtUl{
  width: 93.5%;
  margin: 0 auto;
  height: 370px;
}
.irtLi{
  min-width: 280px;
  width: 48%;
  height: 110px;
  background: #f1f1f4;
  float: right;
  margin-top: 20px;
}
.irtLi:nth-child(1){
  margin-top: 0;
}
.irtLi:nth-child(2){
  margin-top:0 ;
}
.irtLi:nth-child(odd){
  float: left;
}
.irtLiOne{
  float: left;
  width: 60px;
  height: 60px;
  margin: 25px 0 0 12px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
}
.irtLiOne span{
  font-size: 28px;
  color:white;
}
.irtLiOne1{
  background: #165ae4;
}
.irtLiTwo{
  float: left;
  width: 120px;
  margin: 30px 0 0 12px;
}
.irtLiTwo p:nth-child(1){
  font-size: 16px;
  color: #777777;
}
.irtLiTwo p:nth-child(2){
  font-size: 24px;
  font-weight: bold;
}
.bold{
  font-weight: bold;
  font-size: 18px;
}
.Cblue_1{
  color: #3167e5;
}
.Bblue_1{
  background: #3167e5;
  box-shadow: 0px 0px 10px 1px #3167e5;
}
.Cblue_2{
  color: #09b7ff !important;
}
.Bblue_2{
  background: #09b7ff;
  box-shadow: 0px 0px 10px 1px #09b7ff;
}
.Cblue_3{
  color: #ffb400 !important;
}
.Bblue_3{
  background: #ffb400;
  box-shadow: 0px 0px 10px 1px #ffb400;
}
.Cblue_4{
  color: #08d275 !important;
}
.Bblue_4{
  background: #08d275;
  box-shadow: 0px 0px 10px 1px #08d275;
}
.Cblue_5{
  color: #fe3058 !important;
}
.Bblue_5{
  background: #fe3058;
  box-shadow: 0px 0px 10px 1px #fe3058;
}
.Cblue_6{
  color: #ff7200 !important;
}
.Bblue_6{
  background: #ff7200;
  box-shadow: 0px 0px 10px 1px #ff7200;
}
/* 改版 */
.iltLi_1{
  background: -webkit-linear-gradient(left, #0ebdff , #0d81e7); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #0ebdff , #0d81e7); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #0ebdff , #0d81e7); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #0ebdff , #0d81e7); /* 标准的语法 */
}
.iltLi_5{
  background: -webkit-linear-gradient(left, #face02 , #f9a806); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #face02 , #f9a806); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #face02 , #f9a806); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #face02 , #f9a806); /* 标准的语法 */
}
.iltLi_6{
  background: -webkit-linear-gradient(left, #f2497c , #a71029); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #f2497c , #a71029); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #f2497c , #a71029); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #f2497c , #a71029); /* 标准的语法 */
}
.iltLi_7{
  background: -webkit-linear-gradient(left, #1faebe , #019598); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #1faebe , #019598); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #1faebe , #019598); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #1faebe , #019598); /* 标准的语法 */
}
.iltLi_4{
  background: -webkit-linear-gradient(left, #ff2f2f , #d6123a); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #ff2f2f , #d6123a); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #ff2f2f , #d6123a); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #ff2f2f , #d6123a); /* 标准的语法 */
}
.iltLi_8{
  background: -webkit-linear-gradient(left, #dac47f , #ba9b5b); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #dac47f , #ba9b5b); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #dac47f , #ba9b5b); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #dac47f , #ba9b5b); /* 标准的语法 */
}
.iltLi_2{
  background: -webkit-linear-gradient(left, #5a84e9 , #224abf); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #5a84e9 , #224abf); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #5a84e9 , #224abf); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #5a84e9 , #224abf); /* 标准的语法 */
}
.iltLi_3{
  background: -webkit-linear-gradient(left, #d776d6 , #a50da0); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #d776d6 , #a50da0); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #d776d6 , #a50da0); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #d776d6 , #a50da0); /* 标准的语法 */
}
.iltLi_9{
  background: -webkit-linear-gradient(left, #27c07c , #19a737); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #27c07c , #19a737); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #27c07c , #19a737); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #27c07c , #19a737); /* 标准的语法 */
}
.iltLiBall_1{
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 75px;
  top: 11px;
}
.iltLiBall_2{
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 89px;
  top:45px;
}
.iltLiBall_3{
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 198px;
  top:57px;
}
.iltLiBall_4{
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: -18px;
  top:-18px;
}
.iltLiBox{
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  /* display: none; */
  position: relative;
}
.iltLiBox_1{
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
/* .iltLiBox img{
  width: 51px;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}
.iltLiBox p{
  text-align: center;
  color: white;
  font-size: 16px;
  margin-top: 10px;
} */
.iltLiLeft{
  float: left;
  margin: 30px 0 0 23px;
  height: 50px;
  width: 50px;
}
.iltLiRight{
  float: left;
  margin-left: 10px;
  margin-top: 20px;
  width: 165px;
}
.iltLiRightHead{
  height: 30px;
  color: white;
  font-size: 16px;
  width: 150px;
  white-space:nowrap;
  text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  overflow: hidden;	
}
.iltLiBoxImg{
  width: 100%;
  /* height: 51px; */
}
.iltLiRightWord{
  width: 165px;
}
.iltLiRightWord1{
  float: left;
  width: 50%;
}
.iltLiRightWord2{
  float: left;
  width: 50%;
}
.iltLiRightWord1 p:nth-child(1){
  font-size: 24px;
  color: white;
  height: 35px;
  font-weight: bold;
}
.iltLiRightWord1 p:nth-child(2){
  font-size: 14px;
  color: white;
}
.iltLiRightWord2 p:nth-child(1){
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  height: 35px;
  text-align: right;
  margin-top: 5px;
}
.iltLiRightWord2 p:nth-child(2){
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  text-align: right;
}
.ilbDataBox1{
  float: left;
  width: 109px;
  height: 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  cursor: pointer;
}
.ilbDataBox1:hover p{
  font-weight: bold;
}
.ilbDataBoxP_1{
  color:white;
  font-size: 24px;
  float: left;
}
.ilbDataBoxP_2{
  color:white;
  font-size: 12px;
  float: right;
  margin-right: 8px;
  margin-top: 14px;
}
.ilbDataBoxP_3{
  color:white;
  font-size: 24px;
  float: left;
  margin-left: 8px;
}
.ilbDataBoxP_4{
  color:white;
  font-size: 12px;
  float: right;
  margin-top: 14px;
}
.ilbDataLine{
  width: 220px;
  height: 1px;
}
.moreBtn {
  width: 100%;
  position: absolute;
  bottom: 10px;
  color: #7c8ead;
  margin: 0 auto;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  cursor: pointer;
  display: none;
}
.indexLeftBto {
  height: 410px;
  width: 100%;
  margin-top: 30px;
  background: white;
}
.indexRightTop{
  width: 100%;
  height: 360px;
  overflow: hidden;
  background: white;
  background: white;
}
.indexRightBto{
  position: relative;
  overflow: hidden;
  background: white;
  margin-top: 30px;
  height: 410px;
}
.ilbUl{
  width: 96.5%;
}
.ilbLi{
  width: 100%;
}
.indexTopRight{
  float: right;
  width: 35%;
  height: 360px;
  background: white;
  position: relative;
}
.itrUl{
  width: 93.5%;
  margin: 0 auto;
  margin-top: 15px;
}
.itrLi_1{
  /* width: 280px; */
  width: 48%;
  height: 120px;
  float: left;
  background: #f1f1f4;
  /* border-right: 1px solid #d8d8db; */
}
.itrLi_1:nth-child(3){
  margin-top: 20px;
}
.itrLi_1:nth-child(2){
  margin-left: 20px;
}
.itrLi_1:nth-child(4){
  margin-top: 20px;
  margin-left: 20px;
}
.itrLiImgBox{
  float: left;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 30px 0 0 13px;
}
.itrLiImg{
  display: block;
  margin: 0 auto;
  margin-top: 15px;
}
.itrLiImgBj1{
  background: #165ae4;
  box-shadow: 0 0 10px 1px #165ae4;
}
.itrLiImgBj2{
  background: #ffb400;
  box-shadow: 0 0 10px 1px #ffb400;
}
.itrLiImgBj3{
  background: #fe3058;
  box-shadow: 0 0 10px 1px #fe3058;
}
.itrLiImgBj4{
  background: #08d275;
  box-shadow: 0 0 10px 1px #08d275;
}
.itrLiWord{
  /* float: right; */
  float: left;
  margin-left: 10px;
  width: 110px;
  margin-top: 30px;
  /* border-right: 1px solid #d8d8db; */
}
.itrLiWordBorder{
  border-right: 1px solid #d8d8db;
}
.itrLiWordP1{
  font-size: 16px;
  color: #777777;
  height: 30px;
}
.itrLiWordP2{
  font-size: 24px;
  color: #165ae4;
}
.itrLiWordP3{
  font-size: 24px;
  color: #ffb400;
}
.itrLiWordP4{
  color: #fe3058;
  font-size: 24px;
}
.itrLiWordP5{
  color: #08d275;
  font-size: 24px;
}
.itrLiP{
  float: left;
  font-size: 16px;
  font-weight: bold;
  margin-left: 15px;
  height: 120px;
  line-height: 120px;
}
.itrLiPColor1{
  color: #165ae4;
}
.itrLiPColor2{
  color: #08d275;
}
.ibfUl{
  width: 95.5%;
  margin: 0 auto;
  height: 340px;
  overflow-y: scroll;
}
.ibfUl::-webkit-scrollbar{
  width: 0;
}
.ibfLi{
  width: 100%;
  height: 70px;
  margin-top: 20px;
  background: #f2f2f8;
}
.ibfLi:nth-child(1){
  margin-top: 0;
}
.ibfLiHead{
  height: 70px;
  width: 95px;
  line-height: 70px;
  text-indent: 15px;
  color: white;
  font-size: 18px;
  font-weight: bold;
  float: left;
}
.ibfLiHead_1{
  background: linear-gradient(-65deg,transparent 20px, #ffb401 0) bottom right,
 linear-gradient(-115deg,transparent 20px,#ffb401 0) top right;
  background-size: 100% 50%;
  background-repeat: no-repeat;
}
.ibfLiHead_2{
  background: linear-gradient(-65deg,transparent 20px, #165ae4 0) bottom right,
 linear-gradient(-115deg,transparent 20px,#165ae4 0) top right;
  background-size: 100% 50%;
  background-repeat: no-repeat;
}
/* 办理中颜色 */
.listLiHead_1{
  background:linear-gradient(-65deg,transparent 20px, #165ae4 0) bottom right,
  linear-gradient(-115deg,transparent 20px,#165ae4 0) top right;
  background-size: 100% 50%;
  background-repeat: no-repeat;
}
.listLiHead_2{
  background:linear-gradient(-65deg,transparent 20px, #ffb400 0) bottom right,
  linear-gradient(-115deg,transparent 20px,#ffb400 0) top right;
  background-size: 100% 50%;
  background-repeat: no-repeat;
}
/* 已办理中颜色 */
.listLiHead_3{
  background:linear-gradient(-65deg,transparent 20px, #00ce96 0) bottom right,
  linear-gradient(-115deg,transparent 20px,#00ce96 0) top right;
  background-size: 100% 50%;
  background-repeat: no-repeat;
}
.listLiHead_4{
  width: 170px;
  background:linear-gradient(-65deg,transparent 20px, #165ae4 0) bottom right,
  linear-gradient(-115deg,transparent 20px,#165ae4 0) top right;
  background-size: 100% 50%;
  background-repeat: no-repeat;
}
.listLiHead_5{
  background:linear-gradient(-65deg,transparent 20px, #f70b48 0) bottom right,
  linear-gradient(-115deg,transparent 20px,#f70b48 0) top right;
  background-size: 100% 50%;
  background-repeat: no-repeat;
}
.listLiword{
  /* width: 500px; */
  width: 64%;
  float: left;
  margin-left: 25px;
  margin-top: 20px;
}
.NlistLiword{
  width: 59%;
  float: left;
  margin-left: 25px;
  margin-top: 12px;
}
.llwTop{
  width: 100%;
  height: 39px;
}
.NllwTop{
  width: 100%;
  height: 30px;
}
.llwTop_1{
  float: left;
  width: 100%;
  /* overflow: hidden; */
}
.llwTopP{
  max-width: 100%;
  float: left;
  font-size: 16px ;
  white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    overflow: hidden;	
}
.llwTopSpan_1{
  color: #717171;
}
.llwTopSpan_4{
  color: #717171;
  font-weight: bold;
}
.term{
  float: left;
  height: 24px;
  padding: 0 5px;
  text-align: center;
  line-height: 24px;
  color: white;
  font-size: 14px;
  margin-left: 15px;
  margin-top: -2px;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  overflow: hidden;
}
.redBj{
  background: #f70b48;
}
.yewBj{
  background: #ffb400;
}
.llwTopSpan_2{
  color: #22d09d;
  font-weight: bold;
}
.llwTopSpan_3{
  color: black;
}
.llwTopImg{
  display: block;
  float: right;
  width: 136px;
  height: 26px;
  margin-top: -3px;
}
.scoreImgSpan{
  display: block;
  float: left;
  width: 136px;
  height: 26px;
  margin-top: 0px;
}
.llwBot{
  width: 100%;
  font-size: 14px;
}
.llwbotP{
  float: left;
  color: #717171;
  margin-left: 40px;
  white-space:nowrap;
  text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  overflow: hidden;	
}
.llwbotP:nth-child(1){
  margin-left: 0;
  max-width: 35%;
}
.llwbotP:nth-child(2){
  max-width: 10%;
}
.llwbotP:nth-child(3){
  max-width: 55%;
  display: none;
}
.llwbotP span{
  font-size: 14px !important;
}
.NllwbotP{
  float: left;
  color: #717171;
  margin-left: 40px;
  max-width: 100%;
  white-space:nowrap;
  text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  overflow: hidden;	
}
.NllwbotP:nth-child(1){
  margin-left: 0;
}
.NllwbotP span{
  font-size: 14px !important;
}

.ibfLiWord{
  float: right;
  width:200px;
  margin-top: 12px;
  margin-right: 20px;
}
.ibfLiWordP1{
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  height: 30px;
  text-align: right;
}
.ibfLiWordP2{
  font-size: 14px;
  color: #717171;
  text-align: right;
}
.ibfLiWordSpan{
  color: #717171;
  font-size: 14px;
  font-weight: normal;
}
.ibfLiWordSpan1{
 color: #165ae4; 
 font-size: 14px;
 font-weight: bold;
}
.indexBtoMore{
  position: absolute;
  right: 0;
  font-size: 14px;
  top: 0;
  cursor: pointer;
  font-weight: normal;
}
.indexBtoMore a{
  color: #717171;
}
/* //详情页面 */
.appealBox{
  width: 96.875%;
  height: 800px;
  overflow-y: scroll;
  margin: 0 auto;
  padding-top: 90px;
}
.appealBox::-webkit-scrollbar{
  width: 0px;
}
.appealInformationBox{
  width: 100%;
  /* height: 590px; */
  background: white;
  overflow: hidden;
}
.appealInformationBox1{
  width: 100%;
  /* height: 80px; */
  background: white;
  overflow: hidden;
  margin-top:30px ;
}
.appealInformationBox2{
  width: 100%;
  background: white;
  overflow: hidden;
  margin-top:30px ;
}
.appealInformation{
  width: 96.39%;
  margin: 0 auto;
  overflow: hidden;
}
.aiTitle{
  width: 100%;
  height: 24px;
  margin-top: 33px;
}
.aiTitle1{
  width: 96.39%;
  margin: 0 auto;
  overflow: hidden;
}
.aiTitleBox{
  width: 96.875%;
  height: 90px;
  padding-top: 33px;
  background: white;
  position: fixed;
  top: 60px;
  z-index: 999;
}
.aiTitleP{
  float: left;
  height: 18px;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  color: #717171;
  border-left: 2px solid #165ae4;
  padding-left: 8px;
}
.aiTitleSpan{
  display: block;
  float: right;
  font-size: 16px !important;
}
.aiList{
  width: 91.43%;
  margin: 0 auto;
  margin-top: 57px;
  overflow: hidden;
}
.aiListLeft{
  width: 50%;
  float: left;
}
.aiListLi{
  height: 60px;
  width: 100%;
  font-size: 14px;
}
.aiListLi1{
  width: 100%;
  font-size: 14px;
  overflow: hidden;
  padding-bottom: 10px;
}
.aiListLiP_1{
  height: 60px;
  width: 100px;
  float: left;
  text-align: right;
  color: #787878;
}
.aiListLiP_2{
  height: 60px;
  float: left;
  margin-left: 20px;
  color: black;
}
.aiListLiP_3{
  padding-left: 20px;
  line-height: 30px;
  color: black;
  width: 715px;
  float: left;
  /* display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden; */
}
.aiListRight{
  float: right;
  width: 50%;
  float: left;
}
.aiListRightP{
  float: left;
  width: 24%;
  height: 40px;
  line-height: 40px;
  text-align: right;
  color: #a0a0a0;
  font-size: 14px;
  padding-right: 25px;
  overflow: hidden;
}
.aiListRightTable{
  width: 75%;
  height: 390px;
  text-align: right;
  float: right;
  margin-right: 5px;
}
.tdImg{
  width: 40px;
  height: 60px;
  background: url(../img/xuebi_1.png) no-repeat;
}
.tdImg1{
  background-position: 0 0;
}
.aiListRightTableLi1{
  width: 100%;
  height: 40px;
  background: #eeeeee;
}
.aiListRightTableLi2{
  width: 100%;
  height: 60px;
  line-height: 60px;
}
.aiListRightTableLi2:nth-child(3){
  border-top: 1px solid #d0d0d0;
}
.aiListRightTableLi2:nth-child(4){
  border-top: 1px solid #d0d0d0;
}
.aiListRightTableLi2:hover{
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}
.aiListRightTableLi2:hover .ailrtBox:nth-child(4) a .downloadImg{
  background:url(../img/xiazai.png) no-repeat center;
}

.ailrtBox{
  float: left;
  text-align: left;
  font-size: 14px;
  overflow: hidden;
}
.ailrtBox1{
  height: 40px;
  line-height: 40px;
}
.ailrtBox2{
  height: 60px;
  line-height: 60px;
}
.ailrtBox:nth-child(1){
  width: 135px;
  padding-left: 15px;
}
.ailrtBox:nth-child(2){
  width: 225px;
  white-space:nowrap;
  text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  overflow: hidden;	
}
.ailrtBox:nth-child(3){
  width: 160px;
}
.ailrtBox:nth-child(4){
  /* width: 60px; */
}
.ailrtBoxImg{
  margin-top: 10px;
  height: 40px;
  width: 40px;
  margin-left: 20px;
  position: relative;
  border-radius: 3px;
  text-align: center;
  color: white;
  line-height: 40px;
  font: bold;
  font-size: 12px;
  cursor: pointer;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  overflow: hidden;
}
.ailrtBoxImg1{
  background: -webkit-linear-gradient(left, #0fbdff , #0d80e7); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #0fbdff, #0d80e7); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #0fbdff, #0d80e7); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #0fbdff , #0d80e7); /* 标准的语法 */
}
.ailrtBoxImg2{
  background: -webkit-linear-gradient(left, #16d581 , #088823); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #16d581, #088823); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #16d581, #088823); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #16d581 , #088823); /* 标准的语法 */
}
.ailrtBoxImg3{
  background: -webkit-linear-gradient(left, #ff2f2f , #d6123a); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #ff2f2f, #d6123a); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #ff2f2f, #d6123a); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #ff2f2f , #d6123a); /* 标准的语法 */
}
.ailrtBoxImg4{
  background: -webkit-linear-gradient(left, #f9a806 , #face02); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #f9a806, #face02); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #f9a806, #face02); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #f9a806 , #face02); /* 标准的语法 */
}
.ailrtBoxImg5{
  background: -webkit-linear-gradient(left, #aa1767 , #eb70bb); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #aa1767, #eb70bb); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #aa1767, #eb70bb); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #aa1767 , #eb70bb); /* 标准的语法 */
}
.ailrtBoxImg6{
  background: -webkit-linear-gradient(left, #31cfd2 , #1faebe); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #31cfd2, #1faebe); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #31cfd2, #1faebe); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #31cfd2 , #1faebe); /* 标准的语法 */
}
.ailrtBoxImg0{
  background-position: 0 -180px;
}
.appealHandleBox{
  width: 100%;
  /* height: 1350px; */
  background: white;
  overflow: hidden;
  margin-top: 30px;
  padding-bottom: 1px;
}
.appealHandle{
  width: 87.22%;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 90px;
}
.stepUl{
  width: 87.22%;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 30px;
  height: auto;
  margin-bottom: 60px;
}
.stepLi{
  width: 100%;
  /* height: 100%; */
  /* min-height: 310px; */
  overflow: hidden;
}
.stepLiLeft{
  width: 15%;
  float: left;
}
.stepLiRight{
  width: 84%;
  float: right;
  overflow: hidden;
}
.slfImgLineBox{
  width: 36px;
  font-size: 36px;
  float: left;
  height: 100%;
}
.slfImgLine_2{
  width: 2px;
  margin: 0 auto;
  /* height: 310px; */
  background: #00ce96;
}
.slfImgLine_1{
  background: #165ae4;
}
.slfImgLine_3{
  background: red;
}
.slfImgLine_4{
  background: #ffb400;
}
.slrList{
  width: 99.4%;
  min-height: 220px;
  overflow: hidden;
  /* background: #f4f4f4; */
  box-shadow: 0px 0 5px 1px rgba(0, 0, 0, 0.1);
}
.slrListBox{
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 40px;
  position: relative;
}
.slrListBoxDiv{
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
}
.slrListBoxDiv1{
  width: 100%;
  overflow: hidden;
  /* margin-bottom: 40px; */
}
.abbUlP {
  float: left;
  font-size: 14px;
  color: #787878;
  margin-top: 10px;
}
.slrListBoxDiv2{
  /* width: 100%; */
  width: 1025px;
  overflow: hidden;
  /* padding-top: 40px; */
  padding-bottom: 55px;
  border-bottom: 1px solid #dddddd;
}
.slrListBoxDiv3{
  width: 100%;
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 75px;
}




.appealHandleTime{
  width: 15%;
  height: 380px;
  float: left;
}
.ahlTop{
  width: 100%;
  height: 185px;
  overflow: hidden;
  position: relative;
}
.ahlTop_q{
  width: 100%;
  height: 330px;
  overflow: hidden;
  position: relative;
}
.ahlTopWord{
  float: left;
  height: 40px;
  width: 75%;
  font-weight: bold;
  font-size: 24px;
  color: #c6c6c6;
  margin-top: 5px;
}
.ahlTopWord1{
  float: left;
  height: 40px;
  width: 75%;
  font-weight: bold;
  font-size: 24px;
  color: #c6c6c6;
  position: absolute;
  bottom: -5px;
}
.ahlTopImg{
  width: 36px;
  font-size: 36px;
  float: left;
}
.ahlTopImg1{
  width: 36px;
  font-size: 36px;
  position: absolute;
  left: 75%;
  bottom: 0;
}
.ahlTopSpan{
  display: block;
  width: 36px;
  height: 36px;
  /* color: #165ae4; */
  color: #00ce96;
  font-size: 36px !important;
  line-height: 36px;
}
.ahlTopSpan1{
  display: block;
  width: 36px;
  height: 36px;
  color: #165ae4;
  line-height: 35px;
  font-size: 36px !important;
}
.ahlTopSpan2{
  display: block;
  width: 36px;
  height: 36px;
  color: red;
  line-height: 35px;
  font-size: 36px !important;
}
.ahlTopSpan3{
  display: block;
  width: 36px;
  height: 36px;
  color: #ffb400 ;
  line-height: 35px;
  font-size: 36px !important;
}
.ahlTopLine{
  width: 2px;
  margin: 0 auto;
  height: 150px;
  background: #00ce96;
}
.ahlTopLine1{
  width: 2px;
  margin: 0 auto;
  height: 150px;
  background: #165ae4;
}
.ahlTopLine2{
  width: 2px;
  margin: 0 auto;
  height: 300px;
  background: #00ce96;
}
.appealHandleCenter{
  width: 84%;
  float: left;
  /* overflow: hidden; */
}
.ahcBox{
  width: 100%;
  min-height: 310px;
  overflow: hidden;
  /* background: #f4f4f4; */
  margin-bottom: 10px;
}
.ahcBox1{
  width: 100%;
  /* height: 800px; */
  height: 670px;
  overflow: hidden;
  /* overflow: hidden; */
  /* background: #f4f4f4; */
}
.ahcBox2{
  width: 100%;
  height: 310px;
  overflow: hidden;
  /* background: #f4f4f4; */
  margin-bottom: 10px;
}
.ahcBoxHeader{
  /* width: 100%; */
  width: 99.4%;
  height: 70px;
  box-shadow: 0px 0 5px 1px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
  /* margin-right: 10px; */
  background: white;
  /* margin-left: 5px; */
}
.ahcBoxHeader:nth-child(1){
  margin-top: 5px;
}
.ahcBoxHead{
  height: 70px;
  width: 105px;
  line-height: 70px;
  text-indent: 20px;
  color: white;
  font-size: 18px;
  font-weight: bold;
  float: left;
}
.ahcBoxHead1{
  background:linear-gradient(-65deg,transparent 20px, #165ae4 0) bottom right,
  linear-gradient(-115deg,transparent 20px,#165ae4 0) top right;
  background-size: 100% 50%;
  background-repeat: no-repeat;
}
.ahcBoxHead2{
  background:linear-gradient(-65deg,transparent 20px, #08d275  0) bottom right,
  linear-gradient(-115deg,transparent 20px,#08d275  0) top right;
  background-size: 100% 50%;
  background-repeat: no-repeat;
}
.ahcBoxHead3{
  background: linear-gradient(-65deg,transparent 20px, #ffb400 0) bottom right,
  linear-gradient(-115deg,transparent 20px,#ffb400 0) top right;
     background-size: 100% 50%;
     background-repeat: no-repeat;
}

.aiTitlePBox{
  width: 130px;
  float: left;
  height: 24px;
  position: relative;
}
.aiTitlePBox:nth-child(2){
  margin-left: 15px;
  width: 110px;
}
.aiTitleWord{
  float: left;
  height: 24px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #717171;
  border-left: 2px solid #165ae4;
  padding-left: 8px;
  position: relative;
  z-index: 9;
}
.aiTitlePBoxBj{
  width: 0%;
  height: 24px;
  background: #165ae4;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.aiTitlePBox:nth-child(1) .aiTitleWord{
  color: white;
}
.aiTitlePBox:nth-child(1) .aiTitlePBoxBj{
  width: 100%;
}
.ahcBoxHeadWord{
  width: 77%;
  font-size: 18px;
  line-height: 70px;
  height: 70px;
  margin-left: 20px;
  float: left;
  white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    overflow: hidden;	
}
.ahcBoxHeadWord span{
  display: block;
  float: left;
  margin-right: 10px;
}
.sighSpan{
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: white;
  text-align: center;
  line-height: 24px;
  background: #ffb401;
  margin-top: 25px;
}
.ahcBoxHeadWord span:nth-child(1){
  color: #707070;
}
.ahcBoxHeadWordAi{
  width: 145px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #165ae4;
  font-size: 18px;
  border-radius: 20px;
  background: #eeeeee;
  margin-top: 15px;
}
.redFont_1{
  color: red;
  font-size: 24px !important;
  line-height: 70px !important;
}
.ahcBoxHeadBtn{
  float: right;
  line-height: 70px;
  height: 70px;
}
.ahcBoxHeadBtnSpan{
  font-size: 18px;
  font-weight: bold;
}
.ahcBoxHeadBtnIcon{
  color: #a0a0a0;
  font-size: 18px !important;
  margin-right: 25px;
}
.ahcBoxList{
  width: 100%;
  height: 240px;
  overflow: hidden;
  background: #f4f4f4;
}
.ahcBoxListUl{
  margin: 45px 0 0 80px;
}
.ahcBoxListLi{
  height: 60px;
  font-size: 14px;
}
.ahcBoxListLi1{
  width: 100%;
  height: 175px;
}
.ahcBoxListLiP1{
  width: 80px;
  float: left;
  text-align: right;
  color: #787878;
}
.ahcBoxListLiP2{
  float: left;
  color: black;
  margin-left: 10px;
}
.ahcBoxListLiP3{
  width: 80px;
  float: left;
  text-align: right;
  color: #787878;
  margin-top: 10px;
}
.ahcBoxBot{
  width: 100%;
  /* height: 730px; */
  /* height: 535px; */
}
.ahcBoxBotUl{
  padding: 40px 75px 0 75px;
  background: #f4f4f4;
  position: relative;
}
.ahcBoxBotLi{
  /* width: 100%; */
  width: 1025px;
  /* margin-top: 20px; */
  overflow: hidden;
  padding-bottom: 20px;
  margin-top: 20px;
}
.ahcBoxBotLi:nth-child(1){
  height: 300px;
  border-bottom: 1px solid #dddddd;
}
.ahcBoxBotLi:nth-child(2){
  height: 50px;
}
.ahcBoxBotLi:nth-child(3){
  height: 205px;
  width: 1005px;
  border-bottom: 1px solid #dddddd;
}
/* .ahcBoxBotLi:nth-child(4){
  width: 100%;
  height: 200px;
  margin-top: 50px;
}
.ahcBoxBotLi:nth-child(5){
  width: 100%;
  height: 75px;
} */
.upload{
  float: left;
  margin-left: 25px;
}
.uploadLi{
  float: left;
  width: 40px;
  height: 40px; 
  margin-right: 30px;
  background: url(../img/xuebi_1.png) no-repeat;
  position: relative;
}
/* .uploadLi:nth-child(2){
  box-shadow: 0 3px 5px 1px #c5e6ff;
  background-position: 0 0;
}
.uploadLi:nth-child(3){
  background-position: 0 -60px;
  box-shadow: 0 3px 5px 1px #b9ecd3;
}
.uploadLi:nth-child(4){
  box-shadow: 0 3px 5px 1px #fdb6b9;
  background-position: 0 -120px;
} */
.uploadLi:nth-child(1){
  background-position: 0 -240px;
  box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.1);
}
.ahcTextarea{
  margin-left: 15px;
  width: 900px;
  height: 175px;
  float: left;
  border: 0px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  text-align: left;
  outline:none;
  resize:none;
  font-size: 14px;
  text-indent: 2em;
  line-height: 20px;
}
.ahcBoxBotLiBtn{
  float: left;
  margin-left: 40px;
  height: 60px;
  width: 170px;
  background: #00ce96;
  color: white;
  text-align: center;
  border-radius: 5px;
  font-size: 18;
  line-height: 60px;
}
.ahcBoxBotLiBtn span:nth-child(1){
  font-size: 28px;
  display: block;
  float: left;
  height: 60px;
  line-height: 60px;
  margin-left: 22px;
}
.ahcBoxBotLiBtn span:nth-child(2){
  font-size: 18px;
  display: block;
  float: left;
  margin-left: 10px;
}
.ahcBtn{
  width: 87.22%;
  height: 50px;
  margin: 0 auto;
  margin-top: 75px;
  overflow: hidden;
  margin-bottom: 50px;
}
.ahcBtn_1{
  height: 50px;
  width: 160px;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
  /* background: url(../img/ahcBtn_1.png) no-repeat center; */
  color: white;
  float: left;
  margin-left: 15%;
  box-shadow: 0 0 5px 1px #acd5f7;
  cursor: pointer;
  background: -webkit-linear-gradient(left, #0b8ff5 , #0d80e7); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #0b8ff5, #0d80e7); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #0b8ff5, #0d80e7); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #0b8ff5 , #0d80e7); /* 标准的语法 */
  border-radius: 5px;
  box-shadow: 1px  1px 8px 1px #0b8ff5;
}
.ahcBtn_2{
  height: 50px;
  width: 160px;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
  color: white;
  margin-left: 30px;
  float: left;
  box-shadow: 0 0 5px 1px #bde8d4;
  cursor: pointer;
  background: -webkit-linear-gradient(left, #31cfd2 , #87dce5); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #31cfd2, #87dce5); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #31cfd2, #87dce5); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #31cfd2 , #87dce5); /* 标准的语法 */
  border-radius: 5px;
  box-shadow: 1px  1px 8px 1px #31cfd2;
}
.ahcBtn_3{
  height: 50px;
  width: 160px;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
  color: white;
  margin-left: 30px;
  float: left;
  box-shadow: 0 0 5px 1px #bde8d4;
  cursor: pointer;
  background: -webkit-linear-gradient(left, #55e575 , #28c17d); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #55e575, #28c17d); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #55e575, #28c17d); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #55e575 , #28c17d); /* 标准的语法 */
  border-radius: 5px;
  box-shadow: 1px  1px 8px 1px #55e575;
}
.abbBox{
  float: left;
  margin-left: 25px;
  width: 235px;
  height: 185px;
}
.abbBoxImg{
  display: block;
  width: 120px;
  height: 100px;
  margin-bottom: 15px;
}
.abbBoxP{
  color: #bbbaba;
  font-size: 14px;
  line-height: 23px;
}
.abbUl{
  width: 615px;
  /* height: 300px; */
  text-align: right;
  float: left;
  margin-left: 65px;
  margin-bottom: 40px;
}
.abbLiImg{
  width: 40px;
  height: 40px;
  margin-top: 10px;
  background: #c3c3c3;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
}
.abbLiImg span{
  font-size: 24px !important;
  color: white;
}
.downloadImg{
  width: 40px;
  height: 40px;
  background: url(../img/xuebi_1.png) no-repeat;
  background-position: 0 -180px;
  margin-top: 10px;
}
.snlWord{
  width: 905px;
  float: left;
  margin-left: 30px;
  margin-top: 5px;
  /* overflow: hidden; */
  background: white;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  padding-bottom: 35px;
  position: relative;
  border-radius: 5px;
}
.headUserSan:after {
  position: absolute;
  display: inline-block;
  top: 20px;
  left: -10px;
  width: 0;
  height: 0px;
  content: '';
  border-style: solid;
  border-width: 10px;
  border-color: #fff #fff transparent transparent;
  transform: rotate(225deg);
  box-shadow: 2px -2px 50px rgba(0, 0, 0, 0.1);
}
.snlTime{
  width: 650px;
  margin-left: 20px;
  color: #8d8d8d;
  height: 30px;
  margin-top:20px;
  font-size: 12px;
}
.snlContent{
  width: 700px;
  margin-left: 20px;
  overflow: hidden;
}
.snlContent_1{
  color: #8d8d8d;
  font-size: 14px;
  width: 50px;
  text-align: right;
  float: left;
  line-height: 30px;
  margin-right: 15px;
}
.snlContent_2{
  width: 580px;
  float: left;
  /* margin-left: 15px; */
  font-size: 14px;
  line-height: 30px;
}
/* 改版 */
.iltLi_1{
  background: -webkit-linear-gradient(left, #0ebdff , #0d81e7); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #0ebdff , #0d81e7); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #0ebdff , #0d81e7); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #0ebdff , #0d81e7); /* 标准的语法 */
}
.iltLi_5{
  background: -webkit-linear-gradient(left, #face02 , #f9a806); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #face02 , #f9a806); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #face02 , #f9a806); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #face02 , #f9a806); /* 标准的语法 */
}
.iltLi_6{
  background: -webkit-linear-gradient(left, #f2497c , #a71029); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #f2497c , #a71029); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #f2497c , #a71029); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #f2497c , #a71029); /* 标准的语法 */
}
.iltLi_7{
  background: -webkit-linear-gradient(left, #1faebe , #019598); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #1faebe , #019598); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #1faebe , #019598); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #1faebe , #019598); /* 标准的语法 */
}
.iltLi_4{
  background: -webkit-linear-gradient(left, #ff2f2f , #d6123a); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #ff2f2f , #d6123a); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #ff2f2f , #d6123a); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #ff2f2f , #d6123a); /* 标准的语法 */
}
.iltLi_8{
  background: -webkit-linear-gradient(left, #dac47f , #ba9b5b); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #dac47f , #ba9b5b); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #dac47f , #ba9b5b); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #dac47f , #ba9b5b); /* 标准的语法 */
}
.iltLi_2{
  background: -webkit-linear-gradient(left, #5a84e9 , #224abf); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #5a84e9 , #224abf); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #5a84e9 , #224abf); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #5a84e9 , #224abf); /* 标准的语法 */
}
.iltLi_3{
  background: -webkit-linear-gradient(left, #d776d6 , #a50da0); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #d776d6 , #a50da0); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #d776d6 , #a50da0); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #d776d6 , #a50da0); /* 标准的语法 */
}
.iltLi_9{
  background: -webkit-linear-gradient(left, #27c07c , #19a737); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #27c07c , #19a737); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #27c07c , #19a737); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #27c07c , #19a737); /* 标准的语法 */
}
.iltLiBall_1{
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 75px;
  top: 11px;
}
.iltLiBall_2{
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 89px;
  top:45px;
}
.iltLiBall_3{
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 198px;
  top:57px;
}
.iltLiBall_4{
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: -18px;
  top:-18px;
}
.iltLiBox{
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  /* display: none; */
  position: relative;
}
.iltLiBox_1{
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.ilbData{
  width: 220px;
  height: 90px;
  margin: 0 auto;
  margin-top: 18px;
}
.ilbDataBox{
  height: 40px;
  width: 100%;
}
.ilbDataBox:nth-child(3){
  margin-top: 10px;
}
.ilbDataBox .ilbDataBox1:nth-child(2){
  border-right: 1px solid rgba(255, 255, 255, 0);
}
.AIbox{
  width: 350px;
  height: 185px;
  position: absolute;
  background: white;
  border-radius: 7px;
  box-shadow: -4px -2px 25px 2px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 99;
}
.AIbox_1{
  top: -11px;
  left: 310px
}
.AIbox_2{
  top: -11px;
  left: 310px
}
.AIboxSan:after {
  position: absolute;
  display: inline-block;
  top: 40px;
  left:-10px;
  width: 0;
  height: 0px;
  content: '';
  border-style: solid;
  border-width: 10px;
  border-color: #fff #fff transparent transparent;
  transform: rotate(225deg);
  box-shadow: 2px -2px 50px rgba(0, 0, 0, 0.1);
}
.AIboxCenter{
  width: 300px;
  margin: 0 auto;
  margin-top: 30px;
}
.AIboxP_1{
  font-size: 16px;
  color: black;
  height: 30px;
  width: 100%;
}
.AIboxP_2{
  font-size: 16px;
  height: 30px;
}
.AIboxP_2 a{
  color: #0087ff;
}
.AIboxP_2 a span{
  color: red;
}
.overtime{
  width: 170px;
  height: 140px;
  float: right;
  border-radius: 5px;
  background: #f70b48;
  position: absolute;
  right: 0;
}
.overtimeP_1{
  font-size: 38px;
  font-weight: bold;
  color: white;
  text-align: center;
  margin-top: 35px;
}
.overtimeSpan_1{
  font-size: 22px;
  color: white;
}
.overtimeSpan_2{
  font-size: 16px;
  color: white;
}
.overtimeP_2{
  font-size: 18px;
  color: white;
  text-align: center;
  margin-top: 10px;
}
.overtime_1{
  width: 170px;
  height: 140px;
  float: right;
  border-radius: 5px;
  background: #ffb401;
  position: absolute;
  right: 0;
}
.overtime_3{
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: white;
  color: #ffb401;
  position: absolute;
  left: 17px;
  top: 14px;
  text-align: center;
  line-height: 24px;
}
.slrListLeftWord{
  width: 80px;
  float: left;
  text-align: right;
  color: #787878;
  margin-top: 20px;
}
.ahcBoxBotLi .overtime_1{
  margin-right: 50px;
}
.ahcBoxBotLi .overtime{
  margin-right: 55px;
}
/* 倒计时模块 */
.AiTime{
  width: 1400px;
  height: 175px;
  margin-top: 20px;
  margin-left: 220px;
}
.AiTimeImg{
  float: left;
  display: block;
  height: 120px;
}
.AiTimeWord{
  float: left;
  margin: 45px 0 0 20px;
}
.AiTimeWord p:nth-child(1){
  color: #049eff;
  font-size: 24px;
  height: 40px;
}
.AiTimeWord p:nth-child(2){
  color: black;
  font-size: 24px;
}
.AiTimeBox{
  width: 575px;
  float: left;
  margin-top: 70px;
  position: relative;
}
/* 倒计时 */
.countdownHolder{
	width:575px;
	margin:0 auto;
	font: 40px/1.5 'Open Sans Condensed',sans-serif;
	text-align:center;
	letter-spacing:-3px;
}

.position{
	display: inline-block;
	height: 1.6em;
	overflow: hidden;
	position: relative;
	width: 1.05em;
}

.digit{
	position:absolute;
	display:block;
	width:1em;
	background-color:#631c2a;
	border-radius:0.2em;
	text-align:center;
	color:#fff;
	letter-spacing:-1px;
}

.digit.static{
	box-shadow:1px 1px 1px rgba(4, 4, 4, 0.35);
	
	background-image: linear-gradient(bottom, #3A3A3A 50%, red 50%);
	background-image: -o-linear-gradient(bottom, #3A3A3A 50%, red 50%);
	background-image: -moz-linear-gradient(bottom, #3A3A3A 50%, red 50%);
	background-image: -webkit-linear-gradient(bottom, #3A3A3A 50%, red 50%);
	background-image: -ms-linear-gradient(bottom, #3A3A3A 50%, red 50%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.5, #d7123a),
		color-stop(0.5, #ff2f2f)
	);
}
/* .countDiv{
	display:inline-block;
	width:16px;
	height:1.6em;
	position:relative;
} */
.countDiv:before,
.countDiv:after{
	position:absolute;
	width:5px;
	height:5px;
	background-color:#444;
	border-radius:50%;
	left:50%;
	margin-left:-3px;
	top:0.5em;
	box-shadow:1px 1px 1px rgba(4, 4, 4, 0.5);
  content:'';
  display: none;
}
.countDiv:after{
  top:0.9em;
}
.countDays,.countHours,.countMinutes{
  display: block;
  float: left;
  margin-left: 40px !important;
}

.AiTimeP{
  position: absolute;
  top: 15px;
  left: 140px;
}
.AiTimeP p:nth-child(1){
  float: left;
  margin-left: 0;
}
.AiTimeP p{
  float: left;
  color: red;
  font-weight: bold;
  font-size: 24px;
  margin-left: 109px;
}
.ablBorder{
  border-bottom: 1px solid #dddddd;
}
.back{
  display: block;
  float: right;
  color: black;
  font-size: 24px !important;
  margin-left: 15px;
  margin-top: -5px;
  cursor: pointer;
}
.dataEnd{
  width: 93%;
  margin: 0 auto;
  margin-top: 40px;
  height: 100px;
}
.dataEndP{
  font-size: 24px;
  color: #0c81e8;
  font-weight: bold;
  float: left;
  line-height: 70px;
}
.Wdate{
  width: 285px;
  height: 70px !important;
  outline: none;
  background: none;
  border: 0;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  float: left;
  margin-left: 20px;
  border-radius: 3px;
  font-size: 18px;
  text-indent: 15px;
}
.dataEndSpan{
  display: block;
  float: left;
  font-size: 32px !important;
  color: #0087ff;
  margin-left: 15px;
  line-height: 70px;
}
.Wdate{
  width: 285px;
  height: 70px;
  outline: none;
  background: none;
  border: 0;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  float: left;
  margin-left: 20px;
  border-radius: 3px;
	outline:none;
	background:url(../js/skin/1.png) no-repeat right;
	background-position-x: 145px;
	border: 1px solid white !important;
  color: #0087ff;
	float: left;
}
.Wdate::-ms-clear{display:none;}
.dataEndOk{
  height: 70px;
  width: 160px;
  font-size: 18px;
  color: white;
  background: #0087ff;
  text-align: center;
  line-height: 70px;
  border-radius: 5px;
  float: left;
  margin-left: 20px;
}
.dataEndP1{
  float: left;
  height: 70px;
  font-size: 14px;
  color: #939393;
  line-height: 75px;
  margin-left: 10px;
}


.slrListLi{
  width: 100%;
  height: 65px;
}
.slrListLi_1{
  width: 100%;
  height: 150px;
  margin-bottom: 40px;
}
.slrListLi_2{
  height: 50px;
  margin-left: 140px;
  margin-bottom: 50px;
}
.slrListLi_2 .ahcBtn_1{
  margin-left: 0;
}
.liPLeft{
  width: 115px;
  float: left;
  text-align: right;
  line-height: 40px;
}
.liPRight{
  float: left;
  height: 40px;
  width: 290px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  margin-left: 25px;
  position: relative;
  background: white;
}
.liPRightP{
  line-height: 40px;
  font-size: 14px;
  color: #bbbaba;
  margin-left: 15px;
  width: 200px;
  float: left;
}
.liPRightImg{
  float: right;
  margin:15px 15px 0 0;
}
.liPRightUl{
  position: absolute;
  top: 40px;
  left: 0;
  width: 290px;
  display: none;
}
.liPRightLi{
  /* height: 40px; */
  width: 290px;
  border:1px solid #dcdcdc;
  border-top:0px solid #dcdcdc;
  background: white;
  line-height: 40px;
  text-indent: 15px;
  font-size: 14px;
  color: #bbbaba;
  overflow: hidden;
  height: 0;
}
.liPRightLi:hover{
  background: #0087ff;
  color: white;
  cursor: pointer;
}
.liPLeftNameUl{
  float: left;
  margin-left: 25px;
  height: 65px;
}
.liPLeftNameLi{
  width: 115px;
  height: 30px;
  float: left;
  margin-left: 20px;
  border-radius: 15px;
  overflow: hidden;
  background: #dcdcdc;
}
.liPLeftNameLi:nth-child(1){
  margin-left: 0;
}
.liPLeftNameLiImg{
  display: block;
  float: left;
  height: 30px;
  width: 30px;
}
.liPLeftNameLiP{
  float: left;
  width: 55px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: black;
  font-size: 14px;
}
.liPLeftNameLiSpan{
  float: left;
  line-height: 30px;
  color: white;
  display: none;
}
.liPRightInp{
  float: left;
  margin-left: 25px;
  width: 170px;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #ffb401;
  border-radius: 5px;
  outline: none;
  background: white;
  border: 1px solid #dcdcdc;
  text-indent: 10px;
}
.liPLeftTextarea{
  margin-left: 25px;
  width: 980px;
  height: 150px;
  float: left;
  border: 0px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  text-align: left;
  outline:none;
  resize:none;
  font-size: 14px;
  text-indent: 2em;
  line-height: 20px;
}
/* 2019年9月4日新加 */
.indexSwitch{
  width: 170px;
  height: 30px;
  float: right;
  border-radius: 15px;
  overflow: hidden;
  background: #f1f1f4;
  margin-top: 12px;
}
.indexSwitch1{
  width: 80px;
  height: 30px;
  border-radius: 15px;
  float: left;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  color: white;
  line-height: 30px;
  background: #0088ff;
  cursor: pointer;
}
.indexSwitch2{
  width: 80px;
  height: 30px;
  border-radius: 15px;
  float: right;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  color: black;
  line-height: 30px;
  background: #f1f1f4;
  cursor: pointer;
}
/* 流程图 */
.lcUl{
  width: 96.39%;
  margin: 0 auto;
  margin-top: 50px;
  height: 380px;
  position: relative;
}
.lcLi{
  width: 311px;
  height: 311px;
  float: left;
  position: relative;
  overflow: hidden;
}
.lcLi:nth-child(1){
  margin-left: 70px;
}
.lcLineBox{
  width: 55px;
  height: 12px;
  float: left;
  margin: 140px 20px 0 20px;
}
.lcLine{
  width: 55px;
  height: 12px;
  background: #93c4ff;
  border-radius: 6px;
}
.lcSpot{
  width: 55px;
  height: 12px;
}
.lcSpotLi{
  width: 12px;
  height: 12px;
  background: #93c4ff;
  border-radius: 6px;
  float: left;
  margin-left: 9px;
}
.lcSpotLi:nth-child(1){
  margin-left: 0;
}
.lcLi_1{
  background: url(../img/lc1_1.png) no-repeat center;
}
.lcLi_2{
  background: url(../img/lc2_1.png) no-repeat center;
}
.lcLi_3{
  background: url(../img/lc3_1.png) no-repeat center;
}
.lcLi_4{
  background: url(../img/lc4_1.png) no-repeat center;
}
.lcLi_5{
  background: url(../img/lc5_1.png) no-repeat center;
}
.lc1_2{
  position: absolute;
  top: 68px;
  left:170px;
}
.lc1_3{
  position: absolute;
  top: 73px;
  left:70px;
}
.lc1_4{
  display: block;
  position: absolute;
  right: 42px;
  top: 120px;
}
.lcLiP{
  position: absolute;
  text-align: center;
  font-size: 24px;
  color: #317aed;
  bottom: 8px;
  width: 100%;
  font-weight: bold;
}
.lc2_2{
  position: absolute;
  right: -44px;
  top: 18px;
}
.lc2_3{
  position: absolute;
  top: 80px;
  left: 108px;
}
.lc2_4{
  position: absolute;
  top: 35px;
  right: 80px;
}
.lc2_5{
  position: absolute;
  left: 50px;
  top: 70px;
}
.lc2_6{
  position: absolute;
  left: 40px;
  top: 105px;
}
.lc3_2{
  position: absolute;
  left: 77px;
  top: 85px;
}
.lc3_3{
  position: absolute;
  right: 50px;
  top: 52px;
}
.lc3_4{
  position: absolute;
  top: 44px;
  left: 138px;
}
.lc3_5{
  position: absolute;
  top: 67px;
  left: 58px;
}
.lc3_6{
  position: absolute;
  /* bottom: 85px; */
  top:140px;
  left:25px;
}
.lc4_2{
  position: absolute;
  top: 77px;
  left: 50px;
}
.lc4_3{
  position: absolute;
  right: 40px;
  /* bottom: 85px; */
  top: 163px;
}
.lc4_4{
  position: absolute;
  top: 173px;;
  left: 55px;
}
.lc4_5{
  position: absolute;
  top: 173px;
  left: 30px;
}
.lc4_6{
  position: absolute;
  top: 30px;
  right: 20px;
}
.lc4_7{
  position: absolute;
  top: 91px;
  left: 52px;
}
.lcP{
  font-size: 16px;
  color: #5c8dfd;
  line-height: 311px;
  width: 100px;
  float: left;
  cursor: pointer;
  position: absolute;
  right: 0px;
}
.lc5_2{
  position: absolute;
  top: 77px;
  left: 60px;
}
.lc5_3{
  position: absolute;
  top: 30px;
  right: 20px;
}
.lc5_4{
  position: absolute;
  left: 74px;
  top: 70px;
}
.lc5_5{
  position: absolute;
  left: 65px;
  top: 33px;
}
.lc5_6{
  position: absolute;
  left: 110px;
  top: 18px;
}
.lc5_7{
  position: absolute;
  bottom: 85px;
  left: 40px;
  top: 163px;
}
.lc5_8{
  position: absolute;
  top: 173px;
  left: 70px;
}
.lc5_9{
  position: absolute;
  top: 173px;
  left: 30px;
}
/* 详情 */
.detailsBox{
  width: 100%;
  /* height: 505px; */
  border-radius: 5px;
  background: white;
  overflow: hidden;
  padding-bottom: 1px;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.details_1{
  width: 1380px;
  margin: 50px 0 0 85px;
  overflow: hidden;
  margin-bottom: 80px;
}
.detailsUl{
  float: left;
  width: 780px;
  padding-right: 80px;
  border-right: 1px solid #cccccc;
}
.detailsUl li{
  margin-top: 40px;
}
.detailsEnclosure{
  float: right;
  width: 500px;
  margin-top: 85px;
}
.detailsEnclosureBox{
  height: 160px;
  width: 100%;
}
.detailsEnclosureBoxP{
  float: left;
  width: 80px;
  height: 100px;
  color: #bbbbbb;
  font-size: 14px;
  white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    overflow: hidden;	
}

.detailsScore{
  width: 990px;
  margin: 45px 0 0px 250px;
  overflow: hidden;
}
.detailsScoreLi{
  width: 100%;
}
.detailsScoreLi:nth-child(1){
  height: 55px;
}
.detailsScoreLi:nth-child(2){
  height: 180px;
}
.detailsScoreLi_1{
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 5px 0px; 
}
.leftP{
  width: 70px;
  float: left;  
  text-align: right;
  color: #787878;
  font-size: 14px;
}
.dslRight{
  float: left;
  width: 900px;
  margin-left: 5px;
}
.dslRight img{
  float: left;
  margin-left: 14px;
}
.dslRight p{
  font-size: 14px;
  float: left;
  color: #e81f35;
  margin-left: 5px;
  margin-top: 6px;
}
.detailsScoreLi:nth-child(2) .leftP{
  margin-top: 15px;
}
.ahcTextarea{
  margin-left: 15px;
  width: 900px;
  height: 175px;
  float: left;
  border: 0px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  text-align: left;
  outline:none;
  resize:none;
  font-size: 14px;
  text-indent: 2em;
  line-height: 20px;
}
.detailsBtn{
  width: 160px;
  height: 50px;
  margin: 50px 0 80px 300px;
  background: -webkit-linear-gradient(left, #0ebdff , #0d81e7); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #0ebdff, #0d81e7); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #0ebdff, #0d81e7); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #0ebdff , #0d81e7); /* 标准的语法 */
  border-radius: 7px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: white;
  cursor: pointer;
}





/* 2019年9月5日14:59:18 */
.lcLi1{
  width: 225px;
  height: 225px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 25px;
  position: relative;
}
.llc1_3{
  position: absolute;
  top: 5px;
  left: 31px;
}
.llc1_2{
  position: absolute;
  top: 0px;
  right: 55px;
}
.llc1_4{
  position: absolute;
  right: 20px;
  top: 45px;
}
.llc1_1{
  position: absolute;
  left: 0;
  top: 40px;
}
#indexSwiper{
  width: 100%;
  height: 255px;
  margin-top: 30px;
  overflow: hidden;
}
.lcLi2{
  width: 200px;
  height: 230px;
  margin: 0 auto;
  margin-top: 23px;
  overflow: hidden;
  position: relative;
}
.llc2_1{
  position: absolute;
  top: -77px;
  left: -54px;
}
.llc2_5{
  position: absolute;
  left: 22px;
  top: 0;
}
.llc2_2{
  position: absolute;
  right: -48px;
  top: 0px;
  width: 172px;
}
.llc2_3{
  position: absolute;
  top: 5px;
  left:54px;
}
.llc2_6{
  position: absolute;
  top: 33px;
  left: -5px;
}
.llc2_4{
  position: absolute;
  right: 20px;
  top: 5px;
}
.llcLiP1{
  position: absolute;
  width: 100%;
  font-size: 16px;
  color: #8b8b8b;
  text-align: center;
  bottom: 45px;
}
.llcLiP2{
  width: 100%;
  font-size: 24px;
  color: #0088ff;
  font-weight: bold;
  position: absolute;
  text-align: center;
  bottom: 0;
}
.lcLi3{
  width: 180px;
  height: 240px;
  margin: 0 auto;
  margin-top: 15px;
  position: relative;
}
.llc3_2{
  position: absolute;
  left: 27px;
  top: 25px;
}
.llc3_6{
  position: absolute;
  top: 80px;
  left: -10px;
}
.llc3_3{
  position: absolute;
  top: 0;
  right: 3px;
}
.llc3_4{
  position: absolute;
  top: 7px;
  left: 85px;
}
.llc3_1{
  position: absolute;
  bottom: -14px;
  left: -54px;
}
.lcLi4{
  height: 250px;
  width: 200px;
  margin: 0 auto;
  position: relative;
  margin-top: 5px;
}
.llc4_2{
  position: absolute;
  top: 33px;
  right: 32px;
  z-index: 9;
}
.llc4_6{
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  /* width: 29px; */
}
.llc4_5{
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 29px;
}
.llc4_4{
  position: absolute;
  bottom: 80px;
  left: 20px;
}
.llc4_1{
  position: absolute;
  bottom: 80px;
  right: 7px;
}
.llc4_7{
  position: absolute;
  left: 13px;
  top: 30px;
}
.lcLi5{
  width: 200px;
  height: 255px;
  margin: 0 auto;
  position: relative;
}
.llc5_3{
  position: absolute;
  width: 55px;
  top: 0;
  right: 9px;
}
.llc5_2{
  position: absolute;
  right: 30px;
  top: 45px;
}
.llc5_9{
  position: absolute;
  bottom: 80px;
  left: 6px;
  width: 20px;
}
.llc5_7{
  position: absolute;
  bottom: 80px;
  left: 12px; 
  width: 24px;
  z-index: 9;
}
.llc5_8{
  position: absolute;
  bottom: 80px;
  left: 25px;
  width: 21px;
}
.llc5_1{
  position: absolute;
  bottom: 80px;
  left: 0;
}
.llc5_4{
  position: absolute;
  top: 25px;
  left: 23px;
}
.lcLiP1{
  position: absolute;
  width: 100%;
  font-size: 16px;
  color: #8b8b8b;
  text-align: center;
  bottom: 45px;
}
.lcLiP2{
  width: 100%;
  font-size: 24px;
  color: #0088ff;
  font-weight: bold;
  position: absolute;
  text-align: center;
  bottom: 0px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  background-image: url(../img/swiperLeft.png) !important;
  left: 0px !important;
  right: auto !important;
  top: -125px !important;
  position: relative !important;
  z-index: 999 !important;
  width: 25px !important;
  height: 55px !important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  background-image: url(../img/swiperRight.png) !important;
  right: 0 !important;
  width: 25px !important;
  height: 55px !important;
}

.maskBox{
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
}
.mask{
  position: absolute; 
  width: 925px;
  height: 415px;
  top: 50%;
  left: 50%;
  margin-left: -412.5px;
  margin-top: -207.5px;
  background: white;
  border-radius: 5px;
}
.maskCenter{
  width: 94.6%;
  margin: 0 auto;
  overflow: hidden;
}
.maskUl{
  width: 100%;
  margin-top: 50px;
}
.maskHeadUl{
  float: left;
  margin-left: 25px;
  margin-top: -17px;
}
.maskHeadLi{
  width: 50px;
  height: 50px;
  position: relative;
  float: left;
  margin-right: 20px;
}
.maskHeadLiP{
  text-align: center;
  font-size: 12px;
  margin-top: 5px;
}
.maskHeadLi1{
  width: 50px;
  height: 50px;
  position: relative;
  float: left;
  margin-right: 20px;
}
.maskHead{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.maskLi{
  width: 100%;
}
.maskLi:nth-child(1){
  height: 120px;
}
.maskLi:nth-child(2){
  height: 140px;
}
.maskLiP1{
  width: 120px;
  float: left;
  text-align: right;
  color: #787878;
}
.lcLiPBlack{
  color: #c9c9c9;
  font-weight: normal;
}
.lc1{
  width: 311px;
  height: 311px;
  float: left;
  position: relative;
  overflow: hidden;
  background: url(../img/lc1.png) no-repeat center;
  /* display: none; */
  margin-left: 70px;
}
.lc2{
  width: 311px;
  height: 311px;
  float: left;
  position: relative;
  overflow: hidden;
  background: url(../img/lc2.png) no-repeat center;
  /* display: none; */
}
.lc3{
  width: 311px;
  height: 311px;
  float: left;
  position: relative;
  overflow: hidden;
  background: url(../img/lc3.png) no-repeat center;
  /* display: none; */
}
.lc4{
  width: 311px;
  height: 311px;
  float: left;
  position: relative;
  overflow: hidden;
  background: url(../img/lc5.png) no-repeat center;
  /* display: none; */
}
.lc5{
  width: 311px;
  height: 311px;
  float: left;
  position: relative;
  overflow: hidden;
  background: url(../img/lc4.png) no-repeat center;
  /* display: none; */
}
.lcSpotLi1{
  background: #c9c9c9 !important;
}



/* 添加 */
.screenList{
  width: 97.2%;
  margin: 0 auto;
  height: 60px;
  padding-top: 20px;
  background: white;
}
/* .screenSelect_1{
  appearance:none;
  border: 0px;
  color: #2f5597;
  font-size: 18px;
  background: none;
  height: 35px;
}
.screenSelect_1 option{
  display: block !important;
  background: none;
  padding: 10px;
} */
.screenSelect{
  width: 155px;
  height: 35px;
  float: left;
  margin-right: 30px;
  color: #2f5597;
  position: relative;
}
.screenSelectP{
  font-size: 18px;
  float: left;
  height: 35px;
  line-height: 35px;
  margin-left: 10px;
}
.screenSelectSpan{
  display: block;
  float: right;
  font-size: 12px;
  margin: 8px 5px 0 0;
}
.screenSelectUl{
  position: absolute;
  width: 155px;
  top: 40px;
  left: 0;
  background: white;
}
.screenSelectLi{
  width: 100%;
  /* height: 35px; */
  height: 0;
  overflow: hidden;
  line-height: 35px;
  text-indent: 10px;
  cursor: pointer;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
}
.screenSelectLi:hover{
  color: white;
  background: #2f5597;
}
.moreBot{
  margin: 0 auto;
  width: 100px;
  margin-top: 15px;
}
.moreBot p{
  text-align: center;
}
.moreBot span{
  display: block;
  text-align: center;
  margin-top: 5px;
}
.listSearch{
  float: right;
  position: relative;
  width: 250px;
}
.listSearchSpan{
  display: block;
  position: absolute;
  right: 45px;
  font-size: 26px !important;
  top: -8px;
}
.listSearchInput{
  float: right;
  width: 0px;
  outline: none;
  border: 0;
  border-radius: 1px;
  border: 0px solid rgba(0, 0, 0, 0.5);
  text-indent: 1em;
  height: 35px;
  /* width: 200px; */
  margin-top: -7px;
  margin-right: 5px;
  padding-right: 35px;
  text-align: 10px;
}
.listSearchP{
  float: right; 
  font-size: 18px;
  color: #2f5597;
}

.listUl{
  width: 97.2%;
  margin: 0 auto;
  height: 660px;
  /* overflow-y: scroll; */
  overflow: hidden;
  margin-top: 20px;
  /* padding-right: 20px; */
  background: white;
}
.listUl::-webkit-scrollbar{
  width: 2px;
  background: #f2f2f8;
}
.listUl::-webkit-scrollbar-thumb{
  background: rgba(0, 0, 0, 0.3);
}
.listLi{
  width: 100%;
  height: 90px;
  background: #f2f2f8;
  margin-top: 20px;
}
.listLi:nth-child(1){
  margin-top: 0;
}
.listLi:hover{
  box-shadow: 0px 3px 8px 1px rgba(220, 220, 220, 0.8); 
}
.listLiHead{
  width: 110px;
  height: 90px;
  float: left;
}
.listLiHeadP1{
  text-align: center;
  line-height: 90px;
  color: white;
  font-size: 18px;
  font-weight: bold;
}
.listLiHeadP2{
  font-size: 20px;
  font-weight: bold;
  color: white;
  margin-top: 29px;
  margin-left: 9px;
}
.listLiHeadP3{
  font-size: 14px;
  color: white;
  margin-top: 7px;
  margin-left: 9px;
}
.listLiHeadP4{
  font-size: 30px;
  font-weight: bold;
  color: white;
  text-align: center;
  margin-top: 20px;
}
.listLiHeadP5{
  font-size: 14px;
  color: white;
  text-align: left;
  margin-top: 3px;
  margin-left: 10px;
}
.listLiHeadSpan{
  font-size: 18px;
  color: white;
}
.xx_0{
  background: url(../img/xx_0.png) no-repeat center;
}
.xx_1{
  background: url(../img/xx_1.png) no-repeat center;
}
.xx_2{
  background: url(../img/xx_2.png) no-repeat center;
}
.xx_3{
  background: url(../img/xx_3.png) no-repeat center;
}
.xx_4{
  background: url(../img/xx_4.png) no-repeat center;
}
.xx_5{
  background: url(../img/xx_5.png) no-repeat center;
}
.llwbotSpan_1{
  font-size: 16px;
}
.llwbotSpan_2{
  font-size: 14px;
}
.llwbotSpan_3{
  font-size: 14px;
  color: #717171;
}
.listLiBtn{
  float: right;
  margin-right: 30px;
}
.listLiAi{
  float: right;
  margin-right: 30px;
  width: 115px;
  height: 48px;
  background: #00ce96;
  border-radius: 25px;
  text-align: center;
  line-height: 48px;
  color: white;
  margin-top: 20px;
  font-size: 14px;
  cursor: pointer;
}
.listLiBtnSpan{
  font-size: 36px !important;
}
.listLiBtn1{
  float: left;
  width: 48px;
  height: 48px;
  line-height: 48px;
  float: left;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  margin-top: 20px;
  color: white;
  margin-left: 20px;
  /* font-size: 18px; */
}
.blueBj{
  background: #4f70f0;
}
.listLiword1{
  width: 220px;
  float: right;
  font-size: 14px;
  text-align: right;
  margin-top: 20px;
  margin-right: 10px;
}
.llwTop_2{
  width: 220px;
  float: right;
  font-size: 14px;
  text-align: right;
  height: 39px;
}
.inputTitleBox{
  width: 380px;
  float: left;
  height: 40px;
  /* margin-top: 20px; */
  margin-left: 20px;
}
.inputTitle{
  outline: none;
  border: 0px;
  background: none;
  width: 145px;
  height: 40px;
  border-radius: 20px;
  background: #eeeeee;
  text-align: center;
  font-size: 14px;
  /* text-indent: 20px; */
}
@media screen and (max-width:1670px){
  .snlWord{
    width: 875px;
  }
  .itrUl{
    margin-top: 0;
  }
  .loginLogo{
    margin-top: 70px;
  }
  .Bread{
    height: 40px;
    line-height: 40px;
  }
  #indexSwiper{
    margin-top: 15px;
  }
  .indexTop{
    height: 325px;
  }
  .indexTopLeft{
    height: 325px;
  }
  .indexTopRight{
    height: 325px;
  }
  .itrLi_1{
    width: 47%;
  }
  .itrLiWord{
    width: 85px;
  }
  .itrLiP{
    margin-right: 0px;
    font-size: 14px;
    margin-left: 10px;
  }
  .itrLiWordP1{
    font-size: 14px;
  }
  .itrLiWordP2{
    font-size: 20px;
  }
  .indexBto{
    margin-top: 15px;
  }
  .indexBto{
    height: 310px;
  }
  .indexBtoLeft{
    height: 310px;
  }
  .indexBtoRight{
    height: 310px;
  }
  .listLiword{
    width: 58%;
    margin-left: 5px;
  }
  .llwbotP{
    max-width: 355px;
  }
  .ibfLiWord{
    width: 170px;
  }
  .llwTopP{
    font-size: 12px;
  }
  .term{
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    margin-top: -3px;
    margin-left: 5px;
  }
  .ibfLiWordP1{
    font-size: 12px;
  }
  .ibfLiWordSpan{
    font-size: 12px;
  }
  .ibfLiWordSpan1{
    font-size: 12px;
  }
  .iltLi{
    width:31% !important;
    height:85px;
  }
  .iltLi:nth-child(1){
    margin-top: 0;
  }
  .iltLi:nth-child(2){
    margin-top: 0;
  }
  .iltLi:nth-child(3){
    margin-top: 0;
  }
  .iltLi:nth-child(4){
    margin-top: 20px;
  }
  .iltLi:nth-child(4n+1){
    margin-left: 20px;
  }
  .iltLi:nth-child(3n+1){
    margin-left: 0;
  }
  .iltLi{
    height: 110px;
  }
  .iltLiRightHead{
    height: 24px;
    font-size: 12px;
  }
  .topOne{
    width: 30px;
  }
  .backgroundBox{
    height: 650px;
  }
  .listUl {
    height: 505px;
  }
  .listLi{
    height: 86px;
  }
  .listLiHead{
    height: 86px;
  }
  .listLiHeadP1{
    line-height: 86px;
  }
  .listUl{
    margin-top: 10px;
  }
  .NllwTop{
    /* height: 35px; */
  }
  .appealBox{
    height: 650px;
  }
  /* 动画 */
  .lcLi:nth-child(1){
    margin-left: 0;
  }
  .lcLineBox{
    width: 35px;
    margin-left: -10px;
  }
  .applyLeft {
    margin: 45px 0 0 24px;
  }
  .applyRight {
    float: left;
    width: 635px;
    margin: 45px 0 0 40px;
  }
  .aliText{
    height: 80px;
  }
  .slrListLi_1{
    margin-bottom: 80px;
  }
  .slrListLi_2{
    margin-left: 0;
  }
  .ailrtBox{
    font-size: 12px;
  }
  .ailrtBox:nth-child(1){
    width: 130px;
    padding-left: 10px;
  }
  .ailrtBox:nth-child(2){
    width: 150px;
  }
  .ailrtBox:nth-child(3){
    width: 140px;
  }
  .llwbotP:nth-child(1){
    margin-left: 0;
    max-width: 35%;
  }
  .llwbotP:nth-child(2){
    max-width: 13%;
  }
  .llwbotP:nth-child(3){
    max-width: 50%;
  }
  .NlistLiword{
    width: 55%;
  }
  .aiListLiP_3{
    width: 580px;
  }
}

@media screen and (max-width:1370px){
  .aiListLiP_3{
    width: 480px;
  }
  .loginLogo{
    margin-top: 35px;
  }
  .login{
    margin-top: 10px;
  }
   /* 首页动画 */
   .iltTitle{
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .indexSwitch{
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin-top: 6px;
  }
  .indexSwitch1{
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }
  .indexSwitch2{
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }

  .lcLi1{
    width: 160px;
    height: 160px;
    margin-top: 20px;
  }
  .llc1_3{
    left: 26px;
    top: 6px;
    width: 89px;
  }
  .llc1_2{
    width: 37px;
    right: 39px;
    top: 0;
  }
  .llc1_4{
    width: 30px;
    right:18px;
    top: 40px;
  }
  .llc1_1{
    width: 160px;
    top: 23px;
    left: 0;
  }
  .lcLi2{
    width: 145px;
    height: 165px;
    margin-top: 14px;
  }
  .lcLiP1{
    font-size: 12px;
    bottom: 35px;
  }
  .lcLiP2{
    font-size: 18px;
  }
  .llc2_5{
    width: 92px;
    left: 17px;
  }
  .llc2_3{
    width: 65px;
    top: 4px;
    left: 39px;
  }
  .llc2_4{
    width: 21px;
    top: 4px;
    right: 16px
  }
  .llc2_6{
    width: 34px;
    top: 24px;
  }
  .llc2_2{
    width: 120px;
    right: -34px;
    top: 0px;
  }
  .llc2_1 {
    width: 184px;
    top: -30px;
    left: -20px;
  }
  .lcLi3{
    width: 125px;
    height: 170px;
    margin-top: 8px;
  }
  .llc3_2{
    width: 97px;
    left: 20px;
    top: 17px;
  }
  .llc3_3{
    width: 37px;
    top: 0;
    right: 0;
  }
  .llc3_4{
    width: 14px;
    top: 5px;
    left: 60px;
  }
  .llc3_6{
    width: 25px;
    left: 0;
    top: 70px;
  }
  .llc3_1{
    width: 210px;
    left: -34px;
    top: -40px;
  }
  .lcLi5{
    width: 140px;
    height: 177px;
  }
  .llc5_3{
    width: 40px;
    right: 5px;
  }
  .llc5_4{
    width: 27px;
    top: 15px;
    left: 17px;
  }
  .llc5_2{
    width: 90px;
    top: 28px;
    left: 29px;
  }
  .llc5_9{
    width: 14px;
    left: 3px;
    bottom: 69px;
  }
  .llc5_7{
    width: 18px;
    left: 8px;
    bottom: 69px;
  }
  .llc5_8{
    width: 14px;
    left: 17px;
    bottom: 69px;
  }
  .llc5_1{
    width: 140px;
    left: 0;
    top: 74px;
  }
  .lcLi4{
    width: 140px;
    height: 177px;
  }
  .llc4_2{
    width: 90px;
    top: 28px;
    left: 26px;
  }
  .llc4_6{
    width: 50px;
    right: 0;
    top: 0;
  }
  .llc4_7{
    width: 26px;
    top: 20px;
    left: 5px;
  }
  .llc4_5{
    width: 20px;
    left: 0;
    bottom: 69px;
  }
  .llc4_4{
    width: 20px;
    left: 15px;
    bottom: 69px;
  }
  .llc4_1 {
    width: 140px;
    left: 0;
    top: 70px;
  }
  #indexSwiper{
    height: 175px;
    /* margin-top: 0px; */
  }
  .indexLeftTop{
    height: 255px;
  }
  .irbLi {
    margin-top: 20px;
  }
  .iltUl {
    height: 200px;
    margin-top: 8px;
  }
  .iltLi{
    width:31%;
    height:85px;
  }
  .iltLiLeft{
    width: 35px;
    height: 35px;
    display: block;
    margin: 22px 0 0 16px;
    float: left;
  }
  /* .iltLiBoxImg{
    width: 35px;
    height: 35px;
    display: block;
    margin: 26px 0 0 16px;
    float: left;
  } */
  .iltLiBoxP {
    float: left;
    margin: 9px 0 0 15px;
    overflow: hidden;
    width: 110px;
  }
  .iltLiBoxP p:nth-child(1) {
    font-size: 24px;
    height: 22px;
  }
  .iltLiBoxP p:nth-child(2) {
    font-size: 12px;
    width: 110px;
  }
  .ilbData {
    margin-top: 6px;
  }
  .ilbData{
    height: 75px;
  }
  .ilbDataBox:nth-child(3){
    margin-top: 0;
  }
  .ilbDataBox {
    height: 35px;
  }
    /* 首页动画完结 */
    .Bread {
      height: 30px;
      line-height: 30px;
    }
    .indexTop{
      height: 255px;
    }
    .indexTopLeft{
      height: 255px;
    }
    .indexTopRight{
      height: 255px;
    }
    .iltTitle1{
      height: 30px;
      font-size: 14px;
      line-height: 30px;
    }
    .iltTitle2{
      height: 30px;
      line-height: 30px;
      font-size: 14px;
    }
    .itrUl{
      margin-top: 10px;
    }
    .itrLi_1 {
      height: 83px;
    }
    .itrLiImgBox {
      width: 42px;
      height: 42px;
      margin-top: 20px;
      margin-left: 10px;
    }
    .itrLiImg{
      width: 18px;
      margin: 0 auto;
      margin-top: 12px;
      /* margin-left: 10px; */
    }
    .itrLiWordP1 {
      font-size: 12px;
    }
    .itrLiWord {
      width: 77px;
    }
    .itrLi_1:nth-child(2){
      margin-left: 20px;
    }
    .itrLi_1:nth-child(4){
      margin-left: 20px;
    }
    /* .itrLiWordP1{
      margin-top: 18px;
    } */
    .itrLiWordP1{
      height: 25px;
    }
    .itrLi_1:nth-child(3) {
      margin-top: 20px;
    }
    .itrLi_1:nth-child(4) {
      margin-top: 20px;
    }
    .itrLiWord{
      margin-top: 18px;
    }
    .itrLiP{
      height: 83px;
      line-height: 83px;
    }
    .listLiword{
      width: 64%;
    }
    .ibfLi{
      margin-top: 10px;
    }
    .indexBtoRight{
      height: 260px;
    }
    .indexBtoLeft{
      height: 260px;
    }
    .ibfLiHead{
      height: 66px;
    }
    .ibfLi{
      height: 66px;
    }
    .backgroundBox{
      height: 530px;
    }
    .listUl {
      height: 405px;
    }
    .listLiBtn{
      float: right;
      margin-right: 10px;
    }
    .listLiBtn1{
      margin-left: 10px;
    }
    .moreBot{
      margin-top: 10px;
    }
    .ailrtBox:nth-child(1){
      width: 120px;
      padding-left: 10px;
    }
    .ailrtBox:nth-child(2){
      width: 130px;
    }
    .ailrtBox:nth-child(3){
      width: 120px;
    }
    .lcLi{
      width: 220px;
      height: 220px;
      background-size: 100%;
    }
    .lc2,.lc3,.lc4,.lc5{
      width: 165px;
      height: 220px;
      background-size: 100%;
    }
    .lcLineBox {
      width: 55px;
      margin-left: 10px;
    }
    .lc1_3{
      width: 97px;
      left: 52px;
      top: 53px;
    }
    .lc1_2 {
      position: absolute;
      width: 37px;
      top: 49px;
      left: 122px;
    }
    .lc1_4 {
      display: block;
      height: 65px;
      position: absolute;
      right: 30px;
      top: 83px;
    }
    .lc2_5{
      width: 101px;
      left: 44px;
      top: 49px;
    }
    .lc2_3{
      width: 65px;
      left: 76px;
      top: 58px;
    }
    .lc2_2{
      width: 160px;
      left: 80px;
      top: 30px;
    }
    .lc2_6 {
      position: absolute;
      left: 30px;
      top: 78px;
      width: 40px;
    }
    .lc2_4{
      position: absolute;
      top: 25px;
      left: 143px;
    }
    .lc3_2{
      position: absolute;
      left: 54px;
      top: 60px;
      width: 105px;
    }
    .lc3_3{
      position: absolute;
      right: 30px;
      top: 35px;
      width: 44px;
    }
    .lc3_4{
      position: absolute;
      width: 17px;
      top: 30px;
      left: 97px;
    }
    .lc3_6{
      position: absolute;
      height: 54px;
      /* bottom: 85px; */
      top: 107px;
      left: 18px;
    }
    .lc4_2 {
      position: absolute;
      width: 100px;
      top: 65px;
      left: 60px;
    }
    .lc4_6 {
      position: absolute;
      width: 65px;
      top: 20px;
      right: 25px;
    }
    .lc4_5 {
      position: absolute;
      width: 24px;
      top: 124px;
      left: 20px;
    }
    .lc4_4 {
      position: absolute;
      width: 26px;
      top: 121px;
      left: 37px;
    }
    .lc4_3 {
      position: absolute;
      width: 30px;
      right: 30px;
      /* bottom: 85px; */
      top: 116px;
    }
    .lc4_7 {
      position: absolute;
      width: 27px;
      top: 63px;
      left: 39px;
    }
    .lc5_2 {
      position: absolute;
      width: 101px;
      top: 72px;
      left: 60px;
    }
    .lc5_3 {
      position: absolute;
      width: 66px;
      top: 20px;
      right: 16px;
    }
    .lc5_4 {
      position: absolute;
      width: 28px;
      left: 52px;
      top: 49px;
    }
    .lc5_5 {
      position: absolute;
      width: 16px;
      left: 48px;
      top: 24px;
    }
    .lc5_9 {
      position: absolute;
      width: 24px;
      top: 124px;
      left: 20px;
    }
    .lc5_7 {
      position: absolute;
      width: 29px;
      /* bottom: 85px; */
      left: 30px;
      top: 115px;
    }
    .lc5_8 {
      position: absolute;
      width: 26px;
      top: 123px;
      left: 45px;
    }
    .lc5_6 {
      position: absolute;
      width: 12px;
      left: 80px;
      top: 12px;
    }
    .appealBox{
      height: 525px;
    }
    .llwbotP:nth-child(1){
      margin-left: 0;
      max-width: 35%;
    }
    .llwbotP:nth-child(2){
      max-width: 19%;
    }
    .llwbotP:nth-child(3){
      max-width: 39%;
    }
    .NlistLiword {
      width: 46%;
    }
    .iltLiRightWord1 p:nth-child(1){
      font-size: 20px;
      height: 24px;
    }
    .iltLiRightHead{
      height: 22px;
      font-size: 12px;
    }
    .iltLiRight{
      margin-top: 14px;
    }
    .iltLiRightWord1 p:nth-child(2){
      font-size: 12px;
    }
    .iltLiRightWord2 p:nth-child(1){
      font-size: 20px;
      height: 24px;
      margin-top: 0;
    }
    .iltLiRightWord2 p:nth-child(2){
      font-size: 12px;
      margin-top: 0;
    }
    .moreBtn{
      bottom: 5px;
      font-size: 12px;
    }
    .ahcBoxListUl{
      margin: 40px 0 0 40px;
    }
    .ahcTextarea{
      width: 725px;
    }
    .liPLeftTextarea{
      width: 855px;
    }
    .slrListLi_2 .ahcBtn_1 {
      margin-left: 26px;
    }
    .inputTitle{
      height: 30px;
      font-size: 12px;
      line-height: 30px;
    }
    .snlWord {
      width: 700px;
   }
   .slrListBoxDiv3 {
    padding-top: 15px;
  }
  .SmallsnlWord{
    width: 570px;
  }
  .ahlTopWord{
    font-size: 20px;
  }
  .ahcBoxHeadWord{
    width: 50%;
  }
}


