
.header{
  background: #007892;
}
img {
  max-width: 100%;
  margin: 0;
}
.head{
  width: 100%;
  height: 80px;
  border: 1px solid red;
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  z-index: 999;
}
.contact{
  max-width: 1200px;
  overflow: hidden;
  height: auto;
  margin: 40px auto 0;
}
.blueBox{
  padding: 16x;
  font-size: 18px;

  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blueBox-left{
  position: relative;
  flex: 0 0 260px;
  width: 260px;
  font-weight: 600;
  font-size: 28px;
  line-height: 39px;
  color: #222222;
}
.blueBox-right{
  position: relative;
  flex: 0 0 940px;
  width: 940px;
}
.blueBox-title{
  color:#0066FF;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  /* margin-bottom: 16px; */
  /* background-color: #F5F8FF; */
}
.blueBox-content{
  line-height: 32px;
  color: #273043;
  font-size: 18px;
  padding-left: 10px;
}
.pic_jump-btn{
  background: #E84368;
  padding: 8px 0px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  display: inline-block;
  text-align: center;
}

.form_ul{
  margin-top: 16px;
  overflow: hidden;
  padding-left: 0;
  width: 1000px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form_ul li{
  position: relative;
  flex: 0 0 320px;
  width: 320px;
  list-style:none;
}
.form_ul li a{
  flex: 0 0 200px;
  width: 200px;
  text-decoration: none;
}
.form_ul input{
  width: 100%;
  padding: 10px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.form_ul li img{
  vertical-align: middle;
}
.contact_table {
  margin-top: 16px;
  width: 100%;
  /*border-collapse: collapse;*/
   border-left: 1px solid #DDDDDD ;
   border-right: 1px solid #DDDDDD ;
   border-bottom: 1px solid #DDDDDD ;
   border-top:1px solid #0084FF;
   border-spacing: 0;
  border-radius: 6px;
}
.contact_table td {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #212121;
  box-sizing: border-box;
  border-right: 1px solid #DDDDDD ;
  border-bottom: 1px solid #DDDDDD ;
  padding:5px 10px;
}

.contact_table td:last-child { border-right: 0;}
.contact_table tr:last-child td{border-bottom: 0;}
.contact_table tr:first-child td:first-child{
   border-top-left-radius: 6px
 }
.contact_table .label{
  text-align: center;
  background: #F9F9F9;
  width: 200px;
}
.contact_table .redTxt{
  color:#D7506A;
  font-weight:600;
}
.contact_empty{
	text-align:center;
}
.el-pagination {
  text-align: center;
  margin: 20px auto;
  white-space: nowrap;
  padding: 2px 5px;
  color: #555555 !important;
  font-weight: normal !important;
}

body.en .pic_jump-btn{
  font-weight: normal;
}
