body,
div,
ul,
li,
a,
ol,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
form,
input,
span,
label,
b,
textarea {
	margin: 0;
	padding: 0;
	line-height: 100%;
	text-decoration: none;
	box-sizing: border-box;
}

body {
	background-color: #ffffff;
	margin: 0;
	font-family: '微软雅黑';
}

@font-face {
	font-family: zaofang;
	/*这里是说明调用来的字体名字*/
	src: url(../font/SourceHanSansCN-Regular.otf);
	/*这里是字体文件路径*/
}

ul {
	list-style: none;
}

li {
	list-style: none;
}

button {
	border: none;
}

img,
input {
	outline: none;
	line-height: normal;
}

input[type=button],
input[type=submit],
input[type=file],
button {
	cursor: pointer;
	-webkit-appearance: none;
}

a {
	-webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
}

i,
em {
	font-style: normal;
}

a:hover {
	text-decoration: none;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0%;
	clear: both;
}
header{
	width: 100%;
	background-color: #000000;
	line-height: 40px;
}
.header{
	width: 1116px;
	margin: auto;
}
.header a{
	display: inline-block;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 60px;
	margin-right: 35px;
}
.down{
	width: 1116px;
	margin:50px auto;
}
.downleft{
	width: 13%;
	float: left;
}
.downleft1{
	margin-bottom: 20px;
}
.downleft1 img{
	width: 100%;
	display: block;
	margin-bottom: 15px;
}
.xzapp{
	width: 100%;
	font-size: 20px;
	color: #FFFFFF;
	border-radius: 5px;
	line-height: 40px;
	background-image: linear-gradient( to bottom, #0067eb, #004eb4);
	text-align: center;
}
.downleft2{
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}
.downleft2a{
	width: 100%;
	border: 1px solid #DDDDDD;
	text-align: center;
	padding: 20px 0;
}
.downleft2a i{
	display: inline-block;
	font-size: 70px;
	line-height: 80px;
	margin-bottom: 5px;
	color: #8a8a8a;
}
.downleft2a p{
	font-size: 12px;
	line-height: 20px;
	color: #8a8a8a;
}
.downleft2b{
	width: 100%;
	height: 100%;
	background-color: #f8f8f8;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	padding: 10px;
	opacity: 0;
	transition: all 0.3s ease;
	border: 1px solid #DDDDDD;
}
.downleft2b img{
	width: 70%;
	margin-top: 5px;
}
.downleft2b p{
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	margin-top: 5px;
}
.downleft2:hover> .downleft2b{
	opacity: 1;
}
.downleft3{
	margin-top: 20px;
	text-align: center;
}
.downleft3 img{
	width: 100%;
	margin-bottom: 5px;
}
.downleft3 p{
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
.downcenter{
	width: 60%;
	float: left;
	margin: 0 2%;
}
.downright{
	width: 23%;
	float: right;
}
.downcenterlb{
	width: 100%;
	margin-top: 20px;
}
.downcenterlb a{
	display: block;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
	padding-left: 170px;
}
.downcenterlb img{
	width: 150px;
	height: 100px;
	position: absolute;
	left: 0;
	top: 0;
}
.downcenterlb a h4{
	font-size: 18px;
	line-height: 20px;
	color: #333;
	margin-bottom: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.downcenterlb a h5{
	font-size: 14px;
	color: #666666;
	line-height: 16px;
}
.downcenterlb a p{
	font-size: 14px;
	color: #666666;
	line-height: 16px;
	margin-top: 39px;
	transition: all 0.3s ease;
}
.downcenterlb a p:hover{
	color: #03a9f4;
}
.downright1{
	width: 100%;
	height: 35px;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	padding-right: 65px;
	border: 1px solid #DDDDDD;
}
.downright1 input{
	width: 100%;
	padding: 0 8px;
	height: 33px;
	border: none;
	font-size: 12px;
}
.downright1 button{
	width: 65px;
	position: absolute;
	right: 0;
	top: 0;
	height: 33px;
	border: none;
	outline: none;
	background-color: #006efc;
	color: #FFFFFF;
	font-size: 12px;
}
.downright2{
	width: 100%;
	margin-top: 20px;
	position: relative;
	background-color: #f4f5f6;
	text-align: right;
	padding: 40px 25px;
	overflow: hidden;
}
.downright2 h4{
	font-size: 24px;
	color: #000000;
	line-height: 26px;
	margin-bottom: 25px;
}
.downright2 div{
	width: 50%;
	display: inline-block;
}
.downright2 div a{
	display: block;
	width: 100%;
	font-size: 17px;
	line-height: 30px;
	border-radius: 20px;
	background-color: #006efc;
	text-align: center;
	color: #ffffff;
	margin-bottom: 10px;
}
.downright2 i{
	position: absolute;
	left: -15px;
	bottom: 0;
	font-size: 110px;
	line-height: 100px;
	color: #99c3fa;
}
.downright3 div a{
	background-color: #0b4fac;
}
.downright3 i{
	color: #618bc5;
	transform: rotateZ(-20deg);
}
.downright4{
	width: 100%;
	margin-top: 20px;
	position: relative;
	background-color: #f4f5f6;
	padding: 15px;
	overflow: hidden;
}
.downright4 p{
	font-size: 12px;
	line-height: 20px;
	height: 20px;
	color: #666666;
}
.downdet{
	width: 1116px;
	margin: 50px auto;
}
.bdshare-button-style1-32 a {
	float: left;
	width: 88px !important;
	padding-left: 38px !important;
	text-indent: 0 !important;
	overflow: hidden;
	color: #000000 !important;
	font-size: 15px;
}
.bd_weixin_popup {
	width: 265px !important;
}
.bd_weixin_popup .bd_weixin_popup_foot {

	text-align: center !important;
}
.downdetleft{
	width:10%;
	float:left;
}
.downdetleft h4{
	font-size: 17px;
	line-height: 30px;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #F44336;
	font-weight: bold;
}
.downdetcenter{
	width: 61%;
	float: left;
	margin: 0 2%;
}
.downdetcenter1 h4{
	font-size: 34px;
	font-weight: 700;
	line-height: 44px;
	color: #222;
}
.downdetcenter1 p{
	margin-top: 12px;
	margin-bottom: 20px;
	font-size: 13px;
	color: #777;
}
.downdetcenter2 img{
	max-width: 100%;
	display: block;
	margin: 10px auto;
}
.downdetcenter2 p{
	font-size: 16px;
	line-height: 28px;
	color: #222;
	word-wrap: break-word;
}
.downdetright{
	width: 25%;
	float: right;
	background-color: #f4f5f6;
	padding: 20px;
	border-top: 3px solid #f44336;
}
.downdetright h4{
	font-size: 17px;
	line-height: 22px;
	font-weight: 700;
	color: #222;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
}
.downdetright a{
	margin-top: 12px;
	line-height: 20px;
	font-size: 14px;
	padding-left: 13px;
	position: relative;
	text-align: justify;
	display: block;
	color: #222222;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
}
.downdetright a:after{
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #b5b3b3;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	content: '';
}
.fenye {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 20px;
}

.fenye li {
	float: left;
	width: auto;
	line-height: 22px;
	height: 22px;
	margin-right: 5px;
	padding: 0px 8px;
}

.fenye .active {
	background-color: #222222;
}

.fenye .current {
	color: #ffffff;
	background-color: #333333;
}

.fenye li a {
	color: #222222;
}
.downcenterlb .downcenterlbst{
	padding-left: 0;
}
.downcenterlbst div {
	display: flex;
	margin-bottom: 15px;
	margin-top: 15px;
}
.downcenterlbst img{
	flex: 1;
	margin-right: 15px;
	position: initial;
	border-radius: 5px;
	height: 160px;
}
.downcenterlbst img:nth-child(3){
	margin-right: 0;
}