body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd {
	margin: 0;
	padding: 0
}

* {
	outline: none;

}

div,
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
	box-sizing: border-box
}

ul,
ol,
li {
	list-style: none
}

img {
	max-width: 100%;
	min-height: 100%;
}

ul>li {
	display: block;
	float: left;
}

a:hover {
	color: #6899f8;
	text-decoration: none;
}

button,
input,
textarea {
	font-family: "PingFang sC", "Lantinghei sC", "Microsoft YaHei", "HanHei sC", "Helvetica Neue", "Open sans", Arial, "Hiragino sans GB", "微软雅黑", sTHeiti, "WenQuanYi Micro Hei", simsun, sans-serif;
	letter-spacing: .5px;
	outline: none;
}

html,
body {
	background: #FAFAFA;
	min-height: 100%;
}


p {
	text-align: justify;
	text-justify: inter-ideograph;
}

em {
	font-style: inherit;
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@font-face {
	font-family: 'iconfont';
	/* project id 1802823 */
	src: url('//at.alicdn.com/t/font_1802823_90dgoi9csxh.eot');
	src: url('//at.alicdn.com/t/font_1802823_90dgoi9csxh.eot?#iefix') format('embedded-opentype'),
		url('//at.alicdn.com/t/font_1802823_90dgoi9csxh.woff2') format('woff2'),
		url('//at.alicdn.com/t/font_1802823_90dgoi9csxh.woff') format('woff'),
		url('//at.alicdn.com/t/font_1802823_90dgoi9csxh.ttf') format('truetype'),
		url('//at.alicdn.com/t/font_1802823_90dgoi9csxh.svg#iconfont') format('svg');
}

.left,
.mid,
.right,
.bfb,
.home,
.box {
	width: 100%;
	background: #FFFFFF;
	display: inline-block;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0px 3px 6px rgba(78, 71, 238, 0.16);
}

.box {
	display: block;
	float: left;
	background: #FFFFFF;
	width: 100%;
	display: inline-block;
	border-radius: 8px;
	overflow: hidden;
}

.wrap {
	display: inline-block;
	width: 100%;
}

.container {
	width: 1230px;
	max-width: none !important;
}

@media screen and (max-width: 1400px) {
	body {
		width: 1400px;
	}
}

.header {
	width: 100%;
	background: #FFFFFF;
	height: 80px;
	box-shadow: 0px 6px 12px rgba(78, 71, 238, 0.16);
}

.header .nav-logo {
	width: 220px;
	float: left;
	margin-right: 100px;
}

.header .nav-logo img {
	    width: 100%;
	margin: 15px 0;
}

/* .header .nav-tab{
	float: right;
} */

.nav-tab ul li {
	display: inline-block;
	margin-left: 36px;
}

.nav-tab ul li a {
	line-height: 75px;
	font-weight: bold;
	font-size: 22px;
	color: #000000;
	height: 60px;
}

.nav-tab ul li.active {
	border-bottom: 4px solid #6899f8;
}

.nav-tab ul li:hover {
	border-bottom: 4px solid #6899f8;

}


.breadcrumb {
	padding: 10px 0;
	margin: 10px 0;
	display: inline-block;
	+width: 80%;
	float: left;
}

.breadcrumb li a {
	font-size: 12px;
	
	color: #888888;
	+margin-right: 10px;
}

.index-top .breadcrumb>li+li:before {
	content: "\00a0";
}


.header .nav-tab ul li.active a {
	color: #6899f8;
}

.header .nav-tab ul li:hover a {
	color: #6899f8;
}

#backtop{
	width: 50px;
	height: 50px;
	background: #6899f8;
	position: fixed;
	bottom: 150px;
	left: 50%;
	margin-left: 643px;
	z-index: 50;
	border-radius: 8px;
	overflow: hidden;
}

#backtop i{
	margin: 15px auto;
	width: 20px;
	height: 20px;
	display: block;
	background: url(../img/top_icon.png)no-repeat;
	background-size: 100% auto;
}

.index-one{
	margin-top: 20px;
}

.index-onebox {
	width: 100%;
	height: 90px;
	background: #FFFFFF;
	box-shadow: 0px 3px 6px rgba(78, 71, 238, 0.16);
	margin-bottom: 20px;
	border-radius: 8px;
	overflow: hidden;
}

.index-one .switch-box {
	display: inline-block;
	width: 10%;
	float: left;
}

.index-one .switch-box span {
	width: 90px;
	height: 45px;
	line-height: 45px;
	border-radius: 5px;
	position: relative;
	background: #FFFFFF;
	display: block;
	font-size: 14px;
	
	text-align: center;
	box-shadow: 0px 3px 6px rgba(78, 71, 238, 0.16);
}

.index-one .switch-box span::after {
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-left-color: #FFFFFF;
	position: absolute;
	content: '';
	right: -14px;
	top: 15px;
}

.index-one .switch-box span.active {
	background: #6899f8;
	color: #FFFFFF;
}

.index-one .switch-box span.active a {
	color: #FFFFFF;
}

.index-one .switch-box span.active::after {
	border-left-color: #6899f8;
}

.index-one .app-box {
	width: 90%;
	display: inline-block;
	float: left;
}

.index-one .app-box ul {
	display: block;
	width: 100%;
}

.index-one .app-box ul li {
	width: 8.333%;
	padding: 8px 0;
	display: block;
	float: left;
}

.index-one .app-box ul li:hover{
	transform: scale(1.1);
}

.index-one .app-box ul li img {
	width: 50px;
	height: 50px;
	border-radius: 5px;
	overflow: hidden;
	margin: 0 auto;
	display: block;
}

.index-one .app-box ul li a.text-a {
	color: #B2B2B2;
	font-size: 12px;
	
	width: 100%;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 2;
	padding: 0 5px;
	display: block;
}


.index-two .lunbo-one .box-a {
	width: 100%;
	height: 380px;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
}


.index-two .lunbo-one .box-a>a>span {
	width: 120px;
	height: 44px;
	background: url(../img/banner_pic_label_frame@2x.png);
	background-size: 100% auto;
	position: absolute;
	left: 0;
	bottom: 0;
	padding-left: 18px;
	line-height: 44px;
	font-size: 18px;
	
	font-weight: 400;
	color: #FFFFFF;
}

.index-two .lunbo-one .box-a img{
	width: 100%;
	height: 100%;
}

.index-two .lunbo-one .swiper-pagination-bullets {
	left: 333px;
}

.index-two .lunbo-one .swiper-pagination-bullet {
	background: #FFFFFF;
	opacity: 1;
	margin: 0 3px;
}

.index-two .lunbo-one .swiper-pagination-bullet-active {
	width: 20px;
	border-radius: 3px;
}

.index-two .right-a {
	width: 100%;
}

.index-two .right-a .ptd {
	width: 100%;
	padding:7.5px 15px;	background: #FFFFFF;
	border-radius: 8px;
	    box-shadow: 0px 3px 6px rgba(78, 71, 238, 0.16);
}

.index-two .right-a .ptd ul li {
	width: 100%;
	       margin-top: 4px;
	       margin-bottom: 5px;
}

.index-two .right-a .ptd ul li img {
	width: 35px;
	    height: 35px;
	display: block;
	float: left;
	margin-right: 10px;
}

.index-two .right-a .ptd ul li>a {
	color: #888888;
}

.index-two .right-a .ptd ul li p {
	width: 150px;
	line-height: 35px;
	font-size: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
	float: left;
}

.index-two .right-a .ptd ul li span {
	float: right;
	line-height: 35px;
	+float: left;
}


.index-two .right-a .ptd ul li>span{
	    width: 30px;
	    height: 30px;
	    line-height: 30px;
	    text-align: center;
	    background: #DEDEDE;
	    float: left;
	    margin: 3px 0;
	    margin-right: 5px;
}
.index-two .right-a .ptd ul li a:hover {
	color: #6899f8;
}

.index-two .col-xs-12 {
	width: 1252px;
}

.index-two .fourbox {
	width: 295px;
	height: 149px;
	border-radius: 8px;
	overflow: hidden;
	background: #FFFFFF;
	box-shadow: 0px 3px 6px rgba(78, 71, 238, 0.16);
	padding: 0 13px;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	margin-right: 10px;
	+width: 277px;
}

.index-two .fourbox .heard {
	width: 100%;
	height: 47px;
	border-bottom: 1px solid #DEDEDE;
	padding: 15px 0;
	+height: 17px;
}

.index-two .fourbox .lunbo-two .swiper-slide>p {
	+margin-bottom: 8px;
}

.index-two .fourbox .heard i {
	width: 16px;
	height: 16px;
	background: url(../img/a1.png);
	background-size: 100% auto;
	float: left;
	margin-right: 5px;
}

.index-two .sec .heard i {
	background: url(../img/a2.png);
	background-size: 100% auto;
}

.index-two .thr .heard i {
	background: url(../img/a3.png);
	background-size: 100% auto;
}

.index-two .fourth .heard i {
	background: url(../img/a4.png);
	background-size: 100% auto;
}

.index-two .fourbox .heard p {
	font-size: 16px;
	
	font-weight: 400;
	float: left;
	line-height: 16px;
	margin-right: 5px;
}

.index-two .fourbox .heard span {
	font-size: 12px;
	
	font-weight: 400;
	color: #B2B2B2;
}

.index-two .fourbox .lunbo-two {
	padding: 20px 0;
		padding: 0\9;
}

.index-two .fourbox .lunbo-two .swiper-slide{
	margin-bottom: 36px\9;
	margin-top: 20px\9;
}


.index-two .fourbox .lunbo-two ul li {
	width: 25%;
	margin-bottom: 20px\9;
}

.index-two .fir .lunbo-two p,
.index-two .sec .lunbo-two p {
	font-size: 12px;
	
	font-weight: 400;
	width: 100%;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #888888;
	overflow: hidden;
}

.index-two .fir .lunbo-two img,
.index-two .sec .lunbo-two img {
	width: 40px;
	height: 40px;
	margin: 0 auto;
	display: block;
	margin-bottom: 5px;
}

.index-two .thr .lunbo-two a,
.index-two .fourth .lunbo-two a {
	margin-bottom: 8px;
}

.index-two .fourth .lunbo-two a,
.index-two .thr .lunbo-two a {
	width: 175px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #888888;
	font-size: 12px;
	
	font-weight: 400;
	line-height: 22px;
	display: inline-block;
	float: left;
}

.index-two .thr .lunbo-two a:hover,
.index-two .fourth .lunbo-two a:hover {
	color: #6899f8;
}

.index-two .thr .lunbo-two span,
.index-two .fourth .lunbo-two span {
	padding: 0 8px;
	height: 22px;
	line-height: 22px;
	background: #E3E2FF;
	float: right;
	font-size: 12px;
	
	font-weight: 400;
	color: #6899f8;
}

.index-two .fourbox .btn-a {
	width: 18px;
	height: 18px;
	margin: 0;
	background-size: 100% auto;
}

.index-two .fourbox .swiper-button-prev {
	left: 237px;
	right: 28px;
	top: 15px;
	z-index: 0;
}

.index-two .fourbox .swiper-button-next {
	right: 20px;
	top: 15px;
	z-index: 0;
}


.main-head {
	width: 100%;
	display: inline-block;
	margin: 13px 0;
}

.main-head>p {
	font-size: 20px;
	
	font-weight: bold;
	color: #000000;
	float: left;
	line-height: 28px;
	margin-right: 10px;
}

.main-head>span {
	color: #888888;
	font-size: 14px;
	
	font-weight: 400;
	margin-top: 8px;
	float: left;
}

.main-head>a {
	font-size: 14px;
	
	font-weight: 400;
	color: #000000;
	float: right;
	line-height: 28px;
}

.btn-head{
	width: 100%;
	display: inline-block;
	margin-bottom: 12px;
	height: 42px;
}

.btn-head span{ 
	height: 42px;
	padding: 0 12px;
	line-height: 42px;
	display: inline-block;
	background: #6899f8;
	color: #FFF;
	border-radius: 5px;
	font-size: 18px;
	    
	    font-weight: bold;
}

.btn-head a{
	float: right;
}


.homeleft-one .home {
	padding: 10px 16px;

}

.homeleft-one .home ul li {
	width: 16.66%;
	padding: 9.5px 15px;
}
.homeleft-one .home ul li:hover{
	transform: scale(1.1);
}
.homeleft-one .home ul li img {
	width: 66px;
	height: 66px;
	overflow: hidden;
	border-radius: 8px;
	margin: 5px auto;
	display: block;
	box-shadow: 0px 5px 10px rgba(7, 49, 82, 0.34);
}

.homeleft-one .home ul li p {
	width: 100%;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #353535;
	font-size: 14px;
	
	font-weight: 400;
	line-height: 2;
}

.homeleft-one .home ul li:hover p {
	color: #6899f8;
}

.homeleft-one .home ul li span {
	width: 100%;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
	font-size: 12px;
	
	font-weight: 400;
	color: #B2B2B2;
}

.homeleft-one .home a.btn-all {
	width: 100%;
	height: 70px;
	background: #6899f8;
	line-height: 70px;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
	
	font-weight: bold;
	display: inline-block;
	border-radius: 10px;
	margin-top: 22px;
}

.homeleft-one .home a.btn-all i {
	font-size: 18px;
}

.index-three{
	margin-top: 20px;
	}
.index-three .col-xs-3 {
	padding-left: 15px;
}

.homeright-one {
	margin-bottom: 20px;
}

.homeright-one .home {
	padding: 15px;
}

.homeright-one .home ul li {
	margin-bottom: 16px;
	border-bottom: 1px solid #DEDEDE;
}

.homeright-one .home ul li:last-child {
	border: 0;
}

.homeright-one .home img {
	width: 40%;
	height: 80px;

	float: left;
}

.homeright-one .home .text-a {
	width: 60%;
	float: left;
	padding-left: 10px;
	+width: 56%;
}

.homeright-one .home .text-a p {
	font-size: 16px;
	
	font-weight: 400;
	display: -webkit-box;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #353535;
	line-height: 1.5;
}

.homeright-one .home .text-a span {
	padding: 0 8px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #FAFAFA;
	font-size: 12px;
	
	font-weight: 400;
	display: inline-block;
	color: #B2B2B2;
	margin-top: 10px;
	margin-right: 5px;
}

.homeright-one .home .tab {
	width: 100%;
	display: inline-block;
	margin: 8px 0;
}

.homeright-one .home .tab>span {
	font-size: 12px;
	
	font-weight: 400;
	line-height: 20px;
	display: inline-block;
	float: left;
	color: #6899f8;
	padding-right: 3px;
}

.homeright-one .home .tab span>em {
	width: 20px;
	height: 20px;
	background: url(../img/main_right_1_b_play_icon@2x.png);
	background-size: 100% auto;
	display: inline-block;
	float: left;
	margin-right: 3px;
		background: url(../img/main_right_1_b_play_icon@2x.png) 50%\9;
}

.homeright-one .home .tab p {
	display: inline-block;
	float: right;
	font-size: 12px;
	color: #8a8f99;
	height: 12px;
	line-height: 12px;
	position: relative;
}

.homeright-one .home .tab p>em {
	font-size: 13px;
	
	font-weight: 400;
	color: #B2B2B2;
	line-height: 20px;
	display: block;
	float: left;
	font-style: inherit;
	margin-right: 5px;
}

.homeright-one .home .tab p>span {
	display: inline-block;
	overflow: hidden;
	width: 55px;
	height: 9px;
	background: url(../img/stars.png) 0 -9px repeat-x;
	margin-top: 5px;
}

.homeright-one .home .tab p>span>i {
	display: inline-block;
	overflow: hidden;
	float: left;
	height: 100%;
	width: 26%;
	background: url(../img/stars.png) repeat-x;
}

a.right-btn {
	    width: 100%;
	    height: 45px;
	    text-align: center;
	    line-height: 45px;
	    font-size: 18px;
	    
	    font-weight: 400;
	    color: #000000;
	    display: inline-block;
	    background: #FAFAFA;
	    box-shadow: 0px 3px 6px rgba(78, 71, 238, 0.16);
	        margin-bottom: 6px;
	        margin-top: 10px;
}

a.right-btn:hover{
	transform: scale(1.05);
}



.homeright-one .home ul li.active {
	position: relative;
	height: 260px;
}

.homeright-one .home ul li.active img {
	width: 100%;
	min-height: 130px;
	overflow: hidden;
}

.homeright-one .home ul li.active .text-a {
	position: absolute;
	bottom: 15px;
	left: 0;
	padding-left: 2px;
	width: 100%;
}

.homeright-one .home ul li.active .tab>span {
	border: 1px solid #6899f8;
	border-radius: 6px;
	overflow: hidden;
}




.homeright-one .home ul li.active .tab span>em {
	background: url(../img/main_right_1_a_play_icon.png);
	background-size: 100% auto;
}

.sub-head {
	width: 100%;
	display: inline-block;
}

.sub-head .btn-head{
	width: 60%;
}

.homeleft-two {
	margin-bottom: 20px;
}

.homeleft-two .wrap {
	width: 900px;
	+width: 1080px;
}

.homeleft-two .box {
	width: 210px;
	padding: 12px;
	box-shadow: 0px 3px 6px rgba(78, 71, 238, 0.16);
	border-radius: 6px;
	margin-right: 10px;
	position: relative;
	overflow: hidden;
	+width: 200px;
	 transition: all .3s ease-out 0s;
}

.homeleft-two .box a{
	width: 100%;
	height: 130px;
	overflow: hidden;
	display: inline-block;
	}
.homeleft-two .box img {
	width: 100%;
	max-height: 130px;
	transition: all .3s ease-out 0s;
}

.homeleft-two .box img:hover{	
	transform: scale(1.1);
}

.homeleft-two .box a.txt {
	width: 100%;
	height: 65px;
	display: block;
	float: left;
}

.homeleft-two .box p {
	font-size: 16px;
	
	font-weight: 400;
	color: #353535;
	display: -webkit-box;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 1.5;
	margin: 5px 0;
}

.homeleft-two .box span {
	display: inline-block;
	background: #FAFAFA;
	font-size: 12px;
	
	font-weight: 400;
	color: #B2B2B2;
	padding: 0 8px;
	line-height: 24px;
}

.homeleft-two .box::after {
	position: absolute;
	width: 6px;
	height: 16px;
	background: #6899f8;
	left: 0;
	bottom: 76px;
	content: "";
}

.homeleft-two .box:hover span.lt {
	background: #6899f8;
	color: #FFFFFF;
}

.homeleft-two .box span.ot {
	background: 0;
	float: right;
}



.homeright-two .home {
	padding: 16px;
}

.homeright-two .home ul>li {
	margin-top: 9px;
	margin-bottom: 10px;
}

.homeright-two .home ul>li>span {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #DEDEDE;
	float: left;
	margin: 5px 0;
	margin-right: 15px;
}

.homeright-two .home ul>li p {
	width: 240px;
	font-size: 14px;
	
	font-weight: 400;
	color: #353535;
	display: -webkit-box;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	float: left;
	overflow: hidden;
}

.homeright-two .home ul>li>a:hover p {
	color: #6899f8;
}

.homeright-two .home ul>li:hover span {
	color: #6899f8;
}

.homeleft-three {
	padding: 16px;
	height: 168px;
	overflow: hidden;
	margin-bottom: 20px;
}

.homeleft-three a>img {
	width: 22%;
	float: left;
	margin-right: 40px;
}

.homeleft-three .text-a {
	width: 52%;
	display: inline-block;
}

.homeleft-three .text-a p {
	font-size: 26px;
	
	font-weight: bold;
	color: #000000;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	line-height: 2;
}

.homeleft-three .text-a span {
	font-size: 18px;
	
	font-weight: 400;
	color: #000000;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	margin-bottom: 18px;
}

.homeleft-three .text-a em {
	font-style: inherit;
	font-size: 14px;
	
	font-weight: 400;
	color: #888888;
	background: #FAFAFA;
	height: 26px;
	line-height: 26px;
	padding: 0 8px;
	display: inline-block;
	margin-right: 24px;
}

.homeleft-three a.btn1 {
	padding: 0 36px;
	height: 38px;
	line-height: 38px;
	background: #6899f8;
	color: #FFFFFF;
	float: right;
	margin: 49px 0;
	+margin: 0 0;
	margin-right: 20px;
	border-radius: 8px;
	overflow: hidden;
}

.homeleft-three a.btn1:hover{
	transform: scale(1.1);
}

.main-head .switch-box {
	float: right;
}

.main-head .switch-box span {
	font-size: 14px;
	color: #000000;
	line-height: 28px;
	margin-left: 3px;
	cursor: pointer;
}

.main-head .switch-box span.active {
	color: #6899f8;
}

.homeright-three {
	margin-bottom: 20px;
}

.homeright-three .home ul>li {
	width: 100%;
	margin-top: 8px;
	margin-bottom: 16px;
}

.homeright-three .home ul>li:hover{
	transform: scale(1.1);
}

.homeright-three .home {
	padding: 16px;
}

.homeright-three .home ul>li>i {
	width: 30px;
	height: 30px;
	background: #FAFAFA;
	text-align: center;
	line-height: 24px;
	color: #888888;
	display: inline-block;
	font-style: inherit;
	margin-right: 10px;
	float: left;
}

a.right-btn i {
	font-size: 12px;
	+display: none;
}

.homeright-three .home img {
	width: 72px;
	height: 72px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 5px 10px rgba(7, 49, 82, 0.34);
	float: left;
}

.homeright-three .home .text-a {
	width: 50%;
	display: block;
	float: right;
}

.homeright-three .home .text-a p {
	color: #353535;
	font-size: 14px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2;
	margin-bottom: 7px;
}

.homeright-three ul li:hover .text-a p{
	color: #6899f8;
}

.homeright-three .home .text-a span {
	color: #B2B2B2;
	font-size: 12px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	line-height: 1.5;
}

.homeright-three .home i.one {
	width: 28px;
	height: 28px;
	color: #FFFFFF;
	background: url(../img/main_right_3_list_a_label_icon.png);
	background-size: 100% auto;
}

.homeright-three .home i.two {
	width: 28px;
	height: 28px;
	color: #FFFFFF;
	background: url(../img/main_right_3_list_c_label_icon.png);
	background-size: 100% auto;

}

.homeright-three .home i.three {
	width: 28px;
	height: 28px;
	color: #FFFFFF;
	background: url(../img/main_right_3_list_b_label_icon.png);
	background-size: 100% auto;
}

.homeleft-four .sub-head i {
	background: url(../img/main_left_6_title_icon.png);
}

.homeleft-four .box::after {
	bottom: 80px;
}

.index-four {
	margin-bottom: 20px;
}

.index-four .home {
	padding: 16px;
}

.index-four .home ul li {
	margin: 15px 0;
	margin-right: 40px;
}

.index-four .home ul li i {
	width: 22px;
	height: 22px;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	
	font-weight: 400;
	font-style: inherit;
	color: #B2B2B2;
	background: #FAFAFA;
	margin-right: 10px;
	float: left;
}

.index-four .home ul li a {
	color: #353535;
	font-size: 16px;
	
	font-weight: bold;
	float: left;
	line-height: 22px;
	margin-right: 20px;
}





.footer .top {
	width: 100%;
	background: #2A2A32;
	padding: 20px 0;
}

.footer .top p {
	font-size: 14px;
	
	font-weight: 400;
	color: #888888;
	margin-right: 25px;
	color: #FFFFFF;
	display: inline-block;
	line-height: 2;
}

.footer .top a {
	font-size: 14px;
	
	font-weight: 400;
	color: #888888;
	margin-right: 25px;
	color: #888888;
	line-height: 2;
}

.footer .bottom {
	width: 100%;
	background: #000000;
	padding: 20px 0;
}

.footer .bottom p {
	width: 100%;
	text-align: center;
	color: #888888;
	line-height: 1.5;
}

.footer .bottom p a{
	color: #888888;
}

.capc-two {
	width: 100%;
	margin-bottom: 20px;
}

.pc-tab{
	background: #FFFFFF;
	box-shadow: 0px 3px 6px rgba(78, 71, 238, 0.16);
	width: 100%;
	display: inline-block;
}

.video-tab{
		margin-top: 20px;
}

.video-tab a span{
	margin: 0 15px;
}

.pc-tab span{
	display: inline-block;
	margin-left: 13px;
	line-height: 56px;
	
	font-weight: bold;
	font-size: 20px;
	color: #000000;
	height: 60px;
	cursor: pointer;
}

.pc-tab a.active span{
		color: #6899f8 ;
}

.pc-tab span:hover{
	color: #6899f8 ;
}


.pages em.num {
	font-size: 14px;
	
	font-weight: 400;
	color: #888888;
	display: inline-block;
	font-style: inherit;
	position: absolute;
	right: 30px;
	top: 0;
}

.pages em.num>em {
	color: #F3251B;
	margin: 0 10px;
}

.capc-three .leftone {
	margin-bottom: 20px;
}

.capc-three .leftone .switch-box>span {
	color: #000000;
	margin-right: 20px;
	cursor: pointer;
}

.capc-three .leftone .switch-box>span.on {
	color: #6899f8;
}

.capc-three .leftone .home {
	padding: 0 25px;
}

.capc-three .leftone .home ul>li {
	display: block;
	float: left;
	margin: 15px 0;
	width: 100%;
}

.capc-three .leftone .home ul>li>a>img {
	width: 75px;
	    height: 75px;
	    margin: 7px 5px;
	    border-radius: 10px;
	    overflow: hidden;
	    float: left;
}

.capc-three .leftone .home ul>li:hover a>img {
	transform: scale(1.1);
	margin: 10px;
}


.capc-three .leftone .home .text-a {
	width: 70%;
	height: 110px;
	float: left;
	margin-left: 10px;
}

.capc-three .leftone .home .text-a a>p {
	font-size: 18px;
	font-weight: bold;
	color: #353535;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	margin-bottom: 8px;
}

.capc-three .leftone .home li:hover .text-a a>p{
	color: #6899f8;
}

.capc-three .leftone .home .text-a span {
	/*display: -webkit-box;*/
	/*display: -ms-flexbox;*/
	/*word-break: break-all;*/
	/*-webkit-box-orient: vertical;*/
	/*-webkit-line-clamp: 2;*/
	/*overflow: hidden;*/
	/*color: #444;*/
	/*font-size: 16px;*/
	/*font-weight: 400;*/
	/*letter-spacing: 1px;*/
	/*width: 100%;*/
	/*height: 44px\9;*/
	/*display: block\9;*/
	display: -webkit-box;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #444;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	width: 100%;
}

.capc-three .leftone .home .text-a em {
	font-size: 14px;
	
	font-weight: 400;
	color: #B2B2B2;
	line-height: 2;
	margin-right: 20px;
	display: block;
	float: left;
}

.capc-three .leftone .home .text-a i.stars {
	margin-top: 10px;
}

.capc-three .leftone .home a.btn-a {
	width: 102px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #6899f8;
	color: #FFFFFF;
	display: inline-block;
	border-radius: 6px;
	overflow: hidden;
	margin: 32px 0;
	float: right;
}

.capc-three .leftone .home a.btn-a:hover{
	transform: scale(1.1);
}

.capc-three .leftone>a>img {
	width: 100%;
	height: 96.8px;
	overflow: hidden;
	margin: 10px 0;
}

.pages {
	padding: 10px 0;
	overflow: hidden;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}

.pages a,
.pages span,
.pages em {
	text-decoration: none;
	display: inline-block;
	border-radius: 0.2rem;
	color: #000000;
	padding: 0 15px;
	line-height: 38px;
	overflow: hidden;
	font-size: 14px;
	
	font-weight: 400;
}

.pages span,
.pages a:hover,
.pages a.active {
	color: #fff;
	background: #6899f8;
}

.shpc-left-one {
	margin-bottom: 20px;
}

.shpc-left-one .home {
	padding: 24px;
	box-shadow: 0px 3px 6px rgba(78, 71, 238, 0.16);
	margin-bottom: 5px;
}

.shpc-left-one .home>a>img {
	width: 120px;
	    height: 120px;
	    border-radius: 52px;
	    overflow: hidden;
	    margin: 21px 0;
	    margin-right: 24px;
	    float: left;
}

.shpc-left-one .text-top {
	width: 73%;
	display: inline-block;
}

.shpc-left-one .text-top>h1 {
	color: #353535;
	    font-size: 28px;
	    
	    font-weight: 800;
	    width: 70%;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    margin-bottom: 10px;
}

.shpc-left-one .text-top>em {
	color: #F3251B;
	font-size: 14px;
	
	font-weight: 400;
	width: 70%;
	display: block;
	line-height: 2;
}

.shpc-left-one .text-top>span {
	font-size: 14px;
	width: 144px;
	font-weight: 400;
	color: #a99f9f;
	margin-right: 15px;
	    margin-bottom: 10px;
	    display: inline-block;
}

.shpc-left-one .text-top .honewei{
	width: auto;
}


.shpc-left-one .text-top .num {
	width: 69px;
	    height: 69px;
	    background: url(../img/xingxing5.png) no-repeat;
	    background-size: 100% auto;
	    float: right;
}

.shpc-left-one .text-top .num>span {
	font-size: 12px;
	
	font-weight: 400;
	color: #FAFAFA;
	width: 100%;
	text-align: center;
	display: inline-block;
	margin-top: 10px;
}

.shpc-left-one .text-top .num>p {
	font-size: 30px;
	
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	line-height: 1;
}

.shpc-left-one .text-a {
	width: 78%;
	float: left;
}



.shpc-left-one .text-a span {
	font-size: 14px;
	
	font-weight: 400;
	color: #888888;
}

.shpc-left-one .text-a>span{
	margin-top: 30px;
	display: inline-block;
}

.shpc-left-one .text-a>p>i {
	width: 16px;
	height: 16px;
	background: url(../img/main_left_1_label_e_icon.png);
	float: left;
	margin-right: 5px;
}

.shpc-left-one .text-a>p>span {
	color: #6899f8;
	line-height: 16px;
	float: left;
}

.shpc-left-one .text-a>span {
	padding-right: 15px;
	float: right;
}

.shpc-left-one .text-a>span.heng {
	border-left: 1px solid #888888;
	padding-left: 15px;
}

.shpc-left-one .text-a > a.ico_pc{
    background-color: #0e2ce0;
}
.shpc-left-one .text-a > a {
    padding: 0 24px;
    display: inline-block;
    background: #4ace63;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;

}

.shpc-left-one .text-a  a:nth-child(2) {

    background-color: #0598fa;
}

.shpc-left-one .text-a > a > i {
    background: url(../img/ico.png) no-repeat;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.shpc-left-one .text-a > a:first-child > i{
    background-position: -138px -70px;
}

.shpc-left-one .text-a > a:nth-child(2) > i{
    background-position: -138px -27px;
}

.shpc-left-one .text-a > a.ico_pc > i{
    background-position: -138px 5px;
}

.shpc-left-one .text-a > a > span {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 42px;
    font-weight: 800;
}

.shpc-left-one .text-a .remark{
    float:left;
    margin-top:10px;

}

.shpc-left-two{
	margin-top: 20px;
}

.shpc-left-two .home {
	padding: 24px 16px;
	position: relative;
}

.shpc-left-two .home p {
	font-size: 16px;
	    color: #444;
	    letter-spacing: 1px;
		line-height: 2;
}

.shpc-left-two .home h3{
	margin: 8px 0;
}

.shpc-left-two .home p img{
	display: block;
	margin: 25px auto;
}



.shpc-left-two .home span.btn-open {
	width: 96%;
	height: 38px;
	line-height: 38px;
	text-align: center;
	display: inline-block;
	background: rgba(250, 250, 250, 1);
	box-shadow: 6px 6px 6px rgba(78, 71, 238, 0.16);
	margin-top: 25px;
	cursor: pointer;
	z-index: 15;
	margin-left: 17px;
	margin-bottom: 10px;
}

.shpc-left-two .home span.hongwei{
	margin-right: 20px;
}

.shpc-left-three{
	margin-top: 20px;
}

.shpc-left-three .home {
	width: 100%;
	padding: 24px 16px;
	overflow: auto;
	margin: 0 auto;
}

.shpc-left-three .home>ul {
	width: 80%;
	margin: 0 auto;
}

.shpc-left-three .home>ul>li {
	width: 500px;
	display: inline-block;
	float: left;
}

.shpc-left-three .home img {
	width: 100%;
	overflow: hidden;
}


.shpc-box {
	margin-bottom: 20px;
}

.shpc-box .homeleft-one{
	margin-top: 20px;
	}
	
	
.shpc-box .homeright-three{
	margin-top: 20px;
	}
.shpc-box .col-xs-3 {
	padding-left: 15px;
}


.btn-xz {
	background: #6899f8;
	color: #FFFFFF;
	padding: 0 20px;
	height: 34px;
	font-size: 14px;
	
	font-weight: 400;
	border-radius: 6px;
	overflow: hidden;
	line-height: 34px;
	box-shadow: 0px 3px 6px rgba(78, 71, 238, 0.16);
}

.btn-xz:hover{
	color: #FFFFFF;
}

.rightone {
	margin-bottom: 20px;
}

.rightone .switch-box {
	width: 100%;
	height: 62px;
	background: #FFFFFF;
	box-shadow: 0px 3px 6px rgba(78, 71, 238, 0.16);
	margin-bottom: 10px;
	border-radius: 8px;
	overflow: hidden;
	+width: 110%;
}

.rightone .switch-box span {
	width: 33.3333%;
	height: 62px;
	line-height: 62px;
	background: #FFFFFF;
	border-radius: 8px;
	overflow: hidden;
	font-size: 14px;
	
	font-weight: 400;
	text-align: center;
	display: block;
	float: left;
	cursor: pointer;
}

.rightone .switch-box span.active {
	background: #6899f8;
	color: #FFFFFF;
}

.rightone .home {
	padding: 10px 15px;

}

.rightone .home ul li {
	margin: 7px 0;
}

.rightone .home ul li i {
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #FAFAFA;
	opacity: 1;
	border-radius: 4px;
	float: left;
	color: #888888;
	font-style: inherit;
	margin-right: 15px;
}

.rightone .home ul li i.fi {
	background: #F3251B;
	color: #FFFFFF;
}

.rightone .home ul li i.er {
	background: #F77E13;
	color: #FFFFFF;
}

.rightone .home ul li i.ty {
	background: #FFB200;
	color: #FFFFFF;
}

.rightone .home ul li span {
	font-size: 14px;
	
	font-weight: 400;
	color: #353535;
	width: 222px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
}

.rightone .home ul li:hover span {
	color: #6899f8;
}

a.ajax {
	width: 130px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background: rgba(250, 250, 250, 1);
	box-shadow: 0px 3px 6px rgba(78, 71, 238, 0.16);
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
	border-radius: 8px;
	overflow: hidden;
}



.sh-if-box .leftone {
	padding: 20px 16px;
	margin-bottom: 20px;
}

.sh-if-box .leftone>h1 {
	font-size: 30px;
	
	font-weight: bold;
	color: #353535;
	margin-bottom: 15px;
	line-height: 1.5;
}

.sh-if-box .leftone .idbox {
	padding-bottom: 25px;
}

.sh-if-box .leftone .idbox i {
	width: 36px;
	height: 36px;
	background: url(../img/main_left_user_pic@2x.png);
	background-size: 100% auto;
	float: left;
	margin-right: 8px;
}

.sh-if-box .leftone .idbox p {
	font-size: 14px;
	
	font-weight: 400;
	color: #F3251B;
	line-height: 36px;
	display: inline-block;
}

.sh-if-box .leftone .idbox span {
	font-size: 14px;
	
	font-weight: 400;
	color: #888888;
	padding-left: 10px;
	border-left: 1px solid #888888;
	margin-left: 15px;
}

/*内容的图片限制*/
.sh-if-box .leftone img, .shpc-box p>img{
	margin: 20px auto;
	display: block;
	min-width:30%;
	min-height:30%;
	max-width: 40%;
	max-height: 500px;
}

.sh-if-box .leftone p {
	font-size: 16px;
	
	font-weight: 400;
	color: #000000;
	line-height: 2;
	letter-spacing: 1px;
}

.sh-if-box .leftthree{
	margin-bottom: 20px;
}

.sh-if-box .leftthree .home {
	padding: 15px;
	height: 385px;
}

.sh-if-box .leftthree .home .left-a {
	width: 450px;
	float: left;
}

.sh-if-box .leftthree .home .left-a a.img-a{
	width: 100%;
	height: 300px;
	border-radius: 8px;
	overflow: hidden;
	display: inline-block;
}

.sh-if-box .leftthree .home .left-a img {
	width: 100%;
	height: 300px;
	transform: all 0.6s;
}

.sh-if-box .leftthree .home .left-a img:hover{
	transform: scale(1.05);
	transform: all 0.6s;
}

.sh-if-box .leftthree .home .left-a p {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	
	font-weight: 400;
	color: #000000;
	line-height: 2;
}

.sh-if-box .leftthree .home .left-a:hover p{
	color: #6899f8;
}

.sh-if-box .leftthree .home .left-a span {
	font-size: 14px;
	
	font-weight: 400;
	color: #888888;
	margin-right: 5px;
}

.sh-if-box .leftthree .home .right-a {
	width: 384px;
	display: inline-block;
	padding-left: 10px;
}

.sh-if-box .leftthree .home .right-a a{
	width: 178px;
	height: 111px;
	border-radius: 8px;
	overflow: hidden;
	float: left;
}

.sh-if-box .leftthree .home .right-a li:hover img {
	transform: scale(1.1);
	transition: all 0.6s;
}

.sh-if-box .leftthree .home .right-a li:hover p{
	color: #6899f8;
}

.sh-if-box .leftthree .home .right-a ul li {
	margin: 5px 0;
}

.sh-if-box .leftthree .home .right-a .text-a {
	width: 195px;
	display: inline-block;
	padding-left: 12px;
	+width: 200px;
	+float: left;
}

.sh-if-box .leftthree .home .right-a .text-a a {
	height: 60px;
	display: block;
}

.sh-if-box .leftthree .home .right-a .text-a p {
	font-size: 14px;
	
	font-weight: 400;
	color: #353535;
	display: -webkit-box;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.sh-if-box .leftthree .home .right-a .text-a span {
	font-size: 12px;
	
	font-weight: 400;
	color: #B2B2B2;
}

.sh-if-box .homeright-two{
	margin-top: 20px;
}

.ca-video-one .right-a .home img {
	width: 100%;
	min-height: 148px;
	border-radius: 8px;
	overflow: hidden;
}

.ca-video-one .right-a .home a p {
	font-size: 16px;
	
	font-weight: 400;
	color: #000000;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 10px 0;
}

.ca-video-one .right-a .home>span {
	font-size: 12px;
	
	font-weight: 400;
	color: #B2B2B2;
	line-height: 25px;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ca-video-one .right-a .home>span>span {
	line-height: 20px;
	float: right;
}

.ca-video-one .right-a .home span i {
	margin-right: 5px;
	line-height: 20px;
}


.homeleft-one .home a.btn-all {
	width: 100%;
	height: 70px;
	background: #6899f8;
	line-height: 70px;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
	
	font-weight: bold;
	display: inline-block;
	border-radius: 10px;
	margin-top: 8px;
	    margin-bottom: 5px;
}

.homeleft-one .home a.btn-all:hover{
	transform: scale(1.02);
}

a.btn-open {
	width: 80%;
	height: 46px;
	background: #6899f8;
	line-height: 46px;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	
	font-weight: 400;
	display: block;
	border-radius: 10px;
	margin: 0 auto;
	margin-top: 24px;
}

.ca-video-two {
	margin-top: 20px;
	+margin-bottom: 20px;
}

.ca-video-two .btnbox-two .apps {
	width: 960px;
}

.ca-video-two .btnbox-two .right-a {
	float: right;
}

.ca-video-two .btnbox-hot {
	height: 53px;
	line-height: 53px;
	padding: 0 16px;
}

.ca-video-two .btnbox-hot .switch-box {
	display: inline-block;
}

.ca-video-two .btnbox-hot .switch-box a {
	font-size: 14px;
	
	font-weight: 400;
	color: #000000;
	margin-right: 10px;
	color: #000000;
	line-height: 53px;
}

.ca-video-two .btnbox-hot .many {
	float: right;
}

.ca-video-two .btnbox-hot .many span {
	font-size: 14px;
	
	font-weight: 400;
	color: #888888;
	margin-left: 5px;
}

.ca-video-two .btnbox-hot .many span.num {
	color: #F3251B;
}

.ca-video-two .homeleft-two .wrap {
	width: 1222px;
	margin-top: 15px;
}

.ca-video-two .homeleft-two .wrap ul li {
	margin-bottom: 16px;
}

.ca-video-two .homeleft-two .box {
	padding: 0;
	width: 295px;
	height: 272px;
}

.ca-video-two .homeleft-two .box a{
	height: 164px;
}

.ca-video-two .homeleft-two .box a.txt{
	height: 65px;
}

.ca-video-two .homeleft-two .box img{
	max-height: 164px;
	}

.ca-video-two .homeleft-two .box a.txt {
	padding: 0 16px;
}

.homeleft-two .box span {
	+float: left;
}

.ca-video-two .homeleft-two .box span.lt {
	margin-left: 16px;
}

.ca-video-two .homeleft-two .box span.ot {
	margin-right: 16px;
}

.ca-video-two .homeleft-two .box::after {
	bottom: 77px;
}

.sh-video-one {
	width: 100%;
	height:567px;
	background: #232330;
	margin-bottom: 20px;
	margin-top: 7px;
	position: relative;
}

.sh-video-one::after {
	background: #000000;
	content: '';
	display: block;
	position: absolute;
	z-index: -0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: -5px;
	filter: blur(5px);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}

.sh-video-one .col-xs-12 {
	z-index: 1;
}

.sh-video-one .wrap {
	+width: 100%;
	+height: 560px;
	+display: block;
	+overflow: hidden;
	+margin-top: 5px;
	+margin-bottom: 15px;
}

.sh-video-one .wrap li a {
	color: #FFFFFF;
}

.sh-video-one .wrap video {
	width: 100%;
	height: 500px;
}

.sh-video-two {
	margin-bottom: 20px;
}

.sh-video-two .wrap {
	width: 1230px;
}

.sh-video-two .wrap .box {
	width: 232px;
	margin-right: 11px;
	+width: 210px;
}

.sh-video-three .left {
	padding: 16px;
	/* +width: 1371px; */
}

.sh-video-three .left p {
	font-size: 16px;
	
	font-weight: 400;
	color: #000000;
	line-height: 2;
}

.sh-video-three .left img {
	width: 70%;
	margin: 15px auto;
	display: block;
}

.sh-video-three .video-name{
	padding-bottom: 15px;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 20px;
}

.sh-video-three .video-name h1{
	    width: 100%;
	    line-height: 1.5;
	    font-size: 30px;
	    font-weight: bold;
		margin-bottom: 5px;
}

.video-name span{
	color: #666666;
	font-size: 14px;
	margin-right: 10px;
}

.video-name span i{
	margin-right: 3px;
}

.index-two .col-xs-9{
	/* height: 380px\9; */
	overflow: hidden\9;
}

.index-two .lunbo-one{
	    overflow: hidden;
	    border-radius: 10px;
	height: 380px\9;
	overflow: hidden\9;
}

.ca-and-two {
	margin-bottom: 20px;
}

.ca-and-two .sub-head>span {
	width: 50%;
	line-height: 25px;
}

.ca-and-two .sub-head p {
	width: 70%;
	font-size: 12px;
	
	font-weight: 400;
	color: #353535;
	width: 50%;
	float: left;
	margin-top: 10px;
}

.ca-and-two .sub-head .switch-box {
	float: right;
}

.ca-and-two .sub-head .switch-box>span {
	color: #000000;
	margin-left: 15px;
}

.ca-and-two .sub-head .switch-box>span.active {
	color: #6899f8;
}

.ca-and-two .wrap>ul {
	width: 1287px;
}

.ca-and-two .wrap>ul>li {
	width: 356px;
	margin-right: 73px;
	box-shadow: 0px 3px 6px rgba(78, 71, 238, 0.16);
	margin-bottom: 20px;
	border-radius: 8px;
	overflow: hidden;
	display: inline-block;
}


.ca-and-two ul>li .box {
	padding: 16px;
	height: 620px;
}

.ca-and-two .wrap>ul>li:hover{
	transform: scale(1.03);
	}
.ca-and-two ul>li>.box>a.img-a{
	width: 100%;
	height: 171px;
	overflow: hidden;
	display: inline-block;
	border-radius: 8px;
	overflow: hidden;
	}
	
.ca-and-two ul>li>.box>a.mores{
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 3;
    background: #f4f6fa;
    color: #a1a8b6;
    text-decoration: none;
	margin-top: 10px;
}

.ca-and-two ul>li:hover .box>a.mores{
	background: #6899f8;
	color: #FFFFFF;
}

.ca-and-two ul>li>.box>a.img-a>img {
	width: 100%;
	min-height: 171px;
	transition: all 0.6s;
}

.ca-and-two ul>li>.box>a.img-a>img:hover{	
	transform: scale(1.1);
}

.ca-and-two ul>li .text-a {
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #DEDEDE;
}

.ca-and-two ul>li .text-a p {
	    font-size: 21px;
	    
	    font-weight: bold;
	    color: #000000;
	    display: inline-block;
	    line-height: 1.5;
	    width: 100%;
	    overflow: hidden;
	    white-space: nowrap;
	    text-align: center;
	    text-overflow: ellipsis;
}

.ca-and-two ul>li .text-a span {
	    font-size: 15px;
	    
	    font-weight: 400;
	    color: #B2B2B2;
	    display: -webkit-box;
	    width: 100%;
	    word-break: break-all;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
	    overflow: hidden;
	}
}

.btn-xz {
	background: #6899f8;
	color: #FFFFFF;
	padding: 0 20px;
	height: 34px;
	font-size: 14px;
	
	font-weight: 400;
	border-radius: 6px;
	overflow: hidden;
	line-height: 34px;
	box-shadow: 0px 3px 6px rgba(78, 71, 238, 0.16);
}

.btn-xz:hover{
	color: #FFFFFF;
}

.ca-and-two ul>li .text-a a {
	float: right;
	margin-top: 8px;
	+margin-right: 30px;
}

.ca-and-two ul>li .list-a {
	padding-top: 5px;
	float: left;
}

.ca-and-two ul>li .list-a ul li {
	margin: 7px 0;
	width: 100%;
}

.ca-and-two ul>li .list-a img {
	width: 72px;
	height: 72px;
	border-radius: 8px;
	overflow: hidden;
	float: left;
	margin-right: 12px;
}

.ca-and-two ul>li .list-a .txt{
	width: 240px;
	display: inline-block
}

.ca-and-two ul>li .list-a .txt p {
	font-size: 17px;
	
	font-weight: 600;
	color: #000000;
	line-height: 45px;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	+float: left;
}

.ca-and-two ul>li .list-a .txt span{
	color: #888888;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	    display: block;
}

.ca-and-two ul>li .list-a span.btn-xz {
	float: right;
	background: #FAFAFA;
	color: #000000;
	margin-top: 18px;
	+margin-right: 40px;
}

.ca-and-two ul>li .list-a span.btn-xz:hover {
	background: #6899f8;
	color: #FFFFFF;
}

.ca-info-two {
	+margin-top: 47px;
}

.ca-info-two .leftone {
	margin-bottom: 20px;
}

.ca-info-two .leftone>span {
	font-size: 32px;
	
	font-weight: bold;
	color: #000000;
	line-height: 42px;
}

.ca-info-two .leftone>a {
	font-size: 18px;
	
	font-weight: bold;
	line-height: 24px;
	color: #353535;
	margin-left: 40px;
}

.ca-info-two .leftone>a.active,
.ca-info-two .leftone>a:hover {
	color: #6899f8;
}

.ca-info-two .lefttwo {
	margin-bottom: 20px;
}

.ca-info-two .lefttwo .left {
	height: 52px;
	padding: 0 10px;
	margin-bottom: 10px;
}

.ca-info-two .lefttwo .left>i {
	width: 36px;
	height: 36px;
	background: url(../img/main_left_show_news_icon.png);
	background-size: 100% auto;
	float: left;
	margin: 10px 0;
}

.ca-info-two .lefttwo .left>a>span {
	font-size: 14px;
	
	font-weight: 400;
	color: #888888;
	line-height: 52px;
}

.ca-info-two .lefttwo .home {
	padding: 10px 15px;
}

.ca-info-two .lefttwo .home ul li {
	margin: 10px 0;
}

.ca-info-two .lefttwo .home ul li a.img-a{
	width: 269px;
	height: 174px;
	border-radius: 8px;
	overflow: hidden;
	display: inline-block;
	float: left;
}

.ca-info-two .lefttwo .home ul li img {
	width: 269px;
	height: 174px;
	border-radius: 8px;
	overflow: hidden;
	display: inline-block;
	float: left;
	transition: all 0.6s;
}

.ca-info-two .lefttwo .home ul li:hover img{
	transform: scale(1.05);
}

.ca-info-two .lefttwo .home ul li .text-a {
	display: inline-block;
	width: 563px;
	padding-left: 20px;
}

.ca-info-two .lefttwo .home ul li .text-a>a>p {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 18px;
	
	font-weight: bold;
	color: #000000;
	margin-bottom: 25px;
}

.ca-info-two .lefttwo .home ul li:hover .text-a p{
	color: #6899f8;
}

.ca-info-two .lefttwo .home ul li .text-a span {
	font-size: 14px;
	
	font-weight: 400;
	color: #888888;
	display: -webkit-box;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.ca-info-two .lefttwo .home ul li .text-a i {
	font-size: 12px;
	
	font-weight: 400;
	line-height: 24px;
	padding: 0 10px;
	font-style: inherit;
	background: #FAFAFA;
	color: #B2B2B2;
	display: inline-block;
	margin-right: 10px;
}

.ca-info-two .leftthree .box span {
	float: left;
}

.ca-info-two .leftthree .sub-head>i {
	background: url(../img/main_left_2_title_icon%20(1).png);
	background-size: 100% auto;
}

.ca-info-two .rightone {
	margin-bottom: 20px;
}

.ca-info-two .rightone .switch-box {
	width: 100%;
	height: 62px;
	background: #FFFFFF;
	box-shadow: 0px 3px 6px rgba(78, 71, 238, 0.16);
	margin-bottom: 10px;
	border-radius: 8px;
	overflow: hidden;
	+width: 110%;
}

.ca-info-two .rightone .switch-box span {
	width: 33.3333%;
	height: 62px;
	line-height: 62px;
	background: #FFFFFF;
	border-radius: 8px;
	overflow: hidden;
	font-size: 14px;
	
	font-weight: 400;
	text-align: center;
	display: block;
	float: left;
	cursor: pointer;
}

.ca-info-two .rightone .switch-box span.active {
	background: #6899f8;
	color: #FFFFFF;
}

.ca-info-two .rightone .home {
	padding: 10px 15px;

}

.ca-info-two .rightone .home ul li {
	margin: 7px 0;
}

.ca-info-two .rightone .home ul li i {
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #FAFAFA;
	opacity: 1;
	border-radius: 4px;
	float: left;
	color: #888888;
	font-style: inherit;
	margin-right: 15px;
}

.ca-info-two .rightone .home ul li i.fi {
	background: #F3251B;
	color: #FFFFFF;
}

.ca-info-two .rightone .home ul li i.er {
	background: #F77E13;
	color: #FFFFFF;
}

.ca-info-two .rightone .home ul li i.ty {
	background: #FFB200;
	color: #FFFFFF;
}

.ca-info-two .rightone .home ul li span {
	font-size: 14px;
	
	font-weight: 400;
	color: #353535;
	width: 222px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
}

.ca-info-two .rightone .home ul li:hover span {
	color: #6899f8;
}

.ca-info-two a.poster img {
	margin-bottom: 20px;
}

.li-and-one {
	width: 100%;
	height: 470px;
	margin-top: 10px;
}

.li-and-one .wrap {
	width: 100%;
	height: 260px;
	background-image: url(../img/listbeijing.jpg);
	position: relative;
}

.li-and-one .wrap::after {
	background-image: url(../img/listbeijing.jpg);
	content: '';
	display: block;
	position: absolute;
	z-index: -0;
	top: -4px;
	left: 0;
	right: 0;
	bottom: 5px;
	margin: -5px;
	filter: blur(5px);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}

.li-and-one .wrap ul.breadcrumb {
	margin-top: 80px;
}

.li-and-one .wrap ul.breadcrumb li a {
	color: #FFFFFF;
}

.li-and-one .wrap .col-xs-12 {
	z-index: 2;
}

.li-and-one .wrap .home {
	width: 100%;
	height: 294px;
	padding: 40px;
	z-index: 1000;
	box-shadow: 0px 10px 36px rgba(78, 71, 238, 0.16);
}

.li-and-one .wrap .home .left-a {
	width: 38%;
	padding-right: 49px;
	float: left;
}

.li-and-one .wrap .home .left-a img {
	width: 100%;
	height: 213px;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 20px;
}

.li-and-one .wrap .home .left-a>span {
	font-size: 14px;
	
	font-weight: 400;
	color: #353535;
	line-height: 38px;
	float: left;
}

.li-and-one .wrap .home .left-a i {
	width: 38px;
	height: 38px;
	background: url(../img/banner_info_icon_1.png);
	float: left;
	margin-left: 12px;
}

.li-and-one .wrap .home .left-a i.er {
	background: url(../img/banner_info_icon_2.png);
}

.li-and-one .wrap .home .left-a i.ty {
	background: url(../img/banner_info_icon_3.png);
}

.li-and-one .wrap .home .left-a i.ui {
	background: url(../img/banner_info_icon_4.png);
}

.li-and-one .wrap .home .left-a i.op {
	background: url(../img/banner_info_icon_5.png);
}

.li-and-one .home .right-a {
	width: 62%;
	display: inline-block;
	position: relative;
	height: 233px;
}

.li-and-one .home .right-a em {
	position: absolute;
	margin-bottom: 10px;
	left: 0;
	bottom: 0;
	font-size: 17px;
	font-weight: 400;
	color: #333333;
	font-style: inherit;
}

.li-and-one .home .right-a .txt {
	position: absolute;
	right: 20px;
	bottom: 0px;
	padding-bottom: 20px;
}

.li-and-one .home .right-a .txt i {
	font-size: 32px;
	
	font-weight: bold;
	color: #6899f8;
	font-style: inherit;
	margin-right: 12px;
	line-height: 42px;
}

.li-and-one .home .right-a .txt span {
	font-size: 14px;
	
	font-weight: 400;
	color: #888888;
	margin-right: 12px;
}

.li-and-one .home .right-a .txt em {
	width: 1px;
	height: 10px;
	background: #888888;
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 12px;
}

.li-and-one .home .right-a>span {
	font-size: 14px;
	
	font-weight: 400;
	color: #888888;
	line-height: 1.5;
	padding-top: 25px;
	display: inline-block;
	letter-spacing: 1px;
}

.li-and-one .home .right-a .love-btn {
	padding: 0 30px;
	line-height: 42px;
	height: 42px;
	background: #6899f8;
	display: inline-block;
	border-radius: 8px;
	margin-top: 33px;
	overflow: hidden;
	box-shadow: 0px 3px 6px rgba(78, 71, 238, 0.16);
	cursor: pointer;
	margin-left: 30px\9;
}

.li-and-one .home .right-a .love-btn i {
	width: 18px;
	height: 18px;
	background: url(../img/banner_info_but_icon.png) no-repeat;
	background-size: 100% auto;
	float: left;
	margin-top: 12px;
	margin-right: 8px;
}

.li-and-one .home .right-a .love-btn span {
	font-size: 14px;
	
	font-weight: 400;
	color: #FFFFFF;
	margin-right: 8px;
}

.li-and-two {
	margin-bottom: 20px;
}

.li-and-two ul {
	width: 1220px;
	float: left;
}

.li-and-two ul li {
	width: 295px;
	margin-right: 10px;
	margin-bottom: 15px;
}

.li-and-two ul li:hover{
	transform: scale(1.05);
}

.li-and-two ul li .box {
	padding: 18px 12px;
	height: 164px;
}

.li-and-two ul li .box img {
	width: 62px;
	min-height: 62px;
	border-radius: 8px;
	overflow: hidden;
	float: left;
	margin-bottom: 15px;
}

.li-and-two ul li .box .txt {
	display: block;
	float: left;
	padding-left: 10px;
	width: 207px;
}

.li-and-two ul li .box .txt p {
	font-size: 14px;
	
	font-weight: 400;
	color: #353535;
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.li-and-two ul li .box .txt span {
	padding: 0 10px;
	height: 24px;
	line-height: 24px;
	background: #FAFAFA;
	font-size: 12px;
	
	font-weight: 400;
	display: inline-block;
	margin-right: 10px;
	color: #B2B2B2;
}

.li-and-two ul li .box .txt span.rig{
	float: right;
}

.li-and-two ul li .box .txt i {
	font-style: normal;
	display: inline-block;
}

.li-and-two ul li .box .txt i.xing {
	width: 10px;
	height: 10px;
	background: url(../img/main_right_1_b_label_2_icon_d.png) no-repeat;
	margin-left: 5px;
}

.li-and-two ul li .box .zhuanti span {
	    width: 100%;
	    margin-top: 9px;
	    color: #888888;
	    display: -webkit-box;
	    word-break: break-all;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
	    overflow: hidden;
	    float: left;
}

.ca-and-two .switch-box{
	display: inline-block;
	margin-left: 20px;
}
	
.switch-box p{
	display: inline-block;
	    font-size: 18px;
		color: #6899f8;
		margin-left: 15px;
		line-height: 39px;
		height: 39px;
		box-sizing: border-box;
}

.switch-box p a{
	color: #6899f8;
}

.switch-box p.active{
	transform: scale(1.1);
	    font-weight: 600;
		border-bottom: 3px solid #6899f8;
}
.switch-box p:hover{
	transform: scale(1.1);
	    font-weight: 600;
}

/*  */
.col-xs-9{
	+width: 72%;
}

.col-xs-9{
		+padding: 0;
}

.col-xs-12{
	+padding: 0;
}

.col-xs-3{
	+padding: 0;
	+width: 24%;
	+float: right;
}

.breadcrumb > li{
	color: #888888;
}

.ca-info-two .lefttwo .home .text-a div.wz {
    height: 38px;
    overflow: hidden;
    margin-bottom: 63px;
}

.ca-and-two ul>li .text-a {
    height: 90px;
    overflow: hidden;
}

.li-and-two ul li .box div.zhuanti{
	height: 49px;
	overflow: hidden;
	width: 100%;
	}

.li-and-one .home .right-a p{
	font-size: 28px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #353535;	    
}

/* 新增 */
.map-box{
	margin-top: 20px;
}

.map-column {
	width: 100%;
	padding: 15px 20px;
	background: #FFFFFF;
	box-shadow: 0px 3px 6px rgba(78, 71, 238, 0.16);
	display: inline-block;
	margin-bottom: 20px;
	border-radius: 3px;
}

.map-column:hover{
	transform: scale(1.005);
}

.map-column .mapleft{
	display: inline-block;
	float: left;
	width: 13%;
}

.map-column .mapleft i{
	width: 32px;
	height: 32px;
	background: url(../img/az.png) no-repeat;
	background-size: 100% auto;
	display: block;
	margin: 15px auto;
}

.map-column .mapleft i.two{
	background: url(../img/pc.png) no-repeat;
	background-size: 100% auto;
}
.map-column .mapleft i.three{
	background: url(../img/game.png) no-repeat;
	background-size: 100% auto;
}
.map-column .mapleft i.four{
	background: url(../img/info.png) no-repeat;
	background-size: 100% auto;
}

.map-column .mapleft i.five{
	background: url(../img/video.png) no-repeat;
	background-size: 100% auto;
}

.map-column .mapleft i.six{
	background: url(../img/special.png) no-repeat;
	background-size: 100% auto;
}

.map-column .mapleft i.seven{
	background: url(../img/jc.png) no-repeat;
	background-size: 100% auto;
}

.map-column .mapleft i.eight{
	background: url(../img/download.png) no-repeat;
	background-size: 100% auto;
}

.map-column .mapleft i.ten{
	background: url(../img/pcinfo.png) no-repeat;
	background-size: 100% auto;
}

.map-column .mapleft i.eleven{
	background: url(../img/videoinfo.png) no-repeat;
	background-size: 100% auto;
}

.map-column .mapleft a.box-a{
	width: 75%;
	float: left;
}

.map-column .mapleft img{
	width: 80px;
	height: 80px;
	display: block;
	margin:0 auto;
	box-shadow: 0px 5px 10px rgba(7, 49, 82, 0.34);
	border-radius: 8px;
	overflow: hidden;
}

.map-column .mapleft p{
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	line-height: 1.5;
	margin-top: 10px;
	text-align: center;

}

.map-column .mapright{
	display: inline-block;
	float: right;
	width: 1000px;
}

.map-column .mapright ul li a{
	width: auto;
	box-sizing: border-box;
	border: 1px solid #eee;
	height: 30px;
	line-height: 28px;
	display: inline-block;
	text-align: center;
	color: #6899f8;
	margin-left: 16px;
	margin-bottom: 15px;
	padding: 0px 12px;
}

.map-column .mapright ul li a:hover{
	background: #6899f8;
	color: #FFFFFF;
	border: 0;
	line-height: 30px;
}

.update-box{
	margin-top: 20px;
}

.update-left{
	width: 220px;
	margin-right: 20px;
	background: #FFFFFF;
	box-shadow: 0px 3px 6px rgba(78, 71, 238, 0.16);
	border-radius: 3px;
	overflow: hidden;
	display: inline-block;
}

.update-left dl{
	margin-bottom: 50px;
}

.update-left dt{
	height: 50px;
	line-height: 50px;
	/* background: #6899f8; */
	text-align: center;
}

.update-left dt a{
	color: #6899f8;
	font-size: 17px;
	letter-spacing: 2px;
	font-weight: 600;
	width: 100%;
	display: inline-block;
}

.update-left dt:hover a{
	background: #6899f8;
	color: #FFFFFF;
}

.update-left dd{
	height: 50px;
	line-height: 49px;
	text-align: center;
	border-bottom: 1px solid #f6f7fb;
}

.update-left dd a{
	color: #FFFFFF;
	font-size: 16px;
	letter-spacing: 2px;
	color: #333333;
	display: inline-block;
	width: 100%;
}

.update-left dd:hover a,
.update-left dd a.active{
	background: #6899f8;
	color: #FFFFFF;
	font-weight: 600;
	border: 0;
}

.update-left .bottom-a{
	display: inline-block;
	width: 100%;
}

.update-left .bottom-a ul li{
	width: 100%;
	padding-left: 30px;
	padding-right:15px;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 6px 0;
}

.update-left .bottom-a ul li::before{
	width: 16px;
	height: 16px;
	background: url(../img/newsitem.png)no-repeat;
	background-size: 100% auto;
	position: absolute;
	content: '';
	left: 10px;
	bottom: 2px;
}

.update-left .bottom-a ul li a{
	color: #333;
}

.update-left .bottom-a ul li:hover a{
	color: #6899f8;
}

.update-right{
	width: 968px;
	float: right;
	height: auto;
	margin-bottom: 20px;
}

.update-one{
	margin-bottom: 20px;
}

.update-one ul li{
	width: 14%;
	padding: 9px 15px;
}

.update-one ul li img{
	width: 66px;
	height: 66px;
	overflow: hidden;
	border-radius: 8px;
	margin: 5px auto;
	display: block;
	box-shadow: 0px 5px 10px rgba(7, 49, 82, 0.34);
}

.update-one ul li p{
	width: 100%;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #353535;
	font-size: 14px;
	font-weight: 400;
	line-height: 2;
}

.update-one ul li span{
	width: 100%;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	color: #B2B2B2;
}

.update-one ul li:hover{
	transform: scale(1.1);
}
.update-one ul li:hover p {
	color: #6899f8;
}

.update-info{
	width: 968px;
	float: right;
	height: auto;
	margin-bottom: 20px;
	padding: 15px;
}

.update-info ul{
	width: 961px;
}

.update-info ul li{
	width: 298px;
	height: 104px;
	padding: 15px;
	border: 1px solid #eee;
	margin-right: 20px;
	margin-bottom: 20px;
}

.update-info ul li:hover{
	background: rgba(78,71,238,0.15);
	border: 1px solid #6899f8;
}

.update-info ul li img{
	width: 72px;
	height: 72px;
	display: inline-block;
	float: left;
}

.update-info ul li .txt{
	width: 183px;
	float: right;
}

.update-info ul li .txt p{
	color: #333;
	display: inline-block;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 16px;
}

.update-info ul li .txt span{
	width: 100%;
	color: #999999;
	display: block;
	margin-bottom: 5px;

}
.footer .bottom span {
	color: #888888;
	padding: 0 10px;
	margin-bottom: 5px;
	display: inline-block;
	line-height: 1;
}
.footer .bottom span.map-a {
	border-left: 1px solid #888888;
}

.footer .bottom {
	text-align: center;
}

.not-found .wrap {
	/* display: table-cell; /*主要是这个属性*/
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

.not-found .wrap img {
	width: 500px;
	height: 500px;
}

.not-found .wrap a.return {
	width: 268px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	background: #4E47EE;
	box-shadow: 0px 3px 6px rgba(78, 71, 238, 0.16);
	display: block;
	margin: 20px auto;
	border-radius: 8px;
	overflow: hidden;

}

.not-found .wrap a.return span {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 70px;
}

.not-found .wrap a.return i {
	font-size: 18px;
	color: #FFFFFF;
}

.zt_info{
	display: flex;
}
.zt_pic{
	flex: 2;
}
.zt_pic img {
	width: 260px;
	height: 120px;
	padding: 6px 6px;
	border: 1px solid #e4e7e9;
}
.zt_text {
	flex: 4;
	overflow: hidden;
}

.zt_text a span {
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
	color: #000;
}
.zt_text p {
	font-size: 14px;
	color: #6f747a;
	line-height: 24px;
	margin-top: 10px;
}

.shpc-left-one .text-top > ul > .tag {
	font-size: 16px;
	width: 50px;
	font-weight: 400;
	color: #333;
	display: inline-block;
}
.shpc-left-one .text-top>ul>li>a {
	font-size: 14px;
	font-weight: 400;
	color: #a99f9f;
	margin-right: 15px;
	margin-bottom: 10px;
	display: inline-block;
}

.hotdown .home ul li{
	width: 12.5%
}
/*新增内容页相关阅读*/
.reading ul{ overflow: hidden; padding:15px 0; margin-left: -50px;}
.reading li{ float: left; width:374px; padding-left: 15px; margin-left: 50px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;height: 25px; line-height: 25px; background: url(../img/reading_li.png) no-repeat 2px center;}
.reading li a{ color: #2a2a2b;}
.reading li a:hover{ color: #297AE6;}