@charset "utf-8";
/* 内页 */
.inbanner {
  width: 100%;
  height: 350px;
  position: relative;
  overflow: hidden;
}
.inbanner > img {
  position: absolute;
  left: 50%;
  top: 0;
  width: auto;
  height: 100%;
  z-index: 0;
  margin-left: -960px;
}
.inbanner .cer2 {
  position: relative;
  z-index: 1;
  height: 100%;
}
.ibcate {
  position: relative;
  left: 0;
  top: 50%;
  margin-top: -60px;
  text-align: center;
  color: #fff;
}
.ibcate .pic {
  height: 60px;
  line-height: 60px;
  font-size: 0;
}
.ibcate .en {
  font-size: 36px;
  line-height: 40px;
  height: 40px;
  text-transform: uppercase;
}
.ibcate .hx {
  width: 40px;
  height: 2px;
  background-color: #fff;
  margin: 18px auto 0;
}
/* .js-qiecon{ display: none;}.js-qiecon.on{ display: block;} */
.bgf5 {
  background-color: #f5f5f5;
}
.baninfo {
  height: 74px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  font-family: 'Microsoft Yahei';
}
.baninfo .cer3 {
  height: 100%;
}
.erji {
  float: left;
  font-size: 0;
  white-space: nowrap;
  text-align: center;
  max-width: 100%;
  overflow: auto;
  line-height: 74px;
}
.erji a {
  display: inline-block;
  min-width: 70px;
  height: 74px;
  position: relative;
  color: #666;
  font-size: 16px;
  line-height: 74px;
  margin-right: 40px;
  vertical-align: top;
}
.erji a:after {
  content: " ";
  position: absolute;
  left: 100%;
  bottom: 0;
  z-index: 0;
  width: 0;
  border-bottom: 2px solid #1d3ef1;
  -webkit-transition: .3s;
  transition: .3s;
}
.erji a:hover:after {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.erji a.on {
  color: #0a25b7;
}
.erji a.on:after {
  width: 100%;
  left: 0;
}
.erji a:hover {
  color: #0a25b7;
}
.tree {
  float: right;
  height: 74px;
  line-height: 74px;
  color: #666;
  position: relative;
  padding-left: 22px;
  background: url('../images/point.png') left no-repeat;
}
.tree a {
  color: #666;
  padding: 0 6px;
}
.tree a.leaf,
.tree a:hover {
  color: #0a25b7;
}
@media screen and (max-width: 960px) {
  .tree {
    display: none;
  }
  .erji {
    float: none;
    text-align: center;
  }
  .erji a {
    margin: 0 20px;
  }
}
@media screen and (max-width: 750px) {
  .erji a {
    width: auto;
    font-size: 24px;
  }
}
.main {
  background-color: #f5f5f5;
}
.main2 {
  background-color: #f5f5f5;
  padding: 50px 0 60px;
}
.atc {
  padding: 62px 80px 48px;
  background-color: #fff;
}
.atc-h {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 24px;
}
.atc-h h1 {
  font-size: 30px;
  color: #333;
  line-height: 38px;
  font-weight: bold;
  margin-bottom: 10px;
}
.atc-date {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.atc-date span {
  display: inline-block;
}
.atc-con {
  padding: 34px 0 54px;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  text-align: justify;
  border-bottom: 1px solid #e5e5e5;
}
.atc-con img {
  max-width: 100%;
}
.atc-pn {
  position: relative;
  margin-top: 24px;
  padding-right: 220px;
}
.atc-pn a {
  display: block;
  overflow: hidden;
  color: #999;
  line-height: 28px;
}
.atc-pn a span {
  color: #666;
}
.atc-pn a:hover {
  color: #0a25b7;
}
.atc-pn a.ret {
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 48px;
  position: absolute;
  right: 0;
  top: 4px;
  z-index: 1;
  width: 200px;
  height: 48px;
  background: #dddddd url('../images/gt-ret.png') 157px center no-repeat;
}
.atc-pn a.ret:hover {
  background-color: #0a25b7;
}
.videowrap {
  width: 100%;
  position: relative;
  text-align: center;
}
.video {
  width: 900px;
  max-width: 100%;
  height: 540px;
}
@media screen and (max-width: 1320px) {
  .atc {
    padding: 62px 40px 48px;
  }
}
@media screen and (max-width: 960px) {
  .atc {
    padding: 62px 20px 48px;
  }
  .videowrap {
    padding-bottom: 60%;
    height: 0;
  }
  .video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 750px) {
  .atc-h h1 {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  .atc-h .atc-date {
    font-size: 24px;
    line-height: 36px;
  }
  .atc-con {
    font-size: 26px;
    line-height: 46px;
    padding: 44px 0 54px;
  }
  .atc-con div,
  .atc-con p,
  .atc-con span {
    font-size: 26px !important;
    line-height: 46px!important;
  }
  .atc-pn {
    font-size: 24px;
    padding-right: 0;
    margin-top: 34px;
  }
  .atc-pn a {
    line-height: 40px;
    margin-bottom: 10px;
  }
  .atc-pn a.ret {
    position: static;
    width: 300px;
    display: block;
    margin: 40px auto 0;
    height: 60px;
    line-height: 60px;
    font-size: 26px;
    background-position: 220px center;
  }
}
.main3 {
  background-color: #f5f5f5;
  padding: 60px 0;
}
.caselist {
  overflow: hidden;
  padding: 50px 0 20px;
  margin: 0 -20px;
}
.caselist li {
  float: left;
  width: 33.3%;
  margin-bottom: 40px;
}
.caselist li .lin {
  padding: 0 20px;
}
.caselist li a {
  display: block;
  background-color: #fff;
}
.caselist li .pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.caselist li img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.caselist li h3 {
  font-size: 18px;
  color: #333;
  line-height: 54px;
  text-align: center;
  height: 54px;
  overflow: hidden;
  background-color: #fff;
}
.caselist li h3 {
  -webkit-transition: .6s;
  transition: .6s;
}
.caselist li:hover h3 {
  background-color: #0a25b7;
  color: #fff;
}
@media screen and (max-width: 1320px) {
  .caselist li h3 {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1100px) {
  .caselist li {
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .caselist {
    margin: 0 -10px;
    padding-top: 40px;
  }
  .caselist li {
    margin-bottom: 30px;
  }
  .caselist li .lin {
    padding: 0 10px;
  }
  .caselist li h3 {
    font-size: 24px;
  }
}
.shebeilist {
  overflow: hidden;
  padding: 50px 0 20px;
  margin: 0 -20px;
}
.shebeilist li {
  float: left;
  width: 50%;
  margin-bottom: 40px;
}
.shebeilist li .lin {
  padding: 0 20px;
}
.shebeilist li a {
  display: block;
  background-color: #fff;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.shebeilist li a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 0;
  height: 1px;
  background-color: #fff;
  display: none;
}
.shebeilist li img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.shebeilist li h3 {
  font-size: 18px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  height: 50px;
  overflow: hidden;
  background-color: rgba(10, 37, 183, 0.9);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  right: 0;
}
.shebeilist li h3 {
  -webkit-transition: .6s;
  transition: .6s;
}
.shebeilist li:hover h3 {
  opacity: 0;
  filter: alpha(opacity=0);
}
@media screen and (max-width: 1320px) {
  .shebeilist li h3 {
    padding: 0 10px;
  }
}
@media screen and (max-width: 750px) {
  .shebeilist {
    margin: 0 -10px;
  }
  .shebeilist li {
    width: 100%;
  }
  .shebeilist li .lin {
    padding: 0 10px;
  }
  .shebeilist li h3 {
    font-size: 24px;
    line-height: 50px;
    height: 50px;
  }
}
.helplist {
  padding-bottom: 1px;
  padding-top: 60px;
}
.helplist li {
  margin-bottom: 10px;
  background-color: #fff;
}
.zpone {
  height: 50px;
  cursor: pointer;
  position: relative;
  padding-left: 20px;
  padding-right: 60px;
  background-color: #e5e5e5;
}
.zpone h3 {
  font-size: 16px;
  color: #333;
  line-height: 50px;
  height: 50px;
  overflow: hidden;
}
.zpone i {
  position: absolute;
  right: 7px;
  top: 12px;
  z-index: 1;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #fff;
}
.zpone i s {
  position: absolute;
  z-index: 1;
  left: 7px;
  top: 12px;
  width: 12px;
  height: 2px;
  background-color: #666;
  opacity: 1;
}
.zpone i s:first-child {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.helplist li.on .zpone i s {
  background-color: #0a25b7;
}
.helplist li.on .zpone i s:first-child {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.helplist li.on .zpone,
.helplist li:hover .zpone {
  background-color: #0a25b7;
}
.helplist li.on .zpone h3,
.helplist li:hover .zpone h3 {
  color: #fff;
}
.zpone,
.zpone h3,
.zpone i s {
  transition: 0.6s;
  -ms-transition: 0.6s;
  -moz-transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
}
.zpcon {
  display: none;
  padding: 30px 60px 30px 20px;
  background: #ffffff url('../images/helpbg.png') right bottom no-repeat;
  color: #666;
  line-height: 26px;
  text-align: justify;
  font-family: 'Microsoft Yahei';
}
.zpcon h4 {
  font-size: 18px;
  color: #333;
}
.listbtnout2 {
  padding: 0 0 60px;
}
.listbtnout2 .listmore {
  background-color: #eee;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  color: #999;
  border-radius: 0;
}
.listbtnout2 .listmore:hover {
  background-color: #0a25b7;
  color: #fff;
}
@media screen and (max-width: 1240px) {
  .helplist {
    padding: 40px 0 20px;
  }
}
@media screen and (max-width: 750px) {
  .helplist .zpone {
    height: 70px;
  }
  .helplist .zpone h3 {
    font-size: 28px;
    line-height: 70px;
    height: 70px;
  }
  .zpone i {
    right: 10px;
    top: 15px;
    width: 40px;
    height: 40px;
  }
  .zpone i s {
    left: 10px;
    top: 19px;
    width: 20px;
    height: 2px;
  }
  .zpcon {
    line-height: 44px;
    padding: 30px;
  }
  .zpcon div,
  .zpcon p,
  .zpcon span {
    line-height: 44px!important;
  }
  .zpcon h4 {
    font-size: 28px;
  }
  .listbtnout2 .listmore {
    height: 70px;
    font-size: 32px;
    line-height: 70px;
    background-color: #0a25b7;
    color: #fff;
  }
}
.newslist {
  padding: 50px 0 30px;
}
.newslist li {
  width: 100%;
  padding: 40px 0;
  margin-bottom: 30px;
  background-color: #fff;
}
.newslist li .lin {
  display: block;
  position: relative;
  padding-left: 454px;
  height: 144px;
  overflow: hidden;
  padding-right: 80px;
}
.newslist li .pic {
  position: absolute;
  left: 154px;
  top: 0;
  z-index: 1;
  width: 260px;
  height: 144px;
  overflow: hidden;
}
.newslist li .pic img {
  width: 100%;
  height: 100%;
}
.newslist .date {
  width: 70px;
  position: absolute;
  left: 42px;
  top: 20px;
  z-index: 1;
}
.newslist .date span {
  display: block;
  text-align: center;
}
.newslist .date .mday {
  font-size: 50px;
  line-height: 62px;
  height: 62px;
  color: #666;
  border-bottom: 1px solid #dcdcdc;
}
.newslist .date .year {
  font-size: 14px;
  line-height: 22px;
  height: 22px;
  color: #999;
  margin-top: 10px;
}
.newslist li h3 {
  font-size: 20px;
  color: #333;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  padding: 8px 0 0 0;
}
.newslist li h3 a {
  color: #333;
}
.newslist li .txt {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  overflow: hidden;
  height: 48px;
  margin-top: 10px;
  text-align: justify;
}
.newslist li a.more {
  display: block;
  height: 20px;
  margin-top: 28px;
  line-height: 20px;
  font-size: 14px;
  color: #102ab9;
}
.newslist li:hover {
  background-color: #102ab9;
}
.newslist li:hover h3 a {
  color: #fff;
}
.newslist li:hover a.more {
  color: #fff;
}
.newslist li:hover .date .mday {
  color: #fff;
  border-bottom-color: #fff;
}
.newslist li:hover .date .year {
  color: #fff;
}
.newslist li:hover .txt {
  color: #fff;
}
.newslist li,
.newslist a,
.newslist .mday,
.newslist .year,
.newslist .txt {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1320px) {
  .newslist li .lin {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .newslist li .lin {
    padding-left: 320px;
    padding-right: 30px;
  }
  .newslist .date {
    display: none;
  }
  .newslist li .pic {
    left: 30px;
  }
}
@media screen and (max-width: 900px) {
  .newslist li h3 {
    height: 60px;
    padding-top: 0;
  }
  .newslist li .txt {
    height: 72px;
  }
  .newslist li a.more {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .newslist li {
    padding: 30px 0;
  }
  .newslist li .lin {
    padding-left: 300px;
    padding-right: 20px;
    height: 160px;
  }
  .newslist li .pic {
    left: 20px;
  }
  .newslist li h3 {
    font-size: 30px;
    line-height: 48px;
    height: 144px;
  }
  .newslist li .txt {
    display: none;
  }
}
.pianyi {
  padding-top: 126px;
  margin-top: -126px;
}
/* 荣誉资质 */
.cate1 {
  position: relative;
}
.cate1 .en {
  font-size: 0;
  color: #0a25b7;
  line-height: 50px;
}
.rongyu {
  padding: 100px 0;
  background: url('../images/aboutbg4.jpg') top;
}
.picScroll-left2 {
  overflow: hidden;
  position: relative;
  padding: 0 70px;
  margin: 50px auto 0;
  height: 340px;
}
.rylist {
  overflow: hidden;
}
.rylist li {
  float: left;
  width: 260px;
}
.rylist li .lin {
  padding: 0 10px;
}
.rylist li a {
  display: block;
  padding: 20px;
  background-color: #fff;
}
.rylist li .pic {
  overflow: hidden;
  height: 300px;
  line-height: 300px;
  text-align: center;
  font-size: 0;
}
.rylist li img {
  max-width: 100%;
  max-height: 100%;
}
.rylist li:hover a {
  background-color: #4a5fd5;
}
.rongyu a.prev,
.rongyu a.next {
  position: absolute;
  width: 48px;
  height: 48px;
  z-index: 1;
  top: 145px;
  border: 1px solid #a8a7d8;
  border-radius: 50%;
  font-size: 28px;
  line-height: 48px;
  text-align: center;
  font-family: 'simsun';
  color: #1d3ef1;
}
.rongyu a.prev {
  left: 0;
}
.rongyu a.next {
  right: 0;
}
.rongyu a.prev:hover,
.rongyu a.next:hover {
  background-color: #1d3ef1;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .pianyi {
    padding-top: 80px;
    margin-top: -80px;
  }
}
@media screen and (max-width: 750px) {
  .picScroll-left2 {
    padding: 0 50px;
  }
}
/* 企业文化 */
.cul {
  padding-top: 100px;
  background: url('../images/aboutbg4.jpg') top;
}
.cullist {
  overflow: hidden;
  padding-top: 90px;
  margin: 0 -62px;
  position: relative;
  z-index: 2;
}
.cullist li {
  float: left;
  width: 16.66%;
  text-align: center;
}
.cullist li .pic {
  width: 106px;
  position: relative;
  height: 106px;
  line-height: 106px;
  margin: 0 auto;
  border: 2px solid #0a25b7;
  border-radius: 53px;
}
.cullist li .pic img {
  max-width: 100%;
  max-height: 100%;
}
.cullist li img.p1 {
  opacity: 1;
  filter: alpha(opacity=100);
}
.cullist li img.p2 {
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
}
.cullist li h3 {
  height: 34px;
  line-height: 34px;
  font-size: 18px;
  color: #333;
  text-transform: uppercase;
  overflow: hidden;
  margin-top: 20px;
}
.cullist li .sjt {
  height: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
  margin: 42px auto 0;
  background: url('../images/sju2.png') bottom no-repeat;
}
.cullist li:hover .pic,
.cullist li.on .pic {
  background-color: #0a25b7;
}
.cullist li:hover h3,
.cullist li.on h3 {
  color: #714626;
}
.cullist li.on .sjt {
  opacity: 1;
  filter: alpha(opacity=100);
}
.cullist li:hover img.p1,
.cullist li.on img.p1 {
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
}
.cullist li:hover img.p2,
.cullist li.on img.p2 {
  opacity: 1;
  filter: alpha(opacity=100);
  display: inline-block;
}
.cullist li .pic,
.cullist li h3,
.cullist li img {
  -webkit-transition: .3s;
  transition: .3s;
}
.culconout {
  position: relative;
  top: -1px;
  z-index: 0;
  height: 200px;
  background: #2a69cb url('../images/aboutbg3.jpg') center no-repeat;
}
.culcon {
  padding: 20px 0;
  height: 160px;
  display: none;
}
.culcon.on {
  display: table;
  line-height: 24px;
  color: #fff;
  font-size: 16px;
}
.culcon div {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 1320px) {
  .cullist {
    margin: 0 0;
  }
  .culcon {
    padding: 20px 20px;
  }
}
@media screen and (max-width: 840px) {
  .cullist li {
    width: 33.33%;
    padding-bottom: 50px;
  }
  .cullist li .sjt {
    display: none;
  }
}
@media screen and (max-width: 840px) {
  .cullist li h3 {
    height: 50px;
    line-height: 50px;
    font-size: 26px;
  }
  .culcon.on {
    font-size: 26px;
    line-height: 46px;
  }
}
/* 公司简介 */
.wave {
  width: 100%;
  height: 152px;
  background: url('../images/wave.jpg') center no-repeat;
}
.jian {
  background: url('../images/aboutbg1.jpg') top;
}
.about {
  padding: 100px 0 0;
}
.aboutcon {
  overflow: hidden;
}
.aboutl {
  float: left;
  width: 44%;
}
.abouttxt {
  overflow: hidden;
  margin-top: 30px;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  text-align: justify;
}
.abouttxt img {
  display: none;
}
.aboutr {
  float: right;
  width: 51.6%;
  position: relative;
  text-align: center;
}
.aboutr img {
  max-width: 100%;
}
@media screen and (max-width: 1100px) {
  .about {
    padding-bottom: 30px;
  }
  .aboutl {
    width: 55%;
  }
  .aboutr {
    width: 40%;
  }
}
@media screen and (max-width: 960px) {
  .about {
    padding-top: 60px;
  }
  .aboutl .cate1 .en {
    text-align: center;
  }
  .aboutl {
    float: none;
    width: 100%;
    height: auto;
    margin-top: 50px;
  }
  .aboutr {
    float: none;
    width: 100%;
    margin-top: 0;
  }
  .abouttxt {
    max-width: 660px;
    margin: 40px auto 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .abouttxt {
    font-size: 26px;
    line-height: 44px;
  }
  .abouttxt div,
  .abouttxt p,
  .abouttxt span {
    font-size: 26px !important;
    line-height: 44px!important;
  }
}
.fazhan {
  padding: 60px 0 105px;
  position: relative;
  background: url('../images/aboutbg2.jpg') top no-repeat;
}
.chengout {
  margin-top: 90px;
  padding-bottom: 56px;
  position: relative;
  overflow: hidden;
  height: 290px;
  cursor: ew-resize;
}
.chenglist {
  font-size: 0;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 100%;
}
.chenglist:before {
  content: '';
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.chenglist li {
  display: inline-block;
  width: 300px;
  padding: 74px 10px 0;
  background: url('../images/xiexian.png') 10px 0 no-repeat;
}
.chenglist li .year {
  height: 56px;
  font-size: 30px;
  color: #fff;
  line-height: 56px;
  margin-bottom: 16px;
}
.chenglist li .year span {
  font-size: 48px;
  margin-right: 8px;
}
.chenglist li .con {
  width: 300px;
  height: 144px;
  overflow: hidden;
  font-size: 18px;
  color: #fff;
  line-height: 24px;
  white-space: normal;
}
a.lichenprev,
a.lichennext {
  position: absolute;
  width: 38px;
  height: 38px;
  z-index: 1;
  bottom: 0;
  left: 0;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  margin-top: -21px;
  font-size: 28px;
  line-height: 38px;
  text-align: center;
  font-family: 'simsun';
  color: rgba(255, 255, 255, 0.5);
}
a.lichennext {
  margin-left: 72px;
}
a.lichenprev:hover,
a.lichennext:hover {
  border-color: #fff;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .chengout {
    height: 362px;
  }
  .chenglist li .con {
    font-size: 26px;
    line-height: 36px;
    height: 216px;
  }
}
.prolist {
  overflow: hidden;
  padding: 50px 0 60px;
}
.prolist li {
  float: left;
  width: 25%;
  height: 300px;
  background-color: #fff;
}
.prolist li.big {
  width: 50%;
  height: 600px;
}
.prolist li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.prolist li a:before {
  content: "";
  border: 1px solid #d3d3d4;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.prolist li .pic {
  position: absolute;
  width: 100%;
  height: 240px;
  left: 0;
  top: 0;
  z-index: 1;
  text-align: center;
  font-size: 0;
  line-height: 240px;
}
.prolist li.big .pic {
  height: 480px;
  line-height: 480px;
}
.prolist li img {
  max-width: 98%;
  max-height: 98%;
}
.prolist li h3 {
  font-size: 16px;
  color: #333;
  line-height: 40px;
  text-align: center;
  padding: 10px;
  height: 40px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.prolist li.big h3 {
  font-size: 22px;
  line-height: 96px;
  height: 96px;
  bottom: 0;
  background-color: #102ab9;
  color: #fff;
}
.prolist li h3 {
  -webkit-transition: .6s;
  transition: .6s;
}
.prolist li:hover h3 {
  background-color: #102ab9;
  color: #fff;
}
.listbtnout3 {
  padding: 0 0 60px;
}
.listbtnout3 .listmore {
  background-color: #f5f5f5;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  color: #333;
}
.listbtnout3 .listmore:hover {
  background-color: #0a25b7;
  color: #fff;
}
@media screen and (max-width: 1050px) {
  .prolist li {
    width: 33.3%;
  }
  .prolist li.big {
    width: 66.6%;
  }
}
@media screen and (max-width: 750px) {
  .prolist li {
    width: 50%;
  }
  .prolist li.big {
    width: 100%;
  }
  .prolist li h3 {
    font-size: 24px;
    height: auto;
  }
  .prolist li.big h3 {
    font-size: 30px;
    line-height: 50px;
    height: auto;
  }
  .listbtnout3 .listmore {
    height: 70px;
    font-size: 32px;
    line-height: 70px;
    background-color: #0a25b7;
    color: #fff;
  }
}
.proin .slideBox {
  width: 100%;
  height: 100%;
  position: relative;
}
.proin .bd {
  position: relative;
  width: 100%;
  height: 100%;
}
.proin .bd li {
  width: 920px;
  height: 100%;
  position: relative;
  text-align: center;
  line-height: 690px;
  overflow: hidden;
}
.proin .bd img {
  max-width: 90%;
  max-height: 90%;
}
.proin .bd h3 {
  width: 100%;
  height: 70px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.07);
  line-height: 70px;
  font-size: 18px;
  text-align: center;
  color: #333;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.proin .proprev {
  width: 32px;
  height: 60px;
  background: url('../images/lt-pro1.png') center no-repeat;
  position: absolute;
  left: 60px;
  z-index: 1;
  top: 50%;
  margin-top: -30px;
}
.proin .pronext {
  width: 32px;
  height: 60px;
  background: url('../images/gt-pro1.png') center no-repeat;
  position: absolute;
  right: 60px;
  z-index: 1;
  top: 50%;
  margin-top: -30px;
}
.proin .proprev:hover {
  background-image: url('../images/lt-pro1h.png');
}
.proin .pronext:hover {
  background-image: url('../images/gt-pro1h.png');
}
.pro {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 160;
  left: 0;
  top: 0;
  display: none;
  overflow: hidden;
}
.probg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: url('../images/op0-50.png');
}
.proin {
  width: 920px;
  height: 690px;
  position: absolute;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  left: 50%;
  margin-left: -460px;
  top: -50%;
  margin-top: -345px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
          box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  overflow: hidden;
}
.pro.on .proin {
  top: 50%;
}
.proclose {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  cursor: pointer;
  background: url('../images/cha.png') center no-repeat;
}
@media screen and (max-width: 1200px) {
  .proin {
    width: 750px;
    margin-left: -375px;
    height: 590px;
    margin-top: -295px;
  }
  .proin .bd li {
    width: 750px;
    line-height: 590px;
  }
  .proin .bd h3 {
    height: 60px;
    line-height: 60px;
  }
}
@media screen and (max-width: 860px) {
  .proin {
    width: 640px;
    margin-left: -320px;
  }
  .proin .bd li {
    width: 640px;
  }
}
@media screen and (max-width: 750px) {
  .proin .bd h3 {
    font-size: 28px;
  }
}
/* 首页 */
/* 联系方式 */
.flx {
  padding: 46px 0 26px;
}
.flxlist {
  overflow: hidden;
}
.flxlist li {
  float: left;
  width: 25%;
}
.flxlist .inner {
  padding-left: 58px;
  color: #333;
}
.flxlist .inner.i1 {
  background: url('../images/lx1.png') left top no-repeat;
}
.flxlist .inner.i2 {
  background: url('../images/lx2.png') left top no-repeat;
}
.flxlist .inner.i3 {
  background: url('../images/lx3.png') left top no-repeat;
}
.flxlist .inner.i4 {
  background: url('../images/lx4.png') left top no-repeat;
}
.flxlist .inner h3 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 4px;
}
.flxlist .inner div {
  font-size: 14px;
  line-height: 20px;
}
@media screen and (max-width: 1100px) {
  .flxlist li {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 750px) {
  .flxlist .inner h3 {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 0;
  }
  .flxlist .inner div {
    font-size: 24px;
    line-height: 40px;
  }
}
/* 合作伙伴 */
.fhuoban {
  padding: 80px 0 72px;
  background: url('../images/fbg6.jpg') top;
}
.fcate1 {
  text-align: center;
  padding-bottom: 22px;
  background: url('../images/fline1.png') center bottom no-repeat;
}
.fcate1 .en {
  font-size: 36px;
  line-height: 74px;
  color: #0a25b7;
  text-transform: uppercase;
}
.fhuoban .intro {
  font-size: 16px;
  color: #0a25b7;
  line-height: 28px;
  text-align: center;
  margin-top: 44px;
  padding: 0 10px;
}
.fkehulist {
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  margin: 0 -10px;
}
.fkehulist li {
  float: left;
  width: 20%;
  margin-top: 20px;
}
.fkehulist li .lin {
  padding: 0 10px;
}
.fkehulist li a {
  display: block;
  background-color: #fff;
  overflow: hidden;
}
.fkehulist .pic {
  width: 100%;
  height: 100px;
  overflow: hidden;
  font-size: 0;
  line-height: 100px;
  text-align: center;
}
.fkehulist img {
  max-width: 98%;
  max-height: 98%;
}
.fkehulist li:hover a {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1280px) {
  .fkehulist {
    margin: 0;
    padding: 10px;
  }
  .fkehulist li {
    width: 25%;
  }
}
@media screen and (max-width: 960px) {
  .fkehulist li {
    width: 33.3%;
  }
}
@media screen and (max-width: 750px) {
  .fhuoban .intro {
    font-size: 26px;
    line-height: 40px;
  }
  .fkehulist li {
    width: 50%;
  }
}
/* 首页新闻 */
.fnews {
  padding-top: 40px;
  padding-bottom: 64px;
  background: #ffffff url('../images/fbg5.jpg') bottom no-repeat;
}
a.seemore {
  display: block;
  width: 180px;
  height: 42px;
  margin: 0 auto;
  overflow: hidden;
  color: #fff;
  line-height: 42px;
  text-align: center;
  background-color: #0a25b7;
  border: 1px solid #0a25b7;
  border-radius: 22px;
}
a.seemore:hover {
  background-color: #fff;
  color: #0a25b7;
}
.fnewscon {
  margin: 45px 0 34px;
  overflow: hidden;
}
.fnewsl {
  float: left;
  width: 540px;
}
.fnewsr {
  float: right;
  width: 692px;
}
.fnewslist li {
  padding-bottom: 30px;
  border-bottom: 1px dashed #d2d2d2;
  margin-bottom: 30px;
}
.fnewslist li a {
  display: block;
  position: relative;
  padding-left: 100px;
  height: 90px;
}
.fnewslist .date {
  width: 70px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.fnewslist .date span {
  display: block;
  text-align: center;
  color: #ccc;
}
.fnewslist .date .mday {
  font-size: 50px;
  line-height: 50px;
  height: 50px;
}
.fnewslist .date .year {
  font-size: 14px;
  line-height: 26px;
  height: 26px;
  margin-top: 10px;
}
.fnewslist h3 {
  height: 28px;
  line-height: 28px;
  color: #333;
  font-size: 16px;
  overflow: hidden;
}
.fnewslist li:hover h3 {
  color: #0a25b7;
}
.fnewslist p.txt {
  height: 48px;
  overflow: hidden;
  font-size: 16px;
  color: #666;
  line-height: 24px;
  margin-top: 10px;
}
.hot a {
  display: block;
}
.hot .pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.hot .pic img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.hot .wz {
  background-color: #fff;
  padding: 18px 25px;
  -webkit-box-shadow: 0 5px 5px 0 #ddd;
          box-shadow: 0 5px 5px 0 #ddd;
}
.hot h3 {
  height: 56px;
  font-size: 18px;
  line-height: 28px;
  color: #333;
  overflow: hidden;
}
.hot .date {
  height: 26px;
  overflow: hidden;
  font-size: 14px;
  color: #999;
  line-height: 26px;
  margin-top: 6px;
  padding-left: 24px;
  background: url('../images/clock.png') left no-repeat;
}
.hot:hover h3 {
  color: #0a25b7;
}
@media screen and (max-width: 1320px) {
  .fnewsl {
    width: 42%;
  }
  .fnewsr {
    width: 54%;
  }
}
@media screen and (max-width: 1100px) {
  .hot h3 {
    height: 84px;
  }
}
@media screen and (max-width: 960px) {
  .fnewsl,
  .fnewsr {
    float: none;
    width: 100%;
  }
  .fnewsl {
    margin-bottom: 60px;
  }
  .hot h3 {
    height: auto;
  }
}
@media screen and (max-width: 750px) {
  .fnewslist li a {
    height: auto;
  }
  .fnewslist h3 {
    font-size: 28px;
    line-height: 40px;
    height: 80px;
  }
  .fnewslist p.txt {
    font-size: 24px;
    line-height: 40px;
    height: auto;
    margin-top: 20px;
  }
  .fnewslist .date {
    width: 92px;
  }
  .fnewslist .date .year {
    font-size: 24px;
    line-height: 36px;
    height: 36px;
  }
  .hot h3 {
    font-size: 28px;
    line-height: 40px;
  }
  .hot .date {
    font-size: 24px;
    line-height: 36px;
    height: 36px;
    margin-top: 20px;
  }
}
/* 首页案例 */
.fcase {
  padding-top: 60px;
  padding-bottom: 40px;
  background: #ffffff url('../images/fbg4.jpg') top no-repeat;
}
.fcate2 {
  text-align: center;
  padding-bottom: 22px;
  background: url('../images/fline2.png') center bottom no-repeat;
}
.fcate2 .en {
  font-size: 36px;
  line-height: 74px;
  color: #fff;
  text-transform: uppercase;
}
.fcaselist {
  margin: 50px -11px 56px;
  height: auto;
  overflow: hidden;
  font-size: 0;
}
.fcaselist li {
  float: left;
  width: 33.33%;
}
.fcaselist li .lin {
  padding: 0 11px;
}
.fcaselist li a {
  display: block;
  padding-bottom: 30px;
  max-width: 410px;
  margin: 0 auto;
  border: 1px solid #d2d2d2;
  background-color: #e9e9e9;
}
.fcaselist .pic {
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
  position: relative;
  line-height: 230px;
  text-align: center;
}
.fcaselist img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.fcaselist li h3 {
  font-size: 16px;
  color: #111;
  line-height: 26px;
  padding: 20px 20px 0;
  height: 26px;
  overflow: hidden;
}
.fcaselist li .txt {
  font-size: 14px;
  color: #666;
  line-height: 22px;
  padding: 10px 20px 0;
  height: 44px;
  overflow: hidden;
}
.fcaselist li:hover a {
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
  background-color: #0a25b7;
  border-color: #0a25b7;
}
.fcaselist li:hover h3 {
  color: #fff;
}
.fcaselist li:hover .txt {
  color: #d6d6d6;
}
.fcaselist li h3,
.fcaselist li .txt,
.fcaselist li a {
  -webkit-transition: .6s;
  transition: .6s;
}
@media screen and (max-width: 960px) {
  .fcaselist {
    margin: 50px -11px 30px;
    height: auto;
  }
  .fcaselist li {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 750px) {
  .fcaselist li h3 {
    font-size: 30px;
    line-height: 44px;
    height: 88px;
  }
  .fcaselist li .txt {
    font-size: 26px;
    line-height: 40px;
    height: 160px;
  }
}
/* 首页优势 */
.fyoushi {
  padding-top: 60px;
  background: url('../images/fbg2.jpg') top no-repeat;
  background-size: auto 100%;
}
.yslist {
  padding-top: 62px;
  margin: 0 -29px;
  text-align: center;
  font-size: 0;
}
.yslist li {
  float: left;
  width: 33.33%;
  height: 472px;
}
.yslist li .lin {
  padding: 0 29px;
  height: 100%;
  text-align: center;
}
.yslist li a {
  display: block;
  position: relative;
  height: 100%;
}
.yslist li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.yslist li a:hover:before {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  opacity: 0.8;
}
.yslist li.i1 a:before {
  background-image: url('../images/ys-sun1.png');
}
.yslist li.i2 a:before {
  background-image: url('../images/ys-sun2.png');
}
.yslist li.i3 a:before {
  background-image: url('../images/ys-sun3.png');
}
.yslist .pic {
  width: 100%;
  height: 80px;
  text-align: center;
  padding-top: 46px;
  line-height: 80px;
  position: relative;
  z-index: 1;
}
.yslist img {
  width: 80px;
  height: 80px;
}
.yslist li:hover img {
  -webkit-animation: rotateY360 3s infinite linear;
          animation: rotateY360 3s infinite linear;
}
.yslist h3 {
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  height: 40px;
  text-transform: uppercase;
  margin-top: 10px;
  position: relative;
  z-index: 1;
}
.yslist .txt {
  font-size: 14px;
  color: #fdfbfb;
  line-height: 22px;
  height: 88px;
  padding: 0 5px;
  max-width: 290px;
  overflow: hidden;
  margin: 58px auto 0;
  font-family: 'Microsoft Yahei';
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1320px) {
  .yslist {
    margin: 0 -20px;
  }
  .yslist li .lin {
    padding: 0 20px;
  }
  .yslist .txt {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1000px) {
  .yslist {
    margin: 0 -10px;
  }
  .yslist li .lin {
    padding: 0 10px;
  }
}
@media screen and (max-width: 900px) {
  .yslist {
    padding-bottom: 30px;
  }
  .yslist li {
    display: inline-block;
    float: none;
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .yslist {
    margin: 0 0;
  }
  .yslist li .lin {
    padding: 0 0;
  }
  .yslist .pic {
    padding-top: 36px;
  }
  .yslist h3 {
    font-size: 30px;
  }
  .yslist .txt {
    font-size: 24px;
    line-height: 32px;
    height: 200px;
    margin-top: 20px;
  }
}
.fguo {
  position: relative;
  z-index: 5;
  margin-top: -74px;
}
.guolist {
  width: 100%;
  height: 136px;
}
.guolist li {
  float: left;
  width: 33.3%;
  height: 100%;
}
.guolist li .lin {
  position: relative;
  margin-left: 1px;
  padding: 40px 90px 40px 122px;
  height: 56px;
  border-radius: 4px;
}
.guolist li .lin.i1 {
  background: #1f3acf url('../images/go1bg.jpg') center no-repeat;
}
.guolist li .lin.i2 {
  background: #1f3acf url('../images/go2bg.jpg') center no-repeat;
}
.guolist li .lin.i3 {
  background: #1f3acf url('../images/go3bg.jpg') center no-repeat;
}
.guolist li:first-child {
  margin-left: 0;
}
.guolist .pic {
  width: 90px;
  height: 56px;
  line-height: 56px;
  font-size: 0;
  text-indent: 12px;
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 0;
}
.guolist label {
  width: 122px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 0;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 1;
  background: url('../images/go-line2.png') right no-repeat;
}
.guolist img {
  max-width: 100%;
  max-height: 100%;
}
.guolist h4 {
  font-size: 20px;
  color: #fff;
  line-height: 28px;
  height: 28px;
  overflow: hidden;
  padding: 14px 0;
  text-indent: 18px;
}
@media screen and (max-width: 1280px) {
  .fguo {
    margin-top: 1px;
  }
  .guolist h4 {
    text-indent: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .guolist li .lin {
    padding: 40px 90px 40px 30px;
  }
  .guolist label {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .guolist {
    height: auto;
  }
  .guolist li .lin {
    padding: 20px 22px 20px 22px;
    height: auto;
  }
  .guolist .pic {
    position: static;
    margin: 0 auto 10px;
    text-align: center;
    text-indent: 0;
  }
  .guolist h4 {
    text-indent: 0;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .guolist h4 {
    font-size: 24px;
    padding: 0;
    line-height: 36px;
    height: 72px;
  }
}
/* 首页 */
.fabout {
  padding-top: 80px;
  padding-bottom: 146px;
  background: #ffffff url('../images/fbg1.jpg') bottom no-repeat;
}
.faboutcon {
  height: 434px;
  margin-top: 80px;
  margin-right: 22px;
  border: 1px solid #0a25b7;
  background-color: #fff;
  -webkit-box-shadow: 15px 20px 0 0 #0a25b7;
          box-shadow: 15px 20px 0 0 #0a25b7;
}
.faboutl {
  float: left;
  width: 53.34%;
  margin-top: -20px;
  margin-left: 30px;
}
.faboutl img {
  width: 100%;
}
.faboutr {
  float: right;
  width: 38%;
  margin-right: 40px;
  margin-top: 54px;
  word-break: break-all;
}
.faboutr h3 {
  height: 60px;
  line-height: 30px;
  overflow: hidden;
  font-size: 18px;
  color: #0a25b7;
  font-weight: bold;
}
.faboutr h3 a {
  color: #0a25b7;
}
.faboutr .fabtxt {
  overflow: hidden;
  height: 192px;
  margin-top: 18px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 24px;
  color: #666;
}
.faboutr .more {
  display: block;
  height: 40px;
  text-transform: uppercase;
  font-size: 18px;
  color: #0a25b7;
  line-height: 40px;
  text-decoration: underline;
}
@media screen and (max-width: 1200px) {
  .faboutcon {
    height: auto;
    padding-bottom: 20px;
  }
  .faboutl {
    width: 50%;
    margin-left: 20px;
    margin-top: 20px;
  }
  .faboutr {
    width: 44%;
    margin-right: 20px;
  }
  .faboutr .fabtxt {
    height: auto;
  }
}
@media screen and (max-width: 960px) {
  .faboutcon {
    margin-right: 0;
    padding: 40px 30px;
  }
  .faboutl {
    float: none;
    width: auto;
    max-width: 660px;
    margin: 0 auto 40px;
  }
  .faboutr {
    float: none;
    width: auto;
    margin: 0 auto;
  }
  .faboutr h3 {
    height: auto;
  }
}
@media screen and (max-width: 750px) {
  .fabout {
    padding-bottom: 90px;
  }
  .faboutcon {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 30px 20px;
  }
  .faboutr h3 {
    font-size: 28px;
    line-height: 48px;
  }
  .faboutr .fabtxt {
    font-size: 24px;
    line-height: 36px;
  }
  .faboutr .more {
    font-size: 26px;
    line-height: 50px;
    height: 50px;
  }
}
.fpro {
  padding: 80px 0 90px;
}
.fprolist1 {
  margin: 50px -5px 0;
}
.fprolist1 li {
  float: left;
  width: 33.3%;
  padding-bottom: 32px;
  text-align: center;
  overflow: hidden;
}
.fprolist1 li a {
  display: block;
  position: relative;
  border: 1px solid #d3d3d4;
  margin: 0 5px;
  padding: 30px 0 14px;
}
.fprolist1 li .pic {
  height: 300px;
  line-height: 300px;
  font-size: 0;
  overflow: hidden;
}
.fprolist1 img {
  max-width: 90%;
  max-height: 90%;
}
.fprolist1 h3 {
  height: 38px;
  overflow: hidden;
  text-transform: capitalize;
  line-height: 38px;
  font-size: 18px;
  color: #333;
  padding: 0 5px;
}
.fprolist1 li i {
  position: absolute;
  z-index: 1;
  left: 50%;
  margin-left: -21px;
  bottom: -13px;
  width: 41px;
  height: 24px;
  opacity: 0;
  filter: alpha(opacity=0);
  background: #ffffff url('../images/sjd1.png') bottom no-repeat;
}
.fprolist1 li.on i {
  opacity: 1;
  filter: alpha(opacity=100);
  bottom: -23px;
}
.fprolist1 li.on a {
  border-color: #0a25b7;
}
.fprolist1 li.on h3 {
  color: #0a25b7;
}
.fprolist1 i,
.fprolist1 h3 {
  -webkit-transition: .6s;
  transition: .6s;
}
.fprolist-out {
  width: 100%;
  overflow: hidden;
  margin-bottom: 64px;
  border-top: 1px solid #0a25b7;
  border-bottom: 1px solid #0a25b7;
}
.fprolist {
  width: 100%;
  overflow: hidden;
  display: none;
}
.fprolist.on {
  display: block;
}
.fprolist li {
  float: left;
  width: 16.66%;
}
.fprolist li a {
  display: block;
  width: 100%;
  padding: 20px 0;
}
.fprolist li .pic {
  width: 100%;
  height: 136px;
  text-align: center;
  font-size: 0;
  line-height: 136px;
}
.fprolist li img {
  max-width: 98%;
  max-height: 98%;
}
.fprolist li h3 {
  font-size: 14px;
  color: #333;
  line-height: 30px;
  text-align: center;
  padding: 0 10px;
  text-transform: capitalize;
  height: 30px;
  overflow: hidden;
}
.fprolist li h3 {
  -webkit-transition: .6s;
  transition: .6s;
}
.fprolist li:hover h3 {
  color: #0a25b7;
}
@media screen and (max-width: 1320px) {
  .fprolist li {
    width: 33.33%;
  }
}
@media screen and (max-width: 960px) {
  .fprolist1 li a {
    padding: 0 0 10px;
  }
  .fprolist1 li .pic {
    height: 250px;
    line-height: 250px;
  }
}
@media screen and (max-width: 750px) {
  .fprolist {
    padding: 10px 0;
  }
  .fprolist li {
    width: 50%;
  }
  .fprolist li a {
    padding: 10px 0;
  }
  .fprolist li .pic {
    height: 160px;
    line-height: 160px;
  }
  .fprolist li h3 {
    font-size: 24px;
    line-height: 44px;
    height: 44px;
  }
  .fprolist1 h3 {
    height: 72px;
    line-height: 36px;
    font-size: 26px;
  }
}
