			/*分页列表样式*/
			html {
			   margin-top: 0!important;
			}
			.pagination li{
			display: inline-block;
			margin: 0 7px;
			height: 30px;
			line-height: 30px;
	    	}
			.pagination li a{
				
			}
			.pagination li span{
				
			}
			.prev-page{
				
			}
			.active{
			 background: #3e8378;
			color: #fff;
			text-align: center;
			padding: 0 10px;
			}
			.next-page{
				
			}
			
			
			
			
			
			*{padding:0}
			 img {
		  image-rendering: -webkit-optimize-contrast;
	   }	
			
            a {
                color: #858585;
				outline: none!important;
            }
            
            a:link {
                text-decoration: none;
                /* 指正常的未被访问过的链接*/
            }
            
            a:visited {
                text-decoration: none;
                /*指已经访问过的链接*/
            }
            
            a:hover {
                text-decoration: none;
                /*指鼠标在链接*/
            }
            .menuBox>div>ul>li>a:hover {
	  color:#3e8378!important;
	}
            a:active {
                text-decoration: none;
            }
			   ol,ul,li {
				   list-style-type: none;
				   margin: 0!important;
				   box-sizing: content-box;
			}
            /* 指正在点的链接*/
            /* 头部样式*/
          
            body {
                font-family: "Microsoft YaHei","Arial","黑体","宋体",sans-serif;
                background: #FFF;
                margin: 0;
						color: #353131;
				font-size:14px;
            }
            
            .projectTitle {
                width: 100%;
                align-items: center;
/*                 margin: 1vh 0; */
					  display: flex;
					  justify-content: space-between;
					  height: 59px;
            }
            
            .shrink {
                flex-shrink: 0;
/*                 display: inline-block; */
/*                 margin-top: 1vh; */
            }
            
            .shrink:after {
                content: "";
                display: block;
                clear: both;
            }
            
            
            #logo {
                height: 34px;
                margin-top: 1px;
                margin-left: 54px;
                float: left;
            }
            
            .projectName {
                display: inline-block;
                vertical-align: top;
                border-left: 2px solid #135f07;
                margin-left: .3vw;
                padding-left: .5vw;
                float: left;
                color: #135f07;
            }
            
            .projectName div {
                font-size: 16px;
                font-weight: 900;
                line-height: 19px;
            }
            
            .projectItemBox {
                display: inline-block;
                vertical-align: top;
                margin-left: 3vw;
            }
            
            .projectItem {
                display: inline-block;
                margin: 1vh 0.1vw;
                width: 9vw;
                text-align: center;
                position: relative;
            }
            
            .projectItemName {
                height: 4vh;
                line-height: 4vh;
                font-size: 2vh;
                color: #858585;
                cursor: pointer;
            }
            
            .projectItemNameActive {
                background: #135F07;
                color: #fff;
            }
            
            .projectItemChildBox {
                display: none;
                position: absolute;
                top: 4vh;
                left: 0;
                width: 9vw;
                background: #598F51;
                font-size: 1.2vh;
            }
            
            .projectItemChild {
                display: block;
                color: #fff;
                height: 4vh;
                line-height: 4vh;
                font-size: 1.4vh;
            }
            
            .projectItemChildActive {
                background: rgba(255, 255, 255, 0.2)!important;
                color: #ffffff;
            }
            
            .projectItemChildLine {
                width: 9vw;
                height: 1px;
                background: #3b6135;
                display: block;
            }
            
            .menuBox {
		margin-right: 40px;
		height: 100%;
            }
.menuBox>div>ul>li {
      line-height: 59px;
     padding: 0 16px;
}

				.menuBox>div {
					height: 100%;
				}
				.menuBox .sub-menu {
					top: 50px;
					width: 150px;
				}
            
            .menu {
					  height: 100%;
                padding: 0;
                margin: 0;
/*                 text-align: right; */
					  display: flex;
					  justify-content: flex-end;
					  align-items: center;
            }
            
            .menuBox li {
                list-style-type: none;
						height: 100%;
						
            }
            
            .menu-item {
                height: 4vh;
                line-height: 4vh;
                cursor: pointer;
            }
            
            .menu-item a {
                color: #135F07;
                font-weight: 700;
                font-size: 16px;
            }
            
            .menu-item a:hover {
                color: #135F07;
            }
				.menu-item a:focus {
                color: #135F07;
            }
				.menuBox4 .sub-menu a:hover {
					color: #565656;
				}
            .sub-menu {
                position: absolute;
                padding: 0;
                margin: 0 0 0 -1vw;
                background: #598F51;
                z-index: 999;
                display: none;
            }
            
            .sub-menu li {
                display: block;
                margin: 0;
                background: #598F51;
                text-align: left;
                text-align: center;
                font-size: 14px;
            }
            
            .sub-menu a {
                color: #ffffff;
	font-size: 14px;
    	box-sizing: content-box;
	display: inline-block;
	height: 44px;
  	 width: 100%;
 	  line-height: 44px;
            }
            
            .sub-menu .menu-item {
                margin: 0;
            }
				.menuBox1 {
					display: none;
				}
				.menuBox2,.menuBox3,.menuBox4 {
					display: none;
			   }
				
				.triangle {
					width: 0;
					height: 0;
					border-right: 10px solid transparent;
					border-left: 10px solid transparent;
					border-bottom: 10px solid #fff;
					position: absolute;
					top: -10px;
					right: 10px;
				}
				.merge>ul {
						box-shadow: 0 2px 3px 3px rgba(0,0,0,0.3);
					}
			#newBridge {
				z-index: 408!important;
			}
					@media(max-width: 1200px) {
						.menuBox {
							display: none;
						}
						.menuBox1 {
							display: block;
						}
						.merge {
							text-align: center;
							line-height: 59px;
							position: relative;
							padding-right: 0!important;
						}
						
						.merge>ul {
							visibility: hidden;
							opacity: 0;
							position: absolute;
							right: 0;
							top: 80px;
							z-index: 2147483648;
							background-color:#fff; 
							transition: all 0.3s;
							width: 130px;
						}
						.merge>ul.active1 {
							visibility: visible;
							opacity: 1;
							top: 60px;
						}
						
						.merge>ul>li>a {
							display: block;
							height: 44px;
    							line-height: 44px;
						}
						.icon-shenglve,.icon-caidan {
							color: #135f07;
							font-size: 30px;
							cursor: pointer;
						}
					}
            @media(max-width:1100px) {
					.menuBox1 {
						display: none;
					}
					.menuBox2 {
						display: block;
					}

				}
            @media(max-width:900px) {
					.menuBox2 {
							display: none;
						}
					.menuBox3 {
						display: block;
						}
					.menu-item-254 {
						position: relative;
					}
					.menu-item-254>.sub-menu {
						position: absolute;
						left: -150px;
						top: 0;
					}
            }
				@media(max-width: 830px) {
				.menuBox .sub-menu {
					width: auto;
				}
				.sub-menu a {
    					line-height: 26px;
    					height: auto;
				}
					.menuBox3 {
						display: none;
						}
					.menuBox4 {
						display: block;
						flex-grow: 1;
					}
					.merge {
						position: static;
					}
					.merge>ul {
						position: absolute;
						top: 75px;
						left: 0;
						display: flex;
						flex-direction: column;
						width: 100%;
						transition: all 0.3s ease;
					}
						.merge:hover>ul {
							top: 75px;
							visibility: hidden;
							opacity: 0;
						}
						.merge>ul.chosen {
							top: 58px;
							visibility: visible;
							opacity: 1;
						}
					.menu-item {
						padding: 10px 22px;
					}
					.sub-menu {
						display: block;
						background-color: #fff;
						position: static;
						text-align: left;
						overflow: hidden;
						transition: all 0.5s ease;
						max-height: 0;
					}
					.sub-menu.select {
						max-height: 240px;
					}
					.sub-menu li {
						padding: 3px 0 3px 50px;
						background-color: #fff;
						border-bottom: none;
						text-align: left;
					}
					.sub-menu a {
						color: #135f07;
						padding: 0;
						display: block;
					}
					.merge>ul>li>a {
						text-align: left;
						width: auto;
						height: auto;
   						 line-height: normal;
					}
					
				}
			@media(max-width: 375px) {
				.shrink {
					display: flex;
   				  align-items: center;
				}
				#logo {
					  margin-left: 25px;
					  height: 30px;
				}
			}