.epower-gw {
	overflow: hidden;
  }
  .epower-gw * {
	box-sizing: border-box;
  }
  .epower-gw .title {
	height: 32px;
	font-size: 32px;
	color: #333333;
	line-height: 32px;
	text-align: center;
	margin-top: 56px;
	margin-bottom: 12px;
  }
  .epower-gw .bar {
	margin: 0 auto;
	width: 48px;
	height: 2px;
	background: #3c7ee5;
 border-radius: 4px;
  }
  .epower-gw .info {
	height: 19px;
	font-size: 14px;
	color: #999999;
	line-height: 19px;
	text-align: center;
	margin-bottom: 60px;
	margin-top: 9px;
  }
  .epower-gw .gw-banner {
	height: 340px;
	background: url("./img/gw-banner.png") no-repeat center center;
	background-size: cover;
  }
  .epower-gw .gw-platform {
	padding-bottom: 60px;
	background: #fff;
	overflow: hidden;
  }
  .epower-gw .gw-platform .tab {
	text-align: center;
  }
  .epower-gw .gw-platform .tab .tab-li {
	height: 126px;
	text-align: center;
	cursor: pointer;
  }
  .epower-gw .gw-platform .tab .tab-li .tab-icon {
	width: 80px;
	height: 80px;
	border-radius: 50px;
	margin: 0 auto;
	font-size: 42px;
	line-height: 80px;
	font-weight: lighter;
	background: #e6edff;
	color: #3c7ee5;
  }
  .epower-gw .gw-platform .tab .tab-li .tab-title {
	line-height: 46px;
	font-size: 14px;
	font-weight: bold;
	margin: 0 auto;
	color: #333;
  }
  .epower-gw .gw-platform .tab .tab-li:hover .tab-icon,
  .epower-gw .gw-platform .tab .tab-li.active .tab-icon {
	background: #3c7ee5;
	color: #fff;
  }
  .epower-gw .gw-platform .tab .tab-li:hover .tab-title,
  .epower-gw .gw-platform .tab .tab-li.active .tab-title {
	color: #3c7ee5;
  }
  .epower-gw .gw-platform .platform {
	width: 1200px;
	height: 330px;
	padding: 34px 49px;
	background: linear-gradient(270deg, #5098f3 0%, #5150f3 100%);
  }
  .epower-gw .gw-platform .platform .platform-info {
	width: 500px;
	padding-top: 48px;
	padding-left: 10px;
  }
  .epower-gw .gw-platform .platform .platform-info .pf-title {
	height: 26px;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	line-height: 26px;
	margin-bottom: 23px;
  }
  .epower-gw .gw-platform .platform .platform-info ul {
	padding-left: 15px;
  }
  .epower-gw .gw-platform .platform .platform-info ul > li {
	font-size: 14px;
	color: #ffffff;
	line-height: 40px;
	list-style-type: disc;
  }
  .epower-gw .gw-platform .platform .platform-bg {
	width: 501px;
	height: 262px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
  }
  .epower-gw .gw-platform .platform .platform-bg.sjgw {
	background-image: url("./img/gw-tab-sjgw.png");
  }
  .epower-gw .gw-platform .platform .platform-bg.qwxcx {
	background-image: url("./img/gw-tab-qwxcx.png");
  }
  .epower-gw .gw-platform .platform .platform-bg.scgl {
	background-image: url("./img/gw-tab-scgl.png");
  }
  .epower-gw .gw-platform .platform .platform-bg.mtgl {
	background-image: url("./img/gw-tab-mtgl.png");
  }
  .epower-gw .gw-platform .platform .platform-bg.xs {
	background-image: url("./img/gw-tab-xs.png");
  }
  .epower-gw .gw-platform .platform .platform-bg.sjfx {
	background-image: url("./img/gw-tab-sjfx.png");
  }
  .epower-gw .gw-package {
	/* height: 1053px; */
	overflow: hidden;
	background: #f1f6fe;
	padding-bottom: 45px;
	}
  .epower-gw .gw-package .content {
	overflow: hidden;
  }
  .epower-gw .gw-package .content  > div {
	width: 380px;
	height: auto;
	float: left;
	background: #fff;
	padding-bottom: 30px;
	margin-right: 30px;
	}
  .epower-gw .gw-package .content  > div:last-child {
	margin-right: 0;
  }
  .epower-gw .gw-package .content  > div:nth-child(1) .gp-top {
	background: linear-gradient(270deg, #4eb8ff 0%, #668ffe 100%);
  }
  .epower-gw .gw-package .content  > div:nth-child(2) .gp-top {
	background: linear-gradient(270deg, #8eadff 0%, #4c7cff 100%);
  }
  .epower-gw .gw-package .content  > div:nth-child(3) .gp-top {
	background: linear-gradient(270deg, #a099ff 0%, #7066ff 100%);
  }
  .epower-gw .gw-package .content  > div .gp-top {
	height: 84px;
	background: linear-gradient(270deg, #4eb8ff 0%, #668ffe 100%);
	border-radius: 4px 4px 0px 0px;
	text-align: center;
	}
  .epower-gw .gw-package .content  > div .gp-top h3 {
	font-size: 28px;
	font-weight: bold;
	color: #ffffff;
	line-height: 84px;
	}
  .epower-gw .gw-package .content  > div .gp-top p {
	font-size: 16px;
	color: #ffffff;
	line-height: 16px;
	display: none;
	}
  .epower-gw .gw-package .content  > div .gp-center p {
	text-align: center;
	margin-top: 29px;
	margin-bottom: 20px;
	height: 32px;
	font-size: 16px;
	color: #f85252;
	line-height: 32px;
  }
  .epower-gw .gw-package .content  > div .gp-center p b {
	font-weight: bold;
	font-size: 32px;
	color: #f85252;
  }
  .epower-gw .gw-package .content  > div .gp-center p span {
	font-size: 16px;
	color: #666666;
  }
  .epower-gw .gw-package .content  > div .gp-center .gp-btn {
	display: block;
	width: 160px;
	height: 40px;
	background: #ffffff;
	border-radius: 20px;
	border: 1px solid #3c7ee5;
	font-size: 16px;
	line-height: 39px;
	margin: 0 auto;
	color: #3c7ee5;
	text-align: center;
	margin-bottom: 39px;
  }
  .epower-gw .gw-package .content  > div .gp-center .gp-btn:hover {
	background: #3c7ee5;
	color: #fff;
  }
  .epower-gw .gw-package .content  > div .gp-bot {
	padding-left: 20px;
  }
  .epower-gw .gw-package .content  > div .gp-bot .gpf-title {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	line-height: 16px;
	margin-bottom: 21px;
  }
  .epower-gw .gw-package .content  > div .gp-bot .gp-function {
	height: 165px;
	}
  .epower-gw .gw-package .content  > div .gp-bot .gp-function li {
	font-size: 14px;
	color: #333333;
	line-height: normal;
	margin-bottom: 7px;
	position: relative;
	padding-left: 24px;
	padding-right: 20px;
  }
  .epower-gw .gw-package .content  > div .gp-bot .gp-function li i {
	color: #3c7ee5;
	position: absolute;
	width: 16px;
	height: 14px;
	top: 5px;
	left: 0;
  }
  .epower-gw .gw-package .content  > div .gp-bot .gpi-title {
	font-size: 16px;
	color: #666666;
	line-height: 16px;
	margin-bottom: 21px;
  }
  .epower-gw .gw-package .content  > div .gp-bot .gp-info {
	height: 150px;
	}
  .epower-gw .gw-package .content  > div .gp-bot .gp-info li {
	width: 280px;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	position: relative;
	padding-left: 24px;
  }
  .epower-gw .gw-package .content  > div .gp-bot .gp-info li span {
	color: #f85252;
	margin-left: 5px;
  }
  .epower-gw .gw-package .content  > div .gp-bot .gp-info li:before {
	position: absolute;
	content: "";
	width: 14px;
	height: 2px;
	background: #3c7ee5;
	left: 0;
	top: 14px;
  }
  .epower-gw .gw-package .content  > div .gp-bot .gp-more {
	height: 12px;
	font-size: 12px;
	color: #999999;
	line-height: 12px;
	display: block;
	margin: 0 auto;
	text-align: center;
	margin-left: -20px;
  }
  .epower-gw .gw-package .content  > div .gp-bot .gp-more:hover {
	color: #3c7ee5;
  }
  .epower-gw .gw-package .content  > div .gp-bot .gp-more i {
	margin-left: 2px;
  }
  .epower-gw .gw-template {
	color: #fff;
	overflow: hidden;
	height: 796px;
	background: url("./img/gw-bg.png") no-repeat center center;
	background-size: cover;
  }
  .epower-gw .gw-template .title {
	color: #fff;
  }
  .epower-gw .gw-template .content {
	height: 461px;
	background: url("./img/gw-template.png") no-repeat center center;
	background-size: cover;
	margin-bottom: 58px;
  }
  .epower-gw .gw-template .gt-more {
	width: 126px;
	height: 36px;
 border-radius: 4px;
	border: 1px solid #ffffff;
	display: block;
	margin: 0 auto;
	color: #fff;
	font-size: 14px;
	line-height: 36px;
	text-align: center;
  }
  .epower-gw .gw-youshi {
	height: 687px;
	background: #ffffff;
	overflow: hidden;
  }
  .epower-gw .gw-youshi .bar {
	margin-bottom: 60px;
  }
  .epower-gw .gw-youshi .content li {
	width: 241px;
	height: 230px;
	background: #ffffff;
	border: 1px solid #dfe3f1;
	padding: 0 22px;
	float: left;
	text-align: center;
	margin-right: -1px;
	margin-bottom: -1px;
  }
  .epower-gw .gw-youshi .content li .li-icon {
	width: 100%;
	height: 40px;
	display: block;
	margin: 0 auto;
	margin-top: 38px;
	margin-bottom: 29px;
	font-size: 32px;
	color: #3c7ee5;
  }
  .epower-gw .gw-youshi .content li h3 {
	height: 14px;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	line-height: 14px;
	margin-bottom: 17px;
  }
  .epower-gw .gw-youshi .content li p {
	height: 50px;
	font-size: 12px;
	color: #999999;
	line-height: 20px;
  }
  .epower-gw .gw-youshi .content li:hover {
	width: 241px;
	height: 230px;
	background: #f1f6fe;
	border: 1px solid #dfe3f1;
  }
  .epower-gw .gw-youshi .content li:hover h3 {
	color: #3c7ee5;
  }
  .epower-gw .gw-anli {
	overflow: hidden;
	height: 595px;
	background: #f1f6fe;
  }
  .epower-gw .gw-anli .content {
	margin-bottom: 41px;
  }
  .epower-gw .gw-anli .content ul {
	overflow: hidden;
  }
  .epower-gw .gw-anli .content ul > li {
	width: 360px;
	height: 270px;
	margin-right: 60px;
	float: left;
  }
  .epower-gw .gw-anli .content ul > li:last-child {
	margin-right: 0;
  }
  .epower-gw .gw-anli .content ul > li .ga-top {
	height: 50px;
	background: #394c80;
	border-radius: 4px 4px 0px 0px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 50px;
  }
  .epower-gw .gw-anli .content ul > li .ga-top h3 {
    width: 80%;
    overflow: hidden;
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .epower-gw .gw-anli .content ul > li .ga-top .ga-detail {
	float: right;
	height: 50px;
	overflow: hidden;
  }
  .epower-gw .gw-anli .content ul > li .ga-top .ga-detail i {
	width: 6px;
	height: 6px;
	display: inline-block;
	margin-right: 10px;
	border-radius: 5px;
	background: #b6c0db;
  }
  .epower-gw .gw-anli .content ul > li .ga-top .ga-detail i:last-child {
	margin-right: 0;
  }
  .epower-gw .gw-anli .content ul > li .ga-con {
	height: 240px;
	position: relative;
  }
  .epower-gw .gw-anli .content ul > li .ga-con .ga-bg {
	width: 100%;
	height: 240px;
	background: rgba(57,76,128,.7);
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	padding-left: 39px;
	padding-right: 51px;
	padding-top: 69px;
	padding-bottom: 37px;
  }
  .epower-gw .gw-anli .content ul > li .ga-con .ga-bg .ga-m {
	float: left;
	text-align: center;
  }
  .epower-gw .gw-anli .content ul > li .ga-con .ga-bg .ga-m-btn,
  .epower-gw .gw-anli .content ul > li .ga-con .ga-bg .ga-pc-btn {
	margin-top: 20px;
  }
  .epower-gw .gw-anli .content ul > li .ga-con .ga-bg .ga-m-btn {
	width: 122px;
	height: 30px;
	text-align: center;
	line-height: 28px;
	color: #fff;
	font-size: 14px;
	background: url("./img/gw-anli-m.png") no-repeat center center;
	background-size: contain;
	display: block;
  }
  .epower-gw .gw-anli .content ul > li .ga-con .ga-bg .ga-pc {
	float: right;
	text-align: center;
  }
  .epower-gw .gw-anli .content ul > li .ga-con .ga-bg .ga-pc .ga-pc-btn {
	display: block;
	width: 90px;
	height: 28px;
	border-radius: 14px;
	border: 1px solid #ffffff;
	font-size: 14px;
	color: #fff;
	line-height: 26px;
  }
  .epower-gw .gw-anli .content ul > li .ga-con .ga-bg .ga-m img,
  .epower-gw .gw-anli .content ul > li .ga-con .ga-bg .ga-pc img {
	width: 64px;
	height: 64px;
  }
  .epower-gw .gw-anli .content ul > li .ga-con:hover .ga-bg {
	display: block;
  }
  .epower-gw .gw-anli .ga-bot .ga-pagination a {
	width: 60px;
	height: 28px;
	line-height: 26px;
	background: #ffffff;
 border-radius: 4px;
	border: 1px solid #b6c0db;
	float: left;
	margin-right: 5px;
	text-align: center;
  }
  .epower-gw .gw-anli .ga-bot .ga-pagination a .iconfont {
	color: #b6c0db;
	font-size: 12px;
  }
  .epower-gw .gw-anli .ga-bot .ga-pagination a:last-child {
	line-height: 22px;
	transform: rotate(180deg);
  }
  .epower-gw .gw-anli .ga-bot .ga-more {
	width: 126px;
	height: 36px;
	background: #f85252;
 border-radius: 4px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 36px;
  }
  .epower-gw .gw-wenti {
	background: #fff;
	padding: 62px 0;
  }
  .epower-gw .gw-wenti .content {
	height: 256px;
	padding-left: 260px;
	background: url("./img/question.png") no-repeat left center;
	background-size: 260px 256px;
  }
  .epower-gw .gw-wenti .content li {
	float: left;
	width: 470px;
	height: 52px;
	background: #ffffff;
	border: 1px solid #dfe3f1;
	margin-right: -1px;
	margin-bottom: -1px;
	line-height: 52px;
	padding-left: 40px;
  }
  .epower-gw .gw-wenti .content li span {
	width: 6px;
	height: 6px;
	background: #3c7ee5;
	border-radius: 3px;
	display: inline-block;
	vertical-align: 1px;
	margin-right: 20px;
  }
  .epower-gw .gw-wenti .content li:hover {
	background: #f1f6fe;
  }
  .epower-gw .gw-wenti .content li:hover a {
	color: #3c7ee5;
  }
  