@font-face {
  font-family: "font";
  src: url(./DINCOND.OTF);
} 
* {
  padding: 0;
  margin: 0;
}
.banner {
  background: url(../img/img1.png) center center no-repeat;
  height: 400px;
  background-size: 100% 100%;
}
.banner .txts {
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.banner .txts .txt1 {
  font-size: 40px;
  margin-bottom: 10px;
}
.fazhan-banner {
  background: url(../img/img4.png) center center no-repeat;
  height: 400px;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fazhan-banner .txts {
  color: #fff;
  font-size: 20px;
  text-align: left;
  width: 1400px;
}
.fazhan-banner .txts .txt1 {
  font-size: 40px;
  margin-bottom: 10px;
}
.center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.width1400 {
  width: 1400px;
  margin: 0 auto;
}
.ellipsis1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pages {
  font-size: 13px;
  text-align: center;
  margin: 60px 0;
}
.pages a {
  color: #666666;
  border: 1px solid #e5e5e5;
  padding: 4px 10px;
  margin: 0 5px;
}
.pages a:hover {
  color: #fff;
  background: #e83917;
  border: 1px solid #e83917;
}
.pages .a_active {
  color: #fff;
  background: #e83917;
  border: 1px solid #e83917;
}
.dangjian {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.dangjian .dangjian-l {
  width: 316px;
  background: url(../img/img2.png) center center no-repeat;
  height: 777px;
}
.dangjian .dangjian-l .tit {
  margin: 40px;
  font-size: 24px;
  color: #5b5b5b;
}
.dangjian .dangjian-l .list .item {
  color: #666;
  display: inline-block;
  width: 290px;
  border-bottom: 1px solid #dcdcdc;
  height: 60px;
  line-height: 60px;
  padding-left: 40px;
  box-sizing: border-box;
  margin-left: 20px;
}
.dangjian .dangjian-r {
  width: 1040px;
}
.dangjian .dangjian-r .tit {
  color: #555555;
  font-size: 24px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.dangjian .dangjian-r .tit span {
  color: #a6a6a6;
  font-size: 12px;
}
.dangjian .dangjian-r .list .item {
  color: #333333;
  font-size: 14px;
  height: 60px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dcdcdc;
  line-height: 60px;
  align-items: center;
}
.dangjian .dangjian-r .list .item .content {
  width: 480px;
  position: relative;
  padding-left: 40px;
  box-sizing: border-box;
}
.dangjian .dangjian-r .list .item .content::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #333333;
  position: absolute;
  left: 20px;
  top: 28px;
}
.dangjian .dangjian-r .list .item:hover {
  color: #e83917;
  border-bottom: 1px solid #e83917;
}
.dangjian .dangjian-r .list .item:hover .content::before {
  background: #e83917;
}
.dangjian-detail .dangjian-r .tit2 {
  color: #333333;
  font-size: 28px;
  text-align: center;
}
.dangjian-detail .dangjian-r .tag {
  color: #888888;
  font-size: 14px;
  margin: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 30px;
}
.dangjian-detail .dangjian-r .tag .bdsharebuttonbox {
  margin-right: 20px;
}
.dangjian-detail .dangjian-r .small-tag span {
  margin-right: 20px;
}
.fenxiang {
  margin: 0!important;
  width: 25px;
  height: 25px!important;
  padding-left: 10px!important;
}
.bds_weixin {
  background: url(../img/icon1.png) center center no-repeat!important;
}
.bds_tsina {
  background: url(../img/icon2.png) center center no-repeat!important;
}
.bds_qzone {
  background: url(../img/icon3.png) center center no-repeat!important;
}
.dangjian-detail .dangjian-r .content2 {
  /*color: #333333;*/
  /*font-size: 15px;*/
  /*line-height: 30px;*/
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 30px;
}
.dangjian-detail .dangjian-r .link {
  margin: 30px 0;
  display: flex;
  justify-content: space-between;
}
.dangjian-detail .dangjian-r .link a {
  color: #333333;
  font-size: 15px;
}
.dangjian-detail .dangjian-r .link a:hover {
  color: #e83917;
}
.fazhan .content2 {
  color: #333333;
  font-size: 15px;
  line-height: 30px;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 30px;
}
.fazhan .pic {
  margin-bottom: 20px;
}
.jianjie .content2 {
  color: #333333;
  font-size: 15px;
  line-height: 30px;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 30px;
}
.jianjie .jianjie-bg {
  background: url(../img/img5.png) center center no-repeat;
  background-size: 100% 100%;
  height: 331px;
  position: relative;
}
.jianjie .jianjie-bg .row {
  padding-left: 60px;
  display: flex;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 140px;
  box-sizing: border-box;
}
.jianjie .jianjie-bg .col {
  width: 25%;
  color: #fff;
  font-size: 18px;
  position: relative;
}
.jianjie .jianjie-bg .col::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 90px;
  background: #fff;
  right: 60px;
  top: 20px;
}
.jianjie .jianjie-bg .col:last-child:after {
  display: none;
}
.jianjie .jianjie-bg .col .num {
  font-size: 60px;
  font-weight: 100;
  margin-bottom: 10px;
  font-family: 'font';
}
.jianjie .jianjie-bg .col .num span {
  font-size: 16px;
}
.lingdao .card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lingdao .card .card-item {
  border-bottom: 1px solid #dcdcdc;
  width: 46%;
  margin-bottom: 60px;
}
.lingdao .card .card-item .txt1 {
  color: #333333;
  font-size: 18px;
}
.lingdao .card .card-item .txt2 {
  color: #666;
  font-size: 14px;
  padding: 14px 0;
  position: relative;
}
.lingdao .card .card-item .txt2::after {
  content: "";
  background: #e83917;
  width: 20px;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.fengcai .pic-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fengcai .pic-list .item {
  margin-bottom: 40px;
  position: relative;
  width: 496px;
  height: 351px;
}
.fengcai .pic-list .item .img {
  width: 100%;
  height: 100%;
}
.fengcai .pic-list .item .txt {
  position: absolute;
  bottom: 0;
  color: #fff;
  font-size: 15px;
  text-align: center;
  width: 100%;
  height: 50px;
  background: rgba(0,0,0,0.4);
  line-height: 50px;
}
.fengcai .pic-list .item:nth-child(3),
.fengcai .pic-list .item:nth-child(4) {
  margin-bottom: 0;
}
.fengcai .pic-list .item:hover .txt {
  background: rgba(232,57,23,0.7);
}
.shouce .shouce-content .tit3 {
  color: #333333;
  font-size: 20px;
}
.shouce .shouce-content .tit3 span {
  text-transform: Uppercase;
  font-size: 16px;
  font-family: "font";
}
.shouce .shouce-content .txt-pic {
  margin: 20px 0 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  line-height: 30px;
}
.shouce .shouce-content .txt-pic .txt {
  width: 640px;
}
.shouce .shouce-content .txt-pic .pic {
  width: 297px;
}
.shouce .shouce-content .txt-pic .pic img {
  width: 100%;
}
.shouce .shouce-content .shouce-bg {
  height: 477px;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
.shouce .shouce-content .bg1 {
  background: url(../img/img11.png) center center no-repeat;
  background-size: 100% 100%;
}
.shouce .shouce-content .bg2 {
  background: url(../img/img12.png) center center no-repeat;
  background-size: 100% 100%;
}
.shouce .shouce-content .shouce-bg .txt1 {
  font-size: 20px;
}
.shouce .shouce-content .shouce-bg .txt2 {
  font-size: 14px;
  text-transform: Uppercase;
  margin: 14px 0 50px;
  position: relative;
  font-family: "font";
}
.shouce .shouce-content .shouce-bg .txt2::after {
  content: "";
  width: 14px;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -26px;
}
.shouce .shouce-content .shouce-bg .txt3 {
  font-size: 30px;
  line-height: 50px;
}
.sousuo .result {
  margin-top: 80px;
  text-align: center;
}
.sousuo .result .txt1 {
  font-size: 30px;
}
.sousuo .result .txt2 {
  margin-top: 20px;
}
.font-red {
  color: #d92129;
}
.sousuo .input {
  width: 800px;
  height: 80px;
  background: #fff;
  margin: 50px auto 40px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  box-sizing: border-box;
}
.sousuo input {
  margin-right: 20px;
}
.sousuolist {
  background: #fff;
  padding: 100px;
  box-sizing: border-box;
  padding-bottom: 0;
}
.sousuolist .sousuoitem {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 40px;
  display: inline-block;
}
.sousuolist .sousuoitem:hover .txt1 {
  color: #e83917;
}
.sousuolist .sousuoitem .txt1 {
  font-size: 18px;
  color: #333;
}
.sousuolist .sousuoitem .txt2 {
  font-size: 14px;
  color: #666666;
  margin: 20px 0;
  line-height: 24px;
}
.sousuolist .sousuoitem .txt3 {
  font-size: 14px;
  color: #e83917;
  margin-bottom: 20px;
}
.tel-head {
  display: none;
}
/*笔记本*/
@media screen and (min-width:768px) and (max-width: 1366px) {
    .width1400,
    .fazhan-banner,
    .banner {
        min-width: 1200px;
        width: 100%;
    }
    .dangjian .dangjian-r {
        margin-left: 40px;
    }
    .fazhan-banner .txts {
        /*margin-left: 40px;*/
        width: 800px;
    }
}
/* 手机端 */
@media only screen and (max-width: 768px) {
  .width1400 {
    width: 100%;
  }
  .banner {
    height: 200px;
  }
  .banner .txts {
    width: 80%;
  }
  .banner .txts .txt1 {
    font-size: 20px;
  }
  .banner .txts .txt2 {
    font-size: 14px;
  }
  .pages {
    margin: 20px 0;
  }
  .pages a {
    display: none;
  }
  .pages a:first-child,
  .pages a:nth-child(2),
  .pages a:last-child,
  .pages a:nth-last-child(2) {
    display: inline-block;
  }
  .sousuolist {
    padding: 10px;
  }
  .sousuo .result {
    margin-top: 20px;
  }
  .sousuo .result .txt1 {
    font-size: 18px;
  }
  .sousuo .result .txt2 {
    margin-top: 10px;
    font-size: 16px;
  }
  .sousuo .input {
    width: 96%;
    margin: 20px 2%;
    height: 40px;
    padding: 0 10px;
  }
  .sousuolist .sousuoitem {
    margin-bottom: 20px;
  }
  .sousuolist .sousuoitem .txt2 {
    margin: 10px 0;
  }
  .fazhan-banner {
    height: 200px;
  }
  .fazhan-banner .txts {
    width: 80%;
  }
  .fazhan-banner .txts .txt1 {
    font-size: 20px;
  }
  .fazhan-banner .txts .txt2 {
    font-size: 14px;
  }
  .dangjian {
    display: inline-block;
    margin-top: 0;
  }
  .dangjian .dangjian-l {
    height: auto;
    width: 100%;
    background: none;
  }
  .dangjian .dangjian-l .tit {
    margin: 0;
    font-size: 16px;
    padding: 10px 20px;
  }
  .dangjian .dangjian-l .list .item {
    color: #666;
    display: inline-block;
    height: 30px;
    line-height: 20px;
    padding-left: 20px;
    box-sizing: border-box;
    margin-left: 0;
    font-size: 14px;
    border-bottom: none;
    width: auto;
  }
  .dangjian .dangjian-r {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .dangjian .dangjian-r .tit {
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    align-items: center;
  }
  .dangjian .dangjian-l .list {
    margin-bottom: 5px;
  }
  .dangjian .dangjian-r .list .item {
    height: 40px;
    border-bottom: none
  }
  .dangjian .dangjian-r .list .item .content {
    width: auto;
    padding-left: 10px;
  }
  .dangjian .dangjian-r .list .item .content::before {
    left: 0;
  }
  .dangjian-detail .dangjian-r .tit2 {
    font-size: 16px;
    line-height: 24px;
  }
  .dangjian-detail .dangjian-r .tag {
    font-size: 12px;
    margin: 10px 0;
    display: inline-block;
    padding-bottom: 14px;
  }
  .dangjian-detail .dangjian-r .tag .bdsharebuttonbox {
    margin-bottom: 10px;
  }
  .dangjian-detail .dangjian-r .content2 {
    font-size: 14px;
    line-height: 30px;
    padding-bottom: 10px;
  }
  .dangjian-detail .dangjian-r .link {
    margin: 15px 0;
    display: inline-block;
  }
  .dangjian-detail .dangjian-r .link a {
    font-size: 14px;
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
  }
  .jianjie .jianjie-bg {
    height: 140px;
    margin-bottom: 20px;
  }
  .jianjie .jianjie-bg .row {
    padding-left: 10px;
    height: 70px;
  }
  .jianjie .jianjie-bg .col .num {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .jianjie .jianjie-bg .col {
    font-size: 12px;
  }
  .jianjie .jianjie-bg .col::after {
    width: 1px;
    height: 30px;
    right: 10px;
    top: 12px;
  }
  .jianjie .jianjie-bg .col .num span {
    font-size: 12px;
  }
  .lingdao .card .card-item {
    margin-bottom: 20px;
  }
  .fengcai .pic-list .item {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
  }
  .fengcai .pic-list .item:nth-child(3), .fengcai .pic-list .item:nth-child(4) {
    margin-bottom: 20px;
  }
  .shouce .shouce-content .tit3 {
    font-size: 16px;
  }
  .shouce .shouce-content .txt-pic {
    margin: 10px 0 10px;
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
  }
  .shouce .shouce-content .txt-pic .txt {
    width: 100%;
  }
  .shouce .shouce-content .txt-pic .pic {
    width: 40%;
    margin: 20px 0;
  }
  .shouce .shouce-content .shouce-bg {
    height: 190px;
    margin-bottom: 20px;
  }
  .shouce .shouce-content .shouce-bg .txt2 {
    font-size: 12px;
    margin: 10px 0 10px;
  }
  .shouce .shouce-content .shouce-bg .txt2::after {
    bottom: -6px;
  }
  .shouce .shouce-content .shouce-bg .txt3 {
    font-size: 14px;
    line-height: 20px;
  }
}
/* 笔记本 */
@media screen and (min-width:960px) and (max-width: 1366px) {
  .fazhan-banner .txts {
    width: 1200px;
  }
  .width1400 {
    width: 1200px;
  }
  .dangjian .dangjian-r {
    width: 850px;
  }
  .jianjie .jianjie-bg .col .num {
    font-size: 50px;
  }
}