.sprite {display:inline-block; overflow:hidden; background-repeat: no-repeat;background-image:url(../images/sprite1.png);}

.e1 {width:37px; height:37px; background-position: -0px -0px}
.e2 {width:40px; height:40px; background-position: -37px -0px}
.e3 {width:45px; height:45px; background-position: -77px -0px}
.e4 {width:47px; height:43px; background-position: -122px -0px}
.e5 {width:42px; height:42px; background-position: -169px -0px}
.f36{
  font-size: 36px;
}
.f30{
  font-size: 30px;
}
.f24{
  font-size: 24px;
}
.f18{
  font-size: 18px;
}
.f16{
  font-size: 16px;
}
.f14{
  font-size: 14px;
}
.f12{
  font-size: 12px;
}
.content{
  width: 1200px;
  margin: 30px auto;
  font-size: 0;
}
.content1_yxd{
  display: inline-block;
  width: 300px;
  height: 360px;
  padding: 20px;
  margin-left: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(230,67,84,.3);
}
.yxd_t1_p{
  position: relative;
  display: inline-block;
  margin-left: 18px;
  padding-left: 18px;
  color: #666666;
  font-style: italic;
}
.yxd_t1_p::before{
  content: '';
  position: absolute;
  left: 0;top: 8px;
  width: 1px;
  height: 37px;
  background: #f2f2f2;
}
.yxd_t1_p span{
  color: #f8485e;
}
.yxd_input{
  margin: 20px 0;
}
.yxd_input input{
  background: transparent;
  border: none;
  outline: none;
  padding: 12px;
  display: block;
  width: 100%;
}
.input_con{
  background: #f2f2f2;
  border-radius: 6px;
}
.yxd_input2 .input_con{
  display: inline-block;
  vertical-align: middle;
  width: 55%;
}
.get_code{
  display: inline-block;
  width: 40%;
  margin-left: 5%;
  vertical-align: middle;
  color: #fff;
  background: #f8485e;
  border-radius: 6px;
  padding: 12px;
  text-align: center;
  cursor: pointer;
}
.des{
  color: #b2b2b2;
}
.yxd_btn{
  text-align: center;
  margin-top: 10px;
}
.yxd_btns{
  display: inline-block;
  color: #fff;
  background: #f8485e;
  padding: 12px 40px;
  border-radius: 6px;
  cursor: pointer;
}
.content2{
  display: flex;
  justify-content: space-between;
}
.content2_item{
  display: inline-block;
  width: 285px;
  height: 120px;
  border-radius: 10px;
  padding: 20px;
}
.content2_item:nth-of-type(1){
  background: linear-gradient(to right,#fff1ef,#ffccc7);
}
.content2_item:nth-of-type(2){
  background: linear-gradient(to right,#eff8ff,#d3e6ff);
}
.content2_item:nth-of-type(3){
  background: linear-gradient(to right,#fffbeb,#ffe6c2);
}
.content2_item:nth-of-type(4){
  background: linear-gradient(to right,#f3ebff,#e9d9ff);
}
.content2_item_l{
  display: inline-block;
  vertical-align: middle;
  width: 70px;height: 70px;
  border-radius: 50%;
  text-align: center;
}
.content2_item_l:before{
  content: '';
  display: inline-block;
  width: 0;
  height: 70px;
  vertical-align: middle;
}
.content2_item_l i{
  vertical-align: middle;
}
.content2_item:nth-of-type(1) .content2_item_l{
  background: #ffb7af;
  box-shadow: 0 0 20px #e49d96;
}
.content2_item:nth-of-type(2) .content2_item_l{
  background: #b9d2f4;
  box-shadow: 0 0 20px #7b99c2;
}
.content2_item:nth-of-type(3) .content2_item_l{
  background: #fffbea;
  box-shadow: 0 0 20px #ffc868;
}
.content2_item:nth-of-type(4) .content2_item_l{
  background: #f3eaff;
  box-shadow: 0 0 20px #e6d5ff;
}
.content2_item_r{
  display: inline-block;
  vertical-align: middle;
  width: 160px;
  margin-left: 10px;
}
.content2_item:nth-of-type(1) .content2_item_r{
  color: #d34a2d;
}
.content2_item:nth-of-type(2) .content2_item_r{
  color: #1f5184;
}
.content2_item:nth-of-type(3) .content2_item_r{
  color: #d15c15;
}
.content2_item:nth-of-type(4) .content2_item_r{
  color: #401b86;
}
.title{
  text-align: center;
}
.title:before,.title:after{
  content: '';
  display: inline-block;
  width: 112px;
  height: 1px;
  background: #000;
  vertical-align: middle;
  margin: 0 10px;
}
.content3{
  margin-top: 96px;
}
.content3_con{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content3_item{
  display: inline-block;
  margin-top: 30px;
}
.content3_item_img{
  position: relative;
}
.content3_item_img .content3_item_mask{
  display: none;
  position: absolute;
  left: 0;top: 0;
  width: 100%;height: 100%;
  background: rgba(0,0,0,.5);
  color: #fff;
  padding: 20px;
  line-height: 30px;
  text-align: justify;
}
.content3_item_img:hover .content3_item_mask{
  display: block;
}
.content3_p1,.content3_p2{
  text-align: center;
  margin-top: 6px;
}
.content4{
  margin-top: 90px;
}
.export_list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
.export_item{
  display: inline-block;
  width: 590px;height: 290px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  padding: 20px;
  font-size: 0;
  margin-bottom: 20px;
}
.export_item:hover{
  border-color: #fff;
  box-shadow: 0 0 20px rgba(230,67,84,.3);
}
.export_img{
  display: inline-block;
  vertical-align: top;
  width: 200px;height: 250px;
  border-radius: 8px;
  background-image: url('http://img1.huazhen2008.net/article/201701/10/nzelqri55zdx2acwnuhtqyopnkazf8jv.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.export_info{
  position: relative;
  display: inline-block;
  width: 326px;
  height: 250px;
  vertical-align: top;
  margin-left: 20px;
}
.export_name{
  margin-bottom: 10px;
}
.export_oth{
  line-height: 30px;
}
.export_oth span{
  display: inline-block;
  vertical-align: top;
}
.export_oth .export_skill i{
  width: 266px;
  max-height: 55px;
  font-style: initial;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.export_oth2{
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.export_btn{
  position: absolute;
  width: 100%;
  left: 0;bottom: 0;
  margin-top: 20px;
}
.export_btn a,.export_btn span{
  display: inline-block;
  text-align: center;
  width: 40%;
  padding: 6px;
  border: 1px solid #f8485e;
  border-radius: 4px;
  margin-right: 20px;
}
.export_btn span{
  background: #f8485e;
  color: #fff;
}
.content5{
  margin-top: 90px;
  position: relative;
}
.export_yxd_btn{
  position: absolute;
  width: 100%;
  bottom: 25px;left: 0;
  text-align: center;
}
.export_yxd_btn > img{
  display: block;
  width: 100%;
}
.export_yxd_btn strong{
  position: relative;
  display: inline-block;
  padding: 10px 50px;
  background: #fff;
  box-shadow: 0 0 20px rgba(255,255,255,.5);
  border-radius: 10px;
  color: #4931a1;
  cursor: pointer;
}
.export_yxd_btn strong img{
  position: absolute;
  right: -20px;top: 13px;
}
.pagination{
  font-size: 18px;
  text-align: center;
}
.pagination li{
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
  cursor: pointer;
}
.pagination li a,.pagination li span{
  display: block;
  padding: 10px 16px;
  background: #f2f2f2;
  border-radius: 4px;
}
.pagination li:hover a,.pagination li.active span{
  color: #fff;
  background: #f8485e;
}
.pagination li:hover a{
  color: #fff;
}
