.FontColor1{
  color: #519032 !important;  /**绿色**/
}
.BgColor1{
  background-color: #519032 !important;  /**绿色**/
}
.BorderColor1{
  border-color: #519032 !important;  /**绿色**/
}
.FontColor2{
  color: #f7a042 !important;  /**橘黄色**/
}
.BgColor2{
  background-color: #f7a042 !important;  /**橘黄色**/
}
.BorderColor2{
  border-color: #f7a042 !important;  /**橘黄色**/
}
.sortname{
	color: #333333;
}

/* 文字排版 */
.textC{
  text-align: center !important;
}
.textL{
  text-align: left !important;
}
.textR{
  text-align: right !important;
}
/* 浮动 */
.floatL{
  float: left !important;
}
.floatR{
  float: right !important;
}
/* 无边框 */
.borno{
  border: none !important;
}
*{
    margin: 0;
    padding: 0;
}
html{
    width: 100%;
    height: 100%;
}
body{
    font-family: "微软雅黑";
}

a{
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
}
li{
    list-style: none;
	float: left;
}
button{
  padding: 0;
  margin: 0;
  background: transparent;
  outline: none;
}
button::after{ border: none;}

.hide{
  display: none !important;   /**隐藏**/
}
.show{
  display: block !important;  /**显示**/
}
.ksqy{
  width: 1200px;
  margin: 0 auto;
}
body{
  background-color: white;
  font-family:MicrosoftYaHei;
}
/*头部*/

.topbox {
	width: 100%;
	background: white;
	position: relative;
}

.header1 {
	width: 100%;
	height: 84px;
	line-height: 84px;
}

.header1 .logo img {
	width: 150px;
	height: 48px;
	margin-top: 22px;
	display: block;
}

.header1 .nav {
	color: #515151;
	font-size: 18px;
}

.header1 .nav>li {
	/*margin: 0 15px;*/
	position: relative;
	width: 90px;
	text-align: center;
}

.header1 .nav .active a {
	color: #519032;
}

.header1 .nav li a {
	color: #515151;
}

.header1 .nav li a:hover {
	color: #519032;
}

.header1 .nav li .sub {
	width: 120px;
	background: rgba(255, 255, 255, .95);
	line-height: 40px;
	border-top: 2px solid #519032;
	position: absolute;
	left: 0px;
	right: 0;
	margin: auto;
	top: 85px;
	z-index: 999;
	display: none;
}

.header1 .nav li .sub>img {
	width: 17px;
	height: 5px;
	transform: rotate(180deg);
	position: absolute;
	top: -5px;
	left: 0;
	right: 0;
	margin: auto;
}

.header1 .nav li .sub li {
	width: 100%;
	text-align: center;
	clear: both;
	border-top: 1px solid #e7e7e7;
	color: #666666;
	font-size: 16px;
}

.header1 .nav .ss {
	width: 122px;
	height: 28px;
	border: 1px solid #616161;
	border-radius: 14px;
	box-sizing: border-box;
	padding: 0 10px;
	margin-top: 30px;
}

.header1 .nav .ss input {
	width: 80%;
	height: 28px;
	border: none;
	outline: none;
	background: transparent;
	font-size: 14px;
}

.header1 .nav li img {
	width: 16px;
	margin-top: 4px;
}


/*banner*/
.banner {
	width: 100%;
	height: 500px;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.abc {
	position: relative;
	/*left: 0;*/
	/*bottom: 0;*/
}
.banner1 img{
	height: 500px;
	margin: 0 auto;
	height: auto;
	display: block;
}


.banner img {
	width: 100%;
	max-width: 1920px;
	height: 500px;
	/*position: absolute;*/
	/*//让图片重叠（图片本部占位）*/
	/*display: none;*/
	/*left: 50%;*/
	/*margin-left: -960px;*/
	/* //图片默认只显示第一个*/
}

.banner ul {
	width: 200px;
	position: absolute;
	margin: 0;
	padding: 0;
	left: 0;
	right: 0;
	bottom: 20px;
	margin: 0 auto;
}

.banner li {
	width: 13px;
	height: 13px;
	background: #DDDDDD;
	margin-left: 15px;
	border-radius: 50%;
	/* //圆角*/
}

.banner .blue {
	/*//用于追加给li,当前li变成红色*/
	background: #519032;
}

/*底部*/

footer {
	width: 100%;
	height: 306px;
	background: rgba(73, 73, 73, 1);
	color: #ECECEC;
	font-size: 14px;
}

footer .db {
	height: 230px;
	box-sizing: border-box;
	padding: 45px 0 35px 0;
	overflow: hidden;
}

footer .db li {
	width: 175px;
	font-size: 14px;
	position: relative;
	margin-left: 30px;
}

footer .db .marl {
	margin: 0;



}

footer .db .zx {
	width: 2px;
	height: 127px;
	background: rgba(161, 161, 161, 1);
	margin: 13px 0px 0 45px;
}



footer .db li h4 {
	font-size: 18px;
	font-weight: 400;
	color: white;
	padding-bottom: 18px;
}

footer .db li h5 {
	font-size: 18px;
	font-weight: 400;
	color: white;
	padding-bottom: 11px;
}

footer .db li p {
	line-height: 27px;
}
footer .db li .left p{
	display: inline-block;
}
footer .db li span {
	margin-left: 19px;
}
footer .db li a {
	color: #ECECEC;
	display: block;
}

footer .db li a:hover {
	color: white;
}

footer .db li img {
	width: 84px;
}

footer .box {
	font-size: 16px;
	width: 100%;
	height: 74px;
	line-height: 74px;
	border-top: 1px solid #A1A1A1;
}
.ssk{
	text-align: center;
	padding: 50px 50px 20px 20px;
}
.ssk .ssi{

 }
.ssk .ssz{
font-size: 20px;
}
.pad_top{
	padding-top: 84px;
}
.header2{
	width: 100%;
	background: white;
	position: fixed;
	top: 0;
	z-index: 999;
}
.nav .view1 {
	width: 53px !important;
	height: 29px;
	border-radius: 5px;
	background: #f98631;
	line-height: 29px;
	margin: 28px 0 0 20px;
	color: white;
	font-size: 18px;
}
.nav .view2{
	width: 74px !important;
	height: 29px;
	border-radius: 5px;
	background: white;
	line-height: 29px;
	margin: 28px 0 0 10px;
	color: #f98631;
	border: 1px solid #f98631;
	font-size: 18px;
}

/* .nav .view1 a{
	width: 53px;
	height: 29px;
	border-radius: 5px;
	background: #f98631;
	line-height: 29px;
	margin: 28px 0 0 20px;
	color: white;
	font-size: 18px;
}
.nav .view2 a{
	width: 53px;
	height: 29px;
	border-radius: 5px;
	background: white;
	line-height: 29px;
	margin: 28px 0 0 10px;
	color: #f98631;
	border: 1px solid #f98631;
	font-size: 18px;
} */
.nav .view1 a{
color:white !important;
}
.nav .view2 a{
color:#f98631 !important;
}