html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
	font-family: "Arial,Verdana,Sans-serif";
	margin: 0;
	padding: 0;
}
body{
	background: #f3f3f3;
}
a {
	font-family: "Arial,Verdana,Sans-serif";
	text-decoration: none;
	color: inherit;
	display: initial;
}
body{
    min-width: 1200px;
}
li {
	list-style: none;
}

img {
	display: block;
	width: 100%;
	
}

b {
	display: block;
}

.clear:before,
.clear:after {
	content: '';
	display: block;
	clear: both;
}

.clear {
	zoom: 1;
}
input:focus,textarea:focus{
    outline: none;
}
input, textarea {
  border: 0;
  outline: 0;
}

textarea {
  resize: none;
}
button{
	border: none;
	background: transparent;
}
.clear:before,
.clear:after {
	content: '';
	display: block;
	clear: both;
}

.clear {
	zoom: 1;
}
.minwidth {
  	min-width: 1200px;
	margin: 0 auto;
}
.flex {
	display: flex;
	align-items: center;
}
.flex-left{
	display: flex;
}
.flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.flex-between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flex-end {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
/*头部*/
.header-div{
	padding: 52px 0 24px 0;
	width: 100%;
	/*position: fixed;
	top: 0;
	left: 0;
	background: #FFFFFF;*/
	z-index: 99;
}
.header{
	/*width: 1900px;*/
	margin: 0 20px;
	padding-bottom: 23px;
	border-bottom: 3px solid #2f9cd9;
}
.menu{
	float: right;
}
.logo{
	width:530px;
	margin-right: 100px;
	float: left;
}
.index-lit{
	float: right;
	margin-top: 10px;
}
.index-lit a{
	font-size: 22px;
	padding:0 24px;
	border-right:3px solid #433c3d ;
}
.index-lit a:first-of-type{
	color: #2f9cd9;
}
.index-lit a:last-of-type{
	border-right:none
}
.menu .item-box{
	padding-top: 87px;
	/*float: right;*/
}
.menu .item {
    /*flex: 1;*/
   float: left;
    cursor: pointer;
    color: #000000;
    font-size: 25px;
    font-weight: 400;
    text-align: center;
    padding: 0 50px;
    /*position: relative;*/
}
.menu .item:hover a{
	color: #2f9cd9;
	padding-bottom: 5px;
	/*border-bottom: 2px solid #e60012;*/
	transition: all 0.3s;
}
.active a{
    color: #2f9cd9;
	padding-bottom: 5px;
	/*border-bottom: 2px solid #e60012;*/
}
.active a:hover{
	color: #2f9cd9;
	padding-bottom: 5px;
	/*border-bottom: 2px solid #e60012;*/
}
.banner{
    margin-top: 117px;
}
/*底部*/
.footer-div{
	padding: 25px 0;
	background: #434343;
}
.footer{
	width: 1200px;
	margin: 0 auto;
}
.logo-footer{
	margin-right: 163px;
}
.icon-phone{
	margin-top: -12px;
	margin-right: 10px;
}
.hot{
	font-size: 18px;
	line-height: 30px;
	color: #FFFFFF;
	padding-right: 27px;
	border-right: 1px solid #FFFFFF;
}
.address{
	
	margin-left: 25px;
}
.address .address-text{
	padding-right: 0;
	border-right: none;
}
.footer-min{
	margin-right: 130px;
}
.menu-footer{
	width: 1000px;
	margin: 20px auto;
}
.erweima{
    width: 103px;
}
.f-link{
	padding: 40px 0;
    font-size: 15px;
    text-align: center;
}
/*分页*/
.news_page {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 57px;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.news_page ul li {
  color: #000000;
  text-align: center;
  float: left;
  border: none;
  margin-right: 13px;
  padding: 2px 8px;
  border-radius: 10px;
  background: #ededed;
}
.news_page ul li a{
  color: #000000 !important;
}
.news_page ul li.active {
  color: #FFFFFF !important;
  background-color: #e60012;
	 border: 1px solid #e60012;
}
.news_page ul li.active a{
  color: #000000 !important;
}
.news_page ul li a {
  display: block;
}
.news_page ul form{
  line-height: 27px;
}
.news_page ul form input{
  display: inline-block;
  margin: 0;
  border: 0;
  width: 40px;
  height: 28px;
  font-size: 13px;
  box-sizing: border-box;
}
.news_page ul form input:nth-of-type(1){
  float:left;
  padding-left: 5px;
  border: 1px solid #948686;
}
.news_page ul form input:nth-of-type(2){
  float:left;
  background-color: #777777;
  color: #ffffff;
}