*, :after, :before {
	margin: 0;padding: 0;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.clearfix::before,
.clearfix::after{
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    clear:both;
    visibility: hidden;
}

@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/iconfont.woff2') format('woff2'),
    url('../fonts/iconfont.woff') format('woff'),
    url('../fonts/iconfont.ttf') format('truetype'),
    url('../fonts/iconfont.svg#iconfont') format('svg');
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

.mr5{
	margin-right: 5px;
}
a{
	text-decoration:none;
}
ul li{
	list-style-type:none;
}
.top_1{
	float:left;
}
.top_2{
	float:right;
	position:relative;
}
.top1 img{
	padding:3px 10px;
	padding:3px 10px 3px 3px
}
.top1 span{
	padding:5px 0 0 0;
}
.top2{
	max-width: 1280px;
    margin: 0 auto;
    height: 110px;
    position: relative;
}
.top1_1{
    height: 2px;
    background-color: #0078d7;
}
.top2 span{
	position: absolute;
	top:32px;
	
}
.top2 .ul1{
    position: absolute;
    right: 0;
    top: 50px;
}

.top2 .ul1>li:hover .ul2{
	display:block;
}

.top2 .ul1>li:hover a{
	cursor: default;
	color:white;
	background-color: #0078d7;
	margin: 0 5px;
}
.top2 .ul2>li:hover a{
	background-color: #5daff1;
}
.top2 .ul1>li a{
	text-decoration:none;
	color:#333;
	display:inline-block;
	margin: 0 5px;
	width: 100%;
	height:100%;
	text-align: center;
}
.top_num{
    font-size: 16px;
    margin: 0 20px;
    line-height: 50px;
    height: 50px;
    padding: 0 5px;
    display: inline-block;
	position: relative;
}
.bottom .top_num{
    line-height: 20px;
    height: 20px;
}
.top_num2{
	line-height: 40px;
    height: 40px;
}
.bottom .top_num2{
	line-height: 20px;
    height: 20px;
}
.top2 .ul2{
	display:none;
    background-color: #fff;
    position: absolute;
    left:10px;
    z-index: 6000;
    top: 50px;
    background-color: #016dc6;
    opacity: 0.9;
}
.top2 .top_num:nth-last-child(1) .ul2{
    left:-41px;
}

@keyframes paddh1{
   0%{padding: 10px 3px;}
   100%{padding: 0px 3px;}
}
.top2 .ul2>li{
    font-size: 14px;
    width:130px;
}

.top2 .ul2>li:hover{
    background-color: #0527af;
}

.top2 .ul2>li a{
	display:inline-block;
	color:#fff;
	padding-left:3px;
	text-align:left;
	animation:paddh1 0.4s infinite;
    -webkit-animation:paddh1 0.4s infinite; /* Safari 鍜� Chrome */
    animation-iteration-count:1;
}
/*
.nav-top{
	 box-shadow: 0px 1px 12px #888;
    -webkit-box-shadow: 0px 1px 12px #888;
    -moz-box-shadow: 0px 1px 12px #888;
}
*/
.lines{
	width:100%;
	height:50px;
	line-height:50px;
	border-top:1px solid #999;
	background-color: #f5f5f5;
}
.lines .nav{
	max-width: 1280px;
    margin: 0 auto;
    color:#666;
    font-size:14px;
}
.nav span{
	cursor:default;
}
.nav span:nth-child(3)锛�.nav span:nth-child(5){
	margin: 0 10px;
}
.data-content{
	padding-top:50px;
	max-width: 1280px;
    margin: 0 auto;
}
.nav a{
	color:#666;
	font-size:14px;
}
.row{
	width:100%;
	text-align: center;
}
.row5{
	width:48%;
	display:inline-block;
	text-align: center;
}
.btn{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-danger{
	color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}
.btn-danger:hover{
    background-color: #cd2f2b;
    border-color: #ae2928;
}

.lxfs{
	font-size:24px;
	color:#0067d0;
	text-align: center;
}
.contt{
	font-size:12px;
	color:#333333;
	text-align: center;
	margin-top: 5px;
}
.cnt ul{
	
}
.cnt li{
	margin: 30px;
    font-size: 18px;
}
form label span{
    color: red;
    vertical-align: middle;
}
input[type=button]{
	padding: 3px 5px;
} 
input,textarea{
    outline: none;
    border: 1px solid #0067d0;
}
input[type=text]:focus,input[type=number]:focus,textarea:focus{
    border: 1px solid #0078d7;
}
input:hover,textarea:hover{
    background-color: #ffffcc;
}
.form-control {
    height: 34px;
    padding: 3px 3px;
    margin-bottom:5px;
    font-size: 14px;
    color: #555;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control:focus,.form-control:hover {
	border: 1px solid #0067d0;
}

.bottom{
	background-color: #262626;
}

.bottom .ulb1>li{
	position:relative;
}
.bottom .ulb1>li>a{
	color:white;
	font-size:14px;
}

.bottom .ulb2{
	position:absolute;
	margin-top: 0px;
}
.bottom .ulb2>li{
	padding: 5px 0;
}
.bottom div,.bottom .ulb2>li>a{
	color:#a9a9a9;
	font-size:12px;
}
.bot{
	display: flex;
	max-width: 1280px;
    margin: 0 auto;
    margin-top:20px;
    padding-top: 28px; 
}
.bot1{
	flex: 1;
}
.bot2{
	flex: 2;
}
.bot3{
	flex: 1;
	background-color: #2b2b2b;
	padding:0 0 10px 10px;
}
.bottom .bot1 div{
    margin-bottom:10px;
}
.bottom .bot1 div span:nth-child(1){
    vertical-align: middle;
    margin-right:10px;
}
.bottom .lx{
	font-size:14px;
	margin-bottom:20px;
	color:white;
}
.cop{
	margin-top:20px;
	height:70px;
	line-height:70px;
	text-align: left;
	background-color: #141414;
}
.cop div{
	max-width: 1280px;
    margin: 0 auto;
}
.ulb1>li{
	float: left;
	margin-right: 20px;
	width: 66px;
}
.nav .dyh{
	font-size: 22px;
    height: 22px;
    line-height: 22px;
    vertical-align: text-bottom;
}
.data-right .proT{
	display: flex;
	background: -webkit-linear-gradient(#f5f5f5, #ffffff);
    background: -o-linear-gradient(#f5f5f5, #ffffff);
    background: -moz-linear-gradient(#f5f5f5, #ffffff);
    background: linear-gradient(#f5f5f5, #ffffff);
}
.data-right .proL{
	flex:1;	
	margin: 20px;
}
.data-right .proR{
	flex:2;
    margin: 20px;
}
.data-right .proL img{
	width:100%;
}
.data-right .proR div:nth-child(1){
	color:#0089E1;
	font-size:16px;
	font-weight: 700;
	margin-bottom: 10px;
}
.noData{
	text-align: center;
    color:#0089E1;
}
.page{
	display:flex;
	flex-wrap:nowrap;
	justify-content:space-between;
}
.page span,.page a{
	margin: 0 2px;
    padding: 2px 5px;
    font-size:14px;
    color:#000000;
}
.page .pagea{
	border: #aaaadd 1px solid;
    color: #000;
}
.page .pagea:hover{
	color:#ffffff;
	background-color: #0089E1;
}

#floatdiv{
  	position:fixed;
  	right:0;
  	padding: 2px;
    background-color: #fff;
    border-radius: 3px;
    top:150px;
    z-index: 5000;
    opacity: 0.7;
}

#floatdiv ul li{
    width:40px;
    height:40px;
    line-height:40px;
    border-radius:2px;
    margin-bottom:3px;
    text-align:center;
    background-color: #0078d7;
    color:#fff;
    cursor:pointer;
}
#floatdiv ul li:hover{
	color:#20a8dd;
}
#floatdiv ul li a{
	color:#fff;
	display:inline-block;
	width:100%;
	height:100%;
}
#floatdiv ul li a:hover{
	color:#20a8dd;
}
#floatdiv ul li .iconfont{
	font-size:30px;
}
#floatdiv ul li:last-child{
	background-color: #333333;
}

#floatdiv .weixin,#floatdiv .dingtalk,#floatdiv .mobile{
	display:none;
	position:absolute;
	right:48px;
	margin-top:-100px;
}

#floatdiv ul li:nth-child(3):hover .weixin{
	display:block;
}

#floatdiv ul li:nth-child(3):hover .dingtalk{
	display:block;
}

#floatdiv ul li:nth-child(3):hover .mobile{
	display:block;
	color:red;
	width:120px;
	margin-top:-45px;
	right: 43px;
    background-color: sandybrown;
    border-radius: 3px;
    opacity: 0.8;
    text-shadow: 0px 2px 1px #666666;
}

@media screen and (max-width:1280px){
	.top2, .top1_1 {
	    width: 90%;
	}
	.cop{
	    padding: 0 5%;
	}
	.bottom .bot{
		padding-right: 5%;
	    padding-left: 5%;
    }
    .prog{
    	width:90%;
    }
	.data-content{
		width: 90%;
	}
	.lines .nav {
	    width: 90%;
	}
}