.fl{ float:left;}
.fr{ float:right;}
.module-wrap {
	padding-bottom: 8.1196%;
	border-bottom: 1px solid #e3e7e9
}
.module-wrap .left-tit {
	background: #0152a4;
	border-radius: 6px 6px 0 0;
	padding: 34px 0;
	border-bottom: 1px solid #e1e9eb
}
.module-wrap .left-tit p {
	font-size: 30px;
	line-height: 1;
	color: #fff;
	text-align: center
}
.module-wrap .left-tit span {
	font-size: 14px;
	line-height: 1;
	color: #d9f2fc
}
.module-wrap .left-tit span:before {
	content: '/';
	font-size: 14px;
	line-height: 1;
	color: #d9f2fc;
	display: inline-block;
	margin: 0 3px 0 11px
}
.module-wrap .center-tit {
	font-size: 22px;
	line-height: 30px;
	color: #233645;
	margin-top: 18px
}
.module-wrap .center-tit:before {
	content: '';
	width: 18px;
	height: 2px;
	background: #0152a4;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px
}
.module-wrap .right-tit {
	font-size: 16px;
	line-height: 30px;
	color: #233645;
	margin: 22px 0
}
.module-left {
	width: 25%;
	border-bottom: 2px solid #dbe2e8;
	float: left;
}
.module-left .aside-main {
	margin-bottom: 2px
}
.module-left .aside-main li {
	border-top: 1px solid #f0f4f5;
	border-bottom: 1px solid #e1e9eb;
	background: #fff;
	padding: 0px 32px 0 37px;
	position: relative;
	display: flow-root;
}
.module-left .aside-main li>a {
	font-size: 14px;
	line-height: 40px;
	/*position: relative;*/
	display: block;
/*	margin-bottom: 15px;*/
	color: #233645;
	transition: all .45s ease;
	-ms-transition: all .45s ease;
	-o-transition: all .45s ease;
	-webkit-transition: all .45s ease;
	-moz-transition: all .45s ease;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%
}
.module-left .aside-main li.on>a, .module-left .aside-main li:hover>a {
	color: #0152a4;
	transition: all .45s ease;
	-ms-transition: all .45s ease;
	-o-transition: all .45s ease;
	-webkit-transition: all .45s ease;
	-moz-transition: all .45s ease
}
/*.module-left .aside-main li .zclm{width:80%; margin:0; float:left;}
.module-left .aside-main li .list1{ width:20%; margin:0; float:right}*/
.module-left .aside-main .pro-list>a {
	cursor: pointer;
	padding-right: 30px
}
.module-left .aside-main .pro-list>a:after {
	content: attr(data-icon);
	font-size: 26px;
	position: absolute;
	right:40px;
	top: 1px;
	color: #0152a4
}
.module-left .aside-main .pro-list[date-switch='1'] a:after {
	content: attr(data-hover);
	color: #93999d
}
.module-left .aside-main dl {
	margin-bottom: 23px;
	display: none
}
.module-left .aside-main dd {
	font-size: 12px;
	line-height: 40px;
	padding-left: 28px;
	height: 40px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	transition: all .45s ease;
	-ms-transition: all .45s ease;
	-o-transition: all .45s ease;
	-webkit-transition: all .45s ease;
	-moz-transition: all .45s ease
}
.module-left .aside-main dd a {
	color: #88939b;
	display: block;
	transition: all .45s ease;
	-ms-transition: all .45s ease;
	-o-transition: all .45s ease;
	-webkit-transition: all .45s ease;
	-moz-transition: all .45s ease
}
.module-left .aside-main dd.active a, .module-left .aside-main dd:hover a {
	color: #0152a4;
	transition: all .45s ease;
	-ms-transition: all .45s ease;
	-o-transition: all .45s ease;
	-webkit-transition: all .45s ease;
	-moz-transition: all .45s ease
}
.module-left .m-aside {
	display: none
}
.module-right {
/*	width: calc(100% - 260px);
	padding-left: 2.9914%*/
	width: 72%;
	float: right;
}
.module-right .pagination {
	position: relative;
	left: 50%;
	float: left;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%)
}
.module-product {
	margin: 20px 0 30px
}
.module-product ul {
	margin: 0 -6px
}
.module-product li {
	float: left;
	width: 31.3333%;
	padding: 0 1%;
	/*padding: 0 6px;*/
	margin-bottom: 46px
}
.module-product li:hover .pro-img:after {
	height: 100%;
	transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease
}
.module-product li:hover .pro-intro {
	opacity: 1;
	filter: alpha(opacity=100);
	transition: all .45s ease .1s;
	-ms-transition: all .45s ease .1s;
	-o-transition: all .45s ease .1s;
	-webkit-transition: all .45s ease .1s;
	-moz-transition: all .45s ease .1s
}
.module-product li:hover h2 {
	color: #0152a4;
	transition: all .45s ease;
	-ms-transition: all .45s ease;
	-o-transition: all .45s ease;
	-webkit-transition: all .45s ease;
	-moz-transition: all .45s ease
}
.module-product a {
	display: block;
	position: relative
}
.module-product .pro-img {
	border: 1px solid #e4e4e4;
	border-radius: 6px;
	position: relative
}
.module-product .pro-img img {
	border-radius: 6px;
	height: 230px;
}
.module-product .pro-img:after {
	content: '';
	width: 100%;
	height: 0;
	background: #0152a4;
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 6px;
	transition: all .25s ease .1s;
	-ms-transition: all .25s ease .1s;
	-o-transition: all .25s ease .1s;
	-webkit-transition: all .25s ease .1s;
	-moz-transition: all .25s ease .1s
}
.module-product .pro-intro {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(calc(-50% - .5px));
	-ms-transform: translateY(calc(-50% - .5px));
	-o-transform: translateY(calc(-50% - .5px));
	-webkit-transform: translateY(calc(-50% - .5px));
	-moz-transform: translateY(calc(-50% - .5px));
	z-index: 22;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .45s ease;
	-ms-transition: all .45s ease;
	-o-transition: all .45s ease;
	-webkit-transition: all .45s ease;
	-moz-transition: all .45s ease
}
.module-product h2 {
	font-size: 16px;
	color: #233645;
	line-height: 24px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	margin-top: 24px;
	transition: all .45s ease;
	-ms-transition: all .45s ease;
	-o-transition: all .45s ease;
	-webkit-transition: all .45s ease;
	-moz-transition: all .45s ease
}
.module-product h3 {
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%
}
.module-product h3:after {
	content: '';
	width: 32px;
	height: 1px;
	background: #9ad5fb;
	display: block;
	margin: 20px auto
}
.module-product p {
	width: 68.9045%;
	font-size: 12px;
	line-height: 28px;
	color: #aedffe;
	margin: 0 auto;
	height: 84px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3
}
.module-main {
	width: 100%;
/*	padding-right: 3.4285%*/
}
.module-list {
	margin: 20px 0 6.5079%
}
.module-list li a {
	display: block;
	font-size: 0;
	position: relative
}
.module-list li a>div {
	display: inline-block;
	vertical-align: middle
}
.module-list .img_scale {
	width: 27%;
	border-radius: 10px;
	-webkit-box-shadow: 0 2px 12.87px .13px rgba(124,129,134,.23);
	box-shadow: 0 2px 12.87px .13px rgba(124,129,134,.23)
}
.module-list .img_scale img {
	transition: transform cubic-bezier(.215, .61, .355, 1) 1s;
	-ms-transition: transform cubic-bezier(.215, .61, .355, 1) 1s;
	-o-transition: transform cubic-bezier(.215, .61, .355, 1) 1s;
	-webkit-transition: transform cubic-bezier(.215, .61, .355, 1) 1s;
	-moz-transition: transform cubic-bezier(.215, .61, .355, 1) 1s
}
.module-list .module-desc {
	width: 70%;
	padding: 0 11.5873% 0 5.238%
}
.module-list .list2 {
	background: url(../images/bg.jpg) no-repeat center/cover;
	padding: 17px 13px;
	margin-bottom: 21px;
	border-radius: 6px
}
.module-list .list2:hover .img_scale img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1)
}
.module-list .list2:hover h3 {
	color: #0152a4;
	transition: all .45s ease;
	-ms-transition: all .45s ease;
	-o-transition: all .45s ease;
	-webkit-transition: all .45s ease;
	-moz-transition: all .45s ease
}
.module-list .list2:hover .to-detail {
	color: #0152a4
}
.module-list .list2:hover .to-detail:before {
	animation: underline 1s 1;
	-webkit-animation: underline 1s 1;
	-moz-animation: underline 1s 1;
	-o-animation: underline 1s 1
}
.module-list .list2 h3 {
	transition: all .45s ease;
	-ms-transition: all .45s ease;
	-o-transition: all .45s ease;
	-webkit-transition: all .45s ease;
	-moz-transition: all .45s ease
}
.module-list .list2 .time {
	font-size: 12px;
	line-height: 28px
}
.module-list .list2 p {
	font-size: 12px;
	line-height: 26px;
	color: #979797;
	height: 52px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}
.module-list .solution-list h3 {
	font-size: 16px;
	line-height: 26px;
	color: #233645;
	height: 52px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 2px
}
.module-list .solution-list .time {
	color: #b0b0b0
}
.module-list .solution-list p {
	margin: 18px 0 19.6567%
}
.module-list .new-list .time {
	width: 46.245%;
	min-width: 90px;
	text-align: center;
	border: 1px solid #afd8f3;
	border-radius: 13px;
	background: #fff;
	color: #0152a4;
	margin-bottom: 10px
}
.module-list .new-list h3 {
	font-size: 14px;
	line-height: 24px;
	color: #2b2b2b;
	/*height: 48px;*/
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}
.module-list .new-list p {
	margin: 10px 0 10px
}
.relation-list {
	margin-bottom: 19.365%
}
.relation-list .invest-list {
	border: 1px solid #e4e4e4;
	border-radius: 4px;
	padding: 0 32px 0 18px;
	background: rgba(87,173,227,0);
	transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	margin-bottom: 12px
}
.relation-list .invest-list h4 {
	width: 85%;
	font-size: 14px;
	line-height: 54px;
	color: #233645;
	height: 54px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease
}
.relation-list .invest-list h4:before {
	content: '';
	width: 5px;
	height: 5px;
	background: #b4d4ea;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px
}
.relation-list .invest-list span {
	font-size: 14px;
	line-height: 54px;
	position: absolute;
	top: 0;
	right: 0;
	transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease
}
.relation-list .invest-list .det {
	color: #fefefe;
	font-weight: 700;
	text-transform: uppercase;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px)
}
.relation-list .invest-list .time {
	color: #979797
}
.relation-list .invest-list:hover {
	background: #0152a4;
	transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease
}
.relation-list .invest-list:hover h4 {
	color: #fff;
	transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease
}
.relation-list .invest-list:hover .det {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease
}
.relation-list .invest-list:hover .time {
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease
}
.relative-main {
	width: 24.5714%
}
.relative-main li {
	margin-bottom: 55px;
	transition: all .45s ease;
	-ms-transition: all .45s ease;
	-o-transition: all .45s ease;
	-webkit-transition: all .45s ease;
	-moz-transition: all .45s ease
}
.relative-main li:hover .img_scale img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1)
}
.relative-main li:hover a {
	color: #0152a4;
	transition: all .45s ease;
	-ms-transition: all .45s ease;
	-o-transition: all .45s ease;
	-webkit-transition: all .45s ease;
	-moz-transition: all .45s ease
}
.relative-main a {
	display: block;
	color: #979797;
	transition: all .45s ease;
	-ms-transition: all .45s ease;
	-o-transition: all .45s ease;
	-webkit-transition: all .45s ease;
	-moz-transition: all .45s ease
}
.relative-main .img_scale {
	border: 1px solid #e4e4e4;
	border-radius: 6px
}
.relative-main .img_scale img {
	border-radius: 6px;
	transition: transform cubic-bezier(.215, .61, .355, 1) 1s;
	-ms-transition: transform cubic-bezier(.215, .61, .355, 1) 1s;
	-o-transition: transform cubic-bezier(.215, .61, .355, 1) 1s;
	-webkit-transition: transform cubic-bezier(.215, .61, .355, 1) 1s;
	-moz-transition: transform cubic-bezier(.215, .61, .355, 1) 1s
}
.relative-main h5 {
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	margin-top: 15px
}
@media (max-width:1440px) {
.module-wrap .left-tit {
	padding: 30px 0
}
.module-wrap .left-tit p {
	font-size: 26px
}
.relative-main li {
	margin-bottom: 45px
}
}
@media (max-width:1366px) {
.module-wrap .left-tit p {
	font-size: 24px
}
.relative-main li {
	margin-bottom: 35px
}
.module-list .module-desc {
	padding: 0 8% 0 5.238%
}
.module-list .solution-list p {
	margin: 18px 0 12%
}
}
@media (max-width:1280px) {
.module-list {
	margin-bottom: 45px
}
.module-list .module-desc {
	padding: 0 5%
}
.module-list .new-list p {
	margin: 20px 0
}
.module-list .solution-list p {
	margin: 15px 0 20px
}
.relative-main li {
	margin-bottom: 30px
}
.relation-list .invest-list {
	padding: 0 18px
}
}
@media (max-width:1200px) {
.module-wrap .left-tit {
	padding: 25px 0
}
.module-wrap .left-tit p {
	font-size: 22px
}
.module-wrap .left-tit span:before {
	margin: 0 3px
}
.module-wrap .center-tit {
	font-size: 20px
}
.module-wrap .right-tit {
	margin: 15px 0
}
.module-product h2 {
	font-size: 15px;
	margin-top: 18px
}
.module-product li {
	margin-bottom: 35px
}
.module-list .module-desc {
	padding: 0 0 0 5%
}
.module-list .new-list p {
	margin: 10px 0
}
.module-list .new-list .time {
	margin-bottom: 10px
}
.module-list .list2 p {
	line-height: 24px;
	height: 48px
}
.relation-list .invest-list h4 {
	width: 78%
}
}
@media (max-width:992px) {
.module-wrap .left-tit p {
	font-size: 20px
}
.module-wrap .center-tit {
	font-size: 18px;
	line-height: 24px;
	margin-top: 15px
}
.module-wrap .center-tit:before {
	margin-right: 10px
}
.module-left {
	width: 200px
}
.module-left .aside-main li {
	padding: 15px 10px 0
}
.module-left .aside-main li>a {
	margin-bottom: 10px;
	line-height: 36px
}
.module-left .aside-main .pro-list>a {
	padding-right: 25px
}
.module-left .aside-main dl {
	margin-bottom: 15px
}
.module-left .aside-main dd {
	padding-left: 15px;
	line-height: 36px;
	height: 36px
}
.module-right {
	width: calc(100% - 200px)
}
.module-right .solution-list h3 {
	height: 26px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1
}
.module-right .solution-list p {
	margin: 10px 0 15px
}
.module-product h2 {
	font-size: 14px;
	margin-top: 12px
}
.module-product ul {
	margin: 0 -5px
}
.module-product li {
	margin-bottom: 25px;
	padding: 0 5px
}
.module-main {
	width: 100%;
	float: none;
	margin-bottom: 45px;
	padding-right: 0
}
.relative-main {
	width: 100%;
	float: none
}
.relative-main ul {
	margin: 0 -5px
}
.relative-main li {
	float: left;
	width: 33.3333%;
	padding: 0 5px;
	margin-bottom: 25px
}
.relative-main h5 {
	margin-top: 10px
}
.relation-list .invest-list {
	padding: 0 12px
}
.relation-list .invest-list h4 {
	line-height: 48px;
	height: 48px
}
.relation-list .invest-list h4:before {
	margin-right: 5px
}
.relation-list .invest-list span {
	line-height: 48px
}
}
@media (max-width:768px) {
    .module-product .pro-img img{ height:150px;}
.module-wrap {
	padding-bottom: 55px
}
.module-wrap .left-tit {
	background: 0 0;
	border-bottom: none;
	padding: 0
}
.module-wrap .left-tit p {
	color: #233645;
	font-size: 24px;
	text-align: left
}
.module-wrap .left-tit span {
	color: #233645
}
.module-wrap .center-tit {
	margin-top: 20px
}
.module-left {
	width: 100%;
	float: none;
	border-bottom: none
}
.module-left .product-aside {
	display: none
}
.module-left .aside-main {
	margin-top: 20px;
	margin-bottom: 0
}
.module-left .aside-main li {
	float: left;
	width: 33.3333%;
	border: 1px solid #0152a4;
	padding: 0;
	background: 0 0;
	text-align: center;
	margin-left: -1px;
	margin-top: -1px
}
.module-left .aside-main li>a {
	margin-bottom: 0;
	line-height: 42px
}
.module-left .m-aside {
	display: block;
	margin-top: 20px
}
.module-left .m-aside ul {
	margin: 0 -5px
}
.module-left .m-aside li {
	border: 1px solid #e4e4e4;
	width: calc(50% - 10px);
	margin: 0 5px;
	float: left;
	position: relative;
	padding: 0 10px
}
.module-left .m-aside p {
	font-size: 14px;
	line-height: 36px;
	color: #233645;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	padding-right: 10px
}
.module-left .m-aside p:after {
	content: '';
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 10px solid #0152a4;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	right: 0
}
.module-left .m-aside dl {
	width: calc(100% + 2px);
	position: absolute;
	left: -1px;
	background: #fff;
	border: 1px solid #e4e4e4;
	z-index: 33;
	padding: 10px 10px;
	display: none
}
.module-left .m-aside dd {
	font-size: 13px;
	line-height: 32px;
	color: #233645;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%
}
.module-right {
	width: 100%;
	padding-left: 0
}
.module-right .new-list .time {
	width: 100px
}
.module-main {
	margin-bottom: 55px
}
.module-product .pro-img:after {
	display: none
}
.module-product .pro-intro {
	display: none
}
}
@media (max-width:560px) {
.module-right .new-list .time {
	display: none
}
.module-right .new-list p {
	margin: 5px 0 10px
}
.module-product li {
	width: 50%
}
}
@media (max-width:480px) {
.module-wrap {
	padding-bottom: 20px
}
.module-wrap .left-tit p {
	font-size: 20px
}
.module-wrap .center-tit {
	font-size: 16px
}
.product-wrap {
	padding-bottom: 55px
}
.relative-main li {
	width: 50%
}
.module-right .pagination {
	float: none;
	left: auto;
	transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0)
}
.module-right .solution-list h3 {
	margin-bottom: 0;
	font-size: 15px;
	line-height: 24px;
	height: 24px
}
.module-right .solution-list p {
	margin: 10px 0
}
.module-left .aside-main li {
	width: 50%
}
.module-left .aside-main li>a {
	line-height: 36px
}
.module-left .m-aside ul {
	margin: 0
}
.module-left .m-aside li {
	width: 100%;
	margin: 0 0 10px
}
.module-left .m-aside li:first-child dl {
	z-index: 34
}
.module-left .m-aside li:last-child {
	margin-bottom: 0
}
.module-list {
	margin-bottom: 35px
}
.module-list .list2 {
	padding: 12px 8px;
	margin-bottom: 12px
}
.module-list .list2 .time {
	display: none
}
.module-list .list2 p {
	line-height: 20px;
	height: 40px
}
.module-main {
	margin-bottom: 45px
}
.relation-list .invest-list {
	padding: 0 8px
}
.relation-list .invest-list h4 {
	width: 100%
}
.relation-list .invest-list span {
	display: none
}
.module-product {
	margin-bottom: 10px
}
}