.epower-gw {
	overflow: hidden;
}

.title {
	height: 32px;
	font-size: 32px;
	color: #333333;
	line-height: 32px;
	text-align: center;
	margin-top: 56px;
	margin-bottom: 12px;
}

.bar {
	margin: 0 auto;
	width: 48px;
	height: 2px;
	background: #3c7ee5;
	border-radius: 4px;
}

.info {
	height: 19px;
	font-size: 14px;
	color: #999999;
	line-height: 19px;
	text-align: center;
	margin-bottom: 60px;
	margin-top: 9px;
}

.gw-banner {
	height: 340px;
	background: url("/statics/epower/img/gw-banner.png") no-repeat center center;
	background-size: cover;
}

.gw-platform {
	padding-bottom: 60px;
	background: #fff;
	overflow: hidden;
}

.gw-platform .tab {
	text-align: center;
}

.gw-platform .tab .tab-li {
	height: 126px;
	text-align: center;
	cursor: pointer;
}

.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;
}

.gw-platform .tab .tab-li .tab-title {
	line-height: 46px;
	font-size: 14px;
	font-weight: bold;
	margin: 0 auto;
	color: #333;
}

.gw-platform .tab .tab-li:hover .tab-icon,
.gw-platform .tab .tab-li.active .tab-icon {
	background: #3c7ee5;
	color: #fff;
}

.gw-platform .tab .tab-li:hover .tab-title,
.gw-platform .tab .tab-li.active .tab-title {
	color: #3c7ee5;
}

.gw-platform .platform {
	width: 1200px;
	height: 330px;
	padding: 34px 49px;
	background: linear-gradient(270deg, #5098f3 0%, #5150f3 100%);
}

.gw-platform .platform .platform-info {
	width: 500px;
	padding-top: 48px;
	padding-left: 10px;
}

.gw-platform .platform .platform-info .pf-title {
	height: 26px;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	line-height: 26px;
	margin-bottom: 23px;
}

.gw-platform .platform .platform-info ul {
	padding-left: 15px;
}

.gw-platform .platform .platform-info ul>li {
	font-size: 14px;
	color: #ffffff;
	line-height: 40px;
	list-style-type: disc;
}

.gw-platform .platform .platform-bg {
	width: 501px;
	height: 262px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.gw-platform .platform .platform-bg.sjgw {
	background-image: url("/statics/epower/img/gw-tab-sjgw.png");
}

.gw-platform .platform .platform-bg.qwxcx {
	background-image: url("/statics/epower/img/gw-tab-qwxcx.png");
}

.gw-platform .platform .platform-bg.scgl {
	background-image: url("/statics/epower/img/gw-tab-scgl.png");
}

.gw-platform .platform .platform-bg.mtgl {
	background-image: url("/statics/epower/img/gw-tab-mtgl.png");
}

.gw-platform .platform .platform-bg.xs {
	background-image: url("/statics/epower/img/gw-tab-xs.png");
}

.gw-platform .platform .platform-bg.sjfx {
	background-image: url("/statics/epower/img/gw-tab-sjfx.png");
}

.gw-package {
	/* height: 1053px; */
	overflow: hidden;
	background: #f1f6fe;
	padding-bottom: 45px;
}

.gw-package .content {
	overflow: hidden;
}

.gw-package .content>div {
	width: 380px;
	height: auto;
	float: left;
	background: #fff;
	padding-bottom: 30px;
	margin-right: 30px;
}

.gw-package .content>div:last-child {
	margin-right: 0;
}

.gw-package .content>div:nth-child(1) .gp-top {
	background: linear-gradient(270deg, #4eb8ff 0%, #668ffe 100%);
}

.gw-package .content>div:nth-child(2) .gp-top {
	background: linear-gradient(270deg, #8eadff 0%, #4c7cff 100%);
}

.gw-package .content>div:nth-child(3) .gp-top {
	background: linear-gradient(270deg, #a099ff 0%, #7066ff 100%);
}

.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;
}

.gw-package .content>div .gp-top h3 {
	font-size: 28px;
	font-weight: bold;
	color: #ffffff;
	line-height: 84px;
}

.gw-package .content>div .gp-top p {
	font-size: 16px;
	color: #ffffff;
	line-height: 16px;
	display: none;
}

.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;
}

.gw-package .content>div .gp-center p b {
	font-weight: bold;
	font-size: 32px;
	color: #f85252;
}

.gw-package .content>div .gp-center p span {
	font-size: 16px;
	color: #666666;
}

.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: 38px; */
	margin: 0 auto;
	color: #3c7ee5;
	text-align: center;
	margin-bottom: 39px;
	padding: 11px 0;
	line-height: 100%;
	/* line-height: normal; */
}

.gw-package .content>div .gp-center .gp-btn:hover {
	background: #3c7ee5;
	color: #fff;
}

.gw-package .content>div .gp-bot {
	padding-left: 20px;
}

.gw-package .content>div .gp-bot .gpf-title {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	line-height: 16px;
	margin-bottom: 21px;
}

.gw-package .content>div .gp-bot .gp-function {
	height: 165px;
}

.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;
}

.gw-package .content>div .gp-bot .gp-function li i {
	color: #3c7ee5;
	position: absolute;
	width: 16px;
	height: 14px;
	top: 5px;
	left: 0;
}

.gw-package .content>div .gp-bot .gpi-title {
	font-size: 16px;
	color: #666666;
	line-height: 16px;
	margin-bottom: 21px;
}

.gw-package .content>div .gp-bot .gp-info {
	height: 200px;
}

.gw-package .content>div .gp-bot .gp-info li {
	width: 280px;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	position: relative;
	padding-left: 24px;
}

.gw-package .content>div .gp-bot .gp-info li span {
	color: #f85252;
	margin-left: 5px;
}

.gw-package .content>div .gp-bot .gp-info li:before {
	position: absolute;
	content: "";
	width: 14px;
	height: 2px;
	background: #3c7ee5;
	left: 0;
	top: 14px;
}

.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;
}

.gw-package .content>div .gp-bot .gp-more:hover {
	color: #3c7ee5;
}

.gw-package .content>div .gp-bot .gp-more i {
	margin-left: 2px;
}

.gw-template {
	color: #fff;
	overflow: hidden;
	height: 796px;
	background: url("/statics/epower/img/gw-bg.png") no-repeat center center;
	background-size: cover;
}

.gw-template .title {
	color: #fff;
}

.gw-template .content {
	height: 461px;
	background: url("/statics/epower/img/gw-template.png") no-repeat center center;
	background-size: cover;
	margin-bottom: 58px;
}

.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;
}

.gw-youshi {
	height: 687px;
	background: #ffffff;
	overflow: hidden;
}

.gw-youshi .bar {
	margin-bottom: 60px;
}

.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;
}

.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;
}

.gw-youshi .content li h3 {
	height: 14px;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	line-height: 14px;
	margin-bottom: 17px;
}

.gw-youshi .content li p {
	height: 50px;
	font-size: 12px;
	color: #999999;
	line-height: 20px;
}

.gw-youshi .content li:hover {
	width: 241px;
	height: 230px;
	background: #f1f6fe;
	border: 1px solid #dfe3f1;
}

.gw-youshi .content li:hover h3 {
	color: #3c7ee5;
}

.gw-anli {
	/* height: 595px; */
	background: #f1f6fe;
	overflow: hidden;
	padding-bottom: 40px;
}

.gw-anli .content {
	margin-bottom: 41px;
}

.gw-anli .content ul {
	overflow: hidden;
}

.gw-anli .content ul>li {
	width: 360px;
	height: 270px;
	margin-right: 60px;
	float: left;
}

.gw-anli .content ul>li:last-child {
	margin-right: 0;
}

.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;
}

.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;
}

.gw-anli .content ul>li .ga-top .ga-detail {
	float: right;
	height: 50px;
	overflow: hidden;
}

.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;
}

.gw-anli .content ul>li .ga-top .ga-detail i:last-child {
	margin-right: 0;
}

.gw-anli .content ul>li .ga-con {
	height: 240px;
	position: relative;
}.gw-anli .content ul>li .ga-con img{
	width: 100%;
}
.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;
}

.gw-anli .content ul>li .ga-con .ga-bg .ga-m {
	float: left;
	text-align: center;
}

.gw-anli .content ul>li .ga-con .ga-bg .ga-m-btn,
.gw-anli .content ul>li .ga-con .ga-bg .ga-pc-btn {
	margin-top: 20px;
}

.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("/statics/epower/img/gw-anli-m.png") no-repeat center center;
	background-size: contain;
	display: block;
}

.gw-anli .content ul>li .ga-con .ga-bg .ga-pc {
	float: right;
	text-align: center;
}

.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;
}

.gw-anli .content ul>li .ga-con .ga-bg .ga-m img,
.gw-anli .content ul>li .ga-con .ga-bg .ga-pc img {
	width: 64px;
	height: 64px;
}

.gw-anli .content ul>li .ga-con:hover .ga-bg {
	display: block;
}

.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;
}

.gw-anli .ga-bot .ga-pagination a .iconfont {
	color: #b6c0db;
	font-size: 12px;
}

.gw-anli .ga-bot .ga-pagination a:last-child {
	line-height: 22px;
	transform: rotate(180deg);
}

.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;
}

.gw-wenti {
	background: #fff;
	padding: 62px 0;
}

.gw-wenti .content {
	height: 256px;
	padding-left: 260px;
	background: url("/statics/epower/img/question.png") no-repeat left center;
	background-size: 260px 256px;
}

.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;
}

.gw-wenti .content li span {
	width: 6px;
	height: 6px;
	background: #3c7ee5;
	border-radius: 3px;
	display: inline-block;
	vertical-align: 1px;
	margin-right: 20px;
}

.gw-wenti .content li:hover {
	background: #f1f6fe;
}

.gw-wenti .content li:hover a {
	color: #3c7ee5;
}