/* 初始化样式 */

@charset "utf-8";

/*清除元素默认的内外边距  */

* {
    margin: 0;
    padding: 0
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}


/*让所有斜体 不倾斜*/

em,
i {
    font-style: normal;
}


/*去掉列表前面的小点*/

ol,
ul,li {
    list-style: none;
}


/*图片没有边框   去掉图片底侧的空白缝隙*/

img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle;
    transition: all 0.4s;
}


/*让button 按钮 变成小手*/

button {
    border: none;
    cursor: pointer;
}


/*取消链接的下划线*/

a {color: #333;font-size: 16px;text-decoration: none;cursor: pointer;transition: all .4s;}

a:hover {text-decoration: none;}

.hide,.none{display: none;}


/*清除浮动*/
.clearfix:after {visibility: hidden;clear: both;display: block; content: ".";height: 0;}


a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    text-decoration: none;
}

b{font-weight: 400;}

* {
    box-sizing: border-box;
     outline: none !important;
}
.clear {
    clear: both;
}

.w1400{
	max-width: 1400px;
    margin: 0 auto;
}

@media screen and (max-width: 1400px){
	.w1400{
    max-width: 96%;
    margin: 0 auto;
   }
}


/*公共分页*/
.pages{
	width: 100%;
	margin: 10px auto 50px auto;
	text-align: center;
}
.pages li{
	margin: 0 3px;
	width: auto;
	height: 25px;
	display: inline-block;
	padding: 1px 10px;
	border: 1px solid #e3e3e3;
}
.pages li a{
	display: inline-block;
	height: 100%;
	width: 100%;
	COLOR: #535353;
	TEXT-DECORATION: none;
}
.pages li.c a{
	color: #b6b9ba;
}

.dhboxs{ 
	line-height: 74px;
    border-bottom: 1px solid #eeeeee;
    color: #808080;
    font-size: 16px;
    background: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
}
.dhboxs a{
	color: #808080;
    font-size: 16px;
    margin: 0 5px;
    line-height: 74px;
}
.dhboxs .w1200{
	background: url(../images/home.gif) left no-repeat;
    padding-left: 25px;
}


.ab_menu {
	width: 100%;
	margin: 0px auto  30px auto ;
	vertical-align: middle;
	font-size: 0;
	-webkit-text-size-adjust: none;
	text-align: center;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
}

.ab_menu .menu_con{
	display: inline-block;
	margin-top: 0px;
	position: relative;
}
.ab_menu .menu_con:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 2px;
    height: 2px;
    background: #4c4c4c;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ab_menu .menu_con:nth-last-of-type(1):after {
	content:none !important;
}
.ab_menu .menu_con .menu_a {
	text-align: center;
	font-size: 18px;
	display: block;
	margin: 0 43px;
	height: 80px;
	line-height: 80px;
	color: #171717;
	padding-top: 0px;
	transition: all 0.4s;
}

.ab_menu .menu_con .menu_a:hover,
.ab_menu .on .menu_a {
	color: #669e42;
	border-bottom: 2px solid #669e42;
	margin-bottom: -1px;
	padding-top: 0px;
}

.banner{
	height: 400px;
	overflow: hidden;
}
.banner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width: 992px){
	.ab_menu .menu_con .menu_a {
		text-align: center;
		font-size: 16px;
		display: block;
		margin: 0px 20px;
		height: 60px;
		line-height: 60px;
	}
}
@media screen and (max-width: 640px){
	.ab_menu {
		margin: 0px auto;
		height: 40px;
	}
	.ab_menu .menu_con .menu_a {
		width: auto;
		height: 40px;
		margin:auto 8px;
		line-height: 40px;
		font-size: 13px;
		font-weight: 400;
	}
	.dhboxs,.dhboxs a{ 
	  font-size: 13px;
	  line-height: 50px;
	}
}




.fl {
	float: left;
}

.fr {
	float: right;
}


.w1200{
	max-width: 1200px;
	width: 100%;
	margin: auto;
}
@media screen and (max-width: 1300px){
	.w1200{
		width: 96%;
	}
}
@media screen and (max-width:992px){
  .nybanner img{min-height: 120px;object-fit: cover;}
}

@media screen and (max-width: 769px){

	.float {
		display: none !important;
	}
}


