a,
a:hover,
a:focus {
  border: none!important;
  background: transparent!important;
  text-decoration: none !important;
  color: #ffffff;
  cursor: pointer;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  border: none;
}
.navbar-default,
.navbar-default .navbar-collapse {
  border: none;
}
.navbar-default .navbar-toggle {
  border: none;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: transparent;
}
.navbar-toggle {
  padding: 0;
}
.navbar {
  margin-bottom: 0;
}
.row {
  margin-right: 0;
  margin-left: 0;
}
.container-fluid,
.container {
  padding: 0 !important;
}
body {
  position: relative;
}
.header {
  width: 100%;
  height: 84px;
  background: #ffffff;
}
.header .logo {
  margin-top: 16px;
  float: left;
}
.header #headerBox {
  float: right;
}
.header .titleBox {
  background: #ffffff;
}
.header .titleBox .dropdown-menu > li > a {
  padding: 0;
  line-height: 40px;
  text-align: center;
}
.header .titleBox li > a {
  line-height: 84px;
  padding-bottom: 0;
  padding-top: 0;
  margin-right: 10px;
  font-size: 16px;
  color: #666666;
}
.header .titleBox li > a:hover {
  color: #0484fa;
}
.header .titleBox .titleAct {
  color: #0484fa;
}
.topBox {
  background: #f6f6f6;
  height: 120px;
}
.topBox .warp {
  margin-top: 20px;
}
.topBox .centerBox {
  margin: 10px;
}
.topBox .smicon {
  width: 9%;
  float: left;
}
.topBox .smicon .icon {
  position: relative;
  height: 65px;
  text-align: center;
  width: 100%;
}
.topBox .smicon .icon > img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.topBox .smicon > p {
  font-size: 14px;
  text-align: center;
  margin-top: 8px;
  color: #666666;
}
.topBox .smicon > p.active {
  color: #0484f9;
}
.topBox .vertical {
  float: left;
  margin: 0 20px;
  margin-top: 10px;
  width: 1px;
  height: 70px;
  background: #dddddd;
}
.banner {
  background: url("https://qiniu-images.imlaidian.com/newAllbanner.png") center center;
  -webkit-background-size: cover;
  background-size: cover;
  height: 536px;
  width: 100%;
}
.sectionList {
  overflow: hidden;
}
.sectionList .bgc {
  background: #f3f3f3;
}
.sectionList .item {
  height: 600px;
  overflow: hidden;
}
.sectionList .item .warp {
  height: 100%;
  position: relative;
}
.sectionList .item .itemImg {
  width: 50%;
  position: absolute;
}
.sectionList .item .itemImgTwo {
  float: right;
}
.sectionList .item .itemImgTwo > img {
  width: 40%;
}
.sectionList .item .itemText {
  width: 30%;
  position: absolute;
}
.sectionList .item .itemText .iTitle {
  font-size: 28px;
  color: #000000;
}
.sectionList .item .itemText .iCon {
  font-size: 16px;
  color: #666666;
  line-height: 1.4;
  margin-bottom: 30px;
}
.sectionList .item .itemText .iCon .ftb {
  font-size: 22px;
  color: #000000;
}
.sectionList .item .itemText .idDtail {
  font-size: 14px;
  margin-top: 20px;
  line-height: 1.2;
}
.sectionList .item .itemText .idDtail .idDtailTitle {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  margin-bottom: 5px;
}
.sectionList .item .itemText .idDtail .fwb {
  line-height: 1.3;
}
.sectionList .item .itemText .idDtail .fwb > text {
  font-weight: bold;
  margin-right: 10px;
}
.sectionList .one .itemImg,
.sectionList .three .itemImg,
.sectionList .seven .itemImg,
.sectionList .nine .itemImg {
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.sectionList .one .itemImg > img,
.sectionList .three .itemImg > img,
.sectionList .seven .itemImg > img,
.sectionList .nine .itemImg > img {
  width: 90%;
}
.sectionList .one .itemText,
.sectionList .three .itemText,
.sectionList .seven .itemText,
.sectionList .nine .itemText {
  top: 50%;
  right: 0%;
  transform: translate(0, -50%);
}
.sectionList .two .itemImg,
.sectionList .eight .itemImg,
.sectionList .ten .itemImg {
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.sectionList .two .itemImg > img,
.sectionList .eight .itemImg > img,
.sectionList .ten .itemImg > img {
  width: 90%;
}
.sectionList .two .itemText,
.sectionList .eight .itemText,
.sectionList .ten .itemText {
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.sectionList .four .itemImg {
  bottom: 0;
  right: 0;
  transform: translate(0, 0);
}
.sectionList .four .itemImg > img {
  width: 90%;
}
.sectionList .four .itemText {
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.sectionList .six .itemImg {
  bottom: 0;
  right: -10%;
  transform: translate(0, 0);
}
.sectionList .six .itemImg > img {
  width: 30%;
}
.sectionList .six .itemText {
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.sectionList .five .itemImg {
  bottom: 0;
  left: 0;
  transform: translate(0, 0);
}
.sectionList .five .itemText {
  top: 50%;
  right: 0%;
  transform: translate(0, -50%);
}
#toTop {
  cursor: pointer;
  position: fixed;
  bottom: 100px;
  right: 6%;
  display: none;
}
#toTop > img {
  width: 50%;
}
.footer {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.footerTop {
  width: 100%;
  height: 349px;
  background: #0484f9;
}
.footerTop .footerTopBox {
  margin-top: 65px;
}
.footerTop .fleft {
  float: left;
}
.footerTop .fleft .company {
  font-size: 14px;
  color: #ffffff;
  margin-top: 26px;
  line-height: 1.3;
}
.footerTop .fleft .call {
  font-size: 14px;
  color: #ffffff;
  margin-top: 10px;
}
.footerTop .fleft .call .white {
  color: #ffffff !important;
}
.footerTop .fcenter {
  float: left;
  margin-left: 85px;
}
.footerTop .fcenter > li {
  float: left;
}
.footerTop .fcenter > li .way {
  float: left;
}
.footerTop .fcenter > li .way .waytital {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 20px;
}
.footerTop .fcenter > li .way .waylist {
  margin-top: 10px;
}
.footerTop .fcenter > li .way .waylist a {
  font-size: 16px;
  color: #ffffff;
  font-weight: lighter;
}
.footerTop .fcenter > li .way .waylist a:hover {
  border: none;
}
.footerTop .fcenter > li .work {
  float: left;
  margin-left: 40px;
}
.footerTop .fright {
  float: right;
}
.footerTop .fright > li {
  float: left;
}
.footerTop .fright .weibo {
  margin-left: 95px;
}
.footerTop .fsmRinght {
  display: none;
  float: right;
}
.footerTop .fsmRinght .smwechat {
  width: 50px;
  height: 50px;
  float: left;
  margin-left: 15px;
  position: relative;
}
.footerTop .fsmRinght .smwechat > img {
  width: 100%;
  height: 100%;
}
.footerTop .fsmRinght .smwechat .smcode {
  width: 54px;
  height: 54px;
  position: absolute;
  top: 54px;
  left: -6px;
}
.footerTop .fsmRinght .smwechat .weiboIcon {
  display: none;
}
.footerTop .linksLogo .linksLogoItem {
  position: relative;
  margin: 24px 0;
  width: 180px;
  color: #fff;
  line-height: 56px;
  font-size: 14px;
  height: 56px;
  border: 1px rgba(255, 255, 255, 0.3) solid;
}
.footerTop .linksLogo .linksLogoItem img {
  position: absolute;
  left: 6px;
  top: 11px;
  height: 34px;
  width: 34px;
}
.footerTop .linksLogo .linksLogoItem p {
  padding-right: 6px ;
  text-align: right;
}
.footerBottom {
  height: 90px;
  width: 100%;
  background: #0d7de6;
}
.footerBottom .number > p {
  font-size: 14px;
  color: #ffffff;
  line-height: 90px;
  text-align: center;
}
.footerBottom .smt {
  display: none;
}
@media screen and (max-width: 1200px) {
  .container-fluid .warp {
    width: 810px;
  }
  .header .titleBox li a {
    padding: 0 15px;
  }
  .banner {
    height: 280px;
  }
  .sectionList .item {
    height: 500px;
  }
  .sectionList .four .itemImg > img,
  .sectionList .five .itemImg > img {
    width: 110%;
  }
  .sectionList .six .itemImg > img {
    width: 38%;
  }
  .topBox .vertical {
    float: left;
    margin: 0 15px;
    margin-top: 10px;
    width: 1px;
    height: 70px;
  }
  .topBox .smicon {
    width: 9%;
  }
  .footerTop .fcenter {
    margin-left: 65px;
  }
  .footerTop .fright > li img {
    width: 104px;
    height: 149px;
  }
  .footerTop .fright .weibo {
    margin-left: 45px;
  }
  #toTop {
    right: 0;
  }
}
@media screen and (max-width: 992px) {
  .container-fluid .warp {
    width: 550px;
  }
  .header {
    height: 60px;
  }
  .header .logo {
    width: 130px;
    height: 40px;
  }
  .header .titleBox li a {
    line-height: 60px;
    padding: 0 10px;
  }
  .topBox {
    display: none;
  }
  .footerTop {
    height: 220px;
  }
  .footerTop .footerTopBox {
    margin-top: 15px;
  }
  .footerTop .footerTopBox .fcenter {
    display: none;
  }
  .footerTop .footerTopBox .fright {
    display: none;
  }
  .footerTop .footerTopBox .footerlogo {
    width: 91px;
    height: 26px;
  }
  .footerTop .footerTopBox .company {
    margin-top: 10px;
  }
  .footerTop .footerTopBox .fsmRinght {
    display: block;
  }
  .footerBottom {
    height: 80px;
  }
  .footerBottom .number > p {
    line-height: 10px;
  }
  .footerBottom .number .long {
    display: none;
  }
  .footerBottom .number .smt {
    margin-top: 20px;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .container-fluid .warp {
    width: 550px;
  }
  .header .logo {
    width: 102px;
    height: 32px;
  }
  .header .titleBox li a {
    padding: 0 10px;
  }
  .banner {
    height: 210px ;
  }
  .sectionList .warp {
    width: 80%;
  }
  .sectionList .item {
    height: 400px;
  }
  .sectionList .item .itemText {
    width: 40%;
  }
  .sectionList .item .itemText .iTitle {
    font-size: 24px;
  }
  .sectionList .item .itemText .iCon {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .sectionList .item .itemText .iCon .ftb {
    font-size: 20px;
  }
  .sectionList .item .itemText .idDtail {
    font-size: 12px;
    margin-top: 15px;
  }
  .sectionList .item .itemText .idDtail .idDtailTitle {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .sectionList .item .itemText .idDtail .fwb > text {
    margin-right: 6px;
  }
  .footerTop .fleft .company {
    font-size: 12px;
  }
  .footerTop .fleft .call {
    font-size: 12px;
  }
  .footerTop .fsmRinght .smwechat {
    width: 30px;
    height: 30px;
  }
  .footerTop .fsmRinght .smwechat .smcode {
    top: 35px;
    left: -14px;
  }
  .footerBottom .number .smt {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .container-fluid .warp {
    width: 290px;
  }
  .navbar-header .navbar-toggle {
    margin-top: 12px;
    margin-right: 0;
  }
  .navbar-header .navbar-toggle > img {
    width: 70%;
  }
  #headerBox {
    float: none;
    width: 105%;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #ededed;
    z-index: 200;
    position: absolute;
    left: 0;
  }
  #headerBox .titleBox > li a {
    text-align: center;
    line-height: 50px;
  }
  .banner {
    height: 140px;
  }
  .sectionList .warp {
    width: 90%;
  }
  .sectionList .item {
    height: 250px;
  }
  .sectionList .item .itemImg > img {
    width: 90%;
  }
  .sectionList .item .itemText {
    width: 45%;
    word-wrap: break-word;
  }
  .sectionList .item .itemText .iTitle {
    font-size: 20px;
  }
  .sectionList .item .itemText .iCon {
    margin-top: 15px;
    font-size: 12px;
  }
  .sectionList .item .itemText .iCon .ftb {
    font-size: 14px;
  }
  .sectionList .item .itemText .dsn {
    display: none;
  }
  .sectionList .four .itemImg > img,
  .sectionList .five .itemImg > img {
    width: 110%;
  }
  .sectionList .six .itemImg > img {
    width: 45%;
  }
  #toTop {
    right: -20%;
  }
  #toTop > img {
    width: 30%;
  }
  .footerTop .warp {
    width: 86%;
  }
  .footerTop .fsmRinght .smwechat {
    width: 26px;
    height: 26px;
  }
  .footerTop .fsmRinght .smwechat .smcode {
    top: 28px;
    left: -14px;
  }
  .footerBottom .warp {
    width: 294px;
  }
}
@media (max-width: 320px) {
  .container-fluid .warp {
    width: 260px;
  }
  .banner {
    height: 110px;
  }
  .sectionList .three .itemImg {
    bottom: 0;
    left: -4%;
    transform: translate(-4%, 0);
  }
  .sectionList .three .itemImg > img {
    width: 65%;
  }
  .sectionList .three .itemImgTwo {
    top: 50%;
    right: -45%;
    transform: translate(45%, -50%);
  }
  .sectionList .three .itemImgTwo > img {
    width: 20%;
  }
  .footerTop .warp {
    width: 90%;
  }
  .footerBottom .warp {
    width: 294px;
  }
}
/*# sourceMappingURL=all.css.map */