.fl {
  float: left;
}
.fr {
  float: right;
}
.ovh {
  overflow: hidden;
}
.df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.dfc {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.dfs {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
/*背景渐变*/
.grad {
  background-image: linear-gradient(to right, #D12324, #fff);
}
/*兼容手机*/
@media only screen and (max-width: 980px) {
  body {
    width: 1200px;
  }
}
/* common css */
#header {
  width: 100%;
  height: 182px;
}
#header .header-top {
  height: 132px;
  width: 1200px;
  margin: 0 auto;
}
#header .header-top .header-title {
  margin-top: 66px;
  float: left;
}
#header .header-top .header-title .logo {
  float: left;
  width: 200px;
  height: 28px;
  background-image: url('../img/index/logo.png');
  background-repeat: no-repeat;
}
#header .header-top .header-title h1 {
  float: left;
  font-size: 24px;
  font-weight: normal;
  color: #404040;
}
#header .header-top .header-contract {
  color: #404040;
  margin-top: 23px;
  float: right;
  overflow: hidden;
}
#header .header-top .header-contract .tel-box {
  margin-top: 24px;
  float: left;
  overflow: hidden;
}
#header .header-top .header-contract .tel-box .tel-logo {
  float: left;
  margin-right: 16px;
}
#header .header-top .header-contract .tel-box .tel-txt {
  float: right;
}
#header .header-top .header-contract .tel-box .tel-txt p {
  font-size: 20px;
  line-height: 26px;
}
#header .header-top .header-contract .wx {
  float: right;
  width: 72px;
  height: 72px;
  margin-left: 44px;
}
#header .nav {
  height: 50px;
  background-color: #D12324;
  position: relative;
}
#header .nav ul {
  width: 1200px;
  margin: 0 auto;
  height: 50px;
}
#header .nav ul li {
  width: 170px;
  float: left;
  text-align: center;
  font-size: 20px;
  line-height: 50px;
  color: #ffffff;
}
#header .nav ul li > p {
  cursor: pointer;
}
#header .nav ul li > p.active {
  background-color: #b41717;
}
#header .nav ul li > p:hover {
  background-color: #b41717;
}
#header .nav ul .product {
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  z-index: 10;
  height: 477px;
  background-color: #f5f5f5;
  box-shadow: 0px 7px 20px 0px rgba(25, 14, 18, 0.43);
  font-size: 16px;
  line-height: 40px;
  color: #b41717;
}
#header .nav ul .product .inner {
  width: 1200px;
  margin: 50px auto 0;
  text-align: left;
}
#header .nav ul .product .inner .item {
  float: left;
  width: 540px;
  height: 65px;
  margin-right: 96px;
  margin-bottom: 34px;
  line-height: 30px;
}
#header .nav ul .product .inner .item .title {
  font-family: MicrosoftYaHei;
  font-weight: bold;
  font-size: 16px;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #D12324;
  border-bottom: 1px dashed #b4b4b4;
  cursor: pointer;
}
#header .nav ul .product .inner .item .title:hover {
  color: #8a0000;
}
#header .nav ul .product .inner .item p > span {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #424242;
  display: inline-block;
  padding-right: 28px;
}
#header .nav ul .scheme {
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  z-index: 10;
  height: 358px;
  background-color: #f5f5f5;
  box-shadow: 0px 7px 20px 0px rgba(25, 14, 18, 0.43);
  font-size: 16px;
  line-height: 40px;
  color: #b41717;
}
#header .nav ul .scheme .inner {
  width: 1200px;
  margin: 24px auto 0;
  text-align: left;
}
#header .nav ul .scheme .inner .fl {
  margin-left: 152px;
  width: 444px;
  height: 300px;
  cursor: default;
}
#header .nav ul .scheme .inner .fl p {
  margin-bottom: 10px;
}
#header .nav ul .scheme .inner .fl p.title {
  font-family: MicrosoftYaHei;
  font-weight: bold;
  font-size: 16px;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #D12324;
  border-bottom: 1px dashed #b4b4b4;
}
#header .nav ul .scheme .inner .fl p span {
  float: left;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 44px;
  letter-spacing: 0px;
  color: #424242;
  width: 140px;
}
#header .nav ul .scheme .inner .fr {
  margin-left: 30px;
  width: 530px;
  height: 300px;
}
#header .nav ul .scheme .inner .fr p {
  margin-bottom: 10px;
}
#header .nav ul .scheme .inner .fr p.title {
  font-family: MicrosoftYaHei;
  font-weight: bold;
  font-size: 16px;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #D12324;
  border-bottom: 1px dashed #b4b4b4;
}
#header .nav ul .scheme .inner .fr ul > li {
  width: 500px;
  float: none;
  display: block;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #424242;
  text-align: left;
  cursor: pointer;
}
#header .nav ul .scheme .inner .fr ul > li i {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #b41717;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
#header .nav ul .scheme .inner .fr ul > li:hover {
  color: #D12324;
}
#footer {
  height: 284px;
  background-color: #3D3D3D;
}
#footer .company {
  width: 100%;
  height: 44px;
  background-color: #D12324;
}
#footer .company .inner {
  width: 1200px;
  margin: 0 auto;
}
#footer .company .inner p {
  color: #fff;
  font-size: 17px;
  line-height: 44px;
}
#footer .company .inner p.chinese {
  float: left;
}
#footer .company .inner p.english {
  float: right;
}
#footer .foot-middle {
  width: 1200px;
  margin: 42px auto;
  height: 42px;
}
#footer .foot-middle .logo-contract {
  float: left;
  height: 42px;
}
#footer .foot-middle .logo-contract .logo-foot {
  float: left;
}
#footer .foot-middle .logo-contract ul {
  float: left;
  margin-left: 34px;
  padding-top: 10px;
  overflow: hidden;
}
#footer .foot-middle .logo-contract ul .phone {
  position: relative;
  top: -7px;
  overflow: hidden;
}
#footer .foot-middle .logo-contract ul .phone img {
  float: left;
  margin-right: 14px;
}
#footer .foot-middle .logo-contract ul .phone p {
  float: left;
  font-size: 13px;
  color: #ffffff;
}
#footer .foot-middle .icon-box {
  float: right;
}
#footer .foot-middle .icon-box .icon {
  float: right;
  width: 37px;
  height: 29px;
  margin-left: 34px;
  background-repeat: no-repeat;
  cursor: pointer;
}
#footer .foot-middle .icon-box .icon:first-child {
  background-image: url('../img/index/weibo_nor.png');
}
#footer .foot-middle .icon-box .icon:first-child:hover {
  background-image: url('../img/index/weibo_sel.png');
}
#footer .foot-middle .icon-box .icon:last-child {
  background-image: url('../img/index/weixin_nor.png');
}
#footer .foot-middle .icon-box .icon:last-child:hover {
  background-image: url('../img/index/weixin_sel.png');
}
#footer .foot-bottom {
  width: 1200px;
  margin: 0 auto;
}
#footer .foot-bottom p {
  font-size: 13px;
  color: #fff;
}
#footer .foot-bottom .copyright {
  margin-top: 20px;
}
/* 首页 */
#index-content {
  height: 1280px;
}
#index-content .banner {
  height: 400px;
}
#index-content .banner .banner-img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
#index-content .banner .banner-img#img1 {
  background-image: url("../img/index/banner/banner2.jpg");
}
#index-content .banner .banner-img#img2 {
  background-image: url("../img/index/banner/banner.jpg");
}
#index-content .banner .banner-img#img3 {
  background-image: url("../img/index/banner/banner3.jpg");
}
#index-content .banner .banner-img#img4 {
  background-image: url("../img/index/banner/banner4.jpg");
}
#index-content .banner .banner-img#img5 {
  background-image: url("../img/index/banner/banner5.jpg");
}
#index-content .banner .banner-img#img6 {
  background-image: url("../img/index/banner/banner7.jpg");
}
#index-content .banner .banner-img#img7 {
  background-image: url("../img/index/banner/banner6.jpg");
}
#index-content .banner .device {
  background: #eee;
  position: relative;
  height: 100%;
  width: 100%;
}
#index-content .banner .device .arrow-left {
  background: url('../img/index/banner_left.png') no-repeat left top;
  position: absolute;
  left: 100px;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  z-index: 9;
}
#index-content .banner .device .arrow-right {
  background: url('../img/index/banner_right.png') no-repeat left bottom;
  position: absolute;
  right: 100px;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  z-index: 9;
}
#index-content .banner .swiper-container {
  width: 100%;
  height: 100%;
}
#index-content .banner .pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 5px;
  width: 100%;
  z-index: 9;
}
#index-content .banner .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #999;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}
#index-content .banner .swiper-active-switch {
  background: #fff;
}
#index-content .feature {
  width: 534px;
  height: 77px;
  margin: 44px auto;
  background-image: url('../img/index/tedian.png');
  background-repeat: no-repeat;
}
#index-content .feature p {
  text-align: center;
  font-family: MicrosoftYaHei-Bold;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 88px;
  letter-spacing: 0px;
  color: #2c2c2c;
}
#index-content .feature-icon {
  width: 1006px;
  height: 166px;
  margin: 0 auto;
}
#index-content .feature-icon .item {
  float: left;
  width: 124px;
  height: 166px;
  padding-right: 96px;
}
#index-content .feature-icon .item:last-child {
  padding-right: 0;
}
#index-content .feature-icon .item .img {
  width: 124px;
  height: 124px;
  background-repeat: no-repeat;
  cursor: pointer;
}
#index-content .feature-icon .item .img#fast {
  background-image: url("../img/index/kuai_nor.png");
}
#index-content .feature-icon .item .img#fast:hover {
  background-image: url("../img/index/kuai_sel.png");
}
#index-content .feature-icon .item .img#defend {
  background-image: url("../img/index/fang_nor.png");
}
#index-content .feature-icon .item .img#defend:hover {
  background-image: url("../img/index/fang_sel.png");
}
#index-content .feature-icon .item .img#easy {
  background-image: url("../img/index/yi_nor.png");
}
#index-content .feature-icon .item .img#easy:hover {
  background-image: url("../img/index/yi_sel.png");
}
#index-content .feature-icon .item .img#simple {
  background-image: url("../img/index/jian_nor.png");
}
#index-content .feature-icon .item .img#simple:hover {
  background-image: url("../img/index/jian_sel.png");
}
#index-content .feature-icon .item .img#stable {
  background-image: url("../img/index/wen_nor.png");
}
#index-content .feature-icon .item .img#stable:hover {
  background-image: url("../img/index/wen_sel.png");
}
#index-content .feature-icon .item p {
  text-align: center;
  font-family: MicrosoftYaHei-Bold;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 54px;
  letter-spacing: 0px;
  color: #3f3f3f;
}
#index-content .news {
  width: 1200px;
  margin: 80px auto 0;
  overflow: hidden;
}
#index-content .news div {
  width: 540px;
}
#index-content .news div .title .fl span {
  display: inline-block;
  font-family: MicrosoftYaHei-Bold;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  cursor: pointer;
  width: 94px;
  height: 30px;
  text-align: center;
}
#index-content .news div .title .fl .hover {
  color: #fff;
  background-color: #D12324;
  border-radius: 15px;
}
#index-content .news div .title .fl .line-r1 {
  display: inline-block;
  width: 2px;
  height: 27px;
  background-color: #b9b9b9;
  position: relative;
  top: 7px;
  margin: 0 10px;
}
#index-content .news div .title .fr {
  font-size: 14px;
  color: #317ee6;
  line-height: 30px;
  cursor: pointer;
}
#index-content .news div .title .fr:hover {
  color: #006DD9;
}
#index-content .news div .line {
  margin-top: 7px;
  height: 3px;
}
#index-content .news div .news-pic {
  margin: 9px 0 17px;
  display: block;
  width: 540px;
  height: 140px;
  position: relative;
}
#index-content .news div .news-pic:hover {
  box-shadow: 2px 2px 2px #ebd7d7;
}
#index-content .news div h2 {
  font-family: MicrosoftYaHei-Bold;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #1e1e1e;
  cursor: pointer;
}
#index-content .news div .summary {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #575757;
  text-indent: 25px;
}
#index-content .news div .summary span {
  font-size: 14px;
  color: #317ee6;
  cursor: pointer;
}
#index-content .news div ul {
  margin-top: 8px;
}
#index-content .news div ul > li {
  padding-top: 6px;
  width: 100%;
  height: 28px;
  border-bottom: dashed 1px #b4b4b4;
  cursor: pointer;
}
#index-content .news div ul > li .fl {
  width: 450px;
}
#index-content .news div ul > li .fl span {
  font-size: 16px;
  color: #1e1e1e;
}
#index-content .news div ul > li .fl span:hover {
  color: #d02323;
}
#index-content .news div ul > li .fl .point {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  background-color: #D12324;
  position: relative;
  margin-right: 6px;
  top: -3px;
}
#index-content .news div ul > li .fr {
  font-size: 14px;
  color: #656565;
}
#index-content .news .solution {
  float: left;
}
#index-content .news .information {
  float: right;
}
/* 特点 */
#feature .banner {
  height: 290px;
  background-image: url("../img/index/chanpintedian_banner.png");
  background-repeat: no-repeat;
  background-position: center center;
}
#feature .banner h1 {
  padding-top: 88px;
  margin: 0 auto;
  width: 120px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 80px;
  letter-spacing: 0px;
  color: #ffffff;
}
#feature .banner p {
  margin: 0 auto;
  text-align: center;
  width: 966px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #ffffff;
}
#feature .feature-box {
  width: 1200px;
  margin: 62px auto 0;
  height: 816px;
}
#feature .feature-box .item {
  width: 1198px;
  height: 97px;
  background-color: #fff;
  border-radius: 10px;
  border: solid 1px #d02323;
  margin-bottom: 30px;
  overflow: hidden;
}
#feature .feature-box .item.active {
  background-color: #fff2f2;
  box-shadow: 1px 4px 5px 0px rgba(216, 86, 86, 0.43);
}
#feature .feature-box .item.h117 {
  height: 117px;
}
#feature .feature-box .item.h117 .name > p {
  line-height: 116px;
}
#feature .feature-box .item .name {
  float: left;
  width: 157px;
  height: 97px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  left: -2px;
  background-repeat: no-repeat;
}
#feature .feature-box .item .name p {
  width: 20px;
  height: 20px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 96px;
  letter-spacing: 0px;
  color: #ffffff;
  padding-left: 100px;
}
#feature .feature-box .item .desc {
  width: 946px;
  float: left;
  padding: 12px 25px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #444444;
  line-height: 24px;
}
#feature .feature-box .item .desc span {
  font-weight: bold;
}
#feature .feature-box #fast {
  background-image: url('../img/index/kuai.png');
}
#feature .feature-box #defend {
  background-image: url('../img/index/fang.png');
  height: 117px;
}
#feature .feature-box #easy {
  background-image: url('../img/index/yi.png');
}
#feature .feature-box #simple {
  background-image: url('../img/index/jian.png');
}
#feature .feature-box #stable {
  background-image: url('../img/index/wen.png');
  height: 117px;
}
/* 解决方案 */
#scheme {
  height: 1367px;
}
#scheme .banner {
  height: 290px;
  background-image: url("../img/scheme/jiejue_banner.png");
  background-repeat: no-repeat;
  background-position: center center;
}
#scheme .bg {
  width: 534px;
  height: 77px;
  margin: 44px auto;
  background-image: url('../img/scheme/jiejue_fangan.png');
  background-repeat: no-repeat;
}
#scheme .bg p {
  text-align: center;
  font-family: MicrosoftYaHei-Bold;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 88px;
  letter-spacing: 0px;
  color: #2c2c2c;
}
#scheme .bg-txt {
  width: 1200px;
  height: 132px;
  margin: 0 auto;
  padding-top: 20px;
}
#scheme .bg-txt > div {
  float: left;
  width: 50%;
  height: 132px;
  text-align: center;
}
#scheme .bg-txt > div .item {
  display: inline-block;
  width: 333px;
  height: 132px;
}
#scheme .bg-txt > div .item .left {
  padding-top: 23px;
}
#scheme .bg-txt > div .item .left img {
  max-width: 80px;
}
#scheme .bg-txt > div .item .right .title {
  font-family: MicrosoftYaHei;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 44px;
  letter-spacing: 0px;
  color: #3b3b3b;
}
#scheme .bg-txt > div .item .right p {
  font-size: 14px;
  padding-left: 38px;
  text-align: left;
}
#scheme .solution {
  width: 534px;
  height: 77px;
  margin: 44px auto;
  background-image: url('../img/scheme/jiejue_jiejue.png');
  background-repeat: no-repeat;
}
#scheme .solution p {
  text-align: center;
  font-family: MicrosoftYaHei-Bold;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 88px;
  letter-spacing: 0px;
  color: #2c2c2c;
}
#scheme .solution-box {
  width: 930px;
  height: 410px;
  margin: 0 auto;
  padding-top: 40px;
}
#scheme .solution-box .item {
  width: 180px;
  height: 180px;
  border: 1px solid #d02323;
  cursor: pointer;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
}
#scheme .solution-box .item > div {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: relative;
  left: -10px;
}
#scheme .solution-box .item > div .title {
  width: 174px;
  text-align: center;
  font-family: DIN-Medium;
  font-size: 67px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #d02323;
  line-height: 85px;
}
#scheme .solution-box .item > div p {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #424242;
  line-height: 24px;
  position: relative;
  left: -10px;
  text-align: center;
}
#scheme .solution-box .item:hover {
  box-shadow: 3px 3px 5px #eee;
}
#scheme .solution-box .first {
  position: relative;
  left: 37px;
  top: 37px;
}
#scheme .solution-box .second {
  position: relative;
  left: 204px;
  top: 9px;
}
#scheme .solution-box .third {
  position: relative;
  left: 374px;
  top: -327px;
  background-color: #d02323;
}
#scheme .solution-box .third > div .title {
  color: #ffffff;
}
#scheme .solution-box .third > div p {
  color: #fff;
}
#scheme .solution-box .four {
  position: relative;
  left: 540px;
  top: -355px;
}
#scheme .solution-box .five {
  position: relative;
  left: 711px;
  top: -691px;
}
/* 产品中心 */
#product {
  height: 1568px;
}
#product .banner {
  height: 290px;
  background-image: url("../img/products/chanpin_banner.png");
  background-repeat: no-repeat;
  background-position: center center;
}
#product .banner h1 {
  padding-top: 60px;
  margin: 0 auto;
  width: 120px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 80px;
  letter-spacing: 0px;
  color: #ffffff;
}
#product .banner p {
  margin: 0 auto;
  text-align: center;
  width: 966px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #ffffff;
}
#product .zizhi {
  width: 534px;
  height: 77px;
  margin: 80px auto 44px;
  background-image: url('../img/products/chanpinzizhi.png');
  background-repeat: no-repeat;
}
#product .zizhi p {
  text-align: center;
  font-family: MicrosoftYaHei-Bold;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 88px;
  letter-spacing: 0px;
  color: #2c2c2c;
}
#product .jianjie {
  width: 534px;
  height: 77px;
  margin: 44px auto;
  background-image: url('../img/products/chanpinjianjie.png');
  background-repeat: no-repeat;
}
#product .jianjie p {
  text-align: center;
  font-family: MicrosoftYaHei-Bold;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 88px;
  letter-spacing: 0px;
  color: #2c2c2c;
}
#product .zizhi-box {
  width: 1166px;
  margin: 0 auto;
  height: 320px;
}
#product .zizhi-box .item {
  width: 33%;
  text-align: center;
  float: left;
}
#product .zizhi-box .item h2 {
  font-family: MicrosoftYaHei;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 68px;
  letter-spacing: 0px;
  color: #3b3b3b;
}
#product .zizhi-box .item p {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #3b3b3b;
}
#product .product-desc {
  width: 1180px;
  margin: 0 auto;
  overflow: hidden;
}
#product .product-desc .item {
  float: left;
  width: 560px;
  height: 88px;
  margin-bottom: 50px;
  margin-right: 90px;
}
#product .product-desc .item img {
  float: left;
  margin-right: 12px;
}
#product .product-desc .item h3 {
  font-weight: bold;
  font-family: MicrosoftYaHei-Bold;
  font-size: 18px;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #3b3b3b;
}
#product .product-desc .item p {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #424242;
}
#product .product-desc .item p span {
  color: #317ee6;
  cursor: pointer;
}
#product .product-desc .item p span:hover {
  color: #006DD9;
}
#product .product-desc .mr0 {
  margin-right: 0;
  width: 530px;
}
/* 应用场景 */
#scene .banner {
  height: 290px;
  background-image: url("../img/scene/yingyong_banner.png");
  background-repeat: no-repeat;
  background-position: center center;
}
#scene .banner h1 {
  padding-top: 60px;
  margin: 0 auto;
  width: 120px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 80px;
  letter-spacing: 0px;
  color: #ffffff;
}
#scene .banner p {
  margin: 0 auto;
  text-align: center;
  width: 966px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #ffffff;
}
#scene .article {
  margin-top: 32px;
}
#scene .article .title {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 114px;
  letter-spacing: 0px;
  color: #b41717;
  text-align: center;
}
#scene .article .section {
  margin: 0 auto 40px;
  width: 1200px;
  overflow: hidden;
}
#scene .article .section div {
  height: 362px;
  width: 589px;
  float: left;
}
#scene .article .section p {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #575757;
  text-indent: 40px;
}
#scene .article .section .pic1 {
  width: 553px;
  height: 362px;
  float: left;
  margin-left: 50px;
}
#scene .article .section .pic2 {
  display: block;
  width: 670px;
  margin: 20px auto 0;
}
#scene .article .section .pic3 {
  float: left;
  margin-right: 50px;
  width: 551px;
  height: 353px;
}
#scene .article .section .pic4 {
  width: 567px;
  height: 385px;
  display: block;
  margin: 20px auto 0;
}
/* 成功案例 */
#demo {
  margin-bottom: 60px;
}
#demo .banner {
  height: 290px;
  background-image: url("../img/demo/banner.png");
  background-repeat: no-repeat;
  background-position: center center;
}
#demo .banner h1 {
  padding-top: 60px;
  margin: 0 auto;
  width: 120px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 80px;
  letter-spacing: 0px;
  color: #ffffff;
}
#demo .banner p {
  margin: 0 auto;
  text-align: center;
  width: 970px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #ffffff;
}
#demo .custom {
  width: 534px;
  height: 77px;
  margin: 44px auto;
  background-image: url('../img/demo/guanyu_dainxingkehu.png');
  background-repeat: no-repeat;
}
#demo .custom p {
  text-align: center;
  font-family: MicrosoftYaHei-Bold;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 88px;
  letter-spacing: 0px;
  color: #2c2c2c;
}
#demo .custom-item {
  width: 1150px;
  margin: 0 auto;
  overflow: hidden;
}
#demo .custom-item .title {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0px;
  color: #6a6a6a;
}
#demo .custom-item .item {
  float: left;
  width: 168px;
  height: 124px;
  margin-right: 28px;
  margin-bottom: 26px;
  position: relative;
  top: 0;
}
#demo .custom-item .item:hover {
  top: -1px;
}
#demo .custom-item .item img {
  display: block;
  width: 168px;
  height: 96px;
}
#demo .custom-item .item p {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #434343;
  text-align: center;
}
/* 关于我们 */
#aboutUs .banner {
  height: 290px;
  background-image: url("../img/aboutUs/guanyu_banner.png");
  background-repeat: no-repeat;
  background-position: center center;
}
#aboutUs .banner h1 {
  padding-top: 60px;
  margin: 0 auto;
  width: 120px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 80px;
  letter-spacing: 0px;
  color: #ffffff;
}
#aboutUs .banner p {
  margin: 0 auto;
  text-align: center;
  width: 970px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #ffffff;
}
#aboutUs .custom {
  width: 534px;
  height: 77px;
  margin: 44px auto;
  background-image: url('../img/demo/guanyu_dainxingkehu.png');
  background-repeat: no-repeat;
}
#aboutUs .custom p {
  text-align: center;
  font-family: MicrosoftYaHei-Bold;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 88px;
  letter-spacing: 0px;
  color: #2c2c2c;
}
#aboutUs .custom-item {
  width: 1150px;
  margin: 0 auto;
  overflow: hidden;
}
#aboutUs .custom-item .title {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0px;
  color: #6a6a6a;
}
#aboutUs .custom-item .item {
  float: left;
  width: 168px;
  height: 124px;
  margin-right: 28px;
  margin-bottom: 26px;
  position: relative;
  top: 0;
}
#aboutUs .custom-item .item:hover {
  top: -1px;
}
#aboutUs .custom-item .item img {
  display: block;
  width: 168px;
  height: 96px;
}
#aboutUs .custom-item .item p {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #434343;
  text-align: center;
}
#aboutUs .desc {
  overflow: hidden;
  width: 1200px;
  margin: 68px auto;
}
#aboutUs .desc img {
  float: left;
  display: block;
  width: 581px;
  height: 381px;
  margin-right: 60px;
}
#aboutUs .desc .txt {
  float: left;
  width: 558px;
  height: 314px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #727272;
  text-indent: 40px;
  margin-top: 30px;
}
#aboutUs .desc p {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 30px;
  color: #595959;
}
#aboutUs .desc p.title {
  font-weight: bold;
}
#aboutUs .desc p .web {
  color: #2778dc;
  cursor: pointer;
}
#aboutUs .contract {
  width: 534px;
  height: 77px;
  margin: 44px auto;
  background-image: url('../img/aboutUs/guanyu_lianxi.png');
  background-repeat: no-repeat;
}
#aboutUs .contract p {
  text-align: center;
  font-family: MicrosoftYaHei-Bold;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 88px;
  letter-spacing: 0px;
  color: #2c2c2c;
}
/* 资讯中心 */
#news .banner {
  height: 290px;
  background-image: url("../img/news/banner.png");
  background-repeat: no-repeat;
  background-position: center center;
}
#news .banner h1 {
  padding-top: 60px;
  margin: 0 auto;
  width: 120px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 80px;
  letter-spacing: 0px;
  color: #ffffff;
}
#news .banner p {
  margin: 0 auto;
  text-align: center;
  width: 970px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #ffffff;
}
#news .inner {
  width: 1200px;
  margin: 60px auto;
  overflow: hidden;
}
#news .inner .tab {
  float: left;
  width: 178px;
  height: 97px;
  border: 1px solid #a6a6a6;
  font-size: 18px;
  margin-right: 10px;
}
#news .inner .tab p {
  text-align: center;
  line-height: 48px;
  color: #424242;
  background-color: #fff;
  cursor: pointer;
}
#news .inner .tab p:first-child {
  border-bottom: 1px solid #a6a6a6;
}
#news .inner .tab p.active {
  background-color: #d02323;
  color: #fff;
}
#news .inner .company-news {
  width: 1000px;
  float: right;
}
#news .inner .company-news .news-head {
  overflow: hidden;
}
#news .inner .company-news .news-head img {
  display: block;
  float: left;
  width: 474px;
  height: 267px;
  margin-right: 52px;
}
#news .inner .company-news .news-head h2 {
  font-family: MicrosoftYaHei;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 80px;
  letter-spacing: 0px;
  color: #1e1e1e;
  white-space: nowrap;
}
#news .inner .company-news .news-head p {
  text-indent: 40px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #575757;
}
#news .inner .company-news .news-head p span {
  color: #317ee6;
  cursor: pointer;
}
#news .inner .company-news .list {
  margin-top: 32px;
}
#news .inner .company-news .list .item {
  padding-top: 10px;
  height: 36px;
  border-bottom: dashed 1px #b4b4b4;
}
#news .inner .company-news .list .item .left {
  float: left;
}
#news .inner .company-news .list .item .left p {
  cursor: pointer;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #1e1e1e;
}
#news .inner .company-news .list .item .left p:hover {
  color: #d02323;
}
#news .inner .company-news .list .item .left i {
  display: inline-block;
  margin-right: 6px;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background-color: #d02323;
  position: relative;
  top: -2px;
}
#news .inner .company-news .list .item .right {
  float: right;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #656565;
}
#news .inner .company-news .pages {
  margin-left: 114px;
  margin-top: 56px;
  height: 32px;
  font-family: MicrosoftYaHei;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #888282;
}
#news .inner .company-news .pages .num {
  float: left;
  width: 400px;
  overflow: hidden;
}
#news .inner .company-news .pages .num span {
  cursor: pointer;
  color: #888282;
  float: left;
  width: 30px;
  height: 28px;
  border: 1px solid #a6a6a6;
  text-align: center;
  border-left: none;
}
#news .inner .company-news .pages .num span:first-child,
#news .inner .company-news .pages .num span.after-point {
  border-left: 1px solid #a6a6a6;
}
#news .inner .company-news .pages .num span:first-child,
#news .inner .company-news .pages .num span:last-child {
  width: 81px;
}
#news .inner .company-news .pages .num span.active {
  border: 1px solid #b41717;
  color: #b41717;
}
#news .inner .company-news .pages .num span.point {
  border: none;
}
#news .inner .company-news .pages .jump {
  float: left;
  margin-left: 26px;
  margin-right: 18px;
}
#news .inner .company-news .pages .jump input {
  width: 30px;
  height: 28px;
  text-align: center;
  background-color: #fff;
  border: solid 1px #a6a6a6;
}
#news .inner .company-news .pages button {
  float: left;
  width: 63px;
  height: 29px;
  background-color: #ffffff;
  border: solid 1px #b41717;
  color: #b41717;
}
/* 产品详情 */
#productDetail {
  width: 1200px;
  margin: 0 auto;
}
#productDetail .pro-head {
  padding-top: 54px;
  padding-bottom: 57px;
  height: 433px;
}
#productDetail .pro-head .left {
  float: left;
  margin-right: 63px;
}
#productDetail .pro-head .left .big {
  width: 350px;
  height: 350px;
  display: block;
}
#productDetail .pro-head .left .icon-box {
  margin-top: 18px;
}
#productDetail .pro-head .left .small {
  float: left;
  width: 52px;
  height: 52px;
  border: solid 1px #d1d1d1;
  margin-right: 20px;
  cursor: pointer;
}
#productDetail .pro-head .left .small:hover {
  border: solid 1px #333;
}
#productDetail .pro-head .right {
  float: left;
}
#productDetail .pro-head .right h1 {
  font-family: MicrosoftYaHei-Bold;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #434343;
  padding-bottom: 23px;
}
#productDetail .pro-head .right .gre-line {
  width: 435px;
  height: 3px;
  background-color: #d02323;
  background-image: linear-gradient(to right, #d02323, #fff);
}
#productDetail .pro-head .right .desc {
  padding-top: 40px;
}
#productDetail .pro-head .right .desc li {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #434343;
}
#productDetail .pro-head .right .desc li i {
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: #d02323;
  margin-right: 10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#productDetail .pro-nav {
  height: 38px;
  background-color: #f7f7f7;
}
#productDetail .pro-nav li {
  float: left;
  width: 106px;
  height: 38px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  text-align: center;
  cursor: pointer;
}
#productDetail .pro-nav li.active {
  color: #ffffff;
  background-color: #d02323;
}
#productDetail .pro-detail {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #424242;
  margin-top: 55px;
  margin-bottom: 60px;
}
#productDetail .pro-detail .title-box {
  padding-top: 50px;
  padding-bottom: 20px;
  margin: 0 auto;
  width: 220px;
  text-align: center;
  height: 50px;
}
#productDetail .pro-detail .title-box .title {
  width: 220px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #b41717;
}
#productDetail .pro-detail .title-box i {
  display: block;
  margin: 2px auto;
  height: 1px;
  background-color: #b41717;
}
#productDetail .pro-detail .title-box .line-top {
  width: 172px;
}
#productDetail .pro-detail .title-box .line-bottom {
  width: 196px;
}
#productDetail .pro-detail table {
  width: 100%;
  text-align: center;
}
#productDetail .pro-detail table tr {
  width: 1200px;
  height: 59px;
  font-size: 14px;
  color: #424242;
}
#productDetail .pro-detail table tr:nth-of-type(2n+1) {
  /*background-color: #f4f4f4;*/
}
#productDetail .pro-detail table tr.head {
  font-weight: bold;
  color: #b41717;
  background-color: #FFEDED;
}
#productDetail .pro-detail table tr td:first-child {
  width: 20%;
}
#productDetail .pro-detail .switch-price {
  width: 1200px;
  height: 160px;
  text-align: center;
  margin-top: 30px;
}
#productDetail .pro-detail .switch-price .item {
  float: left;
  width: 182px;
  margin-right: 71px;
}
#productDetail .pro-detail .switch-price .item img {
  margin: 0 auto;
  display: block;
  width: 104px;
  height: 104px;
  background-color: #d02323;
  border-radius: 10px;
  margin-bottom: 21px;
}
#productDetail .pro-detail .switch-price .item .tip {
  white-space: nowrap;
}
#productDetail .pro-detail .switch-img-box {
  overflow: hidden;
}
#productDetail .pro-detail .switch-img-box div {
  float: left;
  width: 50%;
  text-align: center;
}
#productDetail .pro-detail .switch-img-box div img {
  display: inline-block;
  width: 331px;
  height: 182px;
}
#productDetail .pro-detail .switch-yyl {
  margin-top: 52px;
}
#productDetail .pro-detail .switch-yyl tr {
  border-top: 1px solid #c8c8c8;
}
#productDetail .pro-detail .switch-yyl tr > td {
  text-align: left;
}
#productDetail .pro-detail .switch-yyl tr > td:first-child {
  padding-left: 60px;
}
#productDetail .pro-detail .switch-yyl tr > td:last-child {
  text-align: right;
}
#productDetail .pro-detail .switch-yyl .header {
  font-family: MicrosoftYaHei-Bold;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #424242;
}
#productDetail .pro-detail .switch-yyl tr:nth-of-type(2n+1) {
  background-color: #fff;
}
#productDetail .pro-detail .switch-yyl tr:nth-of-type(2n) {
  background-color: #fff0f0;
}
#productDetail .pro-detail .switch-ps {
  margin-left: 60px;
  margin-top: 6px;
  font-size: 12px;
  color: #424242;
  line-height: 22px;
}
#productDetail .pro-detail .switch-ps p {
  font-weight: bold;
  color: #b41717;
}
#productDetail .pro-detail .switch-sass2 {
  overflow: hidden;
  text-align: center;
}
#productDetail .pro-detail .switch-sass2 .l {
  width: 34%;
  float: left;
}
#productDetail .pro-detail .switch-sass2 .l img {
  width: 304px;
  height: 179px;
  padding-top: 20px;
  display: inline-block;
}
#productDetail .pro-detail .switch-sass2 .l .switch-ps {
  text-align: left;
  padding-right: 20px;
}
#productDetail .pro-detail .switch-sass2 .r {
  float: left;
  width: 66%;
}
#productDetail .pro-detail .switch-sass2 .r tr > td:first-child {
  padding-left: 10px;
}
#productDetail .pro-detail .switch-sass2 .r tr > td:last-child {
  text-align: center;
}
#productDetail .pro-detail .switch-sass2 .exchange {
  text-align: left;
}
#productDetail .pro-detail .switch-sass2 .exchange img {
  width: 335px;
  height: 87px;
  margin-top: 0;
}
#productDetail .pro-detail .switch-sass2 .service {
  text-align: left;
}
#productDetail .pro-detail .switch-sass2 .service img {
  width: 285px;
  height: 81px;
  margin-top: 0;
}
#productDetail .pro-detail .exchange-img-box {
  margin-top: 50px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#productDetail .pro-detail .audit-img-box {
  margin-top: 50px;
  text-align: center;
}
#productDetail .pro-detail .audit-img-box .tip {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0px;
  color: #424242;
}
#productDetail .pro-detail .firewall-img-box {
  width: 440px;
  margin: 30px auto 0;
  overflow: hidden;
  background-image: url("../../common/img/products/firewall/img_2.png");
  background-position: center center;
  background-repeat: no-repeat;
}
#productDetail .pro-detail .firewall-img-box > div {
  width: 200px;
  height: 200px;
  float: left;
  margin-right: 19px;
  margin-bottom: 20px;
  position: relative;
  font-family: MicrosoftYaHei;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #424242;
}
#productDetail .pro-detail .firewall-img-box > div .f {
  position: absolute;
  bottom: 0;
  right: 0;
}
#productDetail .pro-detail .firewall-img-box > div .s {
  position: absolute;
  bottom: 0;
  left: 20px;
}
#productDetail .pro-detail .firewall-img-box2 {
  overflow: hidden;
}
#productDetail .pro-detail .firewall-img-box2 > div {
  width: 49%;
  float: left;
  height: 600px;
  text-align: center;
  margin-bottom: 30px;
}
#productDetail .pro-detail .firewall-img-box2 > div .title {
  font-family: MicrosoftYaHei-Bold;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #b41717;
}
#productDetail .pro-detail .firewall-img-box2 > div .tip {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #424242;
}
#productDetail .pro-detail .firewall-img-box2 > div img {
  margin-top: 30px;
}
#productDetail .pro-detail .tap-desc {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#productDetail .pro-detail .tap-desc p {
  width: 662px;
}
#productDetail .pro-detail .tap li {
  overflow: hidden;
  border-bottom: 1px solid #dcdcdc;
}
#productDetail .pro-detail .tap li .l {
  float: left;
}
#productDetail .pro-detail .tap li .l > div {
  height: 100%;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#productDetail .pro-detail .tap li .l.img {
  width: 187px;
}
#productDetail .pro-detail .tap li .r {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #424242;
  width: 1012px;
  line-height: 23px;
}
#productDetail .pro-detail .tap li .r .title {
  font-size: 16px;
  font-weight: bold;
  color: #424242;
}
#productDetail .common .tip {
  padding-top: 20px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #424242;
  line-height: 50px;
  padding-bottom: 20px;
}
#productDetail .common .grey-line {
  width: 1199px;
  border-bottom: dashed 1px #a6a6a6;
}
#productDetail .pro-direct {
  overflow: hidden;
  padding-bottom: 20px;
}
#productDetail .pro-direct .direct-box {
  position: relative;
}
#productDetail .pro-direct .direct-box .btn {
  height: 100px;
}
#productDetail .pro-direct .direct-box .btn button {
  cursor: default;
  width: 109px;
  height: 35px;
  background-color: #fff;
  border-radius: 18px;
  border: solid 1px #888;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #424242;
  margin-left: 210px;
  margin-top: 36px;
}
#productDetail .pro-direct .direct-box li {
  width: 1200px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #424242;
  overflow: hidden;
}
#productDetail .pro-direct .direct-box li div {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 49px;
}
#productDetail .pro-direct .direct-box li .left {
  float: left;
  width: 434px;
  text-align: center;
}
#productDetail .pro-direct .direct-box li .right {
  padding-left: 96px;
  justify-content: start;
  -webkit-justify-content: start;
}
#productDetail .pro-direct .direct-box li:nth-of-type(2n+1) {
  background-color: #f4f4f4;
}
#productDetail .pro-direct .direct-box .line {
  height: 430px;
  width: 2px;
  position: absolute;
  top: 127px;
  left: 400px;
  background-image: url("../img/products/tap/xingneng.png");
  background-repeat: no-repeat;
}
#productDetail .pro-direct .direct-box .line i {
  position: absolute;
  top: 0;
  left: -6px;
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-image: url("../img/products/tap/dot.png");
  background-repeat: no-repeat;
}
#productDetail .pro-direct .direct-box .line i.first {
  top: -35px;
}
#productDetail .pro-direct .direct-box .line i.second {
  top: 191px;
}
#productDetail .pro-direct .direct-box .line i.third {
  top: 305px;
}
#productDetail .pro-direct .direct-box .line i.four {
  top: 355px;
}
#productDetail .pro-direct .direct-box .line i.five {
  top: 405px;
}
#productDetail .pro-direct .no-data {
  padding: 50px 0 0 0;
  text-align: center;
}
#productDetail .pro-direct .no-data p {
  line-height: 30px;
  font-size: 14px;
  color: #c0c0c0;
}
#productDetail .pro-use .switch-use-pic {
  padding-top: 110px;
}
#productDetail .pro-use .switch-use-pic img {
  padding-bottom: 40px;
}
#productDetail .pro-down {
  height: 130px;
  padding-top: 38px;
  padding-left: 24px;
}
#productDetail .pro-down a {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #2e94dc;
}
#productDetail .exchange-function ul > li i {
  display: inline-block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #d02323;
  margin-right: 10px;
}
#productDetail .service-img {
  height: 705px;
  text-align: center;
}
#productDetail .service-img img {
  position: relative;
  left: -13px;
}
/*解决方案详情*/
#schemeDetail {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 70px;
}
#schemeDetail .title {
  padding-top: 74px;
  padding-bottom: 67px;
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #1e1e1e;
}
#schemeDetail .theme {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #1e1e1e;
}
#schemeDetail .section {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #1e1e1e;
  line-height: 30px;
  text-indent: 27px;
}
#schemeDetail .pic {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 16px;
}
#schemeDetail .tip {
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 31px;
  letter-spacing: 0px;
  color: #1e1e1e;
  padding-bottom: 20px;
}
#schemeDetail > div {
  overflow: hidden;
}
#schemeDetail > div .left {
  float: left;
  width: 452px;
}
#schemeDetail > div .right {
  padding-top: 80px;
  float: left;
  width: 688px;
}
/* 新闻详情 */
#newsDetail {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 80px;
}
#newsDetail .title {
  padding-top: 70px;
  padding-bottom: 30px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #1e1e1e;
  text-align: center;
}
#newsDetail .time {
  padding-right: 170px;
  text-align: right;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 31px;
  letter-spacing: 0px;
  color: #1e1e1e;
  padding-bottom: 60px;
}
#newsDetail .pic {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 20px;
}
#newsDetail .tip {
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 31px;
  letter-spacing: 0px;
  color: #1e1e1e;
  padding-bottom: 20px;
}
#newsDetail .section {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #1e1e1e;
  line-height: 30px;
  text-indent: 27px;
}
#newsDetail i {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000;
}
.
.apigateway-img-div {
  display: flex;
  justify-content: center;
  align-items: center;
}
img.apigateway-img-div {
}
p.apigateway_p{
  width: 1002px;
  height: 15px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #424242;
  line-height: 30px;
}
.apigateway-img-box2 {
  margin-top: 10px;
}
table.apigateway_table{
  padding: 15%;
  /*width: 1199px;
  height: 855px;*/
  background: #FFFFFF;
  border: 1px solid #BFBFBF;
}

.apigateway-detail{

}
.apigateway-img-div{
  text-align: center;
}

.apigateway_table{
  border: 1px solid #BFBFBF;
  background: #FFF7F7;

}
.apigateway_table tr:nth-child(even){
  width: 1199px;
  height: 855px;
  background: #FFF7F7;
  border: 1px solid #BFBFBF;
}
.apigateway_table  tr:nth-child(odd) {
  width: 1197px;
  /*height: 199px;*/
  background: #FFFFFF;
  border: 1px solid #BFBFBF;
}
.apigateway_table tr {
  /*  width: 1199px;
    height: 855px;*/
  background: #FFFFFF;
  border: 1px solid #BFBFBF;
}
.apigateway_table td {
  border: 1px solid #BFBFBF;

}
.apigateway_table  td:nth-child(even) {
  text-align: left;
  padding: 10px;
}
.apigateway_fun {
  margin-top: 20px;
  padding-bottom: 15px;
}

#productDetail .pro-direct .direct-box .gline {
  height: 1307px;
  width: 3px;
  position: absolute;
  top: 127px;
  left: 400px;
  background-image: url("../img/products/apigateway/api_line.png");
  background-repeat: no-repeat;
}
#productDetail .pro-direct .direct-box .gline i {
  position: absolute;
  top: 0;
  left: -6px;
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-image: url("../img/products/apigateway/dot.png");
  background-repeat: no-repeat;
}
#productDetail .pro-direct .direct-box .gline i.first {
  top: -35px;
}
#productDetail .pro-direct .direct-box .gline i.second {
  top: 45px;
}
#productDetail .pro-direct .direct-box .gline i.third {
  top: 126px;
}
#productDetail .pro-direct .direct-box .gline i.four {
  top: 203px;
}
#productDetail .pro-direct .direct-box .gline i.five {
  top: 293px;
}
#productDetail .pro-direct .direct-box .gline i.six {
  top: 375px;
}
#productDetail .pro-direct .direct-box .gline i.seven {
  top: 458px;
}
#productDetail .pro-direct .direct-box .gline i.eight {
  top: 540px;
}
#productDetail .pro-direct .direct-box .gline i.nine {
  top: 620px;
}
#productDetail .pro-direct .direct-box .gline i.ten {
  top: 700px;
}
#productDetail .pro-direct .direct-box .gline i.el {
  top: 783px;
}
#productDetail .pro-direct .direct-box .gline i.tw {
  top: 865px;
}
#productDetail .pro-direct .direct-box .gline i.thirteen {
  top:944px;
}
#productDetail .pro-direct .direct-box .gline i.forteen {
  top: 1030px;
}
.gateway-img-box{

  height: 245px;
  margin-top:30px;
}
.gateway-img-box img:first-child{
  float:left;
}
.gateway-img-box img:last-child{
  float: right;
}
/*p.title{
  width: 130px;
  height: 18px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #B41717;
  line-height: 18px;
  text-align: center;
  display: block;
}
line-top{
  width: 172px;
}*/

