@charset "UTF-8";
/*首页*/
.pub-scale {
  display: block;
  position: relative;
  overflow: hidden;
}

.pub-scale img {
  transition: all .3s;
}

.pub-scale:hover img {
  transform: scale(1.1);
}

.pub-tith2 {
  margin: 30px 0 20px 0;
  font-size: 20px;
  color: #333;
}

.pub-topic-h2 {
  position: relative;
  margin-top: 50px;
  text-align: center;
}

.pub-topic-h2 .out-txt {
  position: relative;
  top: 15px;
  font-size: 68px;
  color: #f1f1f1;
}

.pub-topic-h2 .in-txt {
  display: block;
  position: absolute;
  top: 38px;
  left: 50%;
  font-size: 40px;
  white-space: nowrap;
  color: #ff9900;
  transform: translate(-50%, 0);
}

.pub-topic-h2 .in-txt::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -28px;
  width: 68px;
  height: 5px;
  background: #4d4d4d;
  border-radius: 5px;
  transform: translate(-50%, 0);
}

.pub-topic-h2 .small {
  margin-top: 22px;
  font-size: 24px;
  font-weight: normal;
  color: #666;
}

.pub-topic-btna {
  display: block;
  width: 565px;
  height: 58px;
  margin: 50px auto 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 58px;
  letter-spacing: 2px;
  text-align: center;
  color: #ff9933;
  background-color: #fff;
  border: 1px solid #ff9900;
  border-radius: 10px;
}

.pub-topic-btna:hover {
  color: #fff;
  background: #ff9900;
  animation: btnScale .4s ease;
}

.pub-topic-h2-small .out-txt {
  font-size: 60px;
}

.pub-topic-h2-small .in-txt {
  top: 30px;
  font-size: 36px;
}

.pub-topic-h2-small .in-txt::after {
  width: 42px;
}

.paper-zt .paper-topic__banner {
  position: relative;
  width: 100%;
  height: 936px;
  overflow: hidden;
}

.paper-zt .paper-topic__banner img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1920px;
  height: 936px;
  margin-left: -960px;
}

.paper-zt .paper-topic__banner .btna {
  position: absolute;
  left: 50%;
  bottom: 73px;
  width: 410px;
  height: 70px;
  margin-left: -205px;
  font-size: 40px;
  line-height: 70px;
  letter-spacing: 8px;
  text-align: center;
  color: #2b3132;
  background: #ff9900;
  border-radius: 30px;
}

.paper-zt__form1 {
  height: 620px;
  margin-top: 53px;
  background: #f2f2f2;
  border-radius: 10px;
  overflow: hidden;
}

.paper-zt__form1 .tith4 {
  height: 48px;
  margin: 48px 0 16px 0;
  font-size: 48px;
  letter-spacing: 4px;
  line-height: 48px;
  text-align: center;
  color: #ff9900;
}

.paper-zt__form1 .tips {
  font-size: 24px;
  text-align: center;
  color: #666;
}

.paper-zt__form1 .yellow {
  font-size: 30px;
  font-style: normal;
  color: #ff9900;
}

.paper-zt__form1 .left-box {
  margin: 66px 0 0 88px;
}

.paper-zt__form1 .left-box .item {
  margin-bottom: 36px;
}

.paper-zt__form1 .left-box .lab {
  position: relative;
  font-size: 24px;
  line-height: 64px;
  color: #666;
}

.paper-zt__form1 .left-box .xin {
  position: absolute;
  left: -14px;
  font-style: normal;
  color: #ff9933;
}

.paper-zt__form1 .left-box .inp {
  width: 454px;
  height: 64px;
  padding-left: 16px;
  font-size: 18px;
  line-height: 64px;
  background: #fff;
  border: 1px solid #ff9900;
  border-radius: 5px;
  box-sizing: border-box;
}

.paper-zt__form1 .left-box .sub-btn {
  width: 272px;
  height: 56px;
  margin: 10px 0 0 202px;
  font-size: 30px;
  line-height: 56px;
  text-align: center;
  color: #f2f2f2;
  background: #ff9900;
  border: none;
  border-radius: 56px;
  cursor: pointer;
}

.paper-zt__form1 .right-box {
  width: 414px;
  margin: 36px 0 0 77px;
}

.paper-zt__form1 .right-box .line {
  width: 414px;
  height: 6px;
  background: #ff9900;
  border-radius: 6px;
}

.paper-zt__form1 .right-box .box-bg {
  width: 394px;
  height: 394px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.paper-zt__form1 .right-box .tit-box {
  margin-top: 22px;
  text-align: center;
}

.paper-zt__form1 .right-box .tit {
  display: inline-block;
  position: relative;
  padding: 0 18px;
  font-size: 22px;
  color: #333;
}

.paper-zt__form1 .right-box .tit::before, .paper-zt__form1 .right-box .tit::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 35px;
  height: 2px;
  background: #feb002;
  transform: translate(0, -50%);
}

.paper-zt__form1 .right-box .tit::before {
  left: -35px;
}

.paper-zt__form1 .right-box .tit::after {
  right: -35px;
}

.paper-zt__form1 .right-box-slide {
  margin-top: 15px;
  text-align: center;
}

.paper-zt__form1 .right-box-slide p {
  font-size: 16px;
  line-height: 34px;
  color: #666;
}

.paper-zt__difficulty {
  height: 900px;
  margin-top: 46px;
  background: url(../images/bg1.jpg) no-repeat center;
  overflow: hidden;
  background-size: cover;
}

.paper-zt__difficulty .pub-topic-btna {
  margin-top: 60px;
}

.paper-zt__difficulty .pub-topic-h2 {
  margin-top: 72px;
}

.paper-zt__difficulty .pub-topic-h2 .out-txt {
  color: #656564;
}

.paper-zt__difficulty .pub-topic-h2 .in-txt::after {
  background: #fff;
}

.paper-zt__difficulty-box {
  height: 515px;
  margin-top: 76px;
  background: url(../images/paper_index_difficulty_pic.png) no-repeat top 68px center;
}

.paper-zt__difficulty-box li {
  width: 366px;
  height: 58px;
  font-size: 22px;
  line-height: 58px;
  text-align: center;
  color: #ff9900;
  border-radius: 58px;
  box-sizing: border-box;
  background: #fff;
  transition: all .3s;
}

.paper-zt__difficulty-box li:hover {
  font-weight: bold;
  color: #fff;
  background: #ff9900;
}

.paper-zt__difficulty-box .item1, .paper-zt__difficulty-box .item5, .paper-zt__difficulty-box .item7 {
  margin: 0 339px 0 65px;
}

.paper-zt__difficulty-box .item1, .paper-zt__difficulty-box .item2 {
  margin-bottom: 56px;
}

.paper-zt__difficulty-box .item3, .paper-zt__difficulty-box .item4 {
  margin-bottom: 56px;
}

.paper-zt__difficulty-box .item2, .paper-zt__difficulty-box .item8, .paper-zt__difficulty-box .item10 {
  margin-right: 64px;
}

.paper-zt__difficulty-box .item5 {
  margin-left: 0;
}

.paper-zt__difficulty-box .item7, .paper-zt__difficulty-box .item8 {
  margin-top: 56px;
}

.paper-zt__difficulty-box .item7 {
  margin-left: 24px;
}

.paper-zt__difficulty-box .item8 {
  margin-right: 24px;
}

.paper-zt__difficulty-box .item9 {
  margin-left: 64px;
}

.paper-zt__difficulty-box .item9, .paper-zt__difficulty-box .item10 {
  margin-top: 56px;
}

.paper-zt__live .pub-topic-h2 .out-txt {
  letter-spacing: -1.8px;
}

.paper-zt__live .pub-topic-h2 .in-txt {
  letter-spacing: 0;
}

.paper-zt__live-list {
  margin-top: 34px;
}

.paper-zt__live-list dl {
  width: 288px;
  margin: 30px 15.5px 0 0;
  box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.21);
  border-radius: 10px;
  overflow: hidden;
}

.paper-zt__live-list dl:nth-child(4n) {
  margin-right: 0;
}

.paper-zt__live-list dt {
  height: 160px;
  overflow: hidden;
}

.paper-zt__live-list dt img {
  display: block;
}

.paper-zt__live-list dd {
  height: 116px;
  padding: 0 16px 0 12px;
  background: #fff;
  overflow: hidden;
}

.paper-zt__live-list .titp {
  margin: 16px 0 5px 0;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  color: #666;
}

.paper-zt__live-list .nump {
  font-size: 14px;
  color: #999;
}

.paper-zt__live-list .txt-box {
  margin-top: 8px;
}

.paper-zt__live-list .price {
  margin-top: 3px;
  font-size: 16px;
  font-weight: bold;
  color: #993333;
}

.paper-zt__live-list .price i {
  margin-left: 5px;
  font-size: 12px;
  font-style: normal;
  color: #ff9900;
}

.paper-zt__live-list .btn-click {
  width: 134px;
  height: 28px;
  font-size: 14px;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
  color: #fff;
  background-image: linear-gradient(0deg, #ff9966 0%, #ff6600 100%), linear-gradient(#993333, #993333);
  border-radius: 5px;
}

.paper-zt__commitment-list {
  margin: 62px -12px 0 0;
}

.paper-zt__commitment-list dl {
  position: relative;
  width: 290px;
  height: 45px;
  margin: 0 12px 22px 0;
  box-sizing: border-box;
}

.paper-zt__commitment-list dt {
  position: absolute;
  top: -4px;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  line-height: 45px;
  text-align: center;
  color: #fff;
  background-image: linear-gradient(-4deg, #f59a23 1%, #fab35e 65%, #ffcc99 100%), linear-gradient(#f59a23, #f59a23);
  border-radius: 45px;
}

.paper-zt__commitment-list dd {
  height: 38px;
  padding-left: 55px;
  font-size: 16px;
  line-height: 38px;
  background: #d7d7d7;
  border-radius: 38px;
}

.paper-zt__commitment-list dd:hover {
  color: #fff;
  background: #f59a23;
}

.paper-zt__class .pub-topic-h2 {
  margin-top: 75px;
}

.paper-zt__class-tabs {
  height: 100%;
  padding-top: .1px;
  margin-top: 60px;
  background: url(../images/bg2.jpg) no-repeat center top 124px;
}

.paper-zt__class-tabs .hd {
  height: 78px;
  background: #eaeff3;
  box-sizing: border-box;
}

.paper-zt__class-tabs .hd li {
  position: relative;
  width: 200px;
  height: 78px;
  font-size: 22px;
  line-height: 78px;
  text-align: center;
  color: #ff9900;
  box-sizing: border-box;
  cursor: pointer;
}

.paper-zt__class-tabs .hd li i {
  margin-right: 6px;
  font-size: 26px;
  vertical-align: -3px;
}

.paper-zt__class-tabs .hd .icon-shangke {
  margin-right: 10px;
  font-size: 24px;
}

.paper-zt__class-tabs .hd .icon-shujia {
  margin-right: 8px;
}

.paper-zt__class-tabs .hd .icon-f-vip {
  margin-right: 8px;
}

.paper-zt__class-tabs .hd .icon-guanli {
  font-size: 32px;
  vertical-align: -4px;
}

.paper-zt__class-tabs .hd li + li::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  width: 1px;
  height: 54px;
  background: #d0babf;
}

.paper-zt__class-tabs .hd .on {
  font-weight: bold;
  color: #fff;
  background: #ff9900;
}

.paper-zt__class-tabs .hd .on i {
  font-weight: normal;
}

.paper-zt__class-tabs .hd .on::before {
  content: none;
}

.paper-zt__class-tabs .hd .on::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -32px;
  margin-left: -18px;
  border-width: 18px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #ff9900;
}

.paper-zt__class-tabs .box-h dl {
  margin-top: 14px;
}

.paper-zt__class {
  height: 794px;
  background: url(../images/paper_proposal_class_bg.jpg) no-repeat center;
  background-size: cover;
}

.paper-zt__class .pub-topic-h2 {
  margin-top: 64px;
}

.paper-zt__class .pub-topic-btna {
  margin-top: 65px;
}

.paper-zt__class-list {
  height: 476px;
  margin-top: 90px;
}

.paper-zt__class-list .left-cont {
  width: 530px;
  height: 336px;
  margin: 85px 0 0 30px;
  background: #ff9900;
  border-radius: 5px;
}

.paper-zt__class-list .left-cont .picd {
  position: relative;
  top: -40px;
  left: -30px;
  width: 526px;
  height: 339px;
  border-radius: 5px;
}

.paper-zt__class-list .right-cont {
  width: 606px;
}

.paper-zt__class-list .right-cont .tith4 {
  padding-bottom: 16px;
  font-size: 26px;
  color: #ff9900;
  border-bottom: 2px solid #ff9900;
}

.paper-zt__class-list .list-box dl {
  margin-top: 20px;
  font-size: 16px;
  letter-spacing: 1.5px;
}

.paper-zt__class-list .list-box dt {
  color: #ff9900;
}

.paper-zt__class-list .list-box dd {
  width: 79%;
  line-height: 22px;
  color: #fff;
}

.paper-zt__class-list .list-box dl:nth-child(1) dd {
  width: 85%;
}

.paper-zt__class-list .list-box dl:nth-child(6) dd {
  width: 68%;
  white-space: nowrap;
}

.paper-zt__modality {
  overflow: hidden;
}

.paper-zt__modality-list {
  margin: 58px -29px 0 0;
}

.paper-zt__modality-list .item {
  width: 380px;
  height: 240px;
  margin-right: 29px;
  border: 1px dashed #999;
  border-radius: 10px;
  box-sizing: border-box;
}

.paper-zt__modality-list .item .pub-scale {
  width: 357px;
  height: 226px;
  margin: 6px auto 0;
  border-radius: 5px;
}

.paper-zt__flow-list {
  position: relative;
  margin-top: 65px;
}

.paper-zt__flow-list::before {
  content: '';
  position: absolute;
  top: 104px;
  width: 100%;
  height: 1px;
  background: #f59a23;
  z-index: -1;
}

.paper-zt__flow-list dl {
  width: 207px;
  text-align: center;
}

.paper-zt__flow-list dl:hover dt {
  background-image: url(../images/flow_pic_on.png);
}

.paper-zt__flow-list dl:nth-child(1) {
  width: 132px;
  margin-right: 30px;
}

.paper-zt__flow-list dl:nth-child(1) dt {
  margin: 0;
}

.paper-zt__flow-list dt {
  width: 141px;
  height: 125px;
  padding-right: 15px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: bold;
  line-height: 47px;
  text-align: center;
  color: #fff;
  background: url(../images/flow_pic.png) no-repeat;
  box-sizing: border-box;
}

.paper-zt__flow-list dd {
  margin-top: 20px;
  font-size: 22px;
  line-height: 30px;
}

.paper-zt__form2 {
  height: 200px;
  margin-top: 62px;
  overflow: hidden;
  background: url(../images/form_bg2.jpg) no-repeat;
}

.paper-zt__form2 .tit-box {
  margin: 46px 0 0 212px;
}

.paper-zt__form2 .tit {
  height: 38px;
  font-size: 36px;
  font-weight: bold;
  line-height: 38px;
  color: #fff;
}

.paper-zt__form2-slide {
  height: 38px;
  margin-left: 25px;
}

.paper-zt__form2-slide .bd {
  height: 38px;
  overflow: hidden;
}

.paper-zt__form2-slide p {
  font-size: 18px;
  line-height: 38px;
  color: #fff;
}

.paper-zt__form2-list {
  padding: 34px 0 0 98px;
}

.paper-zt__form2-list .item {
  position: relative;
  width: 238px;
  height: 44px;
  padding-left: 12px;
  margin-right: 25px;
  line-height: 44px;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  overflow: hidden;
}

.paper-zt__form2-list .item .xin {
  position: absolute;
  top: 0;
  left: 8px;
  font-style: normal;
  color: #ff3300;
}

.paper-zt__form2-list .item input {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #f59a23;
}

.paper-zt__form2-list .item input::placeholder {
  color: #f59a23;
}

.paper-zt__form2-list .item select {
  position: relative;
  z-index: 9;
  display: block;
  width: 100%;
  height: 44px;
  padding-left: 12px;
  font-size: 16px;
  appearance: none;
  border: none;
  outline: none;
  color: #f59a23;
  background: transparent;
}

.paper-zt__form2-list .item select:focus option:checked {
  color: #fff;
  background: #f59a23;
}

.paper-zt__form2-list .item select option {
  color: #666;
}

.paper-zt__form2-list .selc {
  padding-left: 0;
}

.paper-zt__form2-list .selc .icon-triangle-bottom {
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 0;
  font-size: 14px;
  color: #f59a23;
}

.paper-zt__form2-list .sub-btn {
  width: 224px;
  height: 48px;
  font-size: 20px;
  font-weight: bold;
  line-height: 48px;
  color: #fff;
  box-shadow: 0px 2px 0px 0px rgba(51, 51, 51, 0.26);
  background-image: linear-gradient(0deg, #ff9966 0%, #ff6600 100%);
  border: 0;
  border-radius: 48px;
  cursor: pointer;
}

.paper-zt__flow2-list {
  position: relative;
  height: 490px;
  margin-top: 58px;
}

.paper-zt__flow2-list::after {
  content: '';
  position: absolute;
  top: 248px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ff9900;
}

.paper-zt__flow2-list dl {
  position: absolute;
  z-index: 1;
}

.paper-zt__flow2-list dl:hover dt {
  background: url(../images/bu_icon_on.png) no-repeat !important;
}

.paper-zt__flow2-list dt {
  width: 78px;
  height: 199px;
  padding: 105px 0 0 0;
  margin: 0 auto;
  font-size: 48px;
  text-align: center;
  color: #ffcc99;
  box-sizing: border-box;
}

.paper-zt__flow2-list dt .iconfont {
  position: relative;
  font-size: 40px;
  color: #fff;
}

.paper-zt__flow2-list dd {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.paper-zt__flow2-list dl:nth-child(2) {
  top: 236px;
  left: 175px;
}

.paper-zt__flow2-list dl:nth-child(3) {
  left: 312px;
}

.paper-zt__flow2-list dl:nth-child(4) {
  top: 236px;
  left: 426px;
}

.paper-zt__flow2-list dl:nth-child(5) {
  left: 552px;
}

.paper-zt__flow2-list dl:nth-child(6) {
  top: 236px;
  left: 688px;
}

.paper-zt__flow2-list dl:nth-child(7) {
  left: 852px;
}

.paper-zt__flow2-list dl:nth-child(8) {
  top: 236px;
  left: 968px;
}

.paper-zt__flow2-list dl:nth-child(odd) dt {
  position: absolute;
  top: 68px;
  left: 50%;
  transform: translate(-50%, 0);
  background: url(../images/bu_icon1.png) no-repeat;
}

.paper-zt__flow2-list dl:nth-child(odd) dt .iconfont {
  top: -95px;
}

.paper-zt__flow2-list dl:nth-child(even):hover dt {
  background: url(../images/bu_icon_on2.png) no-repeat !important;
}

.paper-zt__flow2-list dl:nth-child(even) dt {
  padding-top: 62px;
  background: url(../images/bu_icon2.png) no-repeat;
}

.paper-zt__flow2-list dl:nth-child(even) dt .iconfont {
  top: 45px;
}

.paper-zt__course {
  height: 896px;
  padding-top: .1px;
  margin-top: 60px;
  background: url(../images/bg4.jpg) no-repeat center;
}

.paper-zt__course .pub-topic-h2 {
  margin-top: 66px;
}

.paper-zt__course .pub-topic-h2 .out-txt {
  color: rgba(241, 241, 241, 0.17);
}

.paper-zt__course .pub-topic-h2 .in-txt::after {
  background: #fff;
}

.paper-zt__course-box {
  margin-top: 97px;
}

.paper-zt__course-list {
  width: 780px;
}

.paper-zt__course-list dl {
  position: relative;
  width: 248px;
  padding-top: 1px;
  margin: 0 12px 27px 0;
}

.paper-zt__course-list dl:nth-child(2) dt {
  background-image: url(../images/course_pic2.jpg);
}

.paper-zt__course-list dl:nth-child(3) dt {
  background-image: url(../images/course_pic3.jpg);
}

.paper-zt__course-list dl:nth-child(4) dt {
  background-image: url(../images/course_pic4.jpg);
}

.paper-zt__course-list dl:nth-child(5) dt {
  background-image: url(../images/course_pic5.jpg);
}

.paper-zt__course-list dl:nth-child(6) dt {
  background-image: url(../images/course_pic6.jpg);
}

.paper-zt__course-list dt {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 220px;
  height: 126px;
  font-size: 20px;
  font-weight: bold;
  line-height: 126px;
  text-align: center;
  color: #9f5004;
  background: url(../images/course_pic1.jpg) no-repeat;
  border-radius: 10px;
}

.paper-zt__course-list dd {
  width: 248px;
  height: 203px;
  padding: 112px 10px 0 15px;
  margin-top: 25px;
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
}

.paper-zt__course-list .txtp {
  font-size: 16px;
  line-height: 24px;
  color: #666;
}

.paper-zt__course-list .price {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  color: #cc3333;
}

.paper-zt__course-list .txtsp {
  margin-right: 10px;
  font-size: 16px;
  font-weight: normal;
  color: #9f5004;
}

.paper-zt__form3 {
  width: 417px;
  height: 481px;
  padding-top: .1px;
  background: #fff5e1;
  border-radius: 10px;
  box-sizing: border-box;
}

.paper-zt__form3 form {
  margin-top: 25px;
}

.paper-zt__form3 .titp, .paper-zt__form3 .txtp {
  text-align: center;
  color: #f59a23;
}

.paper-zt__form3 .titp {
  margin: 39px 0 10px 0;
  font-size: 26px;
  font-weight: bold;
}

.paper-zt__form3 .txtp {
  font-size: 18px;
}

.paper-zt__form3 .item {
  width: 344px;
  height: 50px;
  padding-left: 16px;
  margin: 0 0 8px 35px;
  line-height: 50px;
  background: #fff;
  border: 1px solid #c9c6c1;
  border-radius: 5px;
  box-sizing: border-box;
  overflow: hidden;
}

.paper-zt__form3 .item input {
  display: block;
  width: 99%;
  height: 100%;
}

.paper-zt__form3 .item select {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 16px;
  appearance: none;
  border: none;
  color: #888;
  z-index: 9;
  background: transparent;
}

.paper-zt__form3 .selec {
  position: relative;
  padding-left: 0;
}

.paper-zt__form3 .selec .icon-triangle-bottom {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 14px;
  color: #999;
  z-index: 0;
}

.paper-zt__form3 .sub-btn {
  display: block;
  width: 188px;
  height: 45px;
  margin: 25px auto 0;
  font-size: 20px;
  color: #fff;
  background: #f59a23;
  border: none;
  border-radius: 45px;
  cursor: pointer;
}

.paper-zt__form3-slide {
  padding-top: 22px;
  margin-top: 25px;
  border-top: 1px dashed #999;
}

.paper-zt__form3-slide .bd {
  height: 52px;
  overflow: hidden;
}

.paper-zt__form3-slide p {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #999;
}

.paper-zt__select .pub-topic-h2 .small {
  margin-top: 40px;
}

.paper-zt__select-list dl {
  width: 390px;
  margin: 44px 14px 0 0;
  border-radius: 10px;
  overflow: hidden;
}

.paper-zt__select-list dl:hover dd {
  background: #ff9900;
}

.paper-zt__select-list dl:hover .titp {
  font-weight: bold;
}

.paper-zt__select-list .item3, .paper-zt__select-list .item6 {
  margin-right: 0;
}

.paper-zt__select-list dt {
  width: 390px;
  height: 270px;
}

.paper-zt__select-list dd {
  height: 266px;
  padding: 0 26px 0 26px;
  color: #fff;
  background: #999;
  box-sizing: border-box;
  overflow: hidden;
}

.paper-zt__select-list .titp {
  margin: 34px 0 19px 0;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
}

.paper-zt__select-list .txtp {
  font-size: 16px;
  line-height: 30px;
}

.paper-zt__lightspot {
  height: 897px;
  padding-top: .1px;
  margin-top: 66px;
  background: url(../images/bg3.jpg) no-repeat center;
}

.paper-zt__lightspot .pub-topic-h2 {
  margin-top: 76px;
}

.paper-zt__lightspot .pub-topic-h2 .out-txt {
  color: #665f59;
}

.paper-zt__lightspot .pub-topic-h2 .in-txt, .paper-zt__lightspot .pub-topic-h2 .small {
  color: #ff9900;
}

.paper-zt__lightspot .pub-topic-h2 .in-txt::after {
  background: #fff;
}

.paper-zt__lightspot .pub-topic-btna {
  margin-top: 20px;
}

.paper-zt__lightspot-list {
  height: 596px;
  margin-top: 50px;
  background: url(../images/pep_icon.png) no-repeat center;
}

.paper-zt__lightspot-list ul {
  margin-right: -338px;
}

.paper-zt__lightspot-list li {
  position: relative;
  width: 440px;
  height: 94px;
  margin: 0 320px 52px 0;
  border-bottom: 1px dashed #ffcc99;
  transition: all .3s;
  box-sizing: border-box;
}

.paper-zt__lightspot-list li:hover {
  background: #f59a23;
  border-radius: 24px;
}

.paper-zt__lightspot-list li:hover dl {
  color: #fff;
}

.paper-zt__lightspot-list li:hover::after {
  transform: scaleX(0);
}

.paper-zt__lightspot-list li::after {
  content: '';
  position: absolute;
  right: -4px;
  bottom: -7px;
  width: 13px;
  height: 13px;
  background: #ffcc99;
  border-radius: 13px;
  transform: scaleX(1);
}

.paper-zt__lightspot-list li a {
  font-size: 24px;
  color: #ffcccc;
}

.paper-zt__lightspot-list .iconfont {
  margin-top: 15px;
  font-size: 54px;
}

.paper-zt__lightspot-list dl {
  padding: 20px 0 0 20px;
  color: #ffcc99;
}

.paper-zt__lightspot-list dd {
  margin-left: 7px;
}

.paper-zt__lightspot-list .titp {
  font-size: 24px;
  font-weight: bold;
}

.paper-zt__lightspot-list .txtp {
  margin-top: 10px;
  font-size: 18px;
}

.paper-zt__lightspot-list li:nth-child(odd)::after {
  left: -4px;
}

.paper-zt__lightspot-list li:nth-child(even) dl {
  padding: 20px 20px 0 0;
}

.paper-zt__lightspot-list li:nth-child(even) dt {
  float: right;
}

.paper-zt__lightspot-list li:nth-child(even) dd {
  float: left;
  width: 83%;
  text-align: right;
}

.paper-zt__form4 {
  margin: 88px 0 80px 0;
  overflow: hidden;
}

.paper-zt__form4 .pub-topic-h2 {
  margin-top: 56px;
}

.paper-zt__form4 .pub-topic-h2 .out-txt {
  color: rgba(115, 115, 115, 0.15);
}

.paper-zt__form4 .pub-topic-h2 .in-txt {
  color: #f59a23;
}

.paper-zt__form4 .bg-box {
  width: 1136px;
  height: 479px;
  margin-top: 48px;
  background: #ff9933;
  border-radius: 5px;
}

.paper-zt__form4 .cont-box {
  position: relative;
  top: -48px;
  left: 27px;
  width: 1172px;
  height: 503px;
  background: url(../images/form_cont_bg.jpg) no-repeat;
  border-radius: 5px 100px 5px 5px;
  overflow: hidden;
}

.paper-zt__form4 form {
  padding: 65px 0 0 74px;
}

.paper-zt__form4 .item-inp {
  position: relative;
  margin: 0 64px 45px 0;
}

.paper-zt__form4 .item-inp i {
  position: absolute;
}

.paper-zt__form4 .item-inp .xin {
  left: -12px;
  font-size: 20px;
  font-style: initial;
}

.paper-zt__form4 .item-inp .iconfont {
  top: 22px;
  right: 12px;
  color: #999;
  z-index: 0;
}

.paper-zt__form4 .item-inp label {
  font-size: 24px;
  line-height: 66px;
  color: #f59a23;
}

.paper-zt__form4 .item-inp .inp {
  color: #666;
}

.paper-zt__form4 .item-inp:nth-child(4) .bdline {
  padding-left: 0;
}

.paper-zt__form4 .bdline {
  width: 350px;
  height: 66px;
  padding-left: 18px;
  font-size: 20px;
  line-height: 66px;
  background: #fff;
  border: 1px solid #8e3944;
  border-radius: 5px;
  box-sizing: border-box;
  overflow: hidden;
}

.paper-zt__form4 .selc {
  position: relative;
  display: block;
  width: 350px;
  height: 100%;
  padding-left: 18px;
  font-size: 20px;
  color: #666;
  appearance: none;
  outline: none;
  border: none;
  background: transparent;
  z-index: 1;
}

.paper-zt__form4 .selc option {
  font-size: 16px;
}

.paper-zt__form4 .selc:focus option:checked {
  color: #fff;
  background: #f59a23;
}

.paper-zt__form4 .btn {
  display: block;
  width: 292px;
  height: 60px;
  margin: 0 auto;
  font-size: 30px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background: #ff9933;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}

.paper-zt__pop {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 776px;
  height: 617px;
  margin: -308.5px 0 0 -388px;
  background: url(../images/pop_bg.jpg) no-repeat;
  border-radius: 12px;
  overflow: hidden;
}

.paper-zt__pop .tith4 {
  margin-top: 86px;
  font-size: 40px;
  text-align: center;
  color: #ff9900;
}

.paper-zt__pop form {
  padding: 16px 0 0 83px;
}

.paper-zt__pop .item {
  margin-top: 36px;
}

.paper-zt__pop .lab {
  position: relative;
  font-size: 24px;
  line-height: 66px;
  color: #ff9933;
}

.paper-zt__pop .inp {
  width: 452px;
  height: 66px;
  padding-left: 15px;
  font-size: 20px;
  line-height: 66px;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
}

.paper-zt__pop .xin {
  position: absolute;
  left: -14px;
  font-style: normal;
  color: #ff9933;
}

.paper-zt__pop .sub-btn {
  width: 356px;
  height: 60px;
  margin: 50px 0 0 160px;
  line-height: 60px;
  font-size: 30px;
  text-align: center;
  color: #fff;
  background: #ff9933;
  border: none;
  border-radius: 60px;
  cursor: pointer;
}

.paper-zt__pop .pop-close {
  position: absolute;
  top: 14px;
  right: 18px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.paper-zt__form7 .tipsk {
  font-size: 16px;
  line-height: 36px;
  color: #fff;
}

.paper-zt__safeguard {
  padding-top: 15px;
}

.paper-zt__safeguard .pub-topic-h2 .small {
  margin-top: 40px;
}

.paper-zt__safeguard-list {
  margin-top: 48px;
}

.paper-zt__safeguard-list dl {
  position: relative;
  width: 229px;
  overflow: hidden;
}

.paper-zt__safeguard-list dl:hover dt {
  border-color: #ffe3d1;
}

.paper-zt__safeguard-list dl:hover dd {
  background: #ffe3d1;
}

.paper-zt__safeguard-list dl + dl {
  margin-left: 13px;
}

.paper-zt__safeguard-list dt {
  position: absolute;
  top: 0;
  left: 50%;
  width: 119px;
  height: 119px;
  margin-left: -59.5px;
  line-height: 107px;
  text-align: center;
  border-radius: 50%;
  background-image: linear-gradient(0deg, #ff9966 0%, #ff6600 100%), linear-gradient(#cc3333, #cc3333);
  border: 6px solid #ececec;
  box-sizing: border-box;
}

.paper-zt__safeguard-list dt img {
  vertical-align: middle;
}

.paper-zt__safeguard-list dd {
  width: 229px;
  height: 221px;
  padding-top: 82px;
  margin-top: 53px;
  text-align: center;
  background: #ececec;
  border-radius: 5px;
  box-sizing: border-box;
}

.paper-zt__safeguard-list .titp {
  margin: 6px 0 28px 0;
  font-size: 30px;
  font-weight: bold;
  color: #ff6a07;
}

.paper-zt__safeguard-list .txtp {
  margin-top: 12px;
  font-size: 18px;
}

.paper-zt__periodical .pub-topic-h2 .out-txt {
  letter-spacing: -1.6px;
}

.paper-zt__periodical-list dl {
  width: 230px;
  height: 443px;
  margin: 44px 12px 0 0;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  overflow: hidden;
  box-sizing: border-box;
}

.paper-zt__periodical-list dl:hover {
  box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.1);
}

.paper-zt__periodical-list dl:hover .titp, .paper-zt__periodical-list dl:hover .txtp {
  color: #fff;
}

.paper-zt__periodical-list dl:hover dd {
  background: #f59a23;
}

.paper-zt__periodical-list dl:hover .btna {
  color: #ff9933;
  background: #fff;
}

.paper-zt__periodical-list dl:nth-child(5n) {
  margin-right: 0;
}

.paper-zt__periodical-list dt {
  padding: 24px 0 22px 0;
  text-align: center;
}

.paper-zt__periodical-list dt img {
  box-shadow: 0px 4px 6px 1px rgba(51, 51, 51, 0.36);
}

.paper-zt__periodical-list dd {
  height: 150px;
  background: #ececec;
  overflow: hidden;
}

.paper-zt__periodical-list .titp {
  margin: 16px 0 10px 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #666;
}

.paper-zt__periodical-list .txtp {
  padding-left: 34px;
  margin-top: 2px;
  font-size: 14px;
  color: #666;
}

.paper-zt__periodical-list .btna {
  display: block;
  width: 151px;
  height: 35px;
  margin: 10px 0 0 34px;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  background: #f59a23;
  border-radius: 5px;
}

.fixed-form {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 110px;
  background: url(../images/fix_bg.jpg) no-repeat center;
  z-index: 9;
}

.fixed-form .txt-pic {
  margin: 12px 22px 0 0;
}

.fixed-form form {
  padding-top: 34px;
}

.fixed-form .item {
  position: relative;
  width: 230px;
  height: 42px;
  padding-left: 12px;
  line-height: 42px;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
}

.fixed-form .item input {
  font-size: 16px;
}

.fixed-form .item .xin {
  position: absolute;
  left: 8px;
  color: #cc3333;
}

.fixed-form .item + div {
  margin-left: 14px;
}

.fixed-form .sub-btn {
  width: 158px;
  height: 44px;
  margin-left: 20px;
  font-size: 20px;
  line-height: 44px;
  color: #ff7824;
  background-image: linear-gradient(175deg, #ffff99 0%, #ffff00 100%), linear-gradient(#ffff99, #ffff99);
  border: none;
  border-radius: 44px;
  box-shadow: 0px 3px 3px 0px rgba(7, 0, 2, 0.21);
  cursor: pointer;
}

footer {
  height: 56px;
  line-height: 56px;
  background: #eee;
}

footer p {
  font-size: 16px;
  text-align: center;
  color: #999;
}

footer p a{
  color: #999;
}

footer p a:hover{
  color: #ff0000;
}

@keyframes twinkling {
  0% {
    opacity: 0.2;
    -webkit-transform: scale(1);
  }
  50% {
    opacity: 0.5;
    -webkit-transform: scale(1.12);
  }
  100% {
    opacity: 0.2;
    -webkit-transform: scale(1);
  }
}

@keyframes btnScale {
  from {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}

body {
  padding-bottom: 110px !important;
}

.placered::-webkit-input-placeholder {
  /* WebKit browsers */
  color: red !important;
}

.placered:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: red;
}

.placered::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: red;
}

.placered:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: red;
}
