.w1200 {
	width: 1200px;
	margin: 0 auto;
}

/*资讯动态*/
.trendBg{
    background:#0a1245;
}
.trendBg .trendCon{
    padding-bottom:90px;
}
.trendBg .trendBox{
    margin-top:90px;
    display: flex;
    justify-content: space-between;
}
.trendBg .trendBox .trendList{
    width:360px;
}
.trendBg .trendBox .trendList h3{
    font-size: 24px;
    font-weight: normal;
    color: #ffffff;
    line-height: 24px;
    margin-bottom:45px;
}
.trendBox .trendList h3 i{
    display: inline-block;
    width:24px;
    height:24px;
    background:url("../images/trendIcon.png") no-repeat;
    margin-right:10px;
    vertical-align: -3px;
}
.trendBox .trendList h3 a{
    font-size: 16px;
    font-weight: normal;
    color: #999999;
    float:right;
    cursor: pointer;
}
.trendBox .trendList .noticeImg{
    width:360px;
    height:219px;
    margin-bottom:46px;
}
.trendBox .trendList .noticeImg img{
    width:360px;
   height:219px;
}
.trendList ul{
    width:100%;
}
.trendList ul li{
    margin-bottom:30px;
    padding-left:10px;
    box-sizing: border-box;
    position:relative;
}
.trendList ul li:last-child{
    margin-bottom:0;
}
.trendList ul li:before{
    content:"";
    width:3px;
    height:3px;
    border-radius: 50%;
    position:absolute;
    left:0;
    top:10px;
    background:#8589a2;
}
.trendList ul li a{
    width:220px;
    font-size: 16px;
    font-weight: normal;
    color: rgba(255,255,255,0.6);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.trendList ul li span{
    float:right;
    color: rgba(255,255,255,0.4);
    position:absolute;
    right:0;
    top:0;
}
/*基础服务*/
.bg0a1245 {
	background: #0a1245;
}
.bg0e1751 {
	 background: #0e1751;
}
ul.nav2>li.navIndexH a, ul.nav2>li.navIndexH:hover a {
	opacity: 1;
	position: relative;
}
ul.nav2>li.navIndexH a:after, ul.nav2>li.navIndexH:hover a:after {
	content: "";
	display: inline-block;
	width: 80px;
	height: 4px;
	background: #2577e3;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
}
.indexicon {
	background: url(../images/indexicon.png) no-repeat;
}
.indexicon3 {
	background: url(../images/indexicon3.png) no-repeat;
}
.blocktit {
	padding-top: 95px;
	text-align: center;
	line-height: 1;
	color: #333;
}
.blocktit h1 {
	margin: 0 0 30px 0;
	font-size: 36px;
	color: #fff;
}
.blocktit h2 {
	margin: 0 0 30px 0;
	font-size: 36px;
	color: #fff;
}
.blocktit h3 {
	margin: 0 0 30px 0;
	font-size: 36px;
	color: #fff;
}
.blocktit p {
	font-size: 18px;
	color: rgba(255,255,255,0.5);
}
.blockfbox {
	padding-bottom: 95px;
}
.blockfbox ul {
	display: flex;
	margin-top: 70px;
	height: 395px;
	box-shadow: 1px 1px 10px 0px rgba(123,123,123,0.26);
	background: #fff;
}
.blockfbox li {
	position: relative;
	width: 25%;
}
.blockfbox li>div {
	padding: 40px 25px 0;
	text-align: center;
	transition: all .2s linear;
	box-sizing: border-box;
}
.blockfbox li span {
	display: inline-block;
	width: 104px;
	height: 136px;
	background-position: 0 0;
}
.blockfbox li .bcn2 {
	background-position: -125px 0;
}
.blockfbox li .bcn3 {
	background-position: -247px 0;
}
.blockfbox li .bcn4 {
	background-position: -377px 0;
}
.blockfbox li h5 {
	padding: 28px 0 20px;
	line-height: 1;
	font-size: 20px;
	color: #333;
}
.blockfbox li p {
	line-height: 24px;
	font-size: 14px;
	color: #666;
}
.blockfbox li.active>div {
	margin-top: -22px;
	width: 300px;
	height: 440px;
	background-image: linear-gradient(-50deg, #00b7cc 0%, #3b84e7 100%), linear-gradient( #268cda, #268cda);
	border-radius: 4px;
}
.blockfbox li.active>div .bcn1 {
	background-position: 0 -152px;
}
.blockfbox li.active>div .bcn2 {
	background-position: -125px -152px;
}
.blockfbox li.active>div .bcn3 {
	background-position: -247px -152px;
}
.blockfbox li.active>div .bcn4 {
	background-position: -377px -152px;
}
.blockfbox li.active>div h5 {
	color: #fff;
}
.blockfbox li.active>div p {
	color: rgba(255,255,255,.89);
}
.dicsbox {
	margin-top: 60px;
	padding-bottom: 95px;
	display: flex;
	justify-content: space-between;
}
.dicsbox dl {
	width: 388px;
	height: 824px;
	background: #272f63;
}
.dicsbox dl dt {
	position: relative;
	height: 96px;
	padding-left: 20px;
	line-height: 96px;
	font-size: 24px;
	color: #fff;
	overflow: hidden;
}
.firsdl dt {
	background: #00b7cc;
}
.twodl dt {
	background: #0a70fb;
}
.lastdl dt {
	background: #7263f4;
}
.dicsbox dl dt::before {
	content: '';
	position: absolute;
	right: 10px;
	top: 0;
	display: inline-block;
	width: 101px;
	height: 109px;
	background: url(../images/jt.png) no-repeat 0 -6px;
}
.indexicon2 {
	background: url(../images/indexicon2.png) no-repeat;
}
.dicsbox dl dd {
	padding-left: 65px;
	height: 182px;
	cursor: pointer;
}
.dicsbox dl dd:hover {
	background: #fff;
}
.dicsbox dl dd:hover .btbox {
	color: #0a76f9;
}
.dicsbox dl dd:hover p {
	color: #666666;
}
.dicsbox dl dd:hover i {
	-webkit-animation: 1s ease 1 0s both;
	-moz-animation: 1s ease 1 0s both;
	-ms-animation: 1s ease 1 0s both;
	animation: 1s ease 1 0s both;
	-webkit-animation-name: swing;
	-moz-animation-name: swing;
	-ms-animation-name: swing;
	animation-name: swing;
}
.dicsbox dl dd p {
	width: 288px;
	font-size: 14px;
	line-height: 24px;
	color: rgba(255,255,255,.5)
}
.btbox {
	position: relative;
	padding: 30px 0 20px;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
}
.cotbox {
	display: inline-block;
	height: 30px;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 30px;
	color: #00b7cc;
}
.dicsbox dl dd .hoticn {
	display: inline-block;
	width: 44px;
	height: 18px;
	margin-left: 8px;
	background-position: 0 -586px;
}
.dicsbox dl dd .jsxicn {
	display: inline-block;
	width: 74px;
	height: 20px;
	margin-left: 8px;
	background-position: 0 -607px;
}
.dicsbox dl dd i {
	position: absolute;
	left: -52px;
	top: 25px;
	display: inline-block;
	width: 45px;
	height: 45px;
}
.dicsbox dl dd .dic1 {
	background-position: 0 0;
}
.dicsbox dl dd .dic2 {
	background-position: 0 -50px;
}
.dicsbox dl dd .dic3 {
	background-position: 0 -100px;
}
.dicsbox dl dd .dic4 {
	background-position: 0 -152px;
}
.dicsbox dl dd .dic5 {
	background-position: 0 -198px;
}
.dicsbox dl dd .dic6 {
	background-position: 0 -240px;
}
.dicsbox dl dd .dic7 {
	background-position: 0 -290px;
}
.dicsbox dl dd .dic8 {
	background-position: 0 -340px;
}
.dicsbox dl dd .dic9 {
	background-position: 0 -390px;
}
.dicsbox dl dd .dic10 {
	background-position: 0 -441px;
}
.dicsbox dl dd .dic11 {
	background-position: 0 -489px;
}
.dicsbox dl dd .dic12 {
	background-position: 0 -534px;
}
.qtusedcot {
	width: 100%;
	padding-bottom: 95px;
	background: #0a1245 url(../images/qtuadbg.png) no-repeat center bottom;
}
.qtutit {
	text-align: center;
	padding-top: 95px;
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	color: #fff;
}
.qtusedcot ul {
	display: flex;
	justify-content: space-between;
	align-content: center;
}
.qtusedcot li i {
	position: relative;
	display: inline-block;
	margin-top: 95px;
	width: 110px;
	height: 110px;
}
.qtusedcot li .qtig1 {
	background-position: -3px -313px;
}
.qtusedcot li .qtig2 {
	background-position: -130px -313px;
}
.qtusedcot li .qtig3 {
	background-position: -257px -313px;
}
.qtusedcot li .qtig4 {
	background-position: -384px -313px;
}
.qtusedcot li p {
	text-align: center;
	padding-top: 30px;
	font-size: 20px;
	line-height: 1;
	color: #fff;
}
@keyframes living {
0% {
transform:scale(1);
opacity:0.5;
}
50% {
transform:scale(1.5);
opacity:0;
}
100% {
transform:scale(1);
opacity:0.5;
}
}
.qtusedcot li span {
	position: absolute;
	width: 110px;
	height: 110px;
	left: 0;
	bottom: 0;
	background: rgba(255,255,255,.3);
	border-radius: 50%;
	-webkit-animation: living 3s linear infinite;
	z-index: 0;
}
.qtusedcot li span:nth-child(2) {
	-webkit-animation-delay: 1.5s;
}
.blockycot {
	padding-bottom: 35px;
	background: #0e1751;
}
.blockycot ul {
	padding-top: 30px;
	overflow: hidden;
}
.blockycot li {
	position: relative;
	margin: 0 10px 60px;
	width: 376px;
	height: 280px;
	float: left;
	background: url(../images/qukuailain.png) no-repeat;
	color: #fff;
	overflow: hidden;
	cursor: pointer;
	transition: all .2s linear;
}
.blockycot li .slidiv {
	display: block;
	width: 376px;
	height: 280px;
	position: absolute;
	top: 0;
	left: -376px;
	background: #2867e7;
	opacity: .7;
}
.blockycot li.li2 {
	background-position: -399px 0;
}
.blockycot li.li3 {
	background-position: right 0;
}
.blockycot li.li4 {
	background-position: 0 -302px;
}
.blockycot li.li5 {
	background-position: -399px -302px;
}
.blockycot li.li6 {
	background-position: right -302px;
}
.blockycot li.li7 {
	background-position: 0 bottom;
}
.blockycot li.li8 {
	background-position: -399px bottom;
}
.blockycot li.li9 {
	background-position: right bottom;
}
.blockycot li a h6 {
	z-index: 2;
	position: relative;
	font-weight: normal;
	margin-top: 120px;
	margin-bottom: 0;
	font-size: 20px;
	color: #fff;
	text-align: center;
	transition: all .2s linear;
}
.blockycot li a h3 {
	z-index: 2;
	position: relative;
	font-weight: normal;
	margin-top: 120px;
	margin-bottom: 0;
	font-size: 20px;
	color: #fff;
	text-align: center;
	transition: all .2s linear;
}
.blockycot li a div {
	z-index: 2;
	position: relative;
	display: none;
	padding-left: 40px;
	padding-right: 14px;
	font-size: 14px;
	line-height: 30px;
	color: #dedada;
	transition: all .2s linear;
}
.blockycot li:hover a div {
	display: block;
}
.blockycot li:hover a h6 {
	margin: 50px 0 40px 0;
}
.blockycot li:hover a h3 {
	margin: 50px 0 40px 0;
}
.blockjscot {
	width: 100%;
	padding-bottom: 85px;
	background-color: #0a1245;
}
.blockjscot ul {
	padding-top: 20px;
	overflow: hidden;
}
.blockjscot li {
	position: relative;
	float: left;
	margin: 10px;
	width: 380px;
	height: 205px;
	padding: 40px 17px 0 120px;
	box-sizing: border-box;
	background: rgba(255,255,255,.1);
	transition: all .2s linear;
}
.blockjscot li i {
	position: absolute;
	top: 40px;
	left: 15px;
	display: inline-block;
	width: 95px;
	height: 95px;
}
.blockjscot li .bjsic1 {
	background-position: 0 -2px;
}
.blockjscot li .bjsic2 {
	background-position: -94px -2px;
}
.blockjscot li .bjsic3 {
	background-position: -190px -2px;
}
.blockjscot li .bjsic4 {
	background-position: -286px -2px;
}
.blockjscot li .bjsic5 {
	background-position: -383px -2px;
}
.blockjscot li .bjsic6 {
	background-position: -481px -2px;
}
.blockjscot li:hover {
	background: #fff;
}
.blockjscot li:hover i {
	-webkit-animation: 1s ease 1 0s both;
	-moz-animation: 1s ease 1 0s both;
	-ms-animation: 1s ease 1 0s both;
	animation: 1s ease 1 0s both;
	-webkit-animation-name: ring;
	-moz-animation-name: ring;
	-ms-animation-name: ring;
	animation-name: ring;
}
.blockjscot li:hover p {
	color: #333;
}
.blockjscot li:hover div {
	color: #666;
}
.blockjscot li p {
	line-height: 1;
	font-weight: 600;
	margin-bottom: 20px;
	font-size: 18px;
	color: #fff;
}
.blockjscot li div {
	line-height: 24px;
	font-size: 14px;
	color: rgba(255,255,255,.5);
}
.qfwzcot {
	padding-bottom: 95px;
}
.qfwzcot ul {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}
.qfwzcot li {
	width: 280px;
	height: 240px;
	background: #f7f7f7;
}
.qfwzcot li p {
	height: 100px;
	line-height: 100px;
	text-align: right;
	font-size: 24px;
	color: #fff;
	padding-right: 36px;
}
.qfwzcot li .qficn1 {
	background-position: -1px -110px;
}
.qfwzcot li .qficn2 {
	background-position: -294px -110px;
}
.qfwzcot li .qficn3 {
	background-position: -1px bottom;
}
.qfwzcot li .qficn4 {
	background-position: -294px bottom;
}
.qfwzcot li div {
	padding: 30px 20px 0;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	color: #333333;
}
.wrap-banner2 {
	position: relative;
	padding-bottom: 80px;
}
.wrap-banner2 .line {
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,.1);
	position: absolute;
	top: 44px;
}
.slideTxtBox2 {
	position: relative;
	width: 1188px;
	margin: 60px auto 0;
	height: 620px;
	padding: 0 30px;
	overflow: hidden;
}
.slideTxtBox2 .li_slid1 {
	display: inline-block;
	width: 1188px;
	height: 585px;
	background: url(../images/slid1.png) no-repeat;
}
.slideTxtBox2 .li_slid2 {
	display: inline-block;
	width: 1188px;
	height: 585px;
	background: url(../images/slid2.png) no-repeat;
}
.slideTxtBox2 .hd {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 2;
	transform: translateX(-50%);
}
.slideTxtBox2 .hd li {
	float: left;
	margin: 0 5px;
	display: inline-block;
	zoom: 1;
	background: rgba(255,255,255,.5);
	height: 12px;
	width: 12px;
	cursor: pointer;
	border-radius: 50px;
}
.slideTxtBox2 .hd li.on {
	background: #fff;
}
.slideTxtBox2 span {
	background: url(../images/lboicon.png) no-repeat;
}
.slideTxtBox2 .prev, .slideTxtBox2 .next {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 18px;
	height: 30px;
}
.slideTxtBox2 .prev {
	left: 0;
}
.slideTxtBox2 .next {
	background-position: right 0;
	right: 0;
}
.mscot {
	width: 100%;
	padding-bottom: 95px;
	background-color: #0e1751;
}
.mscot ul {
	padding-top: 50px;
	display: flex;
}
.mscot li {
	padding: 0 25px;
	text-align: center;
}
.mscot li:hover i {
	-webkit-animation: 1s ease 1 0s both;
	-moz-animation: 1s ease 1 0s both;
	-ms-animation: 1s ease 1 0s both;
	animation: 1s ease 1 0s both;
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-ms-animation-name: bounce;
	animation-name: bounce;
}
.mscot li i {
	display: inline-block;
	width: 120px;
	height: 140px;
	background-position: -1px -442px;
}
.mscot li .msic2 {
	background-position: -127px -442px;
}
.mscot li .msic3 {
	background-position: -252px -442px;
}
.mscot li .msic4 {
	background-position: -378px -442px;
}
.mscot li p {
	padding: 10px 0 20px 0;
	line-height: 1;
	font-size: 22px;
	color: #fff;
}
.mscot li div {
	text-align: left;
	font-size: 14px;
	line-height: 24px;
	color: rgba(255,255,255,.5);
}
.gymcot {
	width: 100%;
	height: 715px;
	background-color: #0a1245;
}
.gyminfo {
	position: relative;
	padding: 35px 10px 0;
}
.infociv {
	position: absolute;
	top: 98px;
	right: 0;
	width: 864px;
	height: 360px;
	padding: 20px 40px 20px 40px;
	box-sizing: border-box;
	background-color: rgba(255,255,255,.9);
}
.infociv p {
	font-size: 16px;
	line-height: 32px;
	color: #333333;
	text-indent: 32px;
}
.gbg {
	background: url(../images/gbg.png) no-repeat;
}
.toptit {
	position: relative;
	padding: 0 0 20px 50px;
}
.rengzhengPic {
	padding: 20px 0 95px 0;
}
.rengzhengPic ul {
	display: flex;
}
.rengzhengPic li {
	flex: 1;
}
.rengzhengPic li h6 {
	margin: 0 0 10px 0;
	line-height: 1;
	font-size: 16px;
	font-weight: normal;
	color: #dddddd;
	white-space: nowrap;
}
.rengzhengPic li p {
	margin: 0;
	line-height: 1;
	font-size: 14px;
	color: #a6a7b6;
	white-space: nowrap;
}
.rengzhengPic li i {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 12px;
}
.rengzhengPic li i.gbgi1 {
	width: 33px;
	height: 38px;
	background-position: 0 -1px;
}
.rengzhengPic li i.gbgi2 {
	width: 41px;
	height: 36px;
	background-position: -56px -2px;
}
.rengzhengPic li i.gbgi3 {
	width: 42px;
	height: 38px;
	background-position: -116px -1px;
}
.rengzhengPic li i.gbgi4 {
	width: 40px;
	height: 40px;
	background-position: -177px 0;
}
.rengzhengPic li i.gbgi5 {
	width: 38px;
	height: 39px;
	background-position: -238px -1px;
}
.rengzhengPic li span {
	display: block;
	width: 218px;
	height: 152px;
	margin: 0 auto;
}
.rengzhengPic li .spa1 {
	background-position: 0 -55px;
}
.rengzhengPic li .spa2 {
	background-position: 0 -218px;
}
.rengzhengPic li .spa3 {
	background-position: 0 -382px;
}
.rengzhengPic li .spa4 {
	background-position: 0 -548px;
}
.rengzhengPic li .spa5 {
	background-position: 0 -710px;
}

