* {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
	font-family: "PingFang SC"
}

body {
	background: #F5F5F7;
}
html{
	overflow-x: hidden;
}
.top {
	width: calc(100% - 40px);
	height: 62px;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
}

.top .logo {
	/*height: 80px;*/
}

.top-nav li {
	float: left;
	margin: 0 20px;
}

.top-nav li a {
	color: #333;
	font-size: 16px;
	position: relative;
	padding: 25px 0;
}

.top-nav li a:hover {
	color: #0670FF;
	border-bottom: 4px solid #0670FF;
}

.top-nav li a.active {
	color: #0670FF;
	border-bottom: 4px solid #0670FF;
}


.top-right {
	font-family: "DINAlternate-Bold";
	display: flex;
	align-items: center;
	font-size: 36px;
	font-weight: 700;
	color: #0670FF;
}

.top-right img {
	height: 30px;
	margin-right: 8px;
}

.top-right a {
	display: inline-block;
	width: 100px;
	height: 36px;
	border: 1px solid #0670FF;
	font-size: 12px;
	text-align: center;
	line-height: 36px;
	border-radius: 4px;
	color: #0670FF;
	margin-left: 16px;
}

.top-right a.in {
	background: #0670FF;
	color: #fff;
}

.banner-top {
	position: relative;
	/*margin-top: 62px;*/
}

.banner-top div {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner-top div.min-banner p{
	margin-top: 20px;
	font-weight: 500;
}

.banner-top img {
	width: 100%;
}

.banner-top h1 {
	text-align: center;
	width: 100%;
	z-index: 9;
	color: #fff;
	font-size: 42px;
	margin-top: 20px;
}

.banner-top h1 a {
	display: inline-block;
	border: 1px solid #0670FF;
	background: #fff;
	border-radius: 4px;
	width: 110px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	color: #0670FF;
}

.sort-nav {
	background: #fff;
	height: 80px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sort-nav span {
	display: inline-block;
	padding: 7px 12px;
	cursor: pointer;
	margin: 0 5px;
}


.sort-nav span a{
	color: #000
}
.sort-nav .active a{
	color: #0670FF;
	background: #F2F8FF;
	border-radius: 4px;
}

.sort-nav span.active {
	color: #0670FF;
	background: #F2F8FF;
	border-radius: 4px;
}
.sort-nav span.active {
	color: #0670FF;
	background: #F2F8FF;
	border-radius: 4px;
}

.sort-nav span:hover {
	color: #0670FF;
	background: #F2F8FF;
	border-radius: 4px;
}

.sort-nav span a:hover {
	color: #0670FF;
	background: #F2F8FF;
	border-radius: 4px;
}


.page {
	margin-top: 100px;
	margin-bottom: 70px;
}

.page ul {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page ul li {
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background: #fff;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	color: #666;
	margin: 0 5px;
	cursor: pointer;
}

.page ul li:hover {
	color: #fff;
	background: #0670FF;
	border: 1px solid #0670FF;
}

.page ul li.active {
	color: #fff;
	background: #0670FF;
	border: 1px solid #0670FF;
}

/* .page ul li img{
	-webkit-filter: grayscale(1);
	filter: gray;
	opacity:0.5;
} */

img {
	vertical-align: middle;
}

.mian-box {
	width: 1140px;
	margin: 0 auto;
}

.news-list {
	display: flex;
	flex-wrap: wrap;
}

.news-list li {
	width: 30.8%;
	height: 330px;
	margin: 1.3%;
	margin-top:20px;
	/* margin-right: 50px; */
	background: #FFFFFF;
	border-radius: 4px;
	transition: all 0.25s;
	margin-top: 40px;
	overflow: hidden;
}

.news-list li:nth-child(3n+3) {
	margin-right: 0;
}

.news-list li:hover {
	box-shadow: 0 0 30px 0 rgba(6, 112, 255, 0.30);
}

.news-list li img {
	width: 100%;
	min-height: 210px;
}

.news-list li h3 {
	font-size: 14px;
	color: #000;
	font-weight: 500;
	padding: 0 20px;
	margin-top: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.news-list li span {
	display: inline-block;
	width: calc(100% - 40px);
	margin: 0 auto;
	text-align: right;
	font-size: 12px;
	color: #999;
	margin-top: 10px;
	margin-left: 20px;
}
.news-list li span b{
    float: left;
}


.news-list li p {
	font-size: 12px;
	font-weight: 400;
	color: #666;
	padding: 0 20px;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 35px;
}
.video-list li p{
	-webkit-line-clamp: 2;
}

.isshow {
	display: none;
}

.isshow.showList {
	display: block;
}

.footer {
	margin-top: 50px;
}

.footer .fot-top {
	display: flex;
	justify-content: space-between;
}

.fot-left .logo {
	/*height: 45px;*/
	height: 30px;
	margin-top: 0;
	margin-bottom: 20px;
	float: initial;
}

.fot-left {
	font-size: 14px;
	color: #666666;
}

.fot-left li:first-child{
    margin-bottom: 0;
}
.fot-left li {
	margin-bottom: 16px;
}

.fot-left li a img {
	height: 25px;
	width: 25px;
}

.fot-nav ul {
	margin-right: 70px;
}

.fot-nav ul li {
	float: left;
	margin-right: 65px;
}
.fot-nav ul li:last-child{
    margin-right: 10px;
}

.fot-nav ul li h4 {
	font-size: 16px;
	color: #000;
	font-weight: 600;
	margin-bottom: 20px;
}

.fot-nav ul li p {
	margin-bottom: 14px;
}

.fot-nav ul li a {
	font-size: 14px;
	color: #666666;
}
.fot-nav ul li a:hover{
    color: #0670ff;
}

.fot-right img {
	width: 120px;
	height: 120px;
	background: #fff;
	padding: 4px;
}

.fot-right p {
	font-size: 14px;
	color: #666666;
	text-align: center;
	margin-top: 6px;
}

.fot-bottom {
	margin-top: 40px;
	border-top: 1px solid #ddd;
	height: 70px;
	padding-top: 15px;
}

.fot-bottom img {
	height: 30px;
	width: auto;
	margin-right: 6px;
}

.fot-bottom a {
	font-size: 14px;
	color: #666666;
}

.fot-bottom span {
	float: right;
	font-size: 14px;
	color: #666666;
}

.fot-bottom p {
	line-height: 30px;
}

.m-top {
	display: none;
	position: fixed;
	width: calc(100% - 20px);
	height: 60px;
	top: 0;
	left: 0;
	z-index: 99;
	background: #fff;
	padding: 0 10px;
}

.m-top .logo {
	/*height: 80%;*/

}

.m-top div {
	float: right;
	display: flex;
	height: 100%;
	align-items: center;
}

.m-top a {
	display: inline-block;
	width: 90px;
	height: 30px;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	border-radius: 4px;
	background: #0670FF;
	color: #fff;
	margin-right: 16px;
}

.m-top .m_navBtn {
	height: 20px;
	width: 30px;
	cursor: pointer;
}

.m-footer {
	display: none;
	margin-top: 36px;
	padding: 0 20px;
}

.m-footer ul li {
	margin-bottom: 20px;
}

.m-footer ul li h4 {
	font-size: 16px;
	color: #333333;
	margin-bottom: 10px;
}

.m-footer li a {
	font-size: 14px;
	color: #666666;
	display: inline-block;
	/* margin-right: 8.5%; */
	width: 30%;
	margin-bottom:8px;
}


.m-fot-bottom {
	text-align: center;
	border-top: 1px solid #ddd;
	padding-top: 10px;
	margin-bottom: 80px;
}

.m-fot-bottom a {
	font-size: 12px;
	color: #666;
}

.fot-fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: #fff;
	z-index: 22;
	display: none!important;
}

.fot-fixed div {
	display: flex;
	justify-content: center;
	align-items: center;
	float: left;
	width: 50%;
	height: 60px;
	font-size: 14px;
	color: #0670FF;
}

.fot-fixed div:last-child {
	background: #0670FF;
	color: #fff;
}

.fot-fixed img {
	height: 40px;
}

.news-list.anli-list li {
	text-align: center;
	position: relative;
}
.news-list.anli-list li:hover{
    transform:translate(0,-10px)
}


.news-list.anli-list li img {
	width: 194px;
	margin-top: 48px;
	max-height: 60px;
	min-height: auto;
}

.news-list.anli-list li p {
	text-align: left;
	margin-top: 20px;
	font-size: 14px;
	padding: 0 20px;
	height: 60px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-list.anli-list li h2 {
	font-size: 20px;
	color: #333333;
	margin-top: 20px;
}

.news-list.anli-list li b {
    background: #fff;
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #0670FF;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.3s ease;
    border-top: 1px solid #eee;
}
.news-list.anli-list li b:hover {
    background: rgba(6, 112, 255, 0.05);
    border-top: 0;
}

.news-list.anli-list li span {
	width: 70px;
	height: 24px;
	background: #0670FF;
	border-radius: 4px 0 4px 0;
	color: #fff;
	text-align: center;
	line-height: 24px;
	position: absolute;
	top: 0;
	left: 0;
}


.min-banner h1 p{
	font-size: 18px;
}

.news-list.video-list li{
	position: relative;
}
.news-list.video-list li span {
	width: 70px;
	height: 24px;
	background: #0670FF;
	border-radius: 4px 0 4px 0;
	color: #fff;
	text-align: center;
	line-height: 24px;
	position: absolute;
	top: 0;
	left: 0;
}

.news-list.video-list .video-icon{
	position: absolute;
	top: 20%;
	left: calc(50% - 30px);
	width: 60px;
	min-height: auto;
}

.news-list.video-list li{
	height: 350px;
}
.news-list.video-list .anli-logo{
	width: 100px;
	margin-top: 20px;
	margin-left: 20px;
	min-height: auto;
}
.news-list.video-list h2{
	font-size: 20px;
	color: #333;
	margin-left: 20px;
	margin-top: 20px;
}
.news-list.video-list p{
	font-size: 13px;
}

.tan{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	z-index: 999;
	display: none;
}
.tan .tanMain{
	width: 840px;
	height: auto;
	max-height: 90%;
	/*background: #fff;*/
	margin: 10% auto;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
}
.tan .tanMain span{
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 9999;
    color: #fff;
    cursor: pointer;
    font-size: 30px;
}

.tan .tanMain video{
	width: 100%;
}
.tan .tanMain .video-text{
	padding: 36px 24.5px;
}
.tan .tanMain .video-text h2{
	font-size: 24px;
	font-weight: 500;
	color: #333333;
	text-align: center;
}
.tan .tanMain .video-text p{
	font-size: 14px;
	color: #666;
	margin-top: 14px;
}
.tan .tanMain .video-text div{
	text-align: center;
	margin-top: 36px;
}
.tan .tanMain .video-text div button{
	width: 140px;
	height: 40px;
	background: #0670FF;
	color: #fff;
	border: 1px solid #0670FF;
	border-radius: 4px;
	margin: 0 8px;
	font-size: 14px;
	cursor: pointer;
}
.tan .tanMain .video-text div button.closeTan{
	background: #fff;
	color: #0670FF;
}


/* 详情 */
.mian-bigBox{
	/* width: 1200px; */
	width: 1140px;
	margin: 0 auto;
}
.mian-details-box{
	display: flex;
	justify-content: space-between;
}
.details-left{
	width: 804px;
}
.details-left-top{
	display: flex;
	width: 100%;
	height: 60px;
	margin-top: 20px;
	justify-content: space-between;
	align-items: center;
}
.details-left-top a{
	font-size: 14px;
	color: #666666;
}
.details-left-main{
	background: #fff;
	padding: 20px 0;
	border-radius: 4px;
}
.details-left-main h1.title{
	font-size: 24px;
	color: #333;
	text-align: center;
	margin-top: 26px;
	margin-bottom: 36px;
	padding: 0 40px;
}

.content-box{
	padding:0 40px;
	margin-bottom: 20px;
}
.content-box p{
	font-size: 14px;
	color: #333;
	margin-bottom: 26px;
    word-wrap: break-word;
	line-height: 30px;
}
.content-box .details-down{
    text-align: center;
    margin-top: 10%;
}
.content-box .details-down p{
    margin-top: 10px;
}
.content-box .details-down img{
    width: 50px;
    height: 50px;
    background: #0670FF;
    padding: 7px;
    border-radius: 50%;
}

.details-left-bottom{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	margin-bottom: 80px;
	flex-wrap: wrap;
}
.details-left-bottom a{
	background: none;
	border-radius: 4px;
	padding: 0 18px;
	color: #333;
	font-size: 14px;
	margin-bottom: 10px;
	width: 100%;
}
/*.details-left-bottom a:last-child{*/
/*	background: #E8E8E8;*/
/*	color: #666666;*/
/*}*/

.details-right{
	/* width: 360px; */
	width: 310px;
	border-radius: 4px;
	margin-top: 80px;
}
.details-right-box{
	width: 100%;
	background: #fff;
	height: auto;
}
.details-right-top{
	padding: 24px;
	padding-bottom: 0;
}
.details-right-top h3{
	font-size: 18px;
	color: #666666;
	font-weight: 500;
	border-bottom: 1px solid #eee;
	padding-bottom: 16px;
}
.details-right-main ul{
	padding: 24px;
}
.details-right-main ul li{
	margin-bottom: 24px;
}
.details-right-main ul li a{
	font-size: 14px;
	color: #666666;
}
.details-right-main ul li a:hover{
	color: #0670FF;
}
.details-right-main ul li b{
	color: #FF7601;
	font-size: 12px;
	display: inline-block;
	transform: scale(0.8);
	margin-right: 8px;
}


.content-box img{
	max-width: 100%;
}

.details-left.details-main{
	width: 100%;
}
.details-logo{
	text-align: center;
	margin-top: 48px;
	margin-bottom: 48px;
}
.details-logo img{
	width: 194px;
}


.right-fixed{
	position: fixed;
	right: 50px;
	top: 60%;
	z-index: 99;
	background: #fff;
	width: 82px;
	height: 300px;
	border-radius: 4px;
	box-shadow: 0 0 10px #ddd;
	text-align: center;
}
.right-fixed ul{
	height: 100%;
}
.right-fixed li{
	border-bottom: 1px solid #eee;
	height: 25%;
	display: flex;
	justify-items: center;
	justify-content: center;
	align-items: center;
}
.right-fixed li:last-child{
	border-bottom: none;
}
.right-fixed img{
	height: 28px;
	margin-bottom: 6px;
}
.right-fixed li:last-child img{
	height: 20px;
}
.right-fixed a{
	font-size: 13px;
	color: #0670FF;
}
.news-list .material_li{height:240px}
.news-list .material_li h3{font-size:16px;margin-top:18px}

/*解决方案*/
.banner-top div.plan-banner p{
	margin-top: 10px;
	font-size: 16px;
}
.plan-banner h1 a{
	background: #0670FF;
	color: #fff;
	margin-top: 30px;
}
.sort-nav.mao-nav{
	height: 62px;
	border-bottom: 1px solid #eee;
}
.sort-nav .mao-a{
	display: flex;
	justify-content: space-between;
}
.sort-nav .mao-a a {
	display: inline-block;
	padding: 7px 16px;
	cursor: pointer;
	margin: 0;
	color: #666;
	position: relative;
}
.sort-nav .mao-a a.active::after{
	content: '';
	width: 100%;
	height: 2px;
	background: #0670FF;
	position: absolute;
	bottom: -13px;
	left: 0;
}

.sort-nav .mao-a a.active {
	color: #0670FF;
}
.sort-nav .mao-a a:hover{
	color: #0670FF;
}

.sort-nav .mao-a a:hover::after{
	content: '';
	width: 100%;
	height: 2px;
	background: #0670FF;
	position: absolute;
	bottom: -13px;
	left: 0;
}

.one-box{
	background: #fff;
	padding-bottom: 60px;
}

.one-box h1{
	font-size: 36px;
	color: #333333;
	font-weight: 500;
	padding: 40px 0 20px 0;
	text-align: center;
}
.one-box{
	line-height: 1.78;
	font-size: 16px;
}

.two-box{
	background: #fff;
	padding-bottom: 40px;
}
.two-box h1{
	font-size: 36px;
	color: #333333;
	font-weight: 500;
	padding: 40px 0 40px 0;
	text-align: center;
}
.two-box ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.two-box ul li{
	/* width: calc(47% - 120px); */
	width: 48%;
	border: 1px solid #eee;
	padding: 20px 60px;
	margin-bottom: 20px;
	position: relative;
	transition: all 0.35s;
}
.two-box ul li:hover{
	box-shadow: 0 0 16px #e9e9e9;
}
.two-box ul li h3 img{
	width: 24px;
	height: 24px;
	position: absolute;
	left: 26px;
	top: 22px;
}
.two-box ul li p{
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 14px;
}

.three-box{
	margin-bottom: 80px;
}
.three-box h1{
	font-size: 36px;
	color: #333333;
	font-weight: 500;
	padding: 50px 0 50px 0;
	text-align: center;
}

.three-box ul{
	display: flex;
	justify-content: center;
}
.three-box ul li{
	width: 23.5%;
	background: #fff;
	overflow: hidden;
	height: 300px;
	margin: 0 1%;
	border-radius: 4px;
	transition: all 0.35s;
	position: relative;
}
.three-box ul li:hover{
	box-shadow: 0 0 30px 0 rgba(6, 112, 255, 0.30);
}
.three-box ul li .three-imgbox{
	width: 100%;
	height: 220px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.three-box ul li .three-imgbox img{
	height: 100%;
	width: auto;
	/* min-width: 100%; */
}

.three-box ul li .three-txt{
	padding: 0 30px;
	height: 80px;
	position: absolute;
	bottom: 0;
	left: 0;
	/* width: calc(100% - 60px); */
	width: 100%;
	background: rgba(255,255,255,1);
	transition: all 0.65s;
}
.three-box ul li .three-txt h4{
	text-align: center;
	line-height: 80px;
	font-size: 17px;
	color: #333;
	font-weight: 700;
}
.three-box ul li .three-txt p{
	font-size: 14px;
	color: #333;
	line-height: 1.78;
}
.three-box ul li:hover .three-txt{
	height: 100%;
	background: rgba(0,0,0,0.85);
}
.three-box ul li:hover .three-txt h4{
	color: #fff;
}

.three-box ul li:hover .three-txt p{
	color: #fff;
}

.mian-box-big{
	width: 1200px;
	margin: 0 auto;
}

.four-box{
	background: #fff;
	padding-bottom: 80px;
}
.four-box h1{
	font-size: 36px;
	color: #333333;
	font-weight: 500;
	padding: 40px 0 20px 0;
	text-align: center;
}
.four-top{
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

.four-top span {
	display: inline-block;
	padding: 7px 10px;
	cursor: pointer;
	margin: 0 20px;
	color: #666;
	position: relative;
}
.four-top span.active::after{
	content: '';
	width: 100%;
	height: 2px;
	background: #0670FF;
	position: absolute;
	bottom: -10px;
	left: 0;
}

.four-top span.active {
	color: #0670FF;
}
.four-top span:hover{
	color: #0670FF;
}

.four-top span:hover::after{
	content: '';
	width: 100%;
	height: 2px;
	background: #0670FF;
	position: absolute;
	bottom: -10px;
	left: 0;
}

.four-txtBox{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.four-txtBox div{
	width: 50%;
}
.four-txtBox div img{
	width: 100%;
}
.four-txtBox .four-text{
	padding: 20px 30px;
	width: calc(50% - 60px);
}
.four-txtBox .four-text p{
	line-height: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/* -webkit-line-clamp: 3; */
	-webkit-box-orient: vertical;
}
.four-txtBox .four-text a{
	border: 1px solid #0670FF;
	border-radius: 40px;
	display: inline-block;
	line-height: 45px;
	padding: 0 30px;
	margin-top: 40px;
	color: #0670ff;
	font-weight: 600;
	transition: all 0.35s;
}
.four-txtBox .four-text a:hover{
	background: #0670FF;
	color: #fff;
}

.four-txt{
	display: none;
}
.four-txt.showTxt{
	display: block;
}


.five-box{
	padding-bottom: 60px;
}
.five-box h1{
	font-size: 36px;
	color: #333333;
	font-weight: 500;
	padding: 40px 0 40px 0;
	text-align: center;
}
.five-box ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.five-box ul li{
	/* width: calc(48% - 40px); */
	width: 48%;
	display: flex;
	justify-content: space-between;
	border: 1px solid #ddd;
	padding: 20px;
	margin-bottom: 30px;
	transition: all 0.35s;
	background:#fff;
}
.five-box ul li .five-imgBox{
	width: 80px;
	height: 80px;
}
.five-box ul li .five-imgBox img{
	width: 100%;
}


.five-box ul li .five-txt{
	width: calc(100% - 100px);
}
.five-box ul li .five-txt h3{
	font-size: 18px;
}
.five-box ul li .five-txt p{
	font-size: 14px;
	margin-top: 8px;
}

.five-box ul li:hover{
	background: #fff;
	box-shadow: 0 0 20px #e1e1e1;
}


.six-box{
	background: #fff;
	padding-bottom: 60px;
}
.six-box h1{
	font-size: 36px;
	color: #333333;
	font-weight: 500;
	padding: 40px 0 40px 0;
	text-align: center;
}
.six-box ul{
	display: flex;
	flex-wrap: wrap;
}
.six-box ul li{
	/* width: calc((92% / 6) - 20px); */
	width: calc(92% / 6);
	padding: 10px 10px;
	border: 1px solid #eee;
	margin-right: 1.4%;
	margin-bottom: 3%;
	overflow: hidden;
	transition: all 0.35s;
	display: flex;
	justify-content: center;
	align-items: center;
}
.six-box ul li:nth-child(6n+6){
	margin-right: 0;
}
.six-box ul li img{
	max-width: 100%;
}
.six-box ul li:hover{
	box-shadow: 0 0 20px #ddd;
}


.seven-box{
	background: #fff;
	padding-bottom: 100px;
}
.seven-box h1{
	font-size: 36px;
	color: #333333;
	font-weight: 500;
	padding: 40px 0 40px 0;
	text-align: center;
}
.seven-box ul{
	display: flex;
	justify-content: space-between;
}
.seven-box ul li{
	/* width: calc(30% - 80px); */
	width: 30%;
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 30px 40px;
	transition: all 0.35s;
}
.seven-box ul li h3{
	font-size: 18px;
	margin-bottom: 26px;
	position: relative;
}
.seven-box ul li h3::after{
	content: '';
	background: #0670FF;
	height: 3px;
	width: 50px;
	position: absolute;
	bottom: -6px;
	left: 0;
}
.seven-box ul li p{
	font-size: 16px;
	/*text-indent: 2em;*/
	line-height: 1.78;
	margin-bottom: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.seven-box ul li:hover{
	/*color: #fff;*/
	/*background: #0670FF;*/
	box-shadow: 0 0 30px 0 rgba(6, 112, 255, 0.30);
}
.seven-box ul li:hover h3::after{
	background: #fff;
}
/*.seven-box ul li:hover {*/
/*	color: #fff;*/
/*}*/
.tatget_span {
	position: relative;
	height: auto!important;
}
.tatget_span span{
	width: 70px !important;
    height: 28px;
    background: #0670FF;
    border-radius: 4px 0 4px 0;
    color: #fff!important;
    text-align: center;
    line-height: 28px;
    position: absolute;
    top: 0;
    left: 0;
	margin-top:0!important;
	margin-left: 0!important;
	text-align: center!important;
}
.color_red{background:#403e3e!important}
.banner-top h3{    text-align: center;
    width: 100%;
    z-index: 9;
    color: #fff;
    font-size: 50px;}
/*end解决方案*/

/* 直播 */
.details-left-main.live-details h1.title{
	text-align: left;
}
.live-info{
	width: calc(100% - 80px);
    margin-left: 40px;
	font-size: 14px;
	height: 62px;
	position: relative;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}
.live-info p{
	line-height: 1.78;
}
.live-infoBtn{
	position: absolute;
	bottom: 16px;
	right: 20px;
}
.live-infoBtn button{
	width: 88px;
	height: 34px;
	background: #0670ff;
	border: none;
	outline: none;
	border-radius: 4px;
	box-shadow: 0 0 10px #ddd;
	font-size: 15px;
}
.live-infoBtn button a{
	color: #fff;
}
.live-infoBtn button.goBook{
	background: #FF7601;
}
.backBox{
	position: relative;
}
.live-ewm{
	position: absolute;
	top: 40px;
	right: -36px;
	display: none;
	text-align: center;
	width: 160px;
	background: #fff;
	padding-top: 16px;
	padding-bottom: 8px;
	font-size: 13px;
	box-shadow: 0 0 10px #ddd;
}
.live-ewm img{
	width: 130px;
	height: 130px;
}
.backBox:hover .live-ewm{
	display: block;
}
.live-right{
	margin-bottom: 20px;
	text-align: center;
	padding: 30px 0;
	font-size: 14px;
	line-height: 2;
}
.live-right img{
	width: 140px;
	height: 140px;
}


/* end直播 */



@media screen and (max-width: 1350px) {
	.top-right span {
		display: none;
	}
	.right-fixed{
		display: none;
	}

}

@media screen and (max-width: 1075px) {
	.top {
		display: none;
	}

	.m-top {
		/*display: flex;*/
		display: none;
		width: calc(100% -20px);
		align-items: center;
		justify-content: space-between;
	}

	.banner-top {
		margin-top: 60px;
		height: 300px;
		overflow: hidden;
	}

	.banner-top img {
		height: 100%;
		width: auto;
	}

	.banner-top h1 {
		font-size: 30px;
		width: 9em;
	}

	.mian-box {
		width: 100%;
	}

	.news-list li {
		/*width: 93%;*/
		width: calc(100% - 60px);
		height: auto;
		margin: 0 auto;
		padding-bottom: 20px;
		margin-top: 40px;
		box-shadow: 0 0 30px 0 rgba(6, 112, 255, 0.30);
		display: none;
	}

	.news-list li:nth-child(1) {
		display: block;
	}

	.news-list li:nth-child(2) {
		display: block;
	}

	.news-list li:nth-child(3) {
		display: block;
	}

	.news-list li h3 {
		font-size: 16px;
	}

	.news-list li p {
		font-size: 14px;
		height: 60px;
	}

	.news-list li span {
		font-size: 13px;
	}

	.news-list li:nth-child(3n+3) {
		margin-right: auto;
	}

	.banner-fot {
		height: 200px;
		text-align: center;
		overflow: hidden;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.banner-fot img {
		height: 100%;
		width: auto;
		margin: 0 auto;
	}

	.page {
		margin-top: 50px;
		margin-bottom: 40px;
	}

	.footer {
		display: none;
	}

	.m-footer {
		display: block;
	}

	.sort-nav {
		display: block;
		white-space: nowrap;
	}

	.sort-box {
		width: 100%;
		overflow-x: scroll;
		background: #fff;
	}

	.sort-nav span {
		margin-top: 24px;
	}

	.news-list.anli-list li {
		padding-bottom: 55px;
	}

	.banner-top .big-banner h1 {
		width: 11em;
	}
	
	
	.tan .tanMain{
		width: 92%;
		height: auto;
		max-height: 90%;
		position: absolute;
		top: 50%;
		left: 4%;
		transform: translateY(-50%);
	}
	.tan .tanMain .video-text{
		padding: 24px 16px;
	}
	.tan .tanMain .video-text h2{
		font-size: 16px;
	}
	.tan .tanMain .video-text p{
		font-size: 14px;
	}
	.tan .tanMain .video-text p:nth-child(3){
		display: none;
	}
	
	.tan .tanMain .video-text div button{
		margin: 0;
	}
	.tan .tanMain .video-text div button.closeTan{
		margin-left: 8px;
	}
	
	
	.mian-bigBox{
		width: 100%;
	}
	.mian-details-box{
		flex-wrap: wrap;
	}
	.details-left{
		width: 94%;
		margin-left: 3%;
	}
	.details-left-main h1.title{
		padding: 0 10px;
	}
	.content-box{
		padding: 0 10px;
	}
	.content-box img{
		min-width: 100%;
	}
	.details-left-bottom{
		margin-top: 30px;
		margin-bottom: 40px;
		flex-wrap: wrap;
	}
	.details-left-bottom a{
	    background: none;
	    color: #333;
	}
	.details-left-bottom a:last-child{
	    background: none;
	    color: #333;
	}
	
	.details-right{
		margin-top: 0;
		width: 94%;
		margin-left: 3%;
		margin-bottom: 40px;
	}
	.details-left-top{
		flex-wrap: wrap;
		margin-bottom: 16px;
	}
	.details-left-top p{
		width: 100%;
	}
	
	/*解决方案*/
	.mian-box-big{
		width: 100%;
	}
	.one-txt{
		padding: 0 20px;
	}
	.one-box,.four-box,.six-box{
		padding-bottom: 10px;
	}
	.two-box ul li{
		width: 100%;
	}
	.two-box ul{
		padding: 0 20px;
	}
	
	.three-box ul{
		flex-wrap: wrap;
		padding: 0 20px;
	}
	.three-box ul li{
		width: 100%;
		margin-bottom: 20px;
	}
	.sort-nav .mao-a{
		margin-top: 12px;
	}
	.sort-nav .mao-a a{
		padding: 7px 6px;
		margin: 0 6px;
	}
	.sort-nav .mao-a a.active::after{
		bottom: -8px;
	}
	.sort-nav.mao-nav{
		height: 44px;
		border: none;
	}
	.four-top{
		width: 100%;
		overflow-x: scroll;
		justify-content: flex-start;
	}
	.four-top span{
		white-space: nowrap;
		margin: 0 3px;
	}
	.four-txtBox{
		flex-wrap: wrap;
	}
	.four-txtBox div{
		width: 100%;
	}
	.four-txtBox .four-text{
		width: 100%;
	}
	.five-box ul{
		padding: 0 20px;
	}
	.five-box ul li{
		width: 100%;
	}
	.six-box ul{
		padding: 0 20px;
	}
	.six-box ul li{
		width: calc((95% / 3) - 21px);
	}
	.six-box ul li:nth-child(3n+3){
		margin-right: 0;
	}
	.seven-box ul{
		flex-wrap: wrap;
		padding: 0 20px;
	}
	.seven-box ul li{
		width: 100%;
		margin-bottom: 20px;
		box-shadow: none;
	}
	.seven-box{
		padding-bottom: 40px;
	}
	.three-box{
		margin-bottom: 30px;
	}
	/*end解决方案*/
	
	/* 直播 */
	.live-info{
		width: calc(100% - 20px);
		margin-left: 10px;
	}
	/* end直播 */
	
    /*12.23新增*/
    .material-title a{
        top: auto;
        bottom: -30px;
        right: -15px;
    }
    .content-box .details-down img{
        min-width: 50px;
    }
    .ceoInfo p{
        width: 96%;
        margin-left: 2%;
    }
    .partnerWrap{
        width: 100% !important;
        overflow-y: auto;
    }
    .partnerWrap li{
        width: 28%;
        margin: 4px;
    }


}

.sort-nav a{color:#000;}

/* 底部协议 */
.fot-bottom{
	height: auto;
	margin-top: 10px;
}
.fot-xieyi{
	margin-top: 40px;
	margin-bottom: 12px;
	color: #ccc;
	font-size: 14px;
}
.fot-xieyi a{
	color: #666;
}
.fot-xieyi b{
	margin: 0 5px;
}
.fot-bottom img{
	height: 21px;
}
.fot-links{
	font-size: 12px;
	color: #999;
	margin-top: 8px;
	/* padding-bottom: 10px; */
	margin-bottom: 10px;
	height: 20px;
	overflow: hidden;
	position: relative;
	transition: all 0.75s;
	display: flex;
	width: calc(100% - 180px);
}
.fot-links .links-left{
	width: 5em;
}
.fot-links .links-right{
	width: calc(100% - 7em);
}
.fot-links a{
	margin-right: 8px;
	display: inline-block;
	margin-bottom: 8px;
	font-size: 12px;
	color: #999;
}
.fot-links .morelinkBtn{
	cursor: pointer;
	color: #999;
	font-weight: 500;
	display: inline-block;
	transform: rotate(0);
	transition: all 0.35s;
	float: right;
	position: absolute;
	right: 0;
	top: 0;
}
.fot-links p{
	width: calc(100% - 190px);
	overflow:hidden;
	/* text-overflow:ellipsis; */
	white-space:nowrap;
}
.more-link{
	font-size: 14px;
	margin-left: 75px;
	display: none;
	line-height: 2;
}

.m-fot-bottom .fot-xieyi{
	margin-top: 6px;
	padding-top: 10px;
	border-top: 1px solid #eee;
}
.m-fot-bottom .more-link{
	margin-left: 0;
}


.m-banner{
	display: none;
}

/*banner*/
.m-banner {
    width: 100%;
    height: 610px !important;
    overflow: hidden;
    position: relative;
    background: #b8b8b8;
}

.m-banner .swiper-container {
    height: 100%;
}

.m-banner .swiper-wrapper {
    height: 100%;
}

.m-banner .swiper-slide {
    position: relative;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
}

.m-banner .swiper-slide p {
    width: 100%;
    padding: 0 50px 0 20px;
    color: #fff;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 80px;
    z-index: 100;
    opacity: 0;
}

.m-banner .swiper-slide p a {
    color: #fff;
    display: inline;
    padding-bottom: 2px;
}

.m-banner .swiper-slide p a:hover {
    border-bottom: 1px solid #fff;
}

.m-banner .bannerTop h1{
	font-size: 22px;
}

@media screen and (max-width: 1075px) {
	.fot-links{
		width: 100%;
	}

	/* 首页banner */
	.banner{
		display: none;
	}
	.m-banner{
		display: block;
	}
}

.partnerWrap{
    width: 1000px;
    height: 500px;
    margin: 0 auto;
    /*background: url(../images/partnerbg.png)center center/cover;*/
    background: url(../../images/partnerbg.png)center center/cover; 
    padding: 48px 0 0;
}
.PPPartner{
    background: #fff;
}

.navList .navListBox{
    overflow-y: auto;
    max-height: 500px;
}


/*12.22新增*/
.mian-box-big{
    position: relative;
}
.seven-swiper-m{
    display: none;
}
.seven-swiper{
    padding: 0 20px 20px 20px;
    width: 80%;
    margin: 0 auto;
}
.seven-next{
    top: 60%;
    right: 30px;
}
.seven-prev{
    top: 60%;
    left: 30px;
}
.seven-swiper li{
    width: 30.8%;
	height: 330px;
	margin-top:20px;
	/* margin-right: 50px; */
	background: #FFFFFF;
	border-radius: 4px;
	transition: all 0.25s;
	margin-top: 40px;
	overflow: hidden;
}
.seven-swiper li:hover {
	box-shadow: 0 0 30px 0 rgba(6, 112, 255, 0.30);
}

.seven-swiper li,.seven-swiper-m li{
	text-align: center;
	position: relative;
}
.seven-swiper li:hover{
    transform:translate(0,-10px)
}


.seven-swiper li img,.seven-swiper-m li img{
	width: 194px;
	margin-top: 48px;
	max-height: 60px;
	min-height: auto;
}

.seven-swiper li p ,.seven-swiper-m li p{
	text-align: left;
	margin-top: 20px;
	font-size: 14px;
	font-weight: 400;
    color: #666;
	padding: 0 20px;
	height: 60px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.seven-swiper li h2 ,.seven-swiper-m li h2{
	font-size: 20px;
	color: #333333;
	margin-top: 20px;
}

.seven-swiper li b ,.seven-swiper-m li b{
	background: rgba(6, 112, 255, 0.05);
	display: inline-block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #0670FF;
	font-size: 16px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.seven-swiper li span ,.seven-swiper-m li span{
	width: 70px;
	height: 24px;
	background: #0670FF;
	border-radius: 4px 0 4px 0;
	color: #fff;
	text-align: center;
	line-height: 24px;
	position: absolute;
	top: 0;
	left: 0;
}


.three-box ul li{
    min-height: 340px;
}
.three-box .three-title{
    background: url("../images/changjingbg.png");
    background-size: 100% 100%;
    height: 80px;
}
.three-box .three-title h4{
    color: #fff;
    line-height: 80px;
    margin-left: 20px;
}
.three-box .three-main{
    padding: 20px;
    font-size: 14px;
}
.news-list.anli-list li span{
    margin: 0;
}
.news-list li span{
    margin: 0;
}
.news-list li a span{
    margin-top: 10px;
    margin-left: 20px;
}
.sort-nav.on{
    position: fixed;
    top: 62px;
    left: 0;
    z-index: 999;
    transition: all 0.75s;
}
@media screen and (max-width: 1075px) {
    .seven-box ul{
        flex-wrap: nowrap;
        padding: 0;
    }
    .seven-swiper{
        display: none;
    }
    .seven-swiper-m{
        display: block;
        width: 90%;
        padding: 0 20px;
    }
	
	.seven-swiper-m li{
        box-shadow: 0 0 30px 0 rgb(6 112 255 / 30%);
        width: 100%;
    	height: 330px;
    	/* margin-right: 50px; */
    	background: #FFFFFF;
    	border-radius: 4px;
    	transition: all 0.25s;
    	margin-top: 40px;
    	overflow: hidden;
	}
	
	.seven-next{
	    right: 7px;
	}
	.seven-prev{
	    left: 7px;
	}
	
}




/*12.24 新增*/
.about-main{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: linear-gradient(228deg, #0EA9FF 0%, rgba(6,112,255,0.33) 0%);
    border: 1px solid #8FC3F5;
    border-radius: 8px;
    padding: 0 12px;
    width: 1000px;
}
.about-main .video-box{
    width: 415px;
    height: 233px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}
.about-main .video-box video{
    width: auto;
    height: 100%;
}
.aboutContainer p{
    font-size: 13px;
}
.aboutContainer span{
    width: 507px;
    margin-right: 24px;
    margin-top: 26px;
}
.about-main .video-box .video-icon{
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    width: 60px;
    min-height: auto;
    z-index: 9;
    cursor: pointer;
}



@media screen and (max-width: 1075px) {
    .about-main{
        width: 100%;
        flex-wrap: wrap;
    }
    
    .about-main .video-box{
        width: 100%;
        height: 200px;
        margin-top: 10px;
    }
    .aboutContainer span{
        width: 100%;
        margin-right: 0;
    }
	.tan .tanMain{
        overflow: visible;
    }
    .tan .tanMain video{
        position: relative;
        z-index: 9;
    }
    .tan .tanMain span{
        top: -40px;
        right: 0;
    }
    
    .indexNewsTitle{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .indexNewsDesc{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}
.indexNewsDesc{
    margin-top: 3px;
}
@media (max-width: 750px){
a.logo2{display: block;}
}