

/* 内页服务内容 */

.sqfw_ct {
  margin-top: 45px;
  border-top: 1px solid #d9d9d9;
}

.sqfw_ctitem {
  height: 195px;
  padding: 0 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
}

.sqfw_ctitem:nth-child(even) {
  background-color: #f3f3f3;
}

.sqfw_ctitemtxt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 65px;
}

.sqfw_ctitemtxt_h {
  word-break: break-all;
  font-size: 24px;
  color: #333;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
}

.sqfw_ctitemi img {
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
}

.sqfw_ctitem:hover .sqfw_ctitemi img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.sqfw_ctitem:hover .sqfw_ctitemtxt_h {
  color: #df002c;
  padding-left: 5px;
}

.sqfw_ctitemtxt_p {
  color: #666;
  word-break: break-all;
  padding-top: 10px;
}

.sqfw_ctitemtxt_p p {
  font-size: 14px;
}

.shfw {
  margin-top: 70px;
}

.shfw_ct {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.shfw_ct>div {
  width: 49%;
  margin-right: 2%;
}

.shfw_ct>div:nth-child(2n) {
  margin-right: 0;
}

.shfw_ct>div:nth-child(2n) .shfw_ctitem_imgdw {
  background-color: rgba(0, 0, 0, 0.75);
}

.shfw_ctitem {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, 0.12);
}

.shfw_ctitem_img {
  overflow: hidden;
  position: relative;
}

.shfw_ctitem_img img {
  width: 100%;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
}

.shfw_ctitem_imgdw {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 65px;
  line-height: 65px;
  text-align: center;
  background-color: rgba(54, 87, 144, 0.9);
  text-transform: capitalize;
  font-size: 24px;
  color: #fff;
  z-index: 2;
}

.shfw_ctitem:hover .shfw_ctitem_img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.shfw_ctitem_txt {
  padding: 0 80px;
  height: 130px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.shfw_ctitem_txtp {
  margin-top: 35px;
  width: 100%;
  text-align: center;
  color: #666;
}

.jsfw {
  margin-top: 70px;
}

.jsfw_ct {
  margin-top: 50px;
}

.jsfw_ctitem {
  padding: 40px 80px 40px 50px;
}

.jsfw_ctitem:nth-child(odd) {
  background-color: #f3f3f3;
}

.jsfw_ctitemh {
  text-transform: capitalize;
  font-size: 24px;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}

.jsfw_ctitem:hover .jsfw_ctitemh {
  color: #df002c;
}

.jsfw_ctitemp {
  margin-top: 15px;
}

.jsfw_ctitemp p {
  font-size: 14px;
  color: #666;
  line-height: 26px;
}

.foot {
  margin-top: 0;
}

@media screen and (max-width:1700px) {
  .shfw_ctitem_txt {
    padding: 0 30px;
  }
  .sqfw_ctitemtxt {
    padding: 0;
    padding-left: 50px;
  }
  .jsfw_ctitem {
    padding: 40px 80px 50px 50px;
  }
}

@media screen and (max-width:1200px) {
  .sqfw_ctitem {
    padding: 0 30px;
  }
  .shfw_ctitem_txt {
    padding: 0 15px;
  }
  .shfw_ctitem_txtp {
    margin-top: 20px;
  }
  .jsfw_ctitem {
    padding: 50px 30px;
  }
}

@media screen and (max-width:992px) {
  .sqfw_title p {
    font-size: 30px;
  }
  .sqfw_ct {
    margin-top: 30px;
  }
  .sqfw_ctitem {
    padding: 0 15px;
    height: 150px;
  }
  .sqfw_ctitemi img {
    width: 60px;
  }
  .shfw {
    margin-top: 60px;
  }
  .shfw_ct {
    margin-top: 30px;
  }
  .shfw_ctitem_imgdw {
    height: 50px;
    line-height: 50px;
  }
  .jsfw {
    margin-top: 60px;
  }
  .jsfw_ct {
    margin-top: 30px;
  }
  .jsfw_ctitem {
    padding: 30px 20px;
  }
}

@media screen and (max-width:768px) {
  .sqfw_ctitemi img {
    width: 50px;
  }
  .sqfw_title p {
    font-size: 24px;
    margin-left: 10px;
  }
  .sqfw_ctitemtxt {
    padding-left: 20px;
  }
  .sqfw_ctitemtxt_h {
    font-size: 16px;
  }
  .sqfw_ctitemtxt_p {
    margin-top: 5px;
    font-size: 12px;
    line-height: 16px;
  }
  .sqfw_ctitemtxt_p p {
    margin-top: 5px;
    font-size: 12px;
    line-height: 16px;
  }
  .shfw_ct {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .shfw_ct>div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .shfw_ctitem_txtp {
    font-size: 14px;
    line-height: 22px;
  }
  .shfw_ctitem_txtp p {
    font-size: 14px;
    line-height: 22px;
  }
  .jsfw_ctitemh {
    font-size: 18px;
  }
  .jsfw_ctitem {
    padding: 20px 10px;
  }
  .jsfw_ctitemp {
    margin-top: 5px;
  }
  .jsfw_ctitemp p {
    font-size: 12px;
    line-height: 16px;
  }
  .sqfw_ctitem {
    height: auto;
    padding: 20px 15px 20px;
  }
}


/* down */

.download_ct {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.download_ct>a {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.download_ctitem>div {
  width: 50%;
}

.download_ctitem_img {
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
}

.download_ctitem_img img {
  width: 100%;
  padding: 5%;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
}

.download_ctitem_txt {
  padding: 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.download_ctitem_txtbox {
  width: 100%;
}

.download_ctitem_txth {
  color: #333;
}

.download_ctitem_txtbtn {
  margin-top: 60px;
  width: 152px;
  height: 45px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
  background-color: #df002c;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
}

.download_ctitem_txtbtn span {
  color: #fff;
  font-size: 14px;
}

.download_ctitem_txtbtn i {
  margin-left: 5px;
  font-size: 18px;
  color: #fff;
}

.download_ct>a:hover .download_ctitem_img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.download_ctitem_txtbtn:hover {
  transform: scale(.95);
  -webkit-transform: scale(.95);
  -moz-transform: scale(.95);
  -ms-transform: scale(.95);
  -o-transform: scale(.95);
}

.foot {
  margin-top: 0;
}

@media screen and (max-width:1700px) {
  .download_ctitem_txt {
    padding: 0 20px;
  }
}

@media screen and (max-width:1200px) {
  .download_ctitem_txt {
    padding: 0 10px;
  }
  .download_ctitem_txtbtn {
    margin-top: 30px;
    width: 100%;
  }
  .download_ctitem_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media screen and (max-width:992px) {
  .sqfw_title p {
    font-size: 30px;
  }
  .download_ct {
    margin-top: 30px;
  }
}

@media screen and (max-width:768px) {
  .sqfw_title p {
    font-size: 24px;
  }
  .download_ctitem_img {
    height: 150px;
  }
  .download_ct>a {
    width: 49%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 2%;
    margin-bottom: 30px;
  }
  .download_ct>a:nth-child(2n) {
    margin-right: 0;
  }
  .download_ctitem>div {
    width: 100%;
  }
  .download_ctitem_txt {
    padding: 0;
    font-size: 14px;
  }
  .download_ctitem_txtbtn {
    margin-top: 10px;
  }
  .download_ctitem_txth {
    margin-top: 10px;
    height: 30px;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
  }
}


/* 内页服务内容 */

.sqfw_ct {
  margin-top: 45px;
  border-top: 1px solid #d9d9d9;
}

.sqfw_ct.pt {
  padding-top: 30px;
}

.sqfw_ct p,
.sqfw_ct {
  font-size: 15px;
  line-height: 2;
  color: #666;
}

.sqfw_ct img {
  display: inline-block;
  margin-bottom: 10px;
}

.sqfw_ct b {
  font-weight: bold;
  color: #333;
}

.sqfw_ctitem {
  height: 195px;
  padding: 0 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
}

.sqfw_ctitem:nth-child(even) {
  background-color: #f3f3f3;
}

.sqfw_ctitemi i {
  font-size: 60px;
  line-height: 1;
  color: #ccc;
}

.sqfw_ctitemtxt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 65px;
}

.sqfw_ctitemtxt_h {
  font-family: 'ProximaNova-Semibold';
  word-break: break-all;
  font-size: 24px;
  color: #333;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
}

.sqfw_ctitemi img {
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
}

.sqfw_ctitem:hover .sqfw_ctitemi img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.sqfw_ctitem:hover .sqfw_ctitemtxt_h {
  color: #df002c;
  padding-left: 5px;
}

.sqfw_ctitemtxt_p {
  color: #666;
  word-break: break-all;
  padding-top: 10px;
}

.sqfw_ctitemtxt_p p {
  font-size: 14px;
}

.shfw {
  margin-top: 70px;
}

.shfw_ct {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.shfw_ct>div {
  width: 49%;
  margin-right: 2%;
}

.shfw_ct>div:nth-child(2n) {
  margin-right: 0;
}

.shfw_ct>div:nth-child(2n) .shfw_ctitem_imgdw {
  background-color: rgba(0, 0, 0, 0.75);
}

.shfw_ctitem {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, 0.12);
}

.shfw_ctitem_img {
  overflow: hidden;
  position: relative;
}

.shfw_ctitem_img img {
  width: 100%;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
}

.shfw_ctitem_imgdw {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 65px;
  line-height: 65px;
  text-align: center;
  background-color: rgba(54, 87, 144, 0.9);
  font-family: 'ProximaNova-Semibold';
  text-transform: capitalize;
  font-size: 24px;
  color: #fff;
  z-index: 2;
}

.shfw_ctitem:hover .shfw_ctitem_img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.shfw_ctitem_txt {
  padding: 0 80px;
  height: 130px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.shfw_ctitem_txtp {
  margin-top: 35px;
  width: 100%;
  text-align: center;
  color: #666;
}

.jsfw {
  margin-top: 70px;
}

.jsfw_ct {
  margin-top: 50px;
}

.jsfw_ctitem {
  padding: 40px 80px 40px 50px;
}

.jsfw_ctitem:nth-child(odd) {
  background-color: #f3f3f3;
}

.jsfw_ctitemh {
  font-family: 'ProximaNova-Semibold';
  text-transform: capitalize;
  font-size: 24px;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}

.jsfw_ctitem:hover .jsfw_ctitemh {
  color: #df002c;
}

.jsfw_ctitemp {
  margin-top: 15px;
}

.jsfw_ctitemp p {
  font-size: 14px;
  color: #666;
  line-height: 26px;
}

.foot {
  margin-top: 0;
}

@media screen and (max-width:1700px) {
  .shfw_ctitem_txt {
    padding: 0 30px;
  }
  .sqfw_ctitemtxt {
    padding: 0;
    padding-left: 50px;
  }
  .jsfw_ctitem {
    padding: 40px 80px 50px 50px;
  }
}

@media screen and (max-width:1200px) {
  .sqfw_ctitem {
    padding: 0 30px;
  }
  .shfw_ctitem_txt {
    padding: 0 15px;
  }
  .shfw_ctitem_txtp {
    margin-top: 20px;
  }
  .jsfw_ctitem {
    padding: 50px 30px;
  }
}

@media screen and (max-width:992px) {
  .sqfw_title p {
    font-size: 30px;
  }
  .sqfw_ct {
    margin-top: 30px;
  }
  .sqfw_ctitem {
    padding: 0 15px;
    height: 150px;
  }
  .sqfw_ctitem .sqfw_ctitemi i {
    font-size: 50px;
  }
  .sqfw_ctitemi img {
    width: 60px;
  }
  .shfw {
    margin-top: 60px;
  }
  .shfw_ct {
    margin-top: 30px;
  }
  .shfw_ctitem_imgdw {
    height: 50px;
    line-height: 50px;
  }
  .jsfw {
    margin-top: 60px;
  }
  .jsfw_ct {
    margin-top: 30px;
  }
  .jsfw_ctitem {
    padding: 30px 20px;
  }
}

@media screen and (max-width:768px) {
  .sqfw_ctitemi img {
    width: 50px;
  }
  .sqfw_title p {
    font-size: 24px;
    margin-left: 10px;
  }
  .sqfw_ctitemtxt {
    padding-left: 20px;
  }
  .sqfw_ctitemtxt_h {
    font-size: 16px;
  }
  .sqfw_ctitemtxt_p {
    padding-top: 5px;
    margin-top: 0;
    font-size: 12px;
    line-height: 16px;
  }
  .sqfw_ctitemtxt_p p {
    margin-top: 5px;
    font-size: 12px;
    line-height: 16px;
  }
  .shfw_ct {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .shfw_ct>div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .shfw_ctitem_txtp {
    font-size: 14px;
    line-height: 22px;
  }
  .shfw_ctitem_txtp p {
    font-size: 14px;
    line-height: 22px;
  }
  .jsfw_ctitemh {
    font-size: 18px;
  }
  .jsfw_ctitem {
    padding: 20px 10px;
  }
  .jsfw_ctitemp {
    margin-top: 5px;
  }
  .jsfw_ctitemp p {
    font-size: 12px;
    line-height: 16px;
  }
  .sqfw_ctitem {
    height: auto;
    padding: 20px 15px 20px;
  }
}