@charset "utf-8";
body{
	font-family: 'Microsoft Yahei', '微软雅黑';
}
@font-face {
	font-family:'blanch-sed';
	src: url('font192.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
.row{
	margin: 0;
}
a{
	text-decoration: none!important;
	color: inherit;
}
a:visited {color: inherit;} /* 已访问的链接 */
a:active {color: inherit;}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	border: 0;
	font: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
}
ul,li{
	list-style: none;
}
/*导航---共用*/
.mainNav {
	background-color: transparent;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9;
}
.mainNav .newnav{
	display: flex;
	justify-content: space-between;
}
.mainNav .newnav img{
	width: 200px;
}
.mainNav .newnav .nav-link{
	padding:20px 16px;
	color: rgba(255,255,255,.9);
	font-size: 18px;
}
.mainNav .newnav .menu_icon{
	width: 30px;
	margin: 18px 0;
}
.mainNav .newnav .logo{
	margin-top: 13px;
}
.mainNav .nav_show{
	background-color: white;
	position: absolute;
	right: 0;
	left: 0;
	top: 66px;
	z-index: 200;
	border: 1px solid rgba(0,0,0,.125);
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	animation:myfirst .1s;
	-webkit-animation:myfirst .1s;
}
@-webkit-keyframes myfirst /* Safari and Chrome */
{
	0%   {background:#fff;height:0%;}
	25%  {background:#fff;height:25%;}
	50%  {background:#fff; height:50%;}
	75%  {background:#fff;height:75%;}
	100% {background:#fff; height:100%;}
}

.mainNav .nav_show>div{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.mainNav .nav_show::after {
	justify-content: end;
	 content: "";
	 width: 272px;
 }

.mainNav .nav_show ul{
	color: #333 !important;
	list-style: none;
	vertical-align: top;
	padding: 15px 0;
}
.mainNav .nav_show ul li:first-child{
	font-size: 18px;
	/*color: #0080ff;*/
	font-weight: 700;
	line-height: 32px;
	color: #374567;
	border-bottom: 1px solid #ebf0fc;
	padding-bottom: 12px;
}
.mainNav .nav_show ul li{
	color: #374567 !important;
	padding: 0 30px;
	text-align: left;
	margin-bottom: 8px;
	/*margin-right: 48px;*/
	overflow: hidden;
	font-size: 14px;
	line-height: 32px;
	vertical-align: top;
}

.mainNav .nav_show a{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mainNav .nav_show a:hover{
	color: #1890ff !important;
}
.mainNav .collapsbox{
	position: fixed;
	top: 66px;
	width: 100%;
	z-index: 9;
	height: 100vh;
	background-color: rgba(0,0,0,.7);
}
.mainNav .collapsbox .card-header{
	background-color: white;
	font-weight: 700;
	font-size: 18px;
}
.mainNav .collapsbox .list-group{
	padding-left: 30px;
	background-color: #fafafa !important;
	border-radius: unset;
}
.mainNav .collapsbox .list-group-item{
	background-color: #fafafa !important;
	border-width: 1px 0;
	font-weight: 700;
	border-bottom: none;
}
.mainNav .collapsbox .card{
	border-radius: 0;
}
/*footer--公用*/
footer{
	padding: 50px 0;
	background-color: #211e33 !important;
	color: #a7a7a7 !important;
}
footer ul{
	list-style: none;
	padding:0;
	margin:0;
}
footer ul li{
	font-size: 12px;
}

footer ul li:not(:last-child){
	margin-bottom: 10px;
}
footer ul li:first-child{
	color: white !important;
	font-size: 16px;
}
footer .footlogo{
	width: 180px;
	position: relative;
}
footer .footicon img:not(:last-child){
	width: 20px;
	margin-right: 10px;
	cursor: pointer;
}
footer .footicon .qrcode{
	position: absolute;
	width: 200px;
	bottom: 0;
	right: 0;
}
/*首页*/
.indexpage .carousel h1{
	font-size: 36px;
}
.indexpage .banner1{
	background-color: #0080ff !important;
	color: white !important;
}
.indexpage .banner2{
	background-image: linear-gradient(to right, #0f0e65 , #3b0b54);
	color: white !important;
}
.indexpage .bg1{
	padding:160px 0;
	background-image:url("../images/banner.png");
	background-repeat: no-repeat;
	background-position: right;
	background-size: 60%;
}
.indexpage .bg2{
	padding:160px 0;
	background:url("../images/banner2.png");
	background-repeat: no-repeat;
	background-position: right;
	background-size: 40%;

}

.indexpage .banner1 .lead,.indexpage .banner2 .lead{
	width: 50%;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

@media (max-width: 415px){
	.indexpage .banner1,.indexpage .banner2{
		padding:0 30px ;
	}
	.indexpage .i_title{
		margin: 20px 0!important;
	}
	.indexpage .news{
		margin-bottom: 50px!important;
	}
	.indexpage h1{
		font-size: 30px;
	}
	.indexpage h5{
		font-size: 16px;
	}
	.mainNav{
		position:fixed;
		background-color: #0080ff !important;
		z-index: 99;
	}
	.products-banner .banner-img{
		display: none!important;
	}
	.recent-news-details-wrap .content{
		padding:30px!important;
	}
	.recent-news-details-wrap .content ul li span{
		font-size: 16px !important;
		color: #7a8ba6 !important;
		font-family: sans-serif !important;
	}
	.recent-news-details-wrap .content img{
		width: 100% !important;
	}
	.recent-news-details-wrap .content table{
		width:100% !important;
	}
	.recent-news-details-wrap .content p{
		text-align: left !important;
	}
	.recent-news-details-wrap .content span{
		font-size: 16px !important;
		color: #7a8ba6 !important;
		font-family: sans-serif !important;
	}
	.recent-news-details-wrap .content span a{
		text-align: left !important;
		width: 100% !important;
		display: inline-block;
		overflow: hidden !important;
		text-overflow: ellipsis !important;
		white-space: nowrap !important;
	}
	.recent-news-details-wrap .content p a{
		text-align: left !important;
		width: 100% !important;
		display: inline-block;
		overflow: hidden !important;
		text-overflow: ellipsis !important;
		white-space: nowrap !important;
	}
	.recent-news-details-wrap .content p img{
		width: 100% !important;
		height: 100%;
	}
	.recent-news-details-wrap .content p span img{
		width: 100% !important;
		height: 100%;
	}
	.indexpage .adv .advcenter .text{
		font-size: 23px !important;
		top: -17px!important;
	}
	.pagination li:not(:last-child){
		margin-right: 0!important;
	}
	.fangan .fangan-des{
		padding:30px!important;
	}
	.lunbo{
		padding:30px!important;
	}
	.lunbo .solution-pro{
		padding-left: 0!important;
	}
	.lunbo .solution-tech-des{
		width: auto!important;
		padding-right: 0!important;
	}
    .fangan .fangan-des .des {
        width: 80%!important;
    }

}
.recent-news-details-wrap .content p img{
	width: 100% !important;
	height: 100% !important;
}
.recent-news-details-wrap .content table{
	width: 100% !important;
}
.recent-news-details-wrap .content table tbody tr td p img{
	width: 100% !important;
	height: 100% !important;
}
.recent-news-details-wrap .content img{
	width: 100% !important;
}
/*大标题*/
.indexpage .i_title{
	text-align: center;
	margin:50px 0;
}
.indexpage .cn{
	color: #4a4a4a !important;
	font-weight: 700;
	font-size: 24px;
}
.indexpage .en{
	color: #abb3bb;
}
/*主营业务*/
.indexpage .box{
	height: 400px;
	color: white !important;
	text-align: center;
	background-color: rgba(0,0,0,.3);
	padding:179px 50px 0;
	font-size: 20px;
	cursor: pointer;
}
.indexpage .box:hover{
	box-shadow: 0 5px 10px #d0e7ff;
}
.indexpage .box1{
	background: url(../images/slide1.png) no-repeat;
	background-size:100% 100%;
}
.indexpage .box2{
	background: url(../images/slide2.png) no-repeat;
	background-size: 100% 100%;
}
.indexpage .box3{
	background: url(../images/slide3.png) no-repeat;
	background-size: 100% 100%;
}
.indexpage .box .title{
	font-size: 28px;
	text-align: center;
	margin-bottom: 30px;
}
.indexpage .box .button{
	text-align: center;
	margin-top: 30px;
}
@media (max-width: 414px){
	.indexpage .box{
		margin-bottom: 20px;
	}
}
.image-details{
	width: 100%;
}
/*案例展示*/
.indexpage .shadowbox{
	border:1px solid #eee;
	box-shadow: 0 5px 10px #edf6ff;
}
.indexpage .shadowbox:hover{
	box-shadow: 0 5px 10px #d0e7ff;
}
.indexpage .shadowbox .title{
	color: #333 !important;
	font-size: 18px;
	cursor: pointer;
}
.indexpage .shadowbox .title:hover{
	color: #0080ff !important;
}
.indexpage .shadowbox .title i{
	margin-right: 4px;
    color: #0080ff !important;
}
.indexpage .shadowbox p{
	margin:15px 0;
	color: #7a8ba6 !important;
	line-height: 26px;
    display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;
}
.indexpage .shadowbox .btn-outline-primary{
	color: #0080ff !important;
	border-color: #0080ff !important;
}
.indexpage .shadowbox .btn-outline-primary:hover{
	background-color: #0080ff !important;
	color: white;
}
/*资质优势*/
.indexpage .adv{
	background:url(../images/adv.jpg) no-repeat;
	background-size: 100% 100%;
	height: 600px;
	position: relative;
	/*background-attachment: fixed;*/
}
.indexpage .adv .advcenter{
	background-color: rgba(0, 128, 255, .6) !important;
	height: 100%;
	padding:50px 0;
	display: flex;
	justify-content: center;
}
.indexpage .adv .advcenter ul{
	padding:0;
	width: 50%;
	margin-top: 50px;
}
.indexpage .adv .advcenter .ul1{
	text-align: right;
}
.indexpage .adv .advcenter .ul1 li:not(:last-child){
	border-right: 1px solid white;
}
.indexpage .adv .advcenter .ul2 li:not(:last-child){
	border-left: 1px solid white;
}
.indexpage .adv .advcenter ul li{
	position: relative;
	color: white !important;
	list-style: none;
	height: 100px;
	padding:0 30px;
}
.indexpage .adv .advcenter .ul1 div{
	position: absolute;
	top: -7px;
	right: 30px;
}
.indexpage .adv .advcenter .ul2 div{
	position: absolute;
	top: -7px;
}
.indexpage .adv .advcenter .text{
	font-size: 28px;
	top: -17px!important;
}
.indexpage .adv .advcenter .circle{
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: white !important;
	position: absolute;
	top: 0;
	left: -7px;
}
/*新闻中心*/
.indexpage .news{
	display: flex;
	justify-content: flex-start;
	border:1px solid #eee;
	box-shadow: 0 5px 10px #edf6ff;
	margin-bottom: 50px;
}
.indexpage .news:hover{
	box-shadow: 0 5px 10px #d0e7ff;
}
.indexpage .news .bgimg{
	width: 40%;
	background: url(../images/news.png) no-repeat;
	background-size: 100% 100%;
}
.indexpage .news .bgimg2{
	width: 40%;
	background: url(../images/news2.jpg) no-repeat;
}
.indexpage .news ul{
	width: 60%;
	padding:15px;
}
@media (max-width: 414px){
	.indexpage .news ul{
		width: 100%;
	}
}
.indexpage .news ul{
	position: relative;
}
.indexpage .news ul li{
	list-style: none;
	padding:30px 0;
	display: table;
	cursor: pointer;
}
.indexpage .news ul li:not(:last-child){
	border-bottom: 1px solid #e8e8e8;
}
.indexpage .news ul .more{
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 0;
	font-size: 12px;
	color: #0080ff !important;
}
.indexpage .news .date{
	display: table-cell;
	vertical-align: middle;
	color: #d0d0d0 !important;
	width: 120px;
	text-align: center;
}
.indexpage .news .date h2{
	margin-bottom: 0;
	font-size: 20px;
}
.indexpage .news .date div{
	font-size: 14px;
}
.indexpage .news .title{
	color: #333 !important;
	font-size: 18px;
	margin-bottom: 6px;
}
.indexpage .news .title:hover{
	color: #0080ff !important;
}
.indexpage .news p{
	color: #7a8ba6 !important;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 14px;
	margin-bottom: 0;
	word-break: break-word;
}
/*首页 END*/

/*secondaryMenuPage*/
.new-main{
	background: linear-gradient(360deg,#fff 0,#f9faff 100%);
}
.solution-banner {
	padding-top: 80px;
	height: 268px;
	/*background-image: url(https://static.ucloud.cn/f57a4ca7a0f7492bbc3e1c9f0890f7a7.png),linear-gradient(360deg,#3860f4 0,#3860f4 100%);*/
	background-color: #0080ff !important;
	background-size: 1920px 270px,100% 270px;
	background-position: top center,top left;
	background-repeat: no-repeat;
}
.solution-banner .main {
	position: relative;
    height: 100%;
    display: table;
}
.solution-banner .banner-img {
	display: block;
	max-height: 270px;
	float: right;
}
.solution-banner .title {
    display: table-cell;
    vertical-align: middle;
}
.solution-banner .title>div{
    display: flex;
    align-items: center;
}
.solution-banner .title h1 {
    display: inline-block;
	font-size: 36px;
	line-height: 56px;
	color: white !important;
	margin-right: 30px;
}

.new-main h2 {
	margin: 80px 0 30px;
	font-size: 28px;
	line-height: 48px;
	font-weight: 700;
	color: #374567 !important;
	text-align: center;
}
.new-main .h2-des {
	font-size: 14px;
	color: #7a8ba6 !important;
	line-height: 28px;
	text-align: center;
}
.list-four-up-down{
	background: rgba(255,255,255,0) !important;
	margin: 48px 0 0;
	text-align: center;
}
.list-four-up-down h3{
	margin: 16px 8px;
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	color: #374567 !important;
}
.list-four-up-down .des {
	display: inline-block;
	font-size: 16px;
	line-height: 32px;
	color: #7a8ba6 !important;
	width: 210px;
	text-align: justify;
}
.list-four-up-down i {
	font-size: 30px;
	color: #1890ff !important;
}
.fangan {
	/*margin-bottom: 80px;*/
}
.fangan img {
	display: block;
	margin-bottom: 30px;
	width: 100%;
}
.fangan .fangan-des {
	padding: 48px 80px;
	background: #fff;
	box-shadow: 0 16px 16px 0 rgba(55,69,103,.02), 0 8px 8px 0 rgba(235,240,252,.02);
	border: 1px solid #ebf0fc;
	box-sizing: border-box;
	font-size: 0;
	text-align: left;
}
.fangan .fangan-des li:nth-child(odd) {
	margin-right: 0;
}

.fangan .fangan-des li {
	margin-bottom: 24px;
}
.fangan .fangan-des li .label {
	position: relative;
	margin: 0 32px 0 0;

}

.fangan .fangan-des li p {
	display: inline-block;
	color: #7a8ba6 !important;
	font-size: 16px;
	line-height: 32px;
	vertical-align: top;
}
.fangan .fangan-des li .en3 {
	font-family:'blanch-sed';
	position: absolute;
	top: 0;
	left: 4px;
	margin-top: 4px;
	font-size: 34px;
	color: #0080ff !important;
	font-weight: 400;
	letter-spacing: 1px;
}
.fangan .fangan-des li .label:after {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: linear-gradient(360deg,rgba(231,235,255,0) 0,#e9edff 100%);
}
.fangan .fangan-des .des{
	width: 92%;
}
.changjing h2,.jishu h2,.partners h2,.alzs h2,.changjing2 h2{
	text-align: left;
}
h2>.en5{
	margin-left: 16px;
	font-size: 18px;
	color: #7a8ba6 !important;
	font-weight: 400;
}
.changjing .nav-link{
	position: relative;
	display: inline-block;
	padding: 8px 24px;
	font-size: 16px;
	line-height: 28px;
	color: #374567 !important;
	vertical-align: top;
	cursor: pointer;
	border-bottom: 1px solid #e1e6f0;
	transition: all .25s ease-in-out;
	border-radius: 0;
}
.new-tabs .nav-link.active {
	font-weight: 700;
	color: #0080ff !important;
	border-bottom: 2px solid #0080ff;
	background-color: transparent;
	border-radius: 0;
}
.changjing-content {
	margin: 30px 0 0;
	font-size: 0;
	overflow: hidden;
}
.changjing-content .changjing-content-left {
	float: left;
	vertical-align: top;
	padding-top: 83px;
}
.changjing-content .blue-block {
	position: relative;
	padding: 123px 48px 24px 48px;
	width: 473px;
	height: 287px;
	background-color: #fff !important;
	box-shadow: 0 4px 16px 0 rgba(16,84,255,.1);
	box-sizing: border-box;
	border: 1px solid #ebf0fc;
	box-shadow: 0 16px 16px 0 rgba(55,69,103,.02), 0 8px 8px 0 rgba(235,240,252,.02);
}
.changjing-content .scence-img {
	position: absolute;
	top: -83px;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	transform: translate(-50%,0);
	width: 377px;
	border-radius: 4px;
}
.changjing-content .card-title {
	margin-top: 24px;
}
.changjing-content .card-title h3 {
	float: left;
	font-size: 18px;
	line-height: 36px;
	font-weight: 700;
	color: #374567 !important;
}
.changjing-content .card-des {
	margin-top: 8px;
	color: #7a8ba6 !important;
	font-size: 16px;
	line-height: 32px;
}
.changjing-content .changjing-content-right {
	padding-top: 15px;
	float: right;
	vertical-align: top;
}
.changjing-content .changjing-content-right li {
	margin-bottom: 32px;
}
.changjing-content .changjing-content-right .content-left {
	margin-bottom: 8px;
}
.solution-icon {
	margin-bottom: 8px;
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	font-size: 16px;
	line-height: 32px;
	font-weight: 700;
	color: #374567 !important;
}
.solution-icon i{
	color: #1890ff !important;
	margin-right: 20px;
}
.changjing-content .changjing-content-right .content-right {
	width: 544px;
	text-align: justify;
	font-size: 16px;
	line-height: 32px;
	color: #7a8ba6 !important;
}
.changjing2{
	margin-bottom: 80px;
}
.changjing2 .card{
	border: 1px solid #e1e6f0;
	border-radius: 0;
}
.changjing2 .card-header{
	background-color: white;
	color: #374567 !important;
}
.changjing2 .content-right{
	color: #7a8ba6 !important;
	line-height: 30px;
}
.lunbo{
	background-color: white;
	border: 1px solid #e1e6f0;
	box-shadow: 0 16px 16px 0 rgba(55,69,103,.02), 0 8px 8px 0 rgba(235,240,252,.02);
	padding: 60px 108px 72px;
	box-sizing: border-box;
	margin: 30px 0 0;
}
.card-opacity:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 544px;
	width: 1px;
	height: 100%;
	background-color: #e1e6f0;
}
.lunbo .solution-tech-des {
	width: 480px;
	display: inline-block;
	padding-right: 64px;
	vertical-align: top;
}
.lunbo .solution-tech-des img{
    height: 120px;
}
.lunbo .solution-tech-des h3 {
	font-size: 18px;
	font-weight: 700;
	line-height: 36px;
	vertical-align: top;
	color: #374567 !important;
}
.lunbo .solution-tech-des .des {
	margin-top: 8px;
	font-size: 16px;
	line-height: 32px;
	color: #7a8ba6 !important;
	text-align: justify;
}
.lunbo .solution-pro {
	display: inline-block;
	padding-left: 64px;
	vertical-align: top;
	box-sizing: border-box;
}
.lunbo .solution-pro li {
	position: relative;
	margin-bottom: 24px;
	height: 36px;
	transition: all .25s ease-in-out;
}
.lunbo .solution-pro li a {
	display: block;
	color: #374567 !important;
	font-size: 16px;
	line-height: 36px;
	font-weight: 700;
	text-align: left;
	transition: all .25s ease-in-out;
}
.lunbo .solution-pro .icon{
	display: inline-block;
	margin-right: 30px;
	width: 36px;
	height: 36px;
    line-height: 36px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 8px 10px 0 rgba(229,234,255,.82);
	border: 1px solid #fff;
	text-align: center;
	box-sizing: border-box;
	color: #0080ff !important;
	transition: all .25s ease-in-out;
	vertical-align: bottom;
}
.lunbo .solution-pro .icon:hover{
	border-color: #0080ff !important;
}
.lunbo .solution-pro .icon i{
    margin-top: 10px;
    display: block;
}
.lunbo .carousel-control {
	width: 24px;
	height: 24px;
	font-size: 12px;
	color: #7a8ba6 !important;
	background: #fff;
	border-radius: 2px;
	border: 1px solid #e1e6f0;
	box-shadow: 0 8px 10px 0 rgba(229,234,255,.2);
	line-height: 24px;
	box-sizing: border-box;
}
.carousel-control-next, .carousel-control-prev{
	width: 6%;
	opacity: 1;
}
.carousel-control:hover, .carousel-control:hover{
	color: #0080ff !important;
	border-color: #0080ff !important;
	box-shadow: 0 8px 10px 0 rgba(229,234,255,.82);
}
.partners .case-img{
	margin: 0 0 80px;
}

.partners .case-img .p_box {
	box-shadow: 0 16px 16px 0 rgba(55,69,103,.02), 0 8px 8px 0 rgba(235,240,252,.02);
	border: 1px solid #e1e6f0;
	margin:15px auto;
	padding:10px;
	background-color: white;
	height: 60px;
	display: flex;
	align-items: center;
    text-align: center;
    color: #374567 !important;
    font-weight: 700;
}
.partners .case-img img{
	display: block;
	width: 100%;
}
.alzs .xm_box{
    height: 155px;
    margin: 10px 0;
    box-shadow: 0 16px 16px 0 rgba(55,69,103,.02), 0 8px 8px 0 rgba(235,240,252,.02);
    border: 1px solid #e1e6f0;
    padding: 10px;
    box-sizing: border-box;
}
.alzs .xm_box img{
    width: 100%;
}
.alzs div{
    text-align: center;
    color: #374567 !important;
    font-weight: 700;
}

    /*secondaryMenu END*/
/*listPage*/
.products-banner {
	position: relative;
	height: 260px;
	background-color: #0080ff;
	overflow: hidden;
}

.products-banner .banner-img {
	width: 480px;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
}
.products-banner .flex{
	position: relative;
	height: 260px;
}
.products-gray-wrap {
	background: #f9faff !important;
	padding-top: 80px;
}
.products-banner h1{
	position: absolute;
	bottom: 60px;
	color: white;
	font-size: 36px;
}

.products-nav {
	width: 246px;
	z-index: 0;
	border-right: 1px solid #e1e6f0;
	box-sizing: border-box;
}
.products-nav li{
    width: 100%;
}

.products-nav a {
	position: relative;
	padding: 14px 0 14px 60px;
	line-height: 32px;
	box-sizing: border-box;
	font-weight: 700;
	color: #374567 !important;
	display: block;
	font-size: 16px;
}
.products-nav a:last-child {
	border-bottom: none;
}
.products-nav a:hover {
	background: linear-gradient(90deg,rgba(235,240,252,0) 0,#ebf0fc 100%);
	cursor: pointer;
	color: #0080ff !important;
}
.indexpage .shadowbox a button:hover{
	background: #0080ff !important;
	cursor: pointer;
	color: #fff !important;
}
.products-nav a.active:before {
	background: linear-gradient(90deg,#0080ff 0,rgba(95,135,248,0) 100%);
}
.products-nav a:before {
	display: block;
	content: '';
	float: left;
	margin: 13px 0 0 -34px;
	width: 6px;
	height: 6px;
	background: linear-gradient(90deg,rgba(56,96,244,.21) 0,rgba(249,250,255,0) 100%);
	border-radius: 4px;
	box-sizing: border-box;
}
.products-nav .active {
	border-right: 2px solid #0080ff;
	color: #0080ff !important;
	background: linear-gradient(90deg,rgba(255,255,255,0) 0,#fff 100%);
}
.products-nav a:after {
	position: absolute;
	left: 13px;
	bottom: 0;
	display: block;
	content: '';
	width: 185px;
	height: 1px;
	background: #ebf0fc;
}
.recent-news-item {
	position: relative;
	margin-bottom: 48px;
	padding-left: 48px;
	color: #374567 !important;
}
.recent-news-item::before {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 24px;
	height: 24px;
	background-image: url(../images/msg.png);
	background-size: 24px 24px;
	background-repeat: no-repeat;
	background-position: center;
}
.recent-news-item>h2>a {
	font-size: 18px;
	line-height: 36px;
	font-weight: 700;
	color: #374567 !important;
}
.recent-news-item .time {
	font-size: 14px;
	line-height: 28px;
	color: #374567 !important;
	margin-top: 8px;
}
.recent-news-item .des {
	font-size: 16px;
	line-height: 32px;
	color: #7a8ba6 !important;
	text-align: justify;
	margin-top: 8px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.recent-news-item .links {
	display: block;
	font-size: 14px;
	line-height: 28px;
	color: #1890ff !important;
}
.pagination{
	justify-content: center;
	margin-bottom: 80px;
}
.pagination li:not(:last-child){
	margin-right: 24px;
}
.pagination .page-link{
	color: #374567;
	background-color: transparent;
	border:none;
	border-radius: 5px;
}
.pagination .pageinfo{
	color: #7a8ba6 !important;
}
.pagination .page-item.active .page-link{
	background-color: #1890ff !important;
	border-color: #1890ff !important;
}
.products-content {
	padding-bottom: 80px;
}

.products-h2 {
	margin-bottom: 48px;
	font-size: 28px;
	font-weight: 700;
	color: #374567 !important;
	line-height: 48px;
}
.products-intro {
	width: 100%;
	background-image: url(https://static.ucloud.cn/8594beb208a64836a5f88403ce81b491.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #fff;
	box-shadow: 0 16px 16px 0 rgba(55,69,103,.02), 0 8px 8px 0 rgba(235,240,252,.02);
	border: 1px solid #ebf0fc;
	padding: 60px 64px;
}

.products-intro .title {
	font-size: 16px;
	font-weight: 700;
	color: #374567 !important;
	line-height: 32px;
}
.products-intro .desc {
	margin-top: 8px;
	font-size: 16px;
	font-weight: 400;
	color: #7a8ba6 !important;
	line-height: 32px;
	text-align: justify;
}


/*.products-list1 li img {*/
/*	width: 24px;*/
/*	height: 24px;*/
/*	margin: 5px 20px 0 0;*/
/*}*/
/*.products-list1 li .info {*/
/*	display: inline-block;*/
/*	width: 85%;*/
/*	vertical-align: top;*/
/*}*/
/*.products-list1 li .info .title {*/
/*	font-size: 16px;*/
/*	font-weight: 700;*/
/*	color: #374567;*/
/*	line-height: 32px;*/
/*}*/
/*.products-list1 li .info .desc {*/
/*	margin-top: 8px;*/
/*	font-size: 16px;*/
/*	font-weight: 400;*/
/*	color: #7a8ba6 !important;*/
/*	line-height: 32px;*/
/*	text-align: justify;*/
/*}*/
.products-list2 li>div{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.products-list2 li{
	margin-bottom: 48px;
}
.products-list2 li .title {
	font-size: 16px;
	font-weight: 600;
	color: #374567 !important;
	line-height: 32px
}
.products-list2 li .desc {
	margin-top: 16px;
	font-size: 16px;
	font-weight: 400;
	color: #7a8ba6 !important;
	line-height: 32px;
	text-align: justify;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.products-list2 li .links {
	font-size: 14px;
	font-weight: 400;
	color: #0080ff !important;
}
/*.products-list6{*/

/*}*/
/*.products-list6 li>div {*/
/*	display: flex;*/
/*	justify-content: space-between;*/
/*	align-items: center;*/
/*	border-bottom: 1px solid #e1e6f0;*/
/*	margin-bottom: 20px;*/
/*	padding-bottom: 20px;*/
/*}*/
/*.products-list6 li>div:before {*/
/*	display: inline-block;*/
/*	content: "";*/
/*	width: 6px;*/
/*	height: 6px;*/
/*	border-radius: 4px;*/
/*	background: linear-gradient(90deg,#0080ff 0,rgba(95,135,248,0) 100%);*/
/*}*/
/*.products-list6 li .title {*/
/*	width: 286px;*/
/*	padding: 0 24px 0 12px;*/
/*	font-size: 16px;*/
/*	font-weight: 400;*/
/*	color: #374567;*/
/*	overflow: hidden;*/
/*	text-overflow: ellipsis;*/
/*	white-space: nowrap;*/
/*}*/
/*.products-list6 li .links {*/
/*	font-size: 14px;*/
/*	font-weight: 400;*/
/*	color: #0080ff;*/
/*}*/
/*list END*/
/*detail*/
.recent-news-details-wrap {
	background-color: #f9faff !important;
	overflow: hidden;
}
.recent-news-details-wrap .content {
	padding: 50px;
	background: #fff;
	border: 1px solid #ebf0fc;
	font-size: 16px;
	line-height: 32px;
	color: #7a8ba6 !important;
	box-shadow: 0 16px 16px 0 rgba(55,69,103,.02), 0 8px 8px 0 rgba(235,240,252,.02);
	margin-bottom: 100px;
}
.recent-news-details-wrap .news-list-title>.title {
	margin-bottom: 8px;
	font-size: 28px;
	line-height: 56px;
	font-weight: 700;
	color: #374567 !important;
}
.recent-news-details-wrap .news-list-title>.time {
	margin-bottom: 32px;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	vertical-align: middle;
	color: #374567 !important;
}
.recent-news-details-wrap .content p {
	margin-bottom: 16px;
	font-size: 16px;
	line-height: 32px !important;
	color: #7a8ba6 !important;
	text-align: justify;
	background-color: #fff !important;
	font-family: sans-serif !important;
}
.recent-news-details-wrap .breadcrumb{
	background-color: transparent;
	margin-top: 1rem;
}
.recent-news-details-wrap .breadcrumb-item+.breadcrumb-item::before {
	content: ">";
}
.recent-news-details-wrap .breadcrumb-item.active{
	color: #374567 !important;
}
.recent-news-details-wrap .breadcrumb .links{
	color: #1890ff !important;
}
.recent-news-details-wrap .side{
	background-color: white;
	padding:0 15px 15px;
	border:1px solid #ebf0fc;
	box-shadow: 0 16px 16px 0 rgba(55,69,103,.02), 0 8px 8px 0 rgba(235,240,252,.02);
	margin-bottom: 100px;
}
.recent-news-details-wrap .side h3{
	border-bottom: 1px solid #ccc;
	padding:15px 0;
	margin-bottom: 10px;
	color: #374567 !important;
	font-weight: bold;
}
.recent-news-details-wrap .side li{
	line-height: 30px;
	color: #7a8ba6 !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.recent-news-details-wrap .side a:hover{
	color: #0080ff !important;
}
.recent-news-details-wrap .side i{
    margin-right: 5px;
}

.recent-news-details-wrap .content p span{
	color: #7a8ba6 !important;
	font-size: 16px  !important;
	font-family: sans-serif !important;
}
.recent-news-details-wrap .content h1{
	color: #7a8ba6 !important;
	font-size: 16px  !important;
}
.recent-news-details-wrap .content h1 span{
	color: #7a8ba6 !important;
	font-size: 16px  !important;
	font-family: sans-serif !important;
}
.recent-news-details-wrap .content h2{
	color: #7a8ba6 !important;
	font-size: 16px  !important;
}
.recent-news-details-wrap .content h2 span{
	color: #7a8ba6 !important;
	font-size: 16px  !important;
	font-family: sans-serif !important;
}
.recent-news-details-wrap .content h3{
	 color: #7a8ba6 !important;
	 font-size: 16px  !important;
 }

.recent-news-details-wrap .content h3 span{
	color: #7a8ba6 !important;
	font-size: 16px  !important;
	font-family: sans-serif !important;
}
.recent-news-details-wrap .content h4{
	  color: #7a8ba6 !important;
	  font-size: 16px  !important;
  }
.recent-news-details-wrap .content h4 span{
	color: #7a8ba6 !important;
	font-size: 16px  !important;
	font-family: sans-serif !important;
}
.recent-news-details-wrap .content h5{
	   color: #7a8ba6 !important;
	   font-size: 16px  !important;
   }
.recent-news-details-wrap .content ul li span{
	font-size: 16px !important;
	color: #7a8ba6 !important;
	font-family: sans-serif !important;
}
.recent-news-details-wrap .content span{
	font-size: 16px !important;
	color: #7a8ba6 !important;
	font-family: sans-serif !important;
}



.selected{
	color: #007bff !important;
}
/*detail END*/