.jianjie{
  padding: 100px 0 120px;
}
.jianjie .item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.jianjie .item .text{
  width: 400px;
}
.jianjie .item .text .title{
  font-size: 30px;
  line-height: 50px;
  margin-bottom: 40px;
  position: relative;
}
.jianjie .item .text .title::after{
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 6px;
  background: #BF181E;
  left: 0;
  bottom: -14px;
  transition: all 0.5s;
}
.jianjie .item .text .con{
  font-size: 18px;
  line-height: 30px;
}
.jianjie .item .img{
  width: 832px;
  height: 234px;
  box-shadow: 0px 0px 60px 0px rgba(75,193,253,0.20);
  transition: all 0.5s;
}
.jianjie .item img{
  width: 100%;
  height: 100%;
  display: block;
}
.jianjie .item:hover .text .title::after{
  width: 50px;
}
.jianjie .item:hover .img{
  transform: translateY(-10px);
}

.hangye{
  padding: 100px 0;
  position: relative;
}
.hangye .zhishu-list{
  display: flex;
  flex-wrap: wrap;
}
.hangye .zhishu-list .item {
  width: 400px;
  height: 418px;
  margin-right: 36px;
  margin-bottom: 40px;
  overflow: hidden;
  background: #fff;
}
.hangye .zhishu-list .item img{
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s;
}
.hangye .zhishu-list .item:hover img{
  transform: scale(1.05);
}
.hangye .zhishu-list .item:nth-child(3n){
  margin-right: 0;
}
.hangye .hangye-menu {
  position: absolute;
  width: 120px;
  padding: 10px;
  left: -200px;
  top: 100px;
  background: #fff;
  box-shadow: 0px 0px 9px 0px rgba(215,193,193,0.29); 
}
.hangye .hangye-menu a{
  display: block;
  line-height: 37px;
  padding-left: 36px;
  font-size: 18px;
  color: #000000;
  background-repeat: no-repeat;
  background-position: 10px center;
  margin-bottom: 10px;
}
.hangye .hangye-menu a.on{
  background-color: #BF181E;
  color: #fff;
}
.hangye .hangye-menu a:last-child{
  margin-bottom: 0;
}

.hangye .hangye-top{
  
}
.hangye .hangye-top .left{
  display: flex;
}
.hangye .hangye-top .left a{
  line-height: 44px;
  border: 1px solid #DCDCDC;
  min-width: 115px;
  text-align: center;
  margin-right: 10px;
  font-size: 18px;
  color: #000;
}
.hangye .hangye-top .left a:hover{
  color: #01399E;
  border-color: #01399E;
}
.hangye .hangye-top .left a.on{
  background: #01399E;
  border-color: #01399E;
  color: #fff!important;
}
.sec-search{
  width: 570px;
  height: 43px;
  border-bottom: 1px solid #E5E5E5;
}
.sec-search form{
  display: flex;
  height: 100%;
}
.sec-search .input{
  height: 100%;
  border: 0;
  outline: none;
  color: #808080;
  font-size: 18px;
  width: 530px;
}
.sec-search .input::placeholder{
  color: #808080;
}
.sec-search .sub{
  width: 43px;
  height: 43px;
  background: url(../images/icon_search.png) no-repeat;
  background-position: center center;
  border: 0;
  outline: none;
  cursor: pointer;
}

.fenghui .sec-search{
  width: 300px;
}
.fenghui .sec-search .input{
  width: 255px;
}






.hangye .news-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}
.hangye .news-list .item{
  width: 620px;
  height: 310px;
  box-sizing: border-box;
  padding: 0 21px 0 39px;
  transition: all 0.5s;
  background: #FAFAFA;
  margin-bottom: 40px;
}
.hangye .news-list .item .time{
  font-size: 16px;
  line-height: 24px;
  color: #6C6C6C;
  border-bottom: 1px solid #E5E5E5;
  display: block;
  padding: 24px 0;
  margin-bottom: 24px;
}
.hangye .news-list .item .title{
  font-size: 24px;
  line-height: 34px;
  color: #000000;
  font-weight: bold;
  height: 68px;
  overflow:hidden;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.hangye .news-list .item p{
  font-size: 16px;
  line-height: 24px;
  color: #6C6C6C;
  overflow:hidden;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  margin-top: 14px;
}
.hangye .news-list .item .more{
  margin-top: 40px;
  text-align: right;
  display: block;
  font-size: 18px;
  color: #777777;
}
.hangye .news-list .item .more i{
  font-weight: bold;
  font-size: 16px;
}
.hangye .news-list .item:hover{
  box-shadow: 0px 0px 60px 0px rgba(75,193,253,0.20);
  color: #01407F;
  transform: translateY(-2px);
  background: #fff;
}
.hangye .news-list .item:hover .time{
  color: #01407F;
}
.hangye .news-list .item:hover .title{
  color: #01407F;
}
.hangye .news-list .item:hover p{
  color: #01407F;
}
.hangye .news-list .item:hover .more{
  color: #BF181E;
}



.con-body{
  margin-top: 60px;
}
.con-body .con-title{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 20px;
  line-height: 34px;
  align-items: center ;
}
.con-body .con-title h2{
  font-size: 24px;
  color: #000;
  max-width: 1000px;
}
.con-body .con-title span{
  font-size: 16px;
  color: #6C6C6C;
}
.con-body .con-title .right{
  font-size: 16px;
  line-height: 24px;
}
.con-body .con-title .right .weizhi{
  background: url(../images/index_icon_weizhi.png) no-repeat;
  background-position: 0 center;
  padding-left: 26px;
}
.con-body .con-title .right .time{
  background: url(../images/index_icon_time.png) no-repeat;
  background-position: 0 center;
  padding-left: 26px;
  margin-top: 10px;
}


.con-body .con-content{
  padding-top: 40px;
  font-size: 16px;
  line-height: 30px;
  color: #242424;
}
.con-body img{
  max-width: 100%!important;
  margin: 10px 0;
}
.con-body .next-page{
  margin-top: 60px;
}
.con-body .next-page a{
  width: 630px;
  line-height: 42px;
  border: 1px solid #E5E5E5;
  border-radius: 42px;
  text-align: center;
  font-size: 18px;
  color: #01407F;
  transition: all 0.5s;
}
.con-body .next-page a:hover{
  border-color: #01407F;
}





.fuwu {
  padding: 100px 0 140px;
}
.sec-menu{
  line-height: 42px;
  display: flex;
  flex-wrap: wrap;
}
.sec-menu a{
  border: 1px solid #DCDCDC;
  margin-right: 10px;
  padding: 0 20px;
  margin-bottom: 20px;
  font-size: 18px;
}
.sec-menu a.on{
  background: #01399E;
  color: #fff!important;
  border-color: #01399E;
}
.sec-menu a:hover{
  border-color: #01399E;
  color: #01399E;
}
.fuwu .fuwu-con{
  margin-top: 80px;
}
.fuwu-title{
  height: 38px;
  padding-bottom: 32px;
  background: url(../images/pingtai_title_bg.png) no-repeat;
  background-position: 0 bottom;
  margin-bottom: 30px;
}
.fuwu-title img{
  display: block;
  height: 100%;
}
.fuwu-text{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  position: relative;
  box-sizing: border-box;
}
.fuwu-text.bg{
  padding: 40px 0;
  margin: 35px auto;
}
.fuwu-bg{
  position: absolute;
  width: 1920px;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background: url(../images/pingtai_bodybg.jpg) no-repeat;
  background-size: 1920px 949px;
  background-position: 0 center;
  z-index: -1;
}

.fuwu-body{
  width: 100%;
  overflow-x: hidden;
}

@media (max-width: 1400px){
  .fuwu-body{
    overflow-x: scroll;
  }
  .fuwu-bg{
    width: 1400px;
  }
}

.fuwu .xtitle{
  font-size: 30px;
  line-height: 50px;
  color: #000000;
  position: relative;
  margin-bottom: 40px;
}
.fuwu .xtitle::after{
  content: "";
  display: block;
  width: 24px;
  height: 6px;
  background: #BF181E;
  position: absolute;
}


.fuwu-case{
  margin-top: 100px;
  position: relative;
}
.fuwu-swiper{
  width: 100%;
  overflow: hidden;
}
.fuwu-swiper .swiper-slide{
  width: 400px;
  margin-right: 40px;
  display: block;
}
.fuwu-swiper .img{
  width: 100%;
  height: 225px;
  overflow: hidden;
}
.fuwu-swiper .img img{
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.fuwu-swiper .title{
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  padding: 30px;
}
.fuwu-swiper .more{
  font-size: 18px;
  color: #777777;
  text-align: right;
  padding-right: 30px;
}
.fuwu-swiper .more i{
  font-weight: bold;
  font-size: 16px;
}
.fuwu-swiper .swiper-slide:hover img{
  transform: scale(1.08);
}
.fuwu-swiper .swiper-slide:hover .title{
  color: #BF181E;
}
.fuwu-swiper .swiper-slide:hover .more{
  color: #BF181E;
}

.fuwu-case .fuwu-btn{
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
  position: absolute;
  bottom: 105px;
  cursor: pointer;
}
.fuwu-case .fuwu-next{
  right: -60px;
  background-image: url(../images/index_danwei_next.png);
}
.fuwu-case .fuwu-prev{
  left: -60px;
  background-image: url(../images/index_danwei_prev.png);
}
.fuwu-case .fuwu-prev:hover{
  background-image: url(../images/index_danwei_prev1.png);
}
.fuwu-case .fuwu-next:hover{
  background-image: url(../images/index_danwei_next1.png);
}




.fenghui{
  padding: 100px 0;
}
.fenghui-list{
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
.fenghui-list .item{
  width: 400px;
  margin-right: 40px;
  margin-bottom: 70px;
  transition: all 0.5s;
}
.fenghui-list .item:nth-child(3n){
  margin-right: 0;
}
.fenghui-list .item .img{
  width: 100%;
  height: 225px;
}
.fenghui-list .item .img img{
  width: 100%;
  height: 100%;
  object-fit: none;
}
.fenghui-list .item .text{
  background: #fff;
  width: 100%;
  height: 225px;
  box-sizing: border-box;
  padding: 34px 38px 0;
  color: #000;
  line-height: 24px;
  font-size: 16px;
  position: relative;
  transition: all 0.5s;
}
.search-text{
  font-size: 24px;
  color: #01399E;
  line-height: 30px;
  margin-top: 60px;
  margin-bottom: -10px;
}
.search-list{
  margin: 60px auto;
}
.search-list a{
  font-size: 24px;
  line-height: 34px;
  color: #000;
  display: block;
  margin-bottom: 26px;
  font-weight: bold;
}
.search-list a:hover{
  color: #01399E;
}
.bangdan-list .item .text{
  height: 175px;
}
.fenghui-list .item .text .title{
  font-size: 24px;
  line-height: 34px;
  height: 68px;
  font-weight: bold;
  overflow:hidden;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.fenghui-list .item .weizhi{
  padding-left: 26px;
  background: url(../images/index_icon_weizhi.png) no-repeat;
  background-position: left center;
  background-size: 16px 18px;
  margin: 40px 0 10px;
}
.fenghui-list .item .time{
  padding-left: 26px;
  background: url(../images/index_icon_time.png) no-repeat;
  background-position: left center;
  background-size: 16px 16px;
}
.bangdan-list .item .time{
  margin-top: 10px;
}
.fenghui-list .item .more{
  position: absolute;
  right: 40px;
  bottom: 24px;
  font-size: 18px;
  color: #777777;
}
.bangdan-list .item .more{
  bottom: 38px;
}
.fenghui-list .item .more i{
  font-weight: bold;
  font-size: 16px;
}
.fenghui-list .item .more:hover{
  color: #BF181E;
}
.fenghui-list .item:hover{
  transform: translateY(-2px);
}
.fenghui-list .item:hover .text{
  box-shadow: 0px 0px 60px 0px rgba(75,193,253,0.40); 
}
.fenghui .sec-menu a{
  margin-bottom: 0;
}




.pingxuan-list{
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
.pingxuan-list .item{
  width: 620px;
  height: 270px;
  box-sizing: border-box;
  padding: 0 21px 0 39px;
  transition: all 0.5s;
  background: #FAFAFA;
  margin-right: 40px;
  margin-bottom: 40px;
}
.pingxuan-list .item:nth-child(2n){
  margin-right: 0;
}
.pingxuan-list .item .time{
  font-size: 16px;
  line-height: 24px;
  color: #6C6C6C;
  border-bottom: 1px solid #E5E5E5;
  display: block;
  padding: 24px 0;
  margin-bottom: 24px;
}
.pingxuan-list .item .title{
  font-size: 24px;
  line-height: 34px;
  color: #000000;
  font-weight: bold;
  height: 68px;
  overflow:hidden;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.pingxuan-list .item .more{
  margin-top: 40px;
  text-align: right;
  display: block;
  font-size: 18px;
  color: #777777;
}
.pingxuan-list .item .more i{
  font-weight: bold;
  font-size: 16px;
}
.pingxuan-list .item:hover{
  box-shadow: 0px 0px 60px 0px rgba(75,193,253,0.20);
  color: #01407F;
  transform: translateY(-2px);
  background: #fff;
}
.pingxuan-list .item:hover .time{
  color: #01407F;
}
.pingxuan-list .item:hover .title{
  color: #01407F;
}
.pingxuan-list .item:hover .more{
  color: #BF181E;
}




.qiye-table {
  margin-top: 60px;
  border-top: 4px solid #98B7E7;
  margin-bottom: 40px;
}
.qiye-table .tr{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  color: #313131;
}
.qiye-table .tr:nth-child(2n+1){
  background: #FAFAFA;
}
.qiye-table .tr .td:nth-child(1){
  width: 60px;
  text-align: left;
}
.qiye-table .tr .td:nth-child(2){
  width: 100px;
  text-align: left;
}
.qiye-table .tr .td:nth-child(3){
  width: 100px;
}
.qiye-table .tr .td:nth-child(4){
  width: 200px;
}
.qiye-table .tr .td:nth-child(5){
  width: 100px;
}
.qiye-table .tr .td:nth-child(6){
  width: 170px;
}
.qiye-table .tr .td:nth-child(7){
  width: 150px;
  text-align: right;
}
.qiye-table .tr:hover{
  color: #01407F;
  font-weight: bold;
  cursor: pointer;
}
.qiye-table .th{
  background: #fff!important;
  color: #01399E;
  font-weight: bold;
  border-bottom: 2px solid #98B7E7;
  padding: 25px 15px;
  font-size: 22px;
}
.qiye-table .th:hover{
  color: #01399E;
}

.paiming-table-title{
  margin-top: 60px;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  font-weight: bold;
}
.paiming-table {
  margin-top: 30px;
  border-top: 4px solid #98B7E7;
  margin-bottom: 40px;
}
.paiming-table .tr{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 70px;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  color: #313131;
}
.paiming-table .tr:nth-child(2n+1){
  background: #FAFAFA;
}
.paiming-table .tr .td:nth-child(1){
  width: 60px;
  text-align: left;
}
.paiming-table .tr .td:nth-child(2){
  width: 400px;
}
.paiming-table .tr .td:nth-child(3){
  width: 270px;
}
.paiming-table .tr:hover{
  color: #01407F;
  font-weight: bold;
  cursor: pointer;
}
.paiming-table .tr img{
  height: 55px;
  width: 100%;
  display: block;
  object-fit: contain;
}
.paiming-table .th{
  background: #fff!important;
  color: #01399E;
  font-weight: bold;
  border-bottom: 2px solid #98B7E7;
  padding: 30px 70px;
  font-size: 22px;
}
.paiming-table .th:hover{
  color: #01399E;
}


.info-table {
  margin-top: 60px;
  border-top: 4px solid #98B7E7;
  margin-bottom: 40px;
}
.info-table .tr{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 15px;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}
.info-table .tr:nth-child(2n){
  background: #FAFAFA;
}
.info-table .tr .td:nth-child(1){
  width: 160px;
  text-align: left;
  font-weight: bold;
}
.info-table .tr .td:nth-child(2){
  width: 1020px;
  text-align: left;
  color: #01399E;
}
.info-table .th{
  background: #fff!important;
  color: #01399E;
  font-weight: bold;
  padding: 30px 15px;
  font-size: 22px;
}







.gongjian{
  padding: 100px 0 120px;
}
.gongjian .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
.gongjian .item .text{
  width: 600px;
}
.gongjian .item .text .title{
  font-size: 30px;
  line-height: 50px;
  margin-bottom: 40px;
  position: relative;
}
.gongjian .item .text .title::after{
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 6px;
  background: #BF181E;
  left: 0;
  bottom: -14px;
  transition: all 0.5s;
}
.gongjian .item .text .con{
  font-size: 18px;
  line-height: 30px;
}
.gongjian .item .img{
  width: 640px;
  height: 480px;
  box-shadow: 0px 0px 30px 0px rgba(75,193,253,0.10);
  transition: all 0.5s;
}
.gongjian .item img{
  width: 100%;
  height: 100%;
  display: block;
}
.gongjian .item:hover .text .title::after{
  width: 50px;
}
.gongjian .item:hover .img{
  transform: translateY(-10px);
}
.gongjian .item a{
  display: block;
  margin-top: 50px;
  width: 200px;
  line-height: 42px;
  border-radius: 21px;
  background: #fff;
  font-size: 18px;
  color: #003F80;
  box-shadow: 0px 0px 29px 0px rgba(75,193,253,0.3);
  text-align: center;
}
.gongjian .item a i{
  font-weight: bold;
  margin-right: 7px;
}
.gongjian .item a:hover{
  background: #01407F;
  color: #fff;
}


.lianxi {
  padding: 100px 0 120px;
  background: url(../images/lianxi_bg.jpg) no-repeat;
  background-position: center 0;
}
.lianxi-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 58px;
}
.lianxi-list .item {
  width: 620px;
  height: 330px;
  box-sizing: border-box;
  color: #fff;
  padding: 30px 70px 0 60px;
  cursor: pointer;
  transition: all 0.5s;
  background-size: 100% 100%;
  margin-bottom: 42px;
}
.lianxi-list .item .title{
  font-size: 30px;
  line-height: 50px;
  background: url(../images/lianxi_title2.png) no-repeat;
  background-position: 0 bottom;
  font-weight: bold;
  margin-bottom: 22px;
  padding: 8px 0 10px;
}
.lianxi-list .item p{
  padding-left: 36px;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 15px;
}
.lianxi-list .item p:nth-child(2){
  background: url(../images/lianxi_tel.png) no-repeat;
  background-position: 0 8px;
}
.lianxi-list .item p:nth-child(3){
  background: url(../images/lianxi_email.png) no-repeat;
  background-position: 0 10px;
}
.lianxi-list .item p:nth-child(4){
  background: url(../images/lianxi_didian.png) no-repeat;
  background-position: 0 8px;
}
.lianxi-list .item:hover{
  transform: translateY(-5px);
}
.yy-title{
  font-size: 30px;
  line-height: 50px;
  margin-bottom: 55px;
  position: relative;
}
.yy-title::after{
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 6px;
  background: #BF181E;
  left: 0;
  bottom: -14px;
  transition: all 0.5s;
}
.yy-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.yy-input{
  width: 620px;
  height: 60px;
  border: 1px solid #BFBFBF;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 42px;
  padding: 9px 20px;
  display: flex;
}
.yy-input input{
  width: 100%;
  height: 100%;
  flex: 1;
  font-size: 18px;
  border: 0;
  background: none;
  outline: none;
}
.yy-input select{
  position: relative;
  width: 100%;
  height: 100%;
  flex: 1;
  font-size: 18px;
  border: 0;
  background: none;
  outline: none;
  background: url(../images/icon_sanjiao.png) no-repeat;
  background-position: right center;
  appearance: none;
}
.yy-input span,.yy-textarea span{
  width: auto;
  margin-right: 5px;
}
.yy-textarea{
  width: 100%;
  height: 300px;
  display: flex;
  border: 1px solid #BFBFBF;
  padding: 15px 20px;
  font-size: 18px;
  line-height: 30px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.yy-textarea textarea{
  height: 100%;
  flex: 1;
  font-size: 18px;
  line-height: 30px;
  border: 0;
  background: none;
  outline: none;
  resize: none;
}
.yy-btnbox{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 30px;
}
.yy-btnbox .yy-btn{
  width: 140px;
  height: 42px;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #BF181E;
  border: 1px solid #BF181E;
  color: #fff;
  border-radius: 42px;
  font-size: 18px;
  margin-left: 20px;
}
.yy-btnbox .yy-btn:hover{
  background: #db1f25;
}
.yy-btnbox .yy-btn.blue{
  background: #025AA1;
  border-color: #025AA1;
}
.yy-btnbox .yy-btn.blue:hover{
  background: #0673cb;
  border-color: #0673cb;
}
.yy-btnbox .yy-btn.white{
  background: #fff;
  border-color: #434343;
  color: #000000;
}
.yy-btnbox .yy-btn.white:hover{
  border-color: #025AA1;
  color: #025AA1;
}
.yy-btnbox .left{
  font-size: 18px;
}
.yy-btnbox .left a{
  color: #034080;
  font-weight: bold;
  margin: 0 20px;
}
.yy-btnbox .left a:hover{
  color: #BF181E;
}
.yzm-btn{
  border: 1px solid #025AA1;
  color: #025AA1;
  width: 161px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.yy-box .next-btn{
  width: 620px;
  line-height: 60px;
  text-align: center;
  background: #01407F;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  border: 0;
  outline: none;
}
.yy-box .prev-btn{
  width: 620px;
  line-height: 60px;
  text-align: center;
  background: #EBEBEB;
  color: #000000;
  font-size: 18px;
  cursor: pointer;
  border: 0;
  outline: none;
}
.fix-wenjuan{
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  display: none;
}
.fix-wenjuan .box{
  background: url(../images/wenjuan_bg.png) no-repeat;
  width: 660px;
  height: 340px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  box-sizing: border-box;
  padding: 160px 75px 0;
  font-size: 20px;
  line-height: 30px;
  color: #61696D;
}
.fix-wenjuan .close{
  width: 44px;
  height: 44px;
  background: url(../images/wenjuan_close.png);
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.fix-wenjuan a{
  width: 140px;
  line-height: 42px;
  background: #BF181E;
  text-align: center;
  display: block;
  float: right;
  margin-top: 20px;
  border-radius: 21px;
  color: #fff;
}
.wenjuan .item{
  background: #fff;
  box-shadow: 0px 0px 26px 0px rgba(75,193,253,0.2);
  margin-bottom: 60px;
}
.wenjuan .item-title{
  line-height: 40px;
  padding: 30px 40px;
  background: #EEF4FF;
  color: #01399E;
  font-size: 34px;
  font-weight: bold;
}
.wenjuan .box{
  padding: 40px;
}
.wenjuan .q-item{
  margin-bottom: 60px;
}
.wenjuan .q-title{
  display: flex;
  line-height: 50px;
  margin-bottom: 20px;
}
.wenjuan .q-title span{
  width: 50px;
  background: #BF181E;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.wenjuan .q-title p{
  background: #F3F3F3;
  font-size: 24px;
  padding: 0 20px;
  color: #000000;
}
.wenjuan .q-box{
  padding-left: 50px;
}
.wenjuan .q-input input{
  width: 100%;
  display: block;
  border: 0;
  border-bottom: 1px solid #A0A0A0;
  height: 40px;
  font-size: 24px;
}
.wenjuan .q-radio{
  display: flex;
  align-items: center;
  line-height: 40px;
  font-size: 18px;
}
.wenjuan .q-radio input{
  margin-right: 8px;
  width: 20px;
  height: 20px;
  border-color: #BF181E;
  background-color: #BF181E;
  opacity: 0;
}
.wenjuan .q-radio input[type="radio"] + label {
  position: relative;
  padding-left: 28px;
}
.wenjuan .q-radio input[type="radio"]:checked + label {
  color: #BF181E;
}
.wenjuan .q-radio input[type="radio"] + label::before {
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  border-radius: 50%;
  box-sizing: border-box;
}
.wenjuan .q-radio input[type="radio"]:checked + label {
  color: #BF181E;
}
.wenjuan .q-radio input[type="radio"]:checked + label::before {
  background: url(../images/icon_radio.png) no-repeat;
  background-size: 100% 100%;
  border: 0;
}



.wenjuan .q-checkbox{
  display: flex;
  align-items: center;
  line-height: 40px;
  font-size: 18px;
}
.wenjuan .q-checkbox input{
  margin-right: 8px;
  width: 20px;
  height: 20px;
  border-color: #BF181E;
  background-color: #BF181E;
  opacity: 0;
}
.wenjuan .q-checkbox input[type="checkbox"] + label {
  position: relative;
  padding-left: 28px;
}
.wenjuan .q-checkbox input[type="checkbox"]:checked + label {
  color: #BF181E;
}
.wenjuan .q-checkbox input[type="checkbox"] + label::before {
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  box-sizing: border-box;
}
.wenjuan .q-checkbox input[type="checkbox"]:checked + label {
  color: #BF181E;
}
.wenjuan .q-checkbox input[type="checkbox"]:checked + label::before {
  background: url(../images/icon_checkbox.png) no-repeat;
  background-size: 100% 100%;
  border: 0;
}
.wenjuan-btn{
  width: 620px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background: #01407F;
  font-size: 18px;
  margin: 70px auto 0;
  cursor: pointer;
}



.go-wenjuan{
  margin: 60px auto;
  display: none;
}
.go-wenjuan .box{
  background: #ffffff;
  box-shadow: 0px 0px 26px 0px rgba(75,193,253,0.20); 
}
.go-wenjuan .title{
  background: #EEF4FF;
  line-height: 50px;
  padding: 25px 40px;
  font-size: 24px;
  color: #01399E;
  font-weight: bold;
}
.go-wenjuan .list{
  padding: 50px 40px;
}
.go-wenjuan .item{
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 14px;
  cursor: pointer;
  position: relative;
}
.go-wenjuan .item::after{
  position: absolute;
  right: 0;
  top: 8px;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  border-radius: 50%;
  box-sizing: border-box;
}
.go-wenjuan .item.on{
  color: #BF181E;
}
.go-wenjuan .item.on::after{
  background: url(../images/icon_radio.png) no-repeat;
  background-size: 100% 100%;
  border: 0;
}
.go-wenjuan .go{
  line-height: 42px;
  text-align: center;
  background: #BF181E;
  font-size: 18px;
  margin-top: 50px;
  border-radius: 21px;
  color: #fff;
  cursor: pointer;
}


.page-info{
  padding: 100px 0 120px;
}
.yy-input .text{
  width: 100%;
  height: 100%;
  flex: 1;
  font-size: 18px;
  display: none;
}
.edit .yy-input {
  border-color: #efc01a;
}
.no-edit .yy-input input,.no-edit .yy-input select{
  display: none;
}
.no-edit .yy-input .text{
  display: block;
}
.no-edit .yy-textarea .text{
  width: 100%;
  height: 100%;
  flex: 1;
  font-size: 18px;
}

.yuyue-list{

}
.yuyue-item {
  display: flex;
  border: 1px solid #BFBFBF;
  font-size: 18px;
  line-height: 42px;
  padding: 9px 20px;
  color: #000;
  margin-bottom: 19px;
}
.yuyue-item .title{
  font-weight: bold;
  color: #044080;
  width: 300px;
}
.yuyue-item .time{
  width: 300px;
}
.yuyue-item a{
  background: #025AA1;
  color: #fff;
  width: 140px;
  text-align: center;
  border-radius: 21px;
  margin-left: 500px;
}

.lianxi-form{
  position: relative;
}
.yuyue-back{
  display: block;
  position: absolute;
  top: -60px;
  right: 0;
  font-size: 16px;
  line-height: 24px;
  padding-right: 23px;
  background: url(../images/yuyue_back.png) no-repeat;
  background-position: right center;
}




@media (max-width: 1600px){
.hangye .hangye-menu{
  position: fixed;
  left: 0;
  top: 45%;
  z-index: 2;
}
}









