* {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
  font-weight: normal;
  font-family: '微软雅黑';
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
}
/**  基础的样式 */
.wrap {
  width: 1200px;
  margin: auto;
  /** 浮动的绝对定位元素 */
  position: relative;
  /**-- 基本的容器宽度 --**/
}
.wrap .item {
  float: left;
  width: 200px;
  position: relative;
  margin-right: 133.33px;
  text-align: left;
}
.wrap .item:last-child {
  margin-right: 0;
}
/**-- 该样式里面的直接子元素应该是vertical-align元素 为了居中 --**/
.table-container {
  display: table;
  width: 100%;
  height: 100%;
  /**-- 使用了该样式的元素垂直居中 --**/
}
.table-container .vertical-align-box {
  display: table-cell;
  vertical-align: middle;
}
.table-container .vertical-align-box .main-title {
  font-size: 28px;
  color: #000;
  text-align: center;
}
.table-container .vertical-align-box .small-title {
  text-align: center;
  margin-top: 25px;
  font-size: 18px;
  color: #000;
}
.table-container .vertical-align-box .active-element {
  display: block;
  width: 178px;
  height: 47px;
  margin: 150px auto 0px auto;
  line-height: 47px;
  border-radius: 30px;
  text-align: center;
  background: #e60012;
  color: #fff;
  animation: infinite_scale linear 1s infinite;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.clear-fix:after {
  content: '';
  display: table;
  clear: both;
}
.response-img {
  width: 100%;
  height: auto;
  display: block;
}
/** pic 部分的容器 设置浮动和自动撑开高度 */
.table-container-fluid {
  display: table;
  width: 100%;
  height: 100%;
}
.table-container-fluid .vertical-container-fluid {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
/** 设置字体颜色的变化 */
.color-change-box {
  text-align: center;
}
.color-change-box h1 {
  display: inline-block;
  margin: auto;
  position: relative;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  color: #333333;
}
.color-change-box h1 span {
  font-weight: 700;
  color: #ff6200;
}
.color-change-box h1:hover .mask-font {
  width: 100%;
}
.color-change-box h1 .mask-font {
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  width: 0;
  height: 100%;
  color: #ff6200;
  transition: all linear 0.8s;
}
/** 居中页面中的图片 */
.block-img {
  display: block;
  margin: auto;
}
/**  两个线条 */
.two-line {
  margin-top: 10px;
  text-align: center;
}
.two-line .line1 {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 2px;
  background: #ff5b00;
  margin-right: 10px;
}
.two-line .line2 {
  display: inline-block;
  vertical-align: middle;
  width: 180px;
  height: 2px;
  background: #333333;
}
/**-- 顶部的功能部分   satrt --**/
.top .func {
  height: 45px;
  padding: 15px 0;
}
.top .func li {
  float: left;
  height: 15px;
  line-height: 15px;
}
.top .func li:last-child a {
  border: none;
}
.top .func li a {
  display: inline-block;
  font-size: 12px;
  width: 80px;
  border-right: 1px solid #b5b5b5;
  text-align: center;
  color: #a4a4a4;
}
.top .func li a:hover {
  color: #e60012;
}
/**-- logo的部分   start --**/
.logo .left-content {
  display: table;
}
.logo .left-content .logo-container {
  display: table-cell;
  vertical-align: middle;
  padding-right: 25px;
  border-right: 1px solid #d6d6d6;
}
.logo .left-content .select-procedure {
  display: table-cell;
  vertical-align: middle;
  padding-left: 25px;
}
.logo .left-content .select-procedure > div {
  position: relative;
  font-size: 15px;
}
.logo .left-content .select-procedure > div .produce-type {
  width: 105px;
  padding: 5px 0;
  font-size: 12px;
  border: 1px solid #efefef;
  background: url("../images/icon_down_caret.png") no-repeat right center;
  color: #999999;
  text-indent: 5px;
  transition: color linear 0.6s;
}
.logo .left-content .select-procedure > div .produce-type:hover {
  color: #e60012;
}
.logo .left-content .select-procedure > div .float-panel {
  position: absolute;
  width: 370px;
  left: 0px;
  top: 30px;
  display: none;
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 10px 20px;
  z-index: 100;
}
.logo .left-content .select-procedure > div .float-panel .procedure-list-title {
  height: 35px;
  line-height: 35px;
  border-bottom: 1px dashed #666666;
}
.logo .left-content .select-procedure > div .float-panel .choose {
  height: 25px;
  font-size: 15px;
  margin-top: 5px;
  color: #000000;
}
.logo .left-content .select-procedure > div .float-panel dl {
  display: block;
  line-height: 30px;
}
.logo .left-content .select-procedure > div .float-panel dl dd,
.logo .left-content .select-procedure > div .float-panel dl dt {
  float: left;
}
.logo .left-content .select-procedure > div .float-panel dl dd {
  margin-right: 10px;
}
.logo .left-content .select-procedure > div .float-panel dl dd:first-of-type {
  margin-left: 15px;
}
.logo .left-content .select-procedure > div .float-panel dl dd a {
  color: #666666;
}
.logo .left-content .select-procedure > div .float-panel dl dd a:hover {
  color: #e60012;
}
.logo .left-content .select-procedure .title {
  margin-top: 5px;
  font-size: 20px;
  font-weight: 600;
  color: #3c3c3c;
}
.logo .right-content {
  margin-top: 43px;
  display: table;
}
.logo .right-content .img-container {
  padding-right: 15px;
  display: table-cell;
  vertical-align: middle;
}
.logo .right-content .number-container {
  display: table-cell;
  vertical-align: middle;
}
.logo .right-content .number-container h1 {
  height: 48px;
  line-height: 48px;
  padding-left: 20px;
  font-size: 23px;
  color: #939393;
  border-left: 1px solid #d6d6d6;
}
.logo .right-content .number-container h1 span {
  color: #e60012;
}
/**-- 导航的部分   start --**/
.nav {
  width: 100%;
  margin-top: 20px;
  background: #3c3c3c;
}
.nav .line-bar {
  width: 100%;
  height: 3px;
  background: #e60012;
}
.nav .wrap ul li {
  float: left;
  width: 170px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  border-right: 1px solid #505050;
  position: relative;
}
.nav .wrap ul li:hover a {
  color: #e60012;
}
.nav .wrap ul li:last-child {
  border-right: none;
}
.nav .wrap ul li a {
  font-size: 20px;
  color: #fff;
  transition: all linear 0.3s;
}
.nav .wrap ul li .subNav {
  position: absolute;
  z-index: 1000;
  left: 0px;
  top: 100%;
  display: none;
}
.nav .wrap ul li .subNav li {
  border: none;
  width: 100%;
  height: 45px;
  line-height: 45px;
  margin-bottom: 1px  ;
  background: rgba(255, 255, 255, 0.5);
}
.nav .wrap ul li .subNav li:hover a {
  color: #e60012;
}
.nav .wrap ul li .subNav li a {
  font-size: 18px;
  color: #3c3c3c;
}
/** 第二张图片 (从banner开始) */
.pic2 {
  width: 100%;
  height: 645px;
  padding: 80px 0 0 0;
  background: url("../images/marketing/marketing_pic_1.jpg") no-repeat center top;
}
.pic2 .notify {
  width: 650px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background: #ff5b00;
  border-radius: 30px;
}
/** 第三章图片 */
.pic3 {
  /** 页面区域的标题 */
  /** 文字出现在左边的效果 */
  /** 文字出现在页面右边的效果 */
}
.pic3 .item1 {
  width: 1000px;
  margin: auto;
}
.pic3 .item1 .img-desc {
  width: 45%;
  height: 100%;
}
.pic3 .item1 .word-desc {
  position: absolute;
  right: 0;
  top: 0;
  width: 45%;
  height: 100%;
  text-align: right;
}
.pic3 .item1 .word-desc .small-title {
  color: #333333;
  font-size: 20px;
  font-weight: 600;
}
.pic3 .item1 .word-desc .color-change-box {
  text-align: right;
  margin: 5px 0;
}
.pic3 .item1 .word-desc .color-change-box .title {
  text-align: right;
  font-size: 34px;
  font-weight: 700;
  color: #333333;
}
.pic3 .item1 .word-desc .color-change-box .title span {
  font-weight: 700;
  color: #ff6200;
}
.pic3 .item1 .word-desc .notify {
  display: inline-block;
  width: 90%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background: #ff5b00;
  border-radius: 30px;
  font-size: 20px;
}
.pic3 .content-title {
  margin: 100px auto;
}
.pic3 .word-in-left {
  width: 1000px;
  margin: auto;
}
.pic3 .word-in-left .img-desc {
  width: 55%;
  height: 100%;
  float: right;
}
.pic3 .word-in-left .word-desc {
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  height: 100%;
  text-align: left;
}
.pic3 .word-in-left .word-desc .small-title {
  font-size: 18px;
  color: #2a2a2a;
  font-weight: 600;
}
.pic3 .word-in-left .word-desc .color-change-box {
  text-align: left;
  margin: 3px 0;
}
.pic3 .word-in-left .word-desc .word {
  font-size: 16px;
  color: #625e5f;
}
.pic3 .word-in-right {
  width: 1000px;
  margin: auto;
}
.pic3 .word-in-right .img-desc {
  float: left;
  width: 55%;
  height: 100%;
}
.pic3 .word-in-right .word-desc {
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
  height: 100%;
  text-align: left;
}
.pic3 .word-in-right .word-desc .small-title {
  font-size: 18px;
  color: #2a2a2a;
  font-weight: 600;
}
.pic3 .word-in-right .word-desc .color-change-box {
  text-align: left;
  margin: 3px 0;
}
.pic3 .word-in-right .word-desc .word {
  font-size: 16px;
  color: #625e5f;
}
/** 第四张图片 */
.pic4 {
  background: #f5f5f5;
  padding: 70px 0;
}
.pic4 .wrap {
  width: 1000px;
  margin: auto;
  margin-top: 40px;
}
.pic4 .wrap .img-desc {
  width: 55%;
  float: right;
}
.pic4 .wrap .word-desc {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 40%;
  height: 100%;
}
.pic4 .wrap .word-desc .small-title {
  font-size: 16px;
  color: #333;
}
.pic4 .wrap .word-desc .color-change-box {
  text-align: left;
}
.pic4 .wrap .word-desc .desc {
  margin: 5px 0;
  line-height: 25px;
  width: 324px;
  font-size: 16px;
  color: #6f6f6f;
}
.pic4 .wrap .word-desc .advantage {
  width: 100%;
  height: 54px;
  line-height: 54px;
  text-align: center;
  font-size: 16px;
  background: #fff;
  border-radius: 10px;
  margin-top: 30px;
}
.pic4 .wrap .word-desc .advantage span {
  color: #ff5b00;
}
/** 第五张图片 */
.pic5 {
  background: #fff;
  padding: 70px 0;
}
.pic5 .wrap {
  width: 1000px;
  margin: auto;
  margin-top: 40px;
}
.pic5 .wrap .img-desc {
  width: 55%;
  float: left;
}
.pic5 .wrap .word-desc {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40%;
  height: 100%;
}
.pic5 .wrap .word-desc .small-title {
  font-size: 16px;
  color: #333;
}
.pic5 .wrap .word-desc .color-change-box {
  text-align: left;
}
.pic5 .wrap .word-desc .desc {
  margin: 5px 0;
  line-height: 25px;
  width: 324px;
  font-size: 16px;
  color: #6f6f6f;
}
.pic5 .wrap .word-desc .advantage {
  width: 100%;
  height: 54px;
  line-height: 54px;
  text-align: center;
  font-size: 16px;
  background: #f5f5f5;
  border-radius: 10px;
  margin-top: 30px;
}
.pic5 .wrap .word-desc .advantage span {
  color: #ff5b00;
}
.pic6 {
  background: #faf8f8;
  padding: 30px 0;
}
.pic6 .advantage {
  text-align: center;
  width: 900px;
  margin: 50px auto 70px auto;
  padding: 15px 30px;
  background: #ff5b00;
  line-height: 25px;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
}
.pic6 .background {
  width: 100%;
  height: 1500px;
  background: url("../images/marketing/marketing_last_two.jpg") no-repeat center center;
}
/** 底部最后一张图片 */
.pic7 {
  background: #f6f6f6;
}
.pic7 .content-title {
  padding: 60px 0;
}
.pic7 .background {
  width: 100%;
  height: 500px;
  background: url("../images/marketing/marketing_footer.jpg") no-repeat center center;
}
@keyframes infinite-scale {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(0.8);
  }
}
/** 页面的底部部分 */
.page-footer {
  position: relative;
  padding: 30px 0;
  background: #3f3c3a;
}
.page-footer .wrap-container {
  width: 100%;
  height: 100%;
  display: table;
}
.page-footer .wrap-container .vertical-align-box .content {
  width: 1200px;
  margin: auto;
  /** 友情链接的部分 */
  /** 讯网公司的一些链接 */
}
.page-footer .wrap-container .vertical-align-box .content .friends-link {
  padding: 35px 0;
  border-bottom: 1px solid #7e7c7b;
}
.page-footer .wrap-container .vertical-align-box .content .friends-link h3 {
  display: inline-block;
  color: #ffffff;
  vertical-align: top;
  font-size: 15px;
}
.page-footer .wrap-container .vertical-align-box .content .friends-link div {
  float: right;
}
.page-footer .wrap-container .vertical-align-box .content .friends-link div ul:last-of-type {
  margin-top: 10px;
}
.page-footer .wrap-container .vertical-align-box .content .friends-link div ul li {
  float: left;
  margin-right: 8px;
}
.page-footer .wrap-container .vertical-align-box .content .friends-link div ul li:last-child {
  margin-right: 0;
}
.page-footer .wrap-container .vertical-align-box .content .friends-link div ul li a {
  font-size: 14px;
  color: #fff;
}
.page-footer .wrap-container .vertical-align-box .content .friends-link div ul li a:hover {
  color: #e60012;
}
.page-footer .wrap-container .vertical-align-box .content .xunwang-link {
  padding: 50px 0;
  text-align: center;
  border-bottom: 1px solid #7e7c7b  ;
  /** 线条的样式  start */
  /** 线条的样式  end */
  /** 联系讯网的部分  start */
  /** 联系讯网的部分  end */
}
.page-footer .wrap-container .vertical-align-box .content .xunwang-link ul {
  display: inline-block;
  vertical-align: middle;
  margin-right: 80px;
}
.page-footer .wrap-container .vertical-align-box .content .xunwang-link ul:last-of-type {
  margin-right: 0;
}
.page-footer .wrap-container .vertical-align-box .content .xunwang-link ul li {
  line-height: 34px;
}
.page-footer .wrap-container .vertical-align-box .content .xunwang-link ul li a {
  color: #71706f;
}
.page-footer .wrap-container .vertical-align-box .content .xunwang-link ul li a:hover {
  color: #e60012;
}
.page-footer .wrap-container .vertical-align-box .content .xunwang-link ul li:first-child a {
  font-size: 18px;
  color: #fff;
}
.page-footer .wrap-container .vertical-align-box .content .xunwang-link .line {
  display: inline-block;
  margin: 0px 60px;
  width: 1px;
  height: 125px;
  vertical-align: middle;
  background: #716f6d;
}
.page-footer .wrap-container .vertical-align-box .content .xunwang-link .contact-xunwang {
  display: inline-block;
  vertical-align: middle;
  /** 讯网的微信公众号 */
  /** 讯网的联系电话和地址 */
}
.page-footer .wrap-container .vertical-align-box .content .xunwang-link .contact-xunwang .xunwnag-wechat p {
  font-size: 15px;
  color: #aaaaaa;
}
.page-footer .wrap-container .vertical-align-box .content .xunwang-link .contact-xunwang .xunwang-address {
  text-align: left;
  padding-left: 65px;
}
.page-footer .wrap-container .vertical-align-box .content .xunwang-link .contact-xunwang .xunwang-address form {
  display: inline-block;
  background: #fff;
}
.page-footer .wrap-container .vertical-align-box .content .xunwang-link .contact-xunwang .xunwang-address form input {
  width: 260px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #696867;
  padding: 0px 10px;
  background: url("../images/icon_search.png") no-repeat right center;
  background-position-x: 230px;
}
.page-footer .wrap-container .vertical-align-box .content .xunwang-link .contact-xunwang .xunwang-address p {
  font-size: 15px;
  line-height: 30px;
  color: #fff;
}
.page-footer .wrap-container .vertical-align-box .content .xunwang-link .contact-xunwang .xunwang-address p:first-of-type {
  margin-top: 20px;
}
.page-footer .wrap-container .vertical-align-box .content .corptight {
  text-align: center;
  color: #fff;
  margin-top: 50px;
}
