/*产品解决方案*/
.layout {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  background: #fff;
  padding-top: 199px;
}
.wrap {
  margin: 0 auto;
  width: 1400px;
}
.header {
  position: absolute;
  z-index: 111;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
}
.header .hd {
  background: #005bbe;
  padding: 44px 0 27px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.header .hd .logo {
  float: left;
  width: 116px;
  height: 64px;
  margin-left: 46px;
  position: relative;
}
.header .hd .logo:before {
  position: absolute;
  z-index: 11;
  content: "";
  background: url(../images/ficon1.png) no-repeat center/cover;
  width: 384px;
  height: 137px;
  left: -146px;
  margin: 0 auto;
  top: -44px;
}
.header .hd .logo a,
.header .hd .logo img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 33;
}
.header .hd .rts {
  float: right;
  width: calc(100% - 260px);
  position: relative;
  z-index: 66;
}
.header .hd .rts .naver {
  float: left;
}
.header .hd .rts .naver li {
  float: left;
  margin-right: 70px;
}
.header .hd .rts .naver li a {
  display: block;
  font-size: 18px;
  line-height: 74px;
  color: #fff;
  transition: all 0.3s;
}
.header .hd .rts .naver li a:hover {
  color: #ffaa65;
}
.header .hd .rts .naver li:last-child {
  margin-right: 0;
}
.header .hd .rts .tet {
  float: right;
  position: relative;
  padding-left: 46px;
  margin-top: 20px;
}
.header .hd .rts .tet:before {
  position: absolute;
  z-index: 1;
  content: "";
  overflow: hidden;
  left: 0;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  bottom: 0;
  background: url(../images/ficon38.png) no-repeat center/cover;
}
.header .hd .rts .tet h5 {
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  margin-top: 4px;
  float: left;
}
.header .hd .rts .tet h3 {
  font-size: 30px;
  line-height: 35px;
  color: #fff;
  padding-left: 8px;
  margin-left: 8px;
  position: relative;
  float: left;
}
.header .hd .rts .tet h3:before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  position: absolute;
  z-index: 11;
  height: 20px;
  width: 1px;
  background: #fff;
}
.header .product {
  background: #c2e7ff;
  border-bottom: 1px solid #fff;
}
.header .product ul {
  text-align: center;
}
.header .product li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
}
.header .product li a {
  display: block;
  font-size: 16px;
  line-height: 54px;
  color: #004a9b;
  padding-left: 16px;
  transition: all 0.3s;
}
.header .product li a:hover {
  color: #ffaa65;
}
.header .product li:before {
  position: absolute;
  z-index: 11;
  content: "";
  height: 6px;
  width: 6px;
  background: #004a9b;
  border-radius: 50%;
  overflow: hidden;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  transition: all 0.3s;
}
.header .product li:hover:before {
  background: #ffaa65;
}
.fban {
  height: 750px;
  position: relative;
}
.fproduct {
  padding: 55px 0 20px;
  margin-bottom: 151px;
  position: relative;
}
.fproduct .fb1 {
  position: absolute;
  z-index: 55;
  bottom: -151px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 151px;
  width: auto;
}
.fproduct .fb1 img {
  display: block;
  width: 100%;
  height: 100%;
}
.ftlt {
  text-align: center;
}
.ftlt h3 {
  font-size: 36px;
  line-height: 48px;
  color: #fff;
  text-shadow: 5px 5px 5px #22a4ff;
  font-weight: bold;
}
.ftlt h4 {
  font-size: 36px;
  line-height: 46px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 5px 5px 5px #22a4ff;
}
.fproduct .list ul {
  margin-top: 28px;
}
.fproduct .list li {
  float: left;
  width: calc((100% - 226px) / 5);
  margin-right: 56px;
  background-size: 100% 100% !important;
  background: url(../images/ficon10.png) no-repeat center/cover;
  padding: 32px 0 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  top: 0;
  transition: all 0.3s;
  -ms-transition: all 0.3s; /* IE 9 */
  -moz-transition: all 0.3s; /* Firefox */
  -webkit-transition: all 0.3s; /* Safari 和 Chrome */
  -o-transition: all 0.3s;
}
.fproduct .list li:hover {
  top: -8px;
}
.fproduct .list li:nth-child(5n) {
  margin-right: 0;
}
.fproduct .list li a {
  display: block;
  width: 100%;
}
.fproduct .list li img {
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
}
.fproduct .list li .icon {
  height: 177px;
  width: 120%;
  position: relative;
  margin-left: -24px;
}
.fproduct .list li .icon img {
  display: block;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
}
.fproduct .list li .text {
  text-align: center;
  margin-top: 14px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.fproduct .list li .text h2 {
  font-size: 22px;
  line-height: 26px;
  color: #005bbe;
  word-break: keep-all;
  font-weight: bold;
  white-space: nowrap;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fproduct .list li:hover .text h2 {
  color: #ffaa65;
}
.fproduct .list li .text p {
  font-size: 11px;
  line-height: 15px;
  color: #005bbe;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fproduct .list li .text h6 {
  font-size: 12px;
  line-height: 16px;
  color: #005bbe;
  margin-top: 24px;
  position: relative;
  padding: 32px 0 25px;
  text-transform: uppercase;
}
.fproduct .list li .text h6:before {
  position: absolute;
  z-index: 11;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 7px;
  height: 26px;
  background: url(../images/ficon3.png) no-repeat center/cover;
}
.fproduct .list li .text h6 i {
  display: block;
  height: 19px;
  width: 19px;
  position: absolute;
  z-index: 1;
  background: url(../images/ficon4.png) no-repeat center/cover;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.frecomm {
  padding-bottom: 86px;
}
.frecomm .commend {
  border-bottom: 1px solid #e8e9ea;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.frecomm .commend .text {
  float: left;
}
.frecomm .commend .text h2 {
  padding-left: 25px;
  float: left;
  font-size: 24px;
  line-height: 58px;
  color: #32393d;
  position: relative;
  font-weight: bold;
}
.frecomm .commend .text h2:before {
  position: absolute;
  z-index: 11;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/ficon44.png) no-repeat center/cover;
  width: 6px;
  height: 23px;
}
.frecomm .commend .text ul {
  padding-left: 20px;
  float: left;
  overflow: hidden;
}
.frecomm .commend .text li {
  float: left;
  margin-right: 10px;
  padding-right: 11px;
  position: relative;
}
.frecomm .commend .text li a {
  display: block;
  font-size: 16px;
  line-height: 58px;
  color: #32393d;
  transition: all 0.3s;
}
.frecomm .commend .text li a:hover {
  color: #ffaa65;
}
.frecomm .commend .text li:before {
  position: absolute;
  z-index: 11;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 16px;
  width: 1px;
  background: #797d7f;
}
.frecomm .commend .text li:last-child:before {
  display: none;
}
.frecomm .commend .rt {
  float: right;
  width: 90px;
  height: 28px;
  line-height: 26px;
  position: relative;
  margin-top: 19px;
  border-radius: 14px;
  background: url(../images/ficon43.png) no-repeat center/cover;
}
.frecomm .commend .rt a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.frecomm .commend .rt:before {
  position: absolute;
  z-index: 11;
  content: "";
  left: -4px;
  top: 0;
  bottom: 0;
  background: url(../images/ficon2.png) no-repeat center/cover;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  overflow: hidden;
}
.frecomm .commend .rt span {
  display: block;
  font-size: 12px;
  line-height: 29px;
  color: #005bbe;
  text-transform: uppercase;
  padding-left: 10px;
  transition: all 0.3s;
}
.frecomm .commend .rt:hover span {
  color: #ffaa65;
}
.frecomm .list ul {
  overflow: hidden;
  margin-top: 30px;
}
.frecomm .list ul li {
  float: left;
  width: calc((100% - 167px) / 4);
  margin-right: 55px;
  border-radius: 6px;
  overflow: hidden;
}
.frecomm .list ul li:nth-child(4n) {
  margin-right: 0;
}
.frecomm .list ul li a {
  display: block;
  width: 100%;
}
.frecomm .list ul li .img {
  width: 100%;
  height: 284px;
  overflow: hidden;
}
.frecomm .list ul li .img:hover img {
  transform: scale(1.05);
}
.frecomm .list ul li .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.frecomm .list ul li .text {
  background: url(../images/ficon15.png) no-repeat center/cover;
  overflow: hidden;
  position: relative;
}
.frecomm .list ul li .text:before {
  position: absolute;
  z-index: 11;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
  background: url(../images/ficon13.png) no-repeat center/cover;
  width: 68px;
  height: 68px;
}
.frecomm .list ul li .text h4 {
  float: left;
  width: 63%;
  font-size: 19px;
  line-height: 37px;
  color: #fff;
  padding: 0 20px;
  position: relative;
  z-index: 66;
  -webkit-box-sizing: border-box;
  border: 1px solid #fc9847;
  -moz-box-sizing: border-box;
  border-right: none;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.frecomm .list ul li .text h5 {
  float: right;
  width: 37%;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: url(../images/ficon14.png) no-repeat center/cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom-left-radius: 18px;
  border-top-left-radius: 18px;
  border: 1px solid #0451a4;
}
.frecomm .list ul li .text h5 i {
  display: inline-block;
  padding-left: 20px;
  font-size: 15px;
  line-height: 37px;
  color: #fff;
  background: url(../images/ficon11.png) no-repeat left center;
}
.frecomm .list ul li .text h5:before {
  position: absolute;
  z-index: 11;
  content: "";
  background: url(../images/ficon12.png) no-repeat left center;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 49px;
  height: 49px;
}
.fzhongun {
  height: auto;
  overflow: hidden;
}
.fzhongun .wrap {
  position: relative;
  margin: 80px auto 100px;
}
.fzhongun .rt {
  float: right;
  width: 70%;
  margin-right: -100px;
}
.fzhongun .lt {
  position: absolute;
  left: 0;
  top: 0;
  width: 35%;
}
.fzhongun img {
  display: block;
}
.ftechnolog {
  margin-top: -240px;
  padding: 160px 0 80px;
  position: relative;
  z-index: 11;
}
.ftrt {
  text-align: center;
}
.ftrt h2 {
  font-size: 36px;
  line-height: 46px;
  color: #253039;
}
.ftrt h2 i {
  display: inline-block;
  background: url(../images/ficon45.png) no-repeat center/cover;
  margin: 0 8px;
  line-height: 43px;
  width: 43px;
  margin-top: 1px;
  color: #fff;
  text-align: center;
}
.ftrt p {
  font-size: 16px;
  line-height: 30px;
  color: #253039;
  margin-top: 7px;
  letter-spacing: 5px;
}
.ftechnolog .list ul {
  margin-top: 60px;
  position: relative;
}
.ftechnolog .list ul:before {
  position: absolute;
  z-index: 11;
  content: "";
  background: url(../images/ff5.png) no-repeat center/cover;
  height: 106px;
  width: 93.5%;
  top: 108px;
  left: 0;
  margin: 0 auto;
}
.ftechnolog .list li {
  float: left;
  width: calc((100% - 278px) / 7);
  margin-right: 46px;
  border: 1px solid #73cafc;
  border-radius: 7px;
  overflow: hidden;
  background: url(../images/ficon30.png) no-repeat center/cover;
  -webkit-box-sizing: border-box;
  position: relative;
  z-index: 66;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.ftechnolog .list li:nth-child(7n) {
  margin-right: 0;
}
.ftechnolog .list li:nth-child(2n) {
  margin-top: 120px;
}
.ftechnolog .list li .icon {
  margin: 32px auto 0;
  height: 88px;
  width: 100%;
  position: relative;
}
.ftechnolog .list li .icon img {
  position: absolute;
  z-index: 11;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  max-height: 70%;
  max-width: 70%;
}
.ftechnolog .list li .tet {
  margin-top: 12px;
  background: url(../images/ficon23.png) no-repeat center/101% auto;
  padding: 38px 5px 36px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.ftechnolog .list li .tet h3 {
  font-size: 20px;
  line-height: 1;
  color: #fff;
}
.ftechnolog .list li .tet p {
  font-size: 8px;
  line-height: 10px;
  color: #fff;
  margin-top: 2px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fvideo {
  position: relative;
  height: 485px;
}
.videosc {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 768px;
  height: 435px;
  z-index: 99999;
}
.habout {
  background: #005bbe;
  margin-top: -1px;
}
.habout .wrap {
  position: relative;
}
.habout .wrap:before {
  position: absolute;
  z-index: 11;
  content: "";
  width: 583px;
  height: 388px;
  right: 0;
  bottom: 0;
  background: url(../images/ff7.png) no-repeat center/cover;
}
.habout .lts {
  width: 1000px;
  float: left;
  padding: 35px 0 100px;
  position: relative;
  z-index: 66;
}
.habout .lts .tet h6 {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 11px;
  letter-spacing: 7.5px;
}
.habout .lts .tet img {
  display: block;
  width: auto;
  height: auto;
}
.habout .lts .abtlt {
  margin-top: 20px;
}
.habout .lts .abtlt .lt {
  float: left;
  width: 350px;
}
.habout .lts .abtlt .lt h2 {
  font-size: 72px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  text-transform: capitalize;
}
.habout .lts .abtlt .lt .img {
  width: 275px;
  height: 180px;
  margin-top: 24px;
}
.habout .lts .abtlt .lt .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.habout .lts .abtlt .rt {
  width: calc(100% - 392px);
  float: right;
}
.habout .lts .abtlt .rt h3 {
  font-size: 36px;
  line-height: 68px;
  color: #fff;
  font-weight: bold;
  position: relative;
  padding-left: 10px;
}
.habout .lts .abtlt .rt h3 i {
  display: inline-block;
  position: relative;
  z-index: 66;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.habout .lts .abtlt .rt h3:before {
  position: absolute;
  z-index: 11;
  content: "";
  top: 10px;
  left: -15px;
  height: 50px;
  width: 50px;
  background: url(../images/ficon34.png) no-repeat center/cover;
}
.habout .lts .abtlt .rt p {
  font-size: 18px;
  line-height: 1.8;
  color: #ffffff;
  margin-top: 85px;
}
.habout .rts {
  width: calc(100% - 1230px);
  float: right;
  position: relative;
  z-index: 66;
}
.habout .rts a.data {
  display: block;
  background: #ffaa65;
  height: 155px;
  width: 118px;
  position: relative;
  margin-top: -73px;
}
.habout .rts a.data span {
  display: block;
  position: absolute;
  z-index: 11;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  padding-top: 30px;
  background: url(../images/ficon31.png) no-repeat top center;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.habout .rts .list {
  margin-top: 64px;
}
.habout .rts .list li {
  margin-bottom: 56px;
}
.habout .rts .list li:last-child {
  margin-bottom: 0;
}
.habout .rts .list li h2 {
  font-size: 68px;
  line-height: 60px;
  color: #fff;
  font-weight: bold;
}
.habout .rts .list li h2 span {
  display: inline-block;
}
.habout .rts .list li h2 i {
  font-size: 46px;
  line-height: 20px;
  vertical-align: top;
  display: inline-block;
}
.habout .rts .list li h6 {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  word-break: keep-all;
  margin-top: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fcasebition {
  padding: 30px 0 80px;
  position: relative;
}
.fcasebition:before {
  width: 32%;
  position: absolute;
  z-index: 1;
  content: "";
  top: 0;
  bottom: 0;
  background: #53b0f5;
}
.fti {
  height: 110px;
}
.fti img {
  display: block;
  width: auto;
  height: auto;
}
.fti h6 {
  font-size: 16px;
  line-height: 1;
  color: #fff;
  margin-top: -66px;
  position: relative;
  z-index: 6;
}
.fcasebition .fti {
  margin-bottom: 22px;
  position: relative;
  z-index: 66;
}
.fcasebition .lts {
  float: left;
  width: 240px;
  position: relative;
  z-index: 66;
  background: #53b0f5;
}
.fcasebition .lts:before {
  position: absolute;
  z-index: 33;
  content: "";
  left: -800px;
  width: 800px;
  top: 0;
  bottom: 0;
  background: #53b0f5;
}
.fcasebition .lts h2 {
  font-size: 36px;
  line-height: 1;
  color: #fff;
}
.fcasebition .lts .list ul {
  margin-top: 50px;
  padding: 58px 13px 70px;
  -webkit-box-sizing: border-box;
  position: relative;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.fcasebition .lts .list ul:before {
  position: absolute;
  z-index: 11;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background: url(../images/ficon46.png) no-repeat center;
  width: 14px;
  height: 270px;
}
.fcasebition .lts .list li {
  margin-bottom: 24px;
  background: #fff;
  position: relative;
  width: 200px;
}
.fcasebition .lts .list li:before {
  position: absolute;
  z-index: 11;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/ficon35.png) no-repeat center/cover;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  left: -6px;
}
.fcasebition .lts .list li:last-child {
  margin-bottom: 0;
}
.fcasebition .lts .list li a {
  padding: 0 15px 0 36px;
  display: block;
  font-size: 18px;
  line-height: 64px;
  color: #383e46;
  -webkit-box-sizing: border-box;
  transition: all 0.3s;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fcasebition .lts .list li a:hover {
  color: #ffaa65;
}
.fcasebition .rts {
  width: calc(100% - 255px);
  float: right;
}
.fcasebition .rts .caseswiper {
}
.fcasebition .rts .caseswiper li {
  height: 356px;
  width: 460px;
}
.fcasebition .rts .caseswiper li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border: 3px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.fcasebition .rts .caseswiper li .img img,
.fcasebition .rts .caseswiper li .img {
  height: 100%;
  width: 100%;
  display: block;
  transition: all 0.3s;
}
.fcasebition .rts .caseswiper li .img {
  overflow: hidden;
}
.fcasebition .rts .caseswiper li:hover img {
  transform: scale(1.05);
}
.fcasebition .rts .caseswiper li .text {
  position: absolute;
  z-index: 66;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: rgba(5, 6, 5, 0.6);
  padding: 22px 28px;
  -webkit-box-sizing: border-box;
  position: absolute;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.fcasebition .rts .caseswiper li .text h4 {
  float: left;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
}
.fcasebition .rts .caseswiper li .text .txt {
  float: right;
  width: calc(100% - 40px);
}
.fcasebition .rts .caseswiper li .text .txt h5 {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.fcasebition .rts .caseswiper li .text .txt p {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fcasebition .rts .caseswiper li .text .gg {
  position: absolute;
  z-index: 88;
  width: 40px;
  height: 40px;
  transition: all 0.3s;
  border-radius: 50%;
  overflow: hidden;
  top: -20px;
  right: -22px;
  background: url(../images/ficon36.png) no-repeat center #ffaa65;
}
.fcasebition .rts .caseswiper li .text .gg:hover {
  background: url(../images/ficon36.png) no-repeat center #fe9846;
}
.fnews {
  padding: 75px 0 90px;
  background: #f0f3f7;
}
.ftut {
  background: #fff;
}
.ftut .lt {
  float: left;
  background: #0154ad;
  padding: 26px 76px;
  -webkit-box-sizing: border-box;
  width: 326px;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.ftut .lt h2 {
  font-size: 72px;
  line-height: 52px;
  color: #fff;
  float: left;
  font-weight: bold;
  text-transform: uppercase;
  vertical-align: top;
}
.ftut .lt h5 {
  font-size: 24px;
  line-height: 29px;
  color: #fff;
  float: left;
}
.ftut .list {
  float: right;
}
.ftut .list ul {
  overflow: hidden;
}
.ftut .list li {
  float: left;
  margin-right: 125px;
  position: relative;
}
.ftut .list li a {
  display: block;
  font-size: 18px;
  line-height: 112px;
  color: #141d27;
  transition: all 0.3s;
}
.ftut .list li a:hover {
  color: #ffaa65;
}
.ftut .list li:before {
  position: absolute;
  z-index: 11;
  left: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  background: #ffaa65;
  content: "";
  transition: all 0.3s;
}
.ftut .list li.on:before,
.ftut .list li:hover:before {
  width: 100%;
}
.fnews .cen {
  margin-top: 60px;
  height: 520px;
}
.fnews .cen .lts {
  float: left;
  width: 670px;
  height: 100%;
}
.fnews .cen .lts .imgs {
  width: 100%;
}
.fnews .cen .lts .imgs a {
  display: block;
  width: 100%;
}
.fnews .cen .lts .imgs .img {
  width: 100%;
  height: 284px;
  overflow: hidden;
}
.fnews .cen .lts .imgs .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.fnews .cen .lts .imgs .img:hover img {
  transform: scale(1.05);
}
.fnews .cen .lts .imgs .text {
  padding: 40px 50px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.fnews .cen .lts .imgs .text h2 {
  overflow: hidden;
  font-size: 18px;
  line-height: 26px;
  color: #242c34;
  transition: all 0.3s;
}
.fnews .cen .lts:hover .imgs .text h2 {
  color: #ffaa65;
}
.fnews .cen .lts .imgs .text h2 i {
  display: block;
  float: left;
  width: 80%;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fnews .cen .lts .imgs .text p {
  margin-top: 15px;
  height: 40px;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  color: #4a525a;
}
.fnews .cen .lts .imgs .text h2 em {
  font-size: 12px;
  display: inline-block;
  float: right;
}
.fnews .cen .lts .data {
  margin-top: 8px;
  background: #fff;
  padding: 0 55px;
  -webkit-box-sizing: border-box;
  transition: all 0.3s;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.fnews .cen .lts .data:hover {
  background: #ffaa65;
}
.fnews .cen .lts .data a {
  display: block;
  font-size: 14px;
  line-height: 68px;
  color: #242c34;
  background: url(../images/ficon39.png) no-repeat right center;
  transition: all 0.3s;
}
.fnews .cen .lts .data:hover a {
  color: #fff;
  background: url(../images/ficon40.png) no-repeat right center;
}
.fnews .cen .rts {
  float: right;
  width: calc(100% - 740px);
  height: 100%;
}
.fnews .cen .rts .list,
.fnews .cen .rts ul {
  height: 100%;
}
.fnews .cen .rts li {
  height: calc((100% - 8px) / 4);
  border: 1px solid #f0f3f7;
  position: relative;
}
.fnews .cen .rts li a:hover {
  background: #ffaa65;
  box-shadow: 0 5px 10px 2px #ffd4b1;
}
.fnews .cen .rts li:before {
  position: absolute;
  z-index: 11;
  right: 48px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background: url(../images/ficon39.png) no-repeat center/cover;
  width: 62px;
  height: 11px;
  transition: all 0.3s;
}
.fnews .cen .rts li:hover:before {
  background: url(../images/ficon40.png) no-repeat center/cover;
}
.fnews .cen .rts li a {
  height: 100%;
  display: block;
  padding: 30px 44px;
  -webkit-box-sizing: border-box;
  transition: all 0.3s;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}
.fnews .cen .rts li .tet {
  width: 70%;
}
.fnews .cen .rts li .tet h5 {
  font-size: 12px;
  line-height: 22px;
  color: #242c34;
  word-break: keep-all;
  transition: all 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fnews .cen .rts li:hover .tet h5,
.fnews .cen .rts li:hover .tet h3 {
  color: #fff;
}
.fnews .cen .rts li .tet h3 {
  font-size: 18px;
  line-height: 26px;
  color: #242c34;
  word-break: keep-all;
  margin-top: 8px;
  white-space: nowrap;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fphone {
  background: #ffaa65;
  height: 210px;
}
.fphone .wrap {
  height: 100%;
  position: relative;
}
.fphone .logo1 {
  position: absolute;
  z-index: 11;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 108px;
  height: 75px;
}
.fphone .logo1 a,
.fphone .logo1 img {
  display: block;
  width: 100%;
  height: 100%;
}
.fphone .tet {
  text-align: center;
  padding: 87px 0 0;
}
.fphone .tet .te:before {
  position: absolute;
  z-index: 11;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background: url(../images/ficon42.png) no-repeat center/cover;
  height: 33px;
  width: 33px;
}
.fphone .tet .te {
  display: inline-block;
  padding-left: 42px;
  position: relative;
  text-align: left;
}
.fphone .tet .te h5 {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}
.fphone .tet .te h6 {
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  text-transform: uppercase;
}
.fphone .tet h2 {
  font-size: 34px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  display: inline-block;
}
.fphone .rt {
  position: absolute;
  z-index: 11;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 50px 0 30px;
  cursor: pointer;
}
.fphone .rt h3 {
  font-size: 18px;
  line-height: 20px;
  color: #fff;
}
.fphone .rt h6 {
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  text-transform: uppercase;
}
.fphone .rt:before {
  position: absolute;
  z-index: 11;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/ficon41.png) no-repeat center/cover;
  height: 31px;
  width: 19px;
}
.fphone .rt:after {
  position: absolute;
  z-index: 11;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 9px;
  background: url(../images/ficon37.png) no-repeat center/cover;
}

.footer {
  background: #0053ad;
}
.footer .fff {
  padding: 90px 0 66px;
}
.footer .lts {
  float: left;
  width: 350px;
}
.footer .lts .txt {
  margin-bottom: 55px;
}
.footer .lts .txt h6 {
  font-size: 8px;
  line-height: 2;
  color: #f0f7f9;
  text-transform: uppercase;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.footer .lts .txt h2 {
  font-size: 29px;
  line-height: 39px;
  color: #f0f7f9;
  word-break: keep-all;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.footer .lts .txt h4 {
  font-size: 17px;
  line-height: 25px;
  color: #f0f7f9;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.footer .lts .list ul {
  overflow: hidden;
}
.footer .lts .list li {
  margin-right: 18px;
  width: 103px;
  float: left;
}
.footer .lts .list li:last-child {
  margin-right: 0;
}
.footer .lts .list li .wx {
  width: 100%;
  height: 103px;
}
.footer .lts .list li .wx img {
  display: block;
  width: 100%;
  height: 100%;
}
.footer .lts .list li a {
  display: block;
  width: 100%;
  margin-top: 16px;
  text-align: center;
}
.footer .lts .list li h5 {
  margin: 0 auto;
  height: 34px;
  width: 34px;
  border-radius: 50%;
  overflow: hidden;
  background: url(../images/ficon31.png) no-repeat center #ffaa65;
  transition: all 0.3s;
}
.footer .lts .list li h5:hover {
  background: url(../images/ficon31.png) no-repeat center #fd9a49;
}
.footer .lts .list li h6 {
  margin-top: 4px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.footer .rts {
  width: calc(100% - 450px);
  float: right;
}
.footer .rts dl {
  float: left;
  width: 18%;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.footer .rts dl:last-child {
  width: 28%;
}
.footer .rts dl dt {
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 23px;
}
.footer .rts dl dd a {
  display: block;
  font-size: 18px;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.9);
  word-break: keep-all;
  transition: all 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.footer .rts dl dd a:hover {
  color: rgba(255, 255, 255, 1);
}
.footer .rts dl:last-child dd {
  margin-bottom: 10px;
}
.copyright {
  border-top: 1px solid #3677be;
  font-size: 16px;
  line-height: 46px;
  color: #fff;
  text-align: center;
}
.copyright a {
  color: #fff;
}
.friendLink span {
  font-size: 18px;
  font-weight: bold;
}
.friendLink a {
  display: inline-block;
  font-size: 16px;
}
.fban .span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  z-index: 11;
  text-align: center;
}
.fban .span span {
  width: 15px;
  height: 15px;
  background: #fff;
  margin: 0 10px !important;
  opacity: 0.6;
}
.fban .span span.swiper-pagination-bullet-active {
  opacity: 1;
}
.fvideo.on .icoa {
  display: none;
}

.seachs {
  background: #cfedff;
  padding: 25px 0;
}
.seachs .lt {
  float: left;
}
.seachs .rt {
  float: right;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
}
.seachs .rt .txt {
  width: 240px;
  border: none;
  height: 35px;
  background: none;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  color: #333;
}
.seachs .rt .btn {
  width: 70px;
  color: #ffffff;
  font-size: 18px;
  line-height: 35px;
  border-radius: 20px;
  cursor: pointer;
  border: none;
  background: #ffa85f;
  transition: all 0.3s;
  -ms-transition: all 0.3s; /* IE 9 */
  -moz-transition: all 0.3s; /* Firefox */
  -webkit-transition: all 0.3s; /* Safari 和 Chrome */
  -o-transition: all 0.3s;
}
.seachs .rt .btn:hover {
  background: #f8a057;
}

.fdh {
  position: fixed;
  display: none;
  line-height: 40px;
  height: 40px;
  background-color: #22303a;
  width: 100%;
  z-index: 9999999998;
  bottom: 0px;
}
.fdh li {
  width: 33.33%;
  float: left;
  text-align: center;
  border-right: 1px #ddd solid;
  box-sizing: border-box;
}
.fdh .li {
  background-color: #fa6;
}
.fdh a {
  display: block;
  font-size: 16px;
  color: #fff;
}
.fdh a:hover {
  color: #fff;
}
@media (max-width: 768px) {
  .footer {
    margin-bottom: 40px;
  }
  .fdh {
    display: block;
  }
  .friendLink {
    display: none;
  }
}
