/* 清除默认样式 */
body,
div,
h1,
h3,
h4,
p,
ul,
li {
	margin: 0;
	padding: 0;
}
ul {
    list-style: none;
}
a {
    text-decoration: none;
    border: none;
    outline: none;
}
a:hover{
	text-decoration: none;
}
img {
    border:none;
}

/* 样式 */
body{
	background: url('../images/zt/index3.0/background.png') repeat center;
}
.inner{
	width: 1302px;
	margin: 0 auto;
}
.user-box{
	text-align: right;
    z-index: 2;
    position: absolute;
    width: 100%;
    top: 6px;
}
.user-box a{
  color: #3e3e96;
}
.user-box a:visited {
  color:#3e3e96;
}
.user-box a:hover {
  color:#3e3e96;
}

.logo-box{
	height: 150px;
	background: url('../images/zt/index3.0/导航栏.png') no-repeat center;
	min-width: 1302px;
}
.logo-box .inner{
	position: relative;
	height: 100%;
}

.search-content{
	display: inline-block;
	position: absolute;
	right: 0;
	top: 42px;
}
.search-botton{
	width: 12px;
	height: 12px;
	border-radius: 100%;
	border:2px solid #85a5ff;
	position: absolute;
	right: 7px;
	top: 7px;
}
.search-botton:after{
	content: "";
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
	width:8px;
	height: 2px;
	position: absolute;
	top:13px;
	left: -5px;
	background-color: #85a5ff;
}
.search-box{
	width: 100%;
	height: 30px;
	border-radius: 10px;
	outline: none;
	border:1px solid #85a5ff;
	padding-right: 20%;
	padding-left: 10%;
	box-sizing: border-box;
}
/* .search-box:focus{
	border-color: #fcdb00;
} */
/*导航*/
.nav-box ul{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 806px;
}
.nav-box ul li{
	/* margin-right: 3.9%; */
	display: inline-block;
	position: relative;
	width: 101px;
	text-align: center;
}
.nav-box ul li:first-child{
	width: 65px;
	border-top-left-radius: 12px;
}
.nav-box ul li:first-child a{
	border-top-left-radius: 12px;
}
.nav-box ul li:after{
	content: "";
	width: 1px;
	height: 17px;
	position: absolute;
	background: #fff;
	right: -3px;
	top: 38%;
}
.nav-box ul li:last-child:after{
	display: none;
}
.nav-box ul li:last-child{
	margin-right: 0px;
}
.nav-box ul li a{
	color: rgba(250,250,250,0.98);
	line-height: 70px;
	font-size:18px;
}
/* .nav-box ul li a:hover{
	color: #fcdb00;
	font-weight: bold;
	font-size: 20px;
}
.nav-box ul .active a{
	color: #fcdb00;
	font-weight: bold;
	font-size: 20px;
} */
.nav-box ul li:hover{
	background:-webkit-linear-gradient(#4bb6ff,#31a1ff,#3290ff,#4180ff,#5679ff);/*  Safari 5.1 6.0 */
	background:-o-linear-gradient(#4bb6ff,#31a1ff,#3290ff,#4180ff,#5679ff);/*  Opera 11.6  12.0 */
	background:-moz-linear-gradient(#4bb6ff,#31a1ff,#3290ff,#4180ff,#5679ff);/*  Fx 3.6 15 */
	background:linear-gradient(#4bb6ff,#31a1ff,#3290ff,#4180ff,#5679ff); /* 标准语法（必须是最后⼀个） */
}
.nav-box ul .active a{
	display: block;
	background:-webkit-linear-gradient(#4bb6ff,#31a1ff,#3290ff,#4180ff,#5679ff);/*  Safari 5.1 6.0 */
	background:-o-linear-gradient(#4bb6ff,#31a1ff,#3290ff,#4180ff,#5679ff);/*  Opera 11.6  12.0 */
	background:-moz-linear-gradient(#4bb6ff,#31a1ff,#3290ff,#4180ff,#5679ff);/*  Fx 3.6 15 */
	background:linear-gradient(#4bb6ff,#31a1ff,#3290ff,#4180ff,#5679ff); /* 标准语法（必须是最后⼀个） */
}
/* .nav-box ul li:hover:after,.nav-box ul .active:after{
	top: 40%;
} */
.zhuanti{
	width: 110%!important;
	margin-top: 10px;
	text-align: center;
	background: #4169ff;
	display: none;
	z-index: 2;
	top: 55px!important;
	height: 210%!important;
	right: -4px!important;
	border-radius: 0 0 6px 6px;
}
.zhuanti li{
	display: block!important;
	width: 100%!important;
}
.zhuanti li:after{
	display: none;
}
.zhuanti a{
	font-size:14px!important;
	line-height: 34px!important;
	background: transparent!important;
}
.zhuanti a:hover{
	background:linear-gradient(#4bb6ff,#31a1ff,#3290ff,#4180ff,#5679ff)!important;
}
.active{
	background: transparent!important;
}

/*footer*/
.footer{
	padding-top: 30px;
	/* padding-bottom: 100px;	 */
	padding-bottom: 154px;
	line-height: 28px;
}
.footer span{
	margin-right: 20px;
	color: #525252;
}

/*分页*/
.page-box{
	/* margin-top: 40px; */
	text-align: center;
}
ul.pagination {
    display: inline-block;
	margin-top: 40px!important;
    padding: 0;
    margin: 0;
}
ul.pagination li {
	display: inline;
}
ul.pagination li a {
    color: black;
    /* float: left; */
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 5px;
    border: none;
    margin: 0px 7px;
}
ul.pagination li a.active {
    background-color: #079bff!important;
    color: white;
    border-radius: 5px;
	border: none;
}
ul.pagination li a:hover:not(.active) {
	background-color: #ddd;
	color: #333;
}
.pagination li:hover a {
    border: none;
}
/*面包屑*/
.tab-position{
	margin-bottom: 15px;
	border-bottom: 1px solid #e6e6e8;
	padding-bottom: 20px;
}
.tab-position a{
	font-size: 14px;
	color: #079bff;
}
/*其他*/
.white-box{
	background: #fff;
	padding: 30px;
	border-radius: 10px;
}
.clearfix{
	clear:both;
}
                 
                
/* 通用 */

.txt-over1{
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
}
.txt-over2{
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}
.txt-over3{
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
}
.txt-over4{
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:4;
	-webkit-box-orient:vertical;
}
.txt-over5{
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:5;
	-webkit-box-orient:vertical;
}       