﻿/*重置样式*/
body,html{
	width: 100%;
	background: #fff;
	overflow-x: hidden;
	scroll-behavior:smooth;
	font-family:"PingFang SC","Microsoft Yahei",Arial,sans-serif;
}
body{
	overflow: visible;
}
p{
	margin: 0;
}
*{
	margin: 0;
	padding: 0;
}
ul {
	padding: 0;
	margin: 0;
}
li{
	list-style: none;
}
h3{
	margin: 0;
}
a{
	display: inline-block;
	color: inherit;
	font-size: inherit;
	text-decoration: none;
	outline: none;
	transition: all 0.5s;
}
a:hover{
	text-decoration: none;
	color: #78abff;
}
.text-cut{
	width:100%;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
}
.text-cut-2{
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 100%;
}
.text-cut-3{
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    width: 100%;
}
.text-cut-6{
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    width: 100%;
}
.main{
	max-width: 1200px;
	margin: auto;
	padding: 0 15px;
}
.main h1{
	text-align: center;
	font-size: 38px;
	color: #111;
}
.main h2{
	text-align: center;
	color: #111;
}
.hide{
	display: none!important;
}
.empty img{
	margin-bottom: -40px;
}
/* 头部 */
.header_wrap{
	/* background: rgba(0,34,96,1); */
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
}
.navbar {
	max-width: 1200px;
	margin: auto;
	padding: 0 10px;
}
.header_wrap .navbar-brand{
	height: 40px;
	margin: 20px 0;
	width: 160px;
	background: url('/homepage/psctech/img/logo.png') no-repeat;
	background-size: cover;
}
.navbar-brand img{
	height: 100%;
	width: auto;
}
.navbar li{
	float: left;
	color: #fff;
	line-height: 80px;
	margin: 0 20px;
	position: relative;
	cursor: pointer;
}
.navbar .card{
	color: #fff;
}
.navbar li.cur{
	color: #78abff;
}
.navbar .tel{
	float: left;
	color: #fff;
	line-height: 80px;
	padding-left: 20px;
}
.navbar li.acive{
	color: #78abff;
}
.navbar li::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 5px;
	height: 2px;
	width: 0px;
	background: transparent;
	transition: width 0.5s ease;
}
.navbar li:hover::after{
	width: 100%;
	background: #fff;
}
.navbar li:hover .card{
	display: block;
}
.navbar li .card{
	position: absolute;
	top: 100%;
	left: calc(50% - 100px);
	width: 200px;
	padding: 15px;
	border: none;
	background: #294092;
	line-height: 50px;
	display: none;
}
.navbar li .card a{
	display: block;
}
.navbar li .card a:hover{
	color: #78abff;
}



/* 底部 */
.footer_wrap{
	background: #002260;
	color: #fff;
}
.footer_item{
	max-width: 1200px;
	margin: auto;
	padding: 0 10px;

}
.footer .contact{
	padding: 50px 15px;

}
.footer .contact .text{
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	float: left;
	line-height: 56px;
}
.footer .contact .btns{
	float: right;
}
.footer .nav_wrap{
	border-top: 1px solid #ffffff22;
	border-bottom: 1px solid #ffffff22;
	padding: 40px 0 10px;
}
.footer .nav ul{
	float: left;
	margin-right: 50px;
}
.footer .nav ul li{
	font-size: 14px;
	line-height: 35px;
	color: #ccc;
}
.footer .nav ul li:first-child{
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	line-height: 38px;
}
.footer .nav ul li:hover a{
	color: #fff;
}
.footer .info img{
	width: 150px;
	height: 150px;
}
.footer .info p{
	line-height: 32px;
}
.footer .info .wechat{
	margin-left: 50px;
	text-align: center;
}
.copyright{
	text-align: center;
	line-height: 50px;
}

.gotop{
	position: fixed;
	right: 30px;
	bottom: 100px;
	background: #6783b5;
	border-radius: 3px;
	width: 36px;
	height: 36px;
	color: #fff;
	line-height: 36px;
	text-align: center;
	transition: all .5s;
	cursor: pointer;
}
.gotop i{
	font-size: 28px;
}
.gotop:hover{
	background: #0042af;
}


.btn{
	padding: 15px 60px;
	margin-left: 30px;
	transition: all .5s;
}
.btn.bg-blue{
	background: #78abff;
	color: #fff;
}
.btn.bg-blue:hover{
	background: #558ae2;
}
.btn.bg-white{
	color: #0042af;
}
.btn.bg-white:hover{
	background: #e2edff!important;
}
.page{
    padding: 40px 0 40px;
}
.page .dot{
    padding: 5px 10px;
    margin: 5px;
    border-radius: 2px;
    cursor: pointer;
}
.page .dot.active{
    background: #0042af;
    color: #fff;
    cursor: default;
}
.page .dot.disabled{
    color: #ccc;
    cursor: no-drop;
}
.show-xs{
	display: none;
}
.navx .menu{
	display: none;
	position: absolute;
	width: 100vw;
	top: 50px;
	right: 0;
	background: #fff;
	/* color: #fff; */
	overflow-y: auto;
	box-shadow: 0 2px 3px #00000011;
	height: calc(100vh - 50px);
	background: rgba(0,0,0,.5);
}
.navx .inner_menu{
	background: #fff;
	padding: 20px;
}
.navx .iconfont{
	font-size: 30px;
	float: right;
}
.menu .li{
	line-height: 50px;
	border-bottom: 1px solid #ddd;
}
.option{
	display: none;
	padding-left: 15px;
	font-size: 14px;
}
.option a{
	display: block;
	color: #666;
	line-height: 40px;
}
.banner .carousel {
	background: #012873;
}
.copyright{
	font-size: 12px;
}
.btns>div{
	display: inline-block;
}
@media screen and (max-width:700px){
	.banner img{
		width: 150%!important;
		margin-left: -25%;
		margin-right: -25%;
	}
	body{
		padding-top: 50px;
	}
	.show-xs{
		display: block;
	}
    .hide-xs{
		display: none!important;
	}
	.main h1{
		font-size: 22px;
	}
	.navx{
		background: #fff;
		padding: 0 15px;
		box-shadow: 0 2px 6px rgba(0,0,0,.05);
	}
	.header_wrap .navbar-brandx{
		height: 30px;
		width: 120px;
		margin: 10px 0;
		background: url('/homepage/psctech/img/logoB.png');
		background-size: cover;
		color: #0042af;
	}
	.tel{
		margin-top: 10px;
	}
	.footer .contact .text{
		font-size: 18px;
	}
	.footer .contact .btns{
		float: left;
	}
	.btns{
		width: 100%;
	}
	.btns>div{
		width: 50%;
		float: left;
		text-align: center;
	}
	.btn{
		padding: 10px 30px;
		margin: 0 auto;
	}
	.info{
		font-size: 12px;
	}
	.footer h2{
		margin: 0;
		font-size: 20px;
	}
	.footer .title{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.footer .info img{
		width: 100px;
		height: auto;
	}
	.footer .info .wechat{
		margin-left: 20px;
	}
	
	.case_wrap{
		overflow-x: auto;
	}
	.main_wrap{
		padding: 50px 0;
	}
	.page{
		padding: 0!important;
	}
	.info{
		width: 100%;
		padding: 0 15px;
	}
	.content{
		text-align: center;
	}
	.contact .text{
		width: 100%;
		text-align: center;
	}
	body{
		overflow: hidden;
	}
	.gotop{
		right: 15px;
	}
}