@charset "utf-8";
/* CSS Document */
html{
	background: #fff;
}
body{
	overflow-x: hidden;
}
.logo-top{
	width: 100%;
	height: 100px;
	position: fixed;
	top:0px;
	background: #fff;
	z-index: 999;
	border-bottom: 1px solid #CFE5FF;
}
.top{
	width: 1400px;
	margin: 10px auto;
	display: flex;
	justify-content: space-around;
	position: flex;
	z-index:999;
}
.logo img{
	width: 450px;
}
.index-menu ul{
	width: 730px;
	font-size: 16px;
	line-height: 60px;
}
.index-menu li{
	max-width: 110px;
	float: left;
	padding-right: 20px;

}
.index-menu li a:hover,.nav-current a{
	color: #0185e5;
	border-bottom:1px solid #0185e5;
	padding-bottom: 5px;
}
.content{
	width: 1200px;
	margin: 0 auto;
}
.index-nav{
	width: 100%;
	height: 70px;
	padding:30px 0px;

}
.english{
	width: auto;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	color:#00b1d1;
	position: relative;
}
.english:after{
	content: "";
	width: 30px;
	height: 2px;
	background: #00b1d1;
	position: absolute;
	z-index: 99;
	right:-40px;
	top:10px;
}
.news .english:after{
	content: "";
	width: 30px;
	height: 2px;
	background: #fff;
	position: absolute;
	z-index: 999;
	right:-40px;
	top:10px;
}
.nav-title{
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 32px;
	color:#138be5;

}
.jianjie{
	text-indent: 2em;
	font-size: 16px;
	line-height: 30px;
	padding: 20px 0px 30px 0px;
	letter-spacing: 2px;
	color: #333;
}
.line{
	width: 1px;
	height: 120px;
	background: #ECECEC;
}
.about-logo{
	display: flex;
	justify-content: center;
	margin: 30px 0px 80px 0px;
}
.about-logo img{
	width: 170px;
	height: 110px;
}
.layui-tab-brief>.layui-tab-title .layui-this {
	color: #1383e1;
}
.layui-tab-brief>.layui-tab-title .layui-this:after {
	border: none;
	border-radius: 0;
	border-bottom: 2px solid #1382df;
}
.layui-tab-title li{
	font-size: 18px;
	padding: 0px 5px;
	margin: 0px 30px;
}
.layui-tab-title{
	display: flex;
	justify-content: center;
}
.layui-tab-item .layui-carousel-ind{
	display: none;
}
.layui-tab-item .layui-carousel{
	left:40px;
}
.layui-tab-item .layui-carousel[lay-arrow=always] .layui-carousel-arrow {
	opacity: 1;
	left: -40px;
}
.layui-tab-item .layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add] {
	right: -40px;
}
.layui-tab-item .layui-carousel-arrow{
	border-radius: 0px;
	width: 40px;
	height:60px;
}
.fuwu-left{
	width: 500px;
	padding:0px 20px 50px 20px;
	height: 300px;
	float: left;
}
.fuwu-left img{
	width: 500px;
	height: 300px;
}
.fuwu-right{
	width:50%;
	float: right;
}
.fuwu-right h1{
	margin-bottom: 50px;
	font-weight: 600;

}
.fuwu-right h2{
	line-height: 30px;
}
.fuwu-right p{
	margin:20px 0px 10px 0px;
	padding: 0px;
	font-size: 15px;
	color: #666;
	line-height: 26px;
}
.layui-tab-title{
	border-color:#ccc;
}
.fuwu-right ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.fuwu-right ul li{
	padding: 5px 30px;
	border-radius: 20px;
	font-size: 18px;
	margin: 20px 20px 0px 0px;
	border:1px solid #4e88ff;
	color: #0044d1;

}
.news-bg{
	width: 100%;
	height: 600px;
	background: url("../../images/portal/images/news-bg.png") center top no-repeat;
	background-size: cover;
}
.news{
	width:1200px;
	margin:0 auto;
}
.news-list{
	width: 100%;
	display: flex;
	justify-content:space-around;
	margin:30px 0px;

}
.news-box{
	width: 23%;
	height: 280px;
	border-radius: 3px;
	background: #fff;
	cursor: pointer;
}
.news-box:hover{
	margin-top:-20px;
}

.news-box img{
	width: 100%;
	height: 210px;

}
.news-box span{
	width: 90%;
	height: 50px;
	line-height: 22px;
	font-size: 16px;
	padding: 10px 5%;
	display: block;
}
.news .english,.news .nav-title{
	color:#fff;
}
.news-more{
	width: 100%;
	height: 42px;
	display: flex;
	justify-content: center;
	margin-top:50px;

}
.news-more a{
	display: block;
	width: 150px;
	height: 40px;
	border:1px solid #fff;
	text-align: center;
	line-height: 40px;
	border-radius: 20px;
	color: #fff;
	font-size: 20px;
}
.news-more a:hover{
	box-shadow: 0px 0px 10px #fff;
}
.link-list{
	width:100%;
	height: 130px;
	display: flex;
	justify-content: space-between;
	margin: 30px 0px 60px 0px;
}
.link-list a{
	display: block;
	height: 110px;
	border: 1px solid #E4E4E4;
	z-index: 1;
	cursor: pointer;
}
.link-list a:hover{
	margin-top: -10px;
}
.footer{
    position: absolute;
    width: 100%;
    height: 120px;
    padding: 50px 0px;
    background: linear-gradient(to right,#014280,#578abb);
    z-index: 999;
}
.footer-box{
	display: flex;
	justify-content:space-around;
}
.foot-lxwm{
    color: #fdfeff;
    font-size: 12px;
    line-height: 25px;
    font-weight: lighter;
}
.foot-lxwm h3{
	font-size: 16px;
	margin-bottom: 15px;
}
#test-laypage-demo2,#test-laypage-demo2-1{
	width: 100%;
	padding: 30px 0px;
	display: flex;
	justify-content: center;
}
.position{
	width: 100%;
	height: 50px;
	line-height: 60px;
	font-size: 16px;
	border-bottom:1px solid #f5f5f5;


}
.position a:hover{
	color:#0185e5;
}
.news-list-ny{

	width: 1160px;
	height: auto;
	margin: 0 auto;
}
.news-list-ny li{
	float: left;
	width: 1130px;
	height: 105px;
	margin-top: 20px;
	padding: 15px;
	border: 1px solid #E3E3E3;

}
.news-list-ny li:hover{
	background: #F9F9F9;
}
.news-list-ny li img{
	width: 140px;
	height: 105px;
	float: left;
}
.news-list-ny li span{
	/*width: 970px;*/
	height: 105px;
	display: block;
	/*float: right;*/
}
.news-list-ny li span h2{
	font-weight: 600;
	font-size: 18px;
	color:#333;
	height: 40px;
	line-height: 30px;
}
.news-list-ny li span p{
	font-size: 14px;
	line-height: 24px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news-list-ny li span .more{
	float: right;
	font-size: 14px;
	color: #0185e5;
	line-height: 25px;
}
.ny-nav{
	width: 400px;
	height: 100px;
	margin:30px auto;
	font-size: 24px;
	font-weight: 600;
	border-bottom:1px solid #ccc;
	text-align: center;
	position:relative;
	line-height: 120px;
}
.ny-nav img{
	position: absolute;
	top:80px;
	left:50%;
	margin-left: -40px;
}
.nav-bottom{
	width: 100%;
	height: 40px;
	top:100px;
	left:0px;
	text-align: center;
	font-size: 16px;
	color:#9F9F9F;
}
.list-about{
	flex-wrap: wrap;
	height: 260px;
}
.list-about a{
	margin-bottom: 20px;
}
.huiwu-titel{
	width: 100%;
	height: 25px;
	margin-bottom: 30px ;
	display: flex;
	justify-content: center;
}
.huiwu-titel span{
	background: #cedfff;
	line-height: 20px;
	font-size: 20px;
	padding: 0px 15px;
	color:#333;
	border:2px solid #fff;

}
.huiwu-left{
	width: 46%;
	float: left;
	margin-left:50px;
	margin-top: 30px;


}
.huiwu-left p{
	font-size: 18px;
	line-height: 25px;
	padding: 15px 0px;
	position:relative;
	color: #666;
}
.huiwu-left p:before{
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #8ab3ff;
	left:-20px;
	top:22px;
	position:absolute;
}
.huiwu-right{
	width: 48%;
	float: right;
}
.huiwu-right img{
	width: 500px;
	height: 300px;
}
.case-list{
	margin-top: 50px;
}
.case-list ul{
	width: 100%;
	display: flex;
	justify-content: space-around;
	margin-top: 30px;
}
.case-list ul li{
	width: 280px;
	height: 280px;

}
.case-list ul li img{
	width: 280px;
	height: 180px;
	float: left;
}
.case-list ul li span{
	float: left;
	width: 260px;
	height:40px;
	padding: 10px;
	line-height: 20px;
	font-size: 14px;
	color:#333;
	text-align: center;
	font-weight: 600;
}
.case-oa ul li{
	width: 560px;
	height: 560px;

}
.case-oa ul li img{
	width: 540px;
	height: 340px;
	border:5px solid #ebebeb;
	border-radius: 3px;

	float: left;
}
.case-oa ul li span{
	float: left;
	width: 520px;
	height:80px;
	padding: 10px;
	line-height: 20px;
	font-size: 14px;
	color:#333;
	text-align: center;
	font-weight: 600;
}
.case-list ul li a:hover span{
	color:#00A7FF;

}
.dj-jianjie{
	margin-bottom: 10px;
}
.dj-jianjie span{
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 40px 0px;

}
.dj-jianjie img{
	margin-right:15px;

}
.dj-jianjie p{
	text-indent: 2em;
	line-height: 30px;
	font-size: 16px;
	color:#333;
	padding:5px 20px;
}
.contact-box{
	width: 100%;
	height: auto;
	padding-top: 50px;
}
.map{
	width: 700px;
	height: 380px;
	float: left;

}
.contact-list{
	width: 450px;
	height: 380px;
	float: left;
	margin-left: 50px;
}
.contact-list h2{
	line-height: 60px;
}
.contact-list ul li{
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #666;
}

.contact-box dl{
	padding:10px 20px;

}
.contact-box dl dd{
	height: 40px;
	line-height: 40px;
	letter-spacing: 5px;
	font-size: 16px;
	color: #666;

}
.contact-box input,.contact-box textarea{
	background: #f8f8f8;
	color: #333;
}
.banner-ny{
	margin-top: 100px; display: flex;justify-content: center;
}
.banner-ny img{
	width: 100%;
	min-width: 1980px;
	height:200px;
	margin: 0 auto;
}
.software .layui-tab-title{
	width: 220px;
	height: 550px;
	padding: 20px;
	display: inherit;
	float: left;
	border-right:1px solid #efefef;
	border-bottom-width:0px;
	margin-bottom: 20px;
}
.software .layui-tab-title li{
	width: 100%;
	height: 40px;
	float: left;
	color: #666;
	margin: 10px 0px;
	text-align: left;
	text-indent: 50px;
	position: relative;
}
.software .layui-tab-title li:after{
	content: "";
	position: absolute;
	width: 230px;
	height: 1px;
	background: #EDEDED;
	bottom:-10px;
	left:0px;

}
.software .layui-tab-title li:before{
	content: "";
	position:absolute;
	width: 0px;
	height: 0px;
	border-top:5px solid transparent;
	border-bottom:5px solid transparent;
	border-left: 6px solid #BDBDBD;
	left:10px;
	top:15px;
	z-index: 99;
}
.software .layui-tab-title .layui-this:before{
	border-left: 6px solid #002CBC;
}
.software .layui-tab-title .layui-this:after{
	top: inherit;
}
.software .layui-tab-content{
	width: 880px;
	float: right;
}
.layui-tab-bar{
	display: none;
}
.software .layui-tab-title .layui-this {
	background: #f1f6ff;
	color:#002BD0;
	border:none;
}
.software .layui-tab-title .layui-this:after{
	border:none;
}
.software-case{
	padding: 20px;
	margin-bottom: 60px;

}
.software-case h1{
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.software-case p{
	padding-bottom: 20px;
	text-align: center;
	font-size: 16px;
	color:#666;
}

.software-case img{
	width: 100%;
	height: auto;
}

.nav{
	width: 100%;
	height: 60px;
	background: #eff5ff;
	position:absolute;
	top:300px;
	left:0px;
	z-index: 9999;
}
.nav ul{
	width: 1200px;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
	display: flex;
	justify-content: center;

}
.nav ul li{
	width: 150px;
	text-align: center;
	font-size: 16px;
	color:#333;
}
.menu-list{
	display: flex;
	justify-content: flex-start;
}
.menu-active,.links:hover{
	color:#fff;
	background-image: linear-gradient(270deg, rgb(32, 149, 243) 0%, rgb(46, 202, 234) 86%);

}

#wrapper{
	width: 100%;
	float: left;
	margin-top: 70px;


}
.links{
	width: auto;
	display: block;

}
.container{
	height: 600px;
	padding-top: 180px;
	margin-top: -180px;
}

.fixed{
	position: fixed;
	top:100px;
}
.oa-iconlist{
	width: 100%;
	margin: 50px 0px;
	display: flex;
	justify-content:space-between;
}
.oa-icon{
	width:390px;
	height: 190px;
	background:#fafafa;
	border:1px solid #ececec;
}
.oa-icon span{
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color:#2277ff;
	line-height: 60px;
	font-size: 20px;
}
.containner-left{
	width: 50%;
	height: auto;
	float: left;
	margin-top: 60px;
}
.containner-left p{
	font-size: 18px;
	line-height: 50px;
	padding: 30px 0px;
	float: left;
	letter-spacing: 2px;
}
.key-text{
	width: 33%;
	float: left;
	height: 60px;
	font-size: 20px;
	display: flex;
	justify-content:flex-start;
	line-height: 40px;


}
.key-text span{
	display: block;
	height: 40px;
	width: 40px;
	margin-right: 15px;
	border-radius: 50%;
	background: #1D6FFF;
	background-image: linear-gradient(270deg, #1D6FFF 0%, #71A4FF 86%);
	text-align: center;
	line-height: 40px;
	font-size: 30px;
	color:#fff;
}
.containner-right{
	width: 45%;
	float: right;
	padding: 60px 0 30px 60px;

}
.containner-right img{
	width: 100%;
}

.xgzs{
	width: 166px;
	font-weight: 600;
	font-size: 18px;
	color: #fff;
	text-align: left;
	padding: 0 44px 0 32px;
	min-width: 104px;
	line-height: 48px;
	cursor: auto;
	background: url("../../images/portal/images/XGZS.png") no-repeat;
	background-size: contain;
}
.nr{
	padding-bottom: 60px;
}
.nr h1{
	width: 100%;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 20px;
}
.nr p{
	text-indent: 2em;
	font-size: 16px;
	line-height: 26px;
	padding: 5px 10px;
}
.up-down{
	width: 100%;
	display: flex;
	justify-content: center;
}
.up-down a{
	width: 100px;
	height: 30px;
	line-height: 30px;
	border:1px solid #ccc;
	text-align: center;
	margin: 50px 5px 0px 5px;

}
.up-down a:hover{
	color:#0185e5;
}
.fabu{
	width: 100%;
	height:30px;
	background: #f7f7f7;
	margin-bottom:30px;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	color:#666;
}

#pages{
	width: 100%;
	padding: 30px 0px;
	display: flex;
	justify-content: center;
}