@charset "utf-8";
*{padding:0;margin:0;box-sizing:border-box;}
ul,ol,li{list-style-type:none;}
.clearfix:after{content:"";display:block;clear:both;}
a,a:hover,a:visited{color:inherit;text-decoration:none;}
ul, li, form, dl, dt, dd, div, ol, figure, article, nav, menu, aside {
    padding: 0;
    margin: 0;
}
.flex{display:flex;display:-webkit-flex;display:-ms-flexbox;}
.header{
	position:fixed;
	left:0;top:0;z-index:99;
	background:#749ed291;
	width:100%;padding-left:50px;
	color:#fff;
	-webkit-transition:background .6s;
	transition:background .6s;
}
.header .inner{height:90px;align-items:center;}
.header .right{
	flex:1 1 auto;
	justify-content:
	flex-end;
	align-items:center;}
.header .rcon{
	align-items:stretch;padding-left:50px;justify-content:flex-end;-webkit-transform:translate(0,0);transform:translate(0,0);-webkit-transition:.6s;transition:.6s;}
.header .openSearch .rcon{-webkit-transform:translate(0,-120px);transform:translate(0,-120px);}
.mask{position:fixed;left:0;top:0;width:100%;height:100%;display:none;}
.openSearch .mask{display:block;}
.openedMenu .mask{display:block;}
.nav{font-size:0;border-right:1px solid rgba(255,255,255,0.2);height:90px}
.nav li{display:inline-block;vertical-align:middle;font-size:14px;}
.nav li>a{display:block;line-height:90px;font-size:18px;color:#fff;padding:0 20px;white-space:nowrap;position:relative;text-decoration: none;}
.nav li>a:after{position:absolute;content:"";width:100%;height:0;left:0;bottom:0px;background:url(../images/flash.png) no-repeat center;}
.white .nav li>a:after,.whiteHeader .nav li>a:after{background:url(../images/flash-active.png) no-repeat center;}
.nav li.cur>a:after{height:31px;bottom:-17px;-webkit-transition:.3s;transition:.3s;}
.nav li .sub{position:absolute;top:99%;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);width:1270px;max-width:100%;padding-top:40px;display:none;}
.nav li .subinner{align-items:stretch;background:#fff;}
.nav li .sub .subl{width:250px;background:#f3f8ff;padding:35px 25px 35px 0;}
.nav li .sub .subl a{display:block;padding:0 30px 0 45px;line-height:46px;font-size:15px;color:#555;}
.nav li .sub .subr{padding:50px 65px;flex:1 1 auto;max-width:580px;font-size:15px;color:#555;}
.nav li .sub .subr h3{font-size:18px;color:#333;font-family:'SNregular';margin:20px 0;line-height:1;}
.nav li .sub .subr .desc{line-height:24px;margin-bottom:20px;max-height:48px;overflow:hidden;}
.linka{color:#2d65bc;font-size:14px;}
.nav li .sub .subl a:hover,.nav li .sub .subl a.cur{font-size:18px;color:#2d65bc;font-weight:bold;background:url(../images/icon-more.png) no-repeat right center; text-decoration:none}
.tool{border-right:1px solid rgba(255,255,255,0.2);line-height:90px;white-space:nowrap;padding-right:20px;position:relative;z-index:30;}
.tool .item{display:inline-block;vertical-align:middle;position:relative;font-size:18px;padding-left:20px;cursor:pointer;padding-right:10px;}

.tool .item .down{position:absolute;left:0;width:100%;font-size:14px;top:100%;background:rgba(0,0,0,.1);line-height:40px;display:none;color:#fff;}
.tool .item .down a{display:block;padding-left:20px;padding-right:10px;}
.tool .item .down a:hover{background:rgba(0,0,0,.1);}
.icondown{display:inline-block;vertical-align:middle;margin-left:10px;margin-bottom:8px;width:10px;height:10px;border-right:1px solid #fff;border-bottom:1px solid #fff;transform:rotate(45deg);}
.search{position:relative;padding:0 30px;cursor:pointer;z-index:30;}
.searchbox{position:absolute;right:110%;transition:.6s;opacity:0;top:-100%;width:400px;height:30px;}
.search .searBtn{width:30px;height:30px;display:inline-block;vertical-align:middle;cursor:pointer;background:url(../images/icon-search.png) no-repeat center;}
.searchbox input{width:100%;height:100%;background:#fff;outline:none;border:none;padding:0 10px;}
.searchbox .searchIcon{position:absolute;right:0;top:0;width:30px;height:30px;cursor:pointer;background:url(../images/icon-search.png) no-repeat center;}
.searchbox .searchIcon{background:none;}
.openSearch .searchbox{top:0;opacity:1;}
.logo .black{display:none;}
.header.white,.whiteHeader .header{color:#333;box-shadow:0 0 10px #ccc;}
.header.white .logo .white,.whiteHeader .header .logo .white{display:none;}
.header.white .logo .black,.whiteHeader .header .logo .black{display:block;}
.header.white .nav li>a,.whiteHeader .header .nav li>a{color:#333;}
.header.white .icondown,.whiteHeader .header .icondown{border-color:#333;}
.header.white .search .searBtn,.whiteHeader .header .search .searBtn{background:url(../images/icon-search-black.png) no-repeat center;}
.header.white .searchbox input,.whiteHeader .header .searchbox input{background:#ebebeb;}
.header.white .searchbox .searchIcon,.whiteHeader .header .searchbox .searchIcon{background:none;}
.header.white .openMenu i,.whiteHeader .header .openMenu i{background:#333;}
.header.openedMenu .openMenu i{background:none;}
.header.white .searchbox,.whiteHeader .header .searchbox{background:#fff;}
@media(max-width:1700px){.header{padding-left:20px;}
.nav li>a{font-size:16px;padding:0  17px;}
.tool .item{font-size:16px;padding-left:15px;}
.tool{padding-right:15px;}

.search{padding:0 15px;}
}
@media(max-width:1024px){
.header.white .openSearch .searchbox .searchIcon,.whiteHeader .header .openSearch .searchbox .searchIcon{background:url(../images/icon-search-black.png) no-repeat center;}
.header.white .searchbox .searchIcon,.whiteHeader .header .searchbox .searchIcon{background-size:20px !important;}
.header .inner{height:60px;}
.logo img{max-height:30px;}
.openMenu{border-left:1px solid rgba(255,255,255,0.2);position:relative;width:60px;height:60px;cursor:pointer;}
.openMenu i{position:absolute;width:30px;height:1px;top:50%;background:rgba(255,255,255,0.8);left:50%;margin-left:-15px;}
.openMenu i:before,.openMenu i:after{content:"";position:absolute;width:100%;height:100%;background:inherit;left:0;-webkit-transition:.4s;transition:.4s;}
.openMenu i:before{top:-10px;}
.openMenu i:after{top:10px;}
.header .rcon{position:fixed;right:-100%;width:240px;display:block;background:#fff;top:60px;bottom:0;padding:20px 0;overflow:auto;color:#333;-webkit-transform:none !important;transform:none !important;z-index:20;}
.header.openedMenu .rcon{right:0;}
.nav ul{display:block;}
.nav li{display:block;}
.nav li>a{line-height:40px;margin-bottom:10px;padding-left:60px;color:#333;}
.nav{border:none;}
.nav li .sub{position:static;width:auto;transform:none;padding:10px 0;}
.nav li .subinner{display:block;}
.nav li .sub .subl{width:auto;padding:10px;}
.nav li .sub .subr{padding:10px;}
.nav li .sub .subl a{line-height:40px;font-size:14px;padding-left:50px;}
.nav li .sub .subl a:hover,.nav li .sub .subl a.cur{font-size:16px;}
.nav li>a:after{display:none;}
.tool{border-right:none;padding:0 60px;line-height:40px;}
.tool .item{display:block;padding-left:0;}
.sys{border:none;padding:0;text-align:center;font-size:14px;line-height:50px;}
.sys .user{background:url(../images/icon-user-black.png) no-repeat left center;}
.sys .system{background:url(../images/icon-computer-black.png) no-repeat left center;}
.header.openedMenu .searchbox .searchIcon{background:url(../images/icon-search-black.png) no-repeat center;}
.header.openedMenu .search .searBtn{background:url(../images/icon-search-black.png) no-repeat center;}
.header.openedMenu{background:#fff;}
.header.openedMenu .logo .white{display:none;}
.header.openedMenu .logo .black{display:block;}
.header.openedMenu .openMenu i:before,.header.openedMenu .openMenu i:after{background:#333;top:0;}
.header.openedMenu .openMenu i:before{-webkit-transform:rotate(45deg);transform:rotate(45deg);}
.header.openedMenu .openMenu i:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);}
.searchbox{position:fixed;left:0;right:0;padding:20px 10px;height:70px;width:auto;background:rgba(0,0,0,0.1);}
.searchbox input{height:30px;}
.searchbox .searchIcon{top:20px;right:10px;background:url(../images/icon-search-black.png) no-repeat center;}
.openSearch .searchbox{top:60px;}
.proNav{flex-wrap:wrap;background:#f3f8ff;}
.nav li .proNav .subl{width:100%;background:none;padding:10px 20px;}
.nav li .proNav .subl .icon{display:none;}
.proNav .sub2{display:none !important;}
.nav li .sub .subr{background:#f3f8ff;padding:0 20px 20px;}
.nav li .proNav .subl a{font-size:14px;line-height:34px;padding:0;}
.nav li>a{padding-left:20px;}
.tool{padding:0 20px;}
.nav li .sub .subl{padding:10px 20px;}
.nav li .sub .subl a{padding-left:0;}
}
@media(min-width:1024px){.nav li.cur>a:after{height:2px;bottom:0;background:#fff;opacity:0.2;}
}
.nav li .proNav .subl{width:330px;background:#fff;}
.nav li .proNav .subl .icon{width:50px;display:inline-block;vertical-align:middle;margin-bottom:3px;overflow:hidden;line-height:50px;font-size:0;filter:grayscale(1);margin-right:10px;}
.nav li .proNav .subl .icon img{width:180%;max-width:none;left:-50%;position:relative;}
.nav li .proNav .subl a{font-size:16px;padding-left:30px;}
.nav li .proNav .subl .cur .icon{filter:none;}
.proNav .sub2{width:250px;background:#f3f8ff;padding:58px 25px 35px 30px;color:#333;}
.proNav .sub2 a{font-size:16px;display:block;line-height:42px;padding-right:30px;}
.proNav .sub2 a.cur{font-size:18px;color:#2d65bc;font-weight:bold;background:url(../images/icon-more.png) no-repeat right center;}
.threeBlocks .item{padding-bottom:50% !important;}
@media(min-width:1400px){.header.down{-webkit-transform:translate(0,-100px);transform:translate(0,-100px);-webkit-transition:.6s;transition:.6s;}
.header.up{-webkit-transform:translate(0,0);transform:translate(0,0);-webkit-transition:.6s;transition:.6s;}
}

.pc{display:block !important;}
.app{display:none !important;}
/* 内页banner */
.ny_banner{width:100%;position:relative;margin:90px auto auto}
.ny_banner .bj{width:100%;vertical-align:middle;}
.ny_banner .rq{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}
.ny_banner .rq .div{width:100%;padding-left:75px;position:relative;}
.ny_banner .rq .div img{width:66px;position:absolute;left:0;top:26px;}
.ny_banner .rq .p1{font-family:"YouSheBiaoTiHei";font-size:64px;color:#ffffff;}
.ny_banner .rq .p2{font-size:20px;color:#fffefe;line-height:32px;}
.ny_banner .rq1{width:100%;position:absolute;left:0;bottom:0;display:none}
.ny_banner .rq1 .div{width:100%;height:66px;line-height:66px;border-top:1px solid rgba(255,255,255,.1);}
.ny_banner .rq1 .lef{width:70%;float:left;}
.ny_banner .rq1 .lef a{font-size:16px;color:#ffffff;margin-right:25px;display:inline-block;position:relative;}
.ny_banner .rq1 .lef a:last-child{margin-right:0;}
.ny_banner .rq1 .lef a::before{content:'';width:100%;height:2px;background:#2d65bc;position:absolute;top:-1px;left:0;opacity:0;}
.ny_banner .rq1 .lef a.on::before{opacity:1;}
.ny_banner .rq1 .rig{width:30%;float:right;text-align:right;}
.ny_banner .rq1 .rig a,.ny_banner .rq1 .rig span{font-size:16px;color:#ffffff;padding-right:18px;display:inline-block;position:relative;}
.ny_banner .rq1 .rig span{padding-right:0;}
.ny_banner .rq1 .rig a::before{content:'';width:4px;height:4px;background:#fff;border-radius:50%;position:absolute;right:7px;top:50%;transform:translateY(-50%);}
@media(max-width:991px){.pc{display:none !important;}
.app{display:block !important;}
.wrap{padding:0 15px;}
.ny_banner .rq1 .rig{display:none;}
.ny_banner .rq1 .lef{width:100%;text-align:left;}
.ny_banner .rq1 .lef a{font-size:12px;margin-right:15px;}
.channel_con1 .rq .div1{padding-top:30px;}
.channel_con2 .rq .div1{height:345px;padding:48px 30px;}
.channel_con2 .rq .div{height:345px;padding:48px 15px;}
.channel_con3 .rq .bj{max-width:956px !important;width:956px !important;height:365px;position:absolute;right:0;}
.channel_con3 .rq::before{z-index:2;}
.channel_con3 .rq .div{z-index:3;}
.channel_con3 .rq{height:365px;}
}
 .p1-search-1 {
            background: #f2f2f2;
            height: 82px;
            border-bottom: 1px solid #eee;
            overflow: hidden;
            font-size: 14px;
        }
        
        .p1-search-1 p {
            color: #444;
            line-height: 82px;
        }
        
        .p1-search-1 a {
            color: #444;
            display: inline-block;
            margin-right: 15px;
        }
        
        .p1-search-1-inp {
            width: 270px;
            height: 30px;
            border-radius: 20px;
            background: #fff;
            padding-left: 10px;
            margin-top: 28px;
        }
        
        .p1-search-1-inp input {
            border: 0;
        }
        
        .p1-search-1-inp1 {
            width: 224px;
            height: 30px;
            line-height: 30px;
            color: #a9a9a9;
            float: left;
        }
        
        .p1-search-1-inp2 {
            width: 30px;
            height: 30px;
            background: url(images/VISkins-p1.png) no-repeat -258px -936px;
            float: right;
            cursor: pointer;
        }
		
        .p12-curmbs-1 {
            font-size: 14px;
            border-bottom: 1px dashed #dcdcdc;
        }
        
        .p12-curblock{
            display: none;
        }
        .p12-curmbs-1 b {
            border-left: 10px solid #212224;
            font-weight: normal;
            padding-left: 8px;
        }
        .p12-curmbs-1 i {
            font-style: normal;
        }
        
        .p12-curmbs-1 span {
            font-family: '宋体';
            padding: 0 5px;
            height: 46px;
            line-height: 46px;
        }
    

        .fdh-01-tit {
            background: #30c389;
            height: 80px;
        }
		.fdh-01-tits {
            background: #ececeb;
			margin-top:20px;
            height: 80px;
        }
		 .fdh-01-tits h3 {
            height: 50px;
            line-height: 50px;
            background: url(images/p14-icon5.png) no-repeat right center #ececeb;
           margin-top:0;
			margin-bottom:0;
			
            overflow: hidden;
        }
		  .fdh-01-tits h3 a {
            display: block;
            font-size: 18px;
            font-weight: normal;
            margin-right: 40px;
            margin-left: 38px;
            color: #666666;
            overflow: hidden;
        }
        
        
        .fdh-01-tit h3 {
            height: 75px;
            font-size: 24px;
            font-weight: normal;
            line-height: 75px;
            color: #fff;
            /*border-bottom: 1px solid #fff;*/
            text-align: center;
        }
        
        .fdh-01-tit h3 span {
            font-size: 14px;
            text-transform: uppercase;
        }
        .fdh-01-nav{
			 margin-top:20px;
		}
        .fdh-01-nav-one h3 {
            height: 50px;
            line-height: 50px;
            background: url(images/p14-icon5.png) no-repeat right center #ececeb;
           margin-top:0;
			margin-bottom:0;
			
            overflow: hidden;
        }
        
        .fdh-01-nav-one h3 a {
            display: block;
            font-size: 18px;
            font-weight: normal;
            margin-right: 40px;
            margin-left: 38px;
            color: #666666;
            overflow: hidden;
        }
        
        .fdh-01-nav-one h3.sidenavcur,
        .fdh-01-nav-one h3:hover {
            background: url(images/p14-icon2.png) no-repeat right center  #218626;
        }
        
        .fdh-01-nav-one h3.sidenavcur a,
        .fdh-01-nav-one h3:hover a{
            color: #fff;
        }
        .fdh-01-nav dl {
            padding: 2px 0 4px;
        }
        
        .fdh-01-nav dt {
            height: 50px;
            font-size: 16px;
            line-height: 50px;
            padding-left: 54px;
            padding-right: 40px;
            margin-bottom: 1px;
            background: #ececec;
            position: relative;
            overflow: hidden;
        }
        
        .fdh-01-nav dt:after {
            content: "";
            width: 8px;
            height: 8px;
            border: 2px solid #b8b8b8;
            border-style: solid solid none none;
            position: absolute;
            top: 50%;
            right: 32px;
            margin-top: -4px;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }
        
        .fdh-01-nav dt.sidenavcur:after,
        .fdh-01-nav dt:hover:after {
            border-color:  #0060b7;
        }
        
        .fdh-01-nav dt.sidenavcur a,
        .fdh-01-nav dt:hover a {
            color:  #0060b7;
        }
        
        .fdh-01-nav dd {
            border: 1px solid #ececec;
            border-bottom: 0;
        }
        
        .fdh-01-nav p {
            height: 50px;
            font-size: 14px;
            line-height: 50px;
            padding-left: 72px;
            padding-right: 40px;
            border-bottom: 1px solid #ececec;
            background: #fff;
            position: relative;
            overflow: hidden;
        }
        
        .fdh-01-nav p.sidenavcur a,
        .fdh-01-nav p:hover a {
            color:  #0060b7;
        }
        
        .fdh-01-nav p.sidenavcur:after,
        .fdh-01-nav p:hover:after {
            background: #212224;
        }
        
        .fdh-01-nav a {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
    
        .contact_a{
			background: #f3f3f3;
			padding:10px;
			
		}
		.contact_a span{
			font-weight:bold;
		}
		.contact_a h5{
			text-align:center;
			
			background: #f3f3f3;
			padding:10px;
			
		}
		.contact_aimg{
			margin:5px auto;
			
		}
		.contact_aimg .contact_aimga{
			display:inline-block;
			margin:5px;
		}
		.contact_aimg img{
			width:100px;
			height:100px;
		}
		.contact_a_tel{
			color: #218626;
			font-size:18px;
		}
        .contact-z1 {
			width:100%;
            display:block;
            color: #333;
            margin-bottom: 30px;
        }
        .contact-z1 img{
			width:100%;
            display:block;
            color: #333;
            margin-bottom: 30px;
        }
        .contact-z1 p {
            font-size: 20px;
            height: 30px;
            line-height: 30px;
            padding: 37px 0 0 95px; 
            background: url(images/contact-z1_tel.png) no-repeat 74px 44px;
        }
        
        .contact-z1 span {
            display: block;
            height: 30px;
            font-weight: bold;
            font-size: 18px;
            line-height: 30px; 
            padding-left: 73px;
        }
    

        .p15-infolist-1-t1 {
            padding: 35px 49px 0px 21px;
            background: #fff;
            border-bottom: 1px dashed #cacaca;
            margin-bottom: 20px;
            height: 164px;
        }
        
        .p15-infolist-1-t1 dt {
            position: relative;
            height: 30px;
            font-size: 18px;
            line-height: 30px;
            margin-bottom: 8px;
            padding-left: 68px;
        }
        .p15-infolist-1-t1 dt a{
            display: block;
            color:#333;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .p15-infolist-1-t1 dt span {
            display: block;
            width: 60px;
            height: 30px;
            font-size: 18px;
            line-height: 30px;
            text-align: center;
            color: #fff;
            position: absolute;
            top: 0;
            left: -0px;
            background: #0060b7;
        }
        .p15-infolist-1-t1-desc {
            height: 72px;
            line-height: 24px;
            margin-bottom: 5px;
            overflow: hidden; 
            padding-left: 68px;
        }
        
        .p15-infolist-1-t1-deta {
            width: 60px;
            float: right;
            padding-left: 20px;
            background: url(images/p14-icon21.png) no-repeat left center;
        }
        
        .p15-infolist-1-t1-deta a {
            display: block;
            color:  #0060b7;
        }
        
    

        .p14-infolist-1-list dl {
            border: 1px solid #dedede;
            margin-bottom: 15px;
            padding: 22px 50px 22px 22px;
            background: #fff;
            overflow: hidden;
        }
        
        .p14-infolist-1-list dt {
            width: 29.5%;
            float: left;
            margin-right: 5.8%;
        }
		@media(max-width:968px){
			 .p14-infolist-1-list dt{
				width: 100%;
				margin: 0 2%;
			 }
			 .p14-infolist-1-list dd{
				 clear:both;
				 width: 100%;
				margin: 10px 2%;
				 
			 }
		}
        
        .p14-infolist-1-list dt img {
            width:100%; 
            display: block;
        }
        
        .p14-infolist-1-list dd h4 {
            height: 40px;
            font-weight: normal;
            font-size:18px;
            color: #154c64;
            line-height: 40px;
            margin-bottom: 5px;
            overflow: hidden;
        }
		
        
        .p14-infolist-1-list h4 a {
            display: block;
            height: 40px;
            color: #4b4a4a;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .p14-infolist-1-list dl:hover{border:1px solid #0060b7;}
        .p14-infolist-1-list dl:hover h4 a {
            color: #0060b7;
        }
        
        .p14-infolist-1-list-desc {
            max-height: 72px;
            font-size: 14px;
            line-height: 24px;
            color: #797979;
            margin-bottom: 28px;
            overflow: hidden;
        }
        
        .p14-infolist-1-list-deta {
            width: 90px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            display: block;
            float: right;
            background: #b6b6b6;
            color: #fff;
        }
        .p14-infolist-1-list-deta a{color:#fff;}
		
		
		 .blk-sm .p14-infolist-1-list-detaxuan {
            width: 160px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            display: block;
            float: right;
            color: #fff;
			border:2px solid #269c7a;
			border-radius:20px;
        }
		 .p14-infolist-1-list-detaxuan a{color:#cfcfcf;}
		 .p14-infolist-1-list-descxuan {
			 margin-top:50px;
            max-height: 72px;
            font-size: 14px;
            line-height: 24px;
            color: #797979;
            margin-bottom: 28px;
            overflow: hidden;
        }
        
        .p14-infolist-1-list dl:hover .p14-infolist-1-list-deta {
            background: #218626;
            border-color: #218626;
        }
        
        .p14-infolist-1-list dl:hover .p14-infolist-1-list-deta a {
            color: #fff;
        }
		.f_con{height:227px; padding-top: 45px;}


		.f_nav{float: left;width: 145px;padding-left: 35px;}
		.f_nav p a{font-size:15px;color: #fff;line-height: 32px; width: 145px; display: block; font-weight: bold;}

		.sao{float: left;width: 420px; height: 115px; border-left: 1px solid #444444; border-right: 1px solid #444444;margin-top:20px;}
		.sao p{ float: left; width: 160px;}
		.sao p img{display:block;width: 95px;height: 95px; float: right;}
		.sao span{display:block;font-size: 14px;color: #fff;float: left;writing-mode: vertical-lr;color: #fff;line-height: 46px; padding:32px 0  0  18px ;}
		.gsxx{float: left;padding-left: 50px;}
		.gsxx em{display:block;font-size:18px;color: #e0e0e0;line-height:20px;margin-bottom:22px;}
		.gsxx h2{font-size:15px;color: #fff;line-height: 15px; padding-bottom: 30px;}
		.gsxx p{font-size: 14px;color: #e0e0e0;line-height: 30px; padding-left: 40px;margin-bottom: 8px;}
		.gsxx .p1{background:url(images/foot1.png) no-repeat left; }
		.gsxx .p2{background:url(images/foot2.png) no-repeat left; }
		.gsxx .p3{background:url(images/foot3.png) no-repeat left; }
		.f_logo{ float: right; margin-right: 20px; margin-top:30px;}
		.f_logo h2{height: 92px;}
		.f_logo h2 img{ display: block; float: right;width: 104px;height: 92px; }
		.f_logo span{ display: block; text-align: right; font-size:14px ; color: #ffffff; line-height: 20px; opacity: 0.8; float: left; font-weight: normal; padding-top: 10px;}

		.f_bt{height: 58px;font-size: 14px;color: #333;line-height: 58px;}
		.f_bt a{display: inline-block; padding: 0 5px; color: #333;}


	

        .client-2 {
            position: fixed;
            right: -170px;
            top: 50%;
            z-index: 900;
        }
        
        .client-2 li a {
            text-decoration: none;
        }
        .client-2 li {
            margin-top: 1px;
            clear: both;
            height: 62px;
            position: relative;
        }
        
        .client-2 li i {
            background: url(images/fx.png) no-repeat;
            display: block;
            width: 30px;
            height: 27px;
            margin: 0px auto;
            text-align: center;
        }
        
        .client-2 li p {
            height: 20px;
            font-size: 12px;
            line-height: 20px;
            overflow: hidden;
            text-align: center;
            color: #fff;
        }
        
        .client-2 .my-kefu-qq i {
            background-position: 4px 5px;
        }
        
        .client-2 .my-kefu-tel i {
            background-position: 0 -21px;
        }
        
        .client-2 .my-kefu-liuyan i {
            background-position: 4px -53px;
        }
        
        .client-2 .my-kefu-weixin i {
            background-position: -34px 4px;
        }
        
        .client-2 .my-kefu-weibo i {
            background-position: -30px -22px;
        }
        
        .client-2 .my-kefu-ftop {
            display: none;
        }
        
        .client-2 .my-kefu-ftop i {
               width: 33px;
    height: 31px;
    background-position: -23px -47px;
    background-size: 52px 82px;
        }
        .client-2 .my-kefu-ftop .my-kefu-main{
            padding-top: 6px;
        }
        
        .client-2 .my-kefu-left {
            float: left;
            width: 62px;
            height: 47px;
            position: relative;
        }
        
        .client-2 .my-kefu-tel-right {
            font-size: 16px;
            color: #fff;
            float: left;
            height: 24px;
            line-height: 22px;
            padding: 0 15px;
            border-left: 1px solid #fff;
            margin-top: 14px;
        }
        
        .client-2 .my-kefu-right {
            width: 20px;
        }
        
        .client-2 .my-kefu-tel-main {
            background: #0060b7;
            color: #fff;
            height: 53px;
            width: 230px;
            padding:9px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-main {
            background: #0060b7;
            width: 97px;
            height: 53px;
            position: relative;
            padding:9px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-weixin-pic {
            position: absolute;
            left: -130px;
            top: -24px;
            display: none;
            z-index: 333;
        }
        
        .my-kefu-weixin-pic img {
            width: 115px;
            height: 115px;
        }
@media screen and (max-width: 968px) {
	.blk-xs,.fdh-01{ width:100%;}
	.fdh-01-nav-one{
		float:left;
		width:46%;
		margin:2px 2%;
	}
	.contact_a{
		display:none;
	}
	.contact-z1{
		display:none;
	}
}
    
/*翻页*/
.p12-pagination-1-main {
    margin: 0 auto; 
    padding: 20px 0;
    height: 30px;
    text-align: center;
}

.p12-pagination-1 a,
.p12-pagination-1 span {
    vertical-align: top;
    display: inline-block;
    padding: 0 8px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #e5e5e5; 
    text-align: center;
    margin: 0 2px;
    background: #fff;
}

.p12-pagination-1 span {
    border: 1px solid #fff;
}

.p12-pagination-1 .page_curr {
    background:#0060b7;
    color:#fff;
    border-color:#0060b7;
}

.p12-pagination-1 .laypage_first,
.p12-pagination-1 .laypage_last {
    display: none;
}
		/*设置浮动*/
.fl {float: left;}
.fr {float: right;}
.pr{position: relative;}
.pa{position: absolute;}


/*清除浮动*/
.clear{clear: both;height: 0;}
.blk-main .clearlist,.blk-main .listclear{ clear:both;height:0;padding:0;margin:0;border:0;width:100% ;float:none;}
.b-main .clearlist,.b-main .listclear{ clear:both;height:0;padding:0;margin:0;border:0;width:100% ;float:none;}
.clearafter:after { content:"."; display:block; height:0; visibility:hidden; clear:both; }


/*全局背景色1*/
.body-color{background: #ffffff;}
.bark-body-color{background:#181818;}

.blk{margin-bottom: 25px;}
/*Main模板*/
.blk-main{ margin: 0 5%;}
/*小模块*/
.blk-xs{}
/*中模块*/
.blk-sm{}
/*小版块*/
.blk{margin-bottom:30px;}




/*首页板块全局补白*/
.p{padding: 30px 0;}
/*首页板块全局变量*/
.b{clear: both;}
/*内页板块全局变量*/
.blk{margin-bottom:  20px;}
/*	实现垂直居中
    align-items: center;
    实现水平居中
    justify-content: center;    
    text-align: justify;*/
/*	公共底部*/
.footer{
	width:100%;
	margin:0;
	margin-top:60px;
	background: #f1f1f1;
}
.footer .foomenu{
	background: #0d3c84;
}
.footer .foomenu .foomenu_a{
	margin:0;
}
.footer .foomenu .foomenu_b{
	margin:0;
	float:right;
	line-height:160px;
	align-items: center;
}
@media screen and (max-width: 1200px) {
	.footer .foomenu{
	   height:160px;
	}
	.footer .foomenu .foomenu_b{
	margin:0;
	
	float:right;
	height:60px;
	line-height:40px;
	align-items: center;
}
	.footer .foomenu .foomenu_a h3{
	margin:20px auto;
	text-align:center;
	color:#ffffff;
	height:20px;
	line-height:40px;
   }
   .footer .foomenu .foomenu_b a{
	margin:30px auto;
	width:180px;
	color:#ffffff;
	display:block;
	height:40px;
	line-height:30px;
	border:1px solid #ffffff;
	font-size:20px;
	text-align:center;
	padding:5px 40px;
   }
	
}
@media screen and (min-width: 1200px) {
	.footer .foomenu{
		height:160px	
		
	}
	.footer .foomenu .foomenu_b{
	margin:0;
	
	float:right;
	height:160px;
	line-height:160px;
	align-items: center;
}
	.footer .foomenu .foomenu_a h3{
	margin:60px auto;
	margin-left:15%;
	color:#ffffff;
	height:40px;
	line-height:40px;
    }
	.footer .foomenu .foomenu_b a{
		text-align:center;
		margin:60px auto;
		width:180px;
		color:#ffffff;
		display:block;
		height:40px;
		line-height:30px;
		border:1px solid #ffffff;
		font-size:20px;
		padding:5px 40px;
    }
}
.footer .footter_nav{
	padding-bottom:5px;
}
@media screen and (min-width: 968px) {
	.footer  .footter_nav{
		margin-top:80px;
		margin:0 5%;
		
	}
	.footer .footter_nav .footter_nav_left{
	border-right:1px solid #dadada;
	margin:60px auto 20px;
}
   .footer .footter_nav .footter_nav_left p,.footer .footter_nav .footter_nav_left h4{
	margin-left:15px;
	
}
}
@media screen and (max-width: 968px) {
	.footer  .footter_nav{
		
		margin-top:20px;
	}
	.footer .footter_nav .footter_nav_left{
	border-right:1px solid #dadada;
	margin:60px auto 20px;
	text-align:center;
}
   .footer .footter_nav .footter_nav_left p,.footer .footter_nav .footter_nav_left h4{
	margin:0 auto;
	
}
}


.footer .footter_nav .footter_nav_left1{
	border-right:1px solid #dadada;
	margin:60px 0 20px;
}
.footer .footter_nav .footter_nav_left1 .footter_nav_title{
	width:50%;
	text-align:center;
	line-height:20px;
	padding:5px 0;
	font-size:18px;
	color:#747474;
	float:left;
}
.footer .footter_nav .footter_nav_left1 .xiangxia{
	width:50%;
	text-align:center;
	line-height:20px;
	padding:5px 0;
	font-size:18px;
	color:#747474;
	float:left;
	/*transform:rotate(90deg);*/
}
.footer .footter_nav .footter_nav_left1 ul li{
	width:50%;
	line-height:20px;
	padding:5px 0;
	font-size:14px;
	color:#747474;
	float:left;
}
.footer .footter_nav .footter_nav_left1 ul li a{
	width:100%;
	text-align:center;
	line-height:20px;
	padding:5px 0;
	font-size:16px;
	color:#747474;
	display:block;
}
.footer .footter_nav .footter_nav_left2{
	border-right:1px solid #dadada;
	margin:60px 0 20px;
}
.footer .footter_nav .footter_nav_left2 .footter_nav_title{
	width:50%;
	line-height:20px;
	padding:5px 0;
	font-size:18px;
	color:#747474;
	float:left;
}
.footer .footter_nav .footter_nav_left2 .xiangxia{
	width:50%;
	text-align:center;
	line-height:20px;
	padding:5px 0;
	font-size:18px;
	color:#747474;
	float:left;
	/*transform:rotate(90deg);*/
}
.footer .footter_nav .footter_nav_left2 p{
	width:100%;
	text-align:left;
	line-height:20px;
	padding:5px 0;
	font-size:16px;
	color:#747474;
}
.footer .footter_nav .footter_nav_left3{
	border-right:1px solid #dadada;
	margin:60px 0 20px;
}
.footer .footter_nav .footter_nav_left3 .footter_nav_title{
	width:50%;
	line-height:20px;
	padding:5px 0;
	font-size:18px;
	color:#747474;
	float:left;
}
.footer .footter_nav .footter_nav_left3 .xiangxia{
	width:50%;
	text-align:center;
	line-height:20px;
	padding:5px 0;
	font-size:18px;
	color:#747474;
	float:left;
	/*transform:rotate(90deg);*/
}
.footer .footter_nav .footter_nav_left3 p{
	width:100%;
	text-align:left;
	line-height:32px;
	padding:5px 0;
	font-size:16px;
	color:#747474;
}


@media screen and (max-width: 968px) {
	.footer .footter_nav .footter_nav_left1{
		display:none;
	}
	.footer .footter_nav .footter_nav_left2{
		display:none;
	}
	.footer .footter_nav .footter_nav_left3{
		display:none;
	}
	
}
/*新闻newinfo css*/
@media screen and (min-width: 968px) {
.blk-sm .newsinfo{
	margin:20px 120px 0px 10px;
	border:3px solid #ececeb;
	
}
.blk-sm .newsinfo{
	margin:20px 120px 0px 10px;
	border:3px solid #ececeb;
	
}
.blk-sm .newsinfo .newsinfo_title{
	margin:0;
	margin-top:40px;
	text-align:center;
	font-size:18px;
	
}
.blk-sm .newsinfo .newsinfo_description{
	margin:5px;
	margin:20px 120px 0px 10px;
	font-size:12px;
	text-align:center;
	
}
.blk-sm .newsinfo .newsinfo_contents{
	margin:20px auto;
	padding:10px 20px;
	font-size:14px;
	
}
}
@media screen and (max-width: 968px) {
.blk-sm .newsinfo{
	margin:10px auto;
	border:3px solid #ececeb;
	
}
.blk-sm .newsinfo{
	margin:20px auto;
	border:3px solid #ececeb;
	
}
.blk-sm .newsinfo .newsinfo_title{
	margin:0;
	margin-top:40px;
	text-align:center;
	font-size:18px;
	
}
.blk-sm .newsinfo .newsinfo_description{
	margin:5px;
	margin:20px auto;
	font-size:12px;
	text-align:center;
	
}
.blk-sm .newsinfo .newsinfo_contents{
	margin:20px auto;
	padding:10px 20px;
	font-size:14px;
	
}
}
@media screen and (min-width: 968px) {
ul.imglist{ margin:0 auto; width:90%; overflow:hidden} 

ul.imglist li{ float:left; padding:4px 8px; width:32%;min-height:360px;text-align:center;display:inline-block;vertical-align:bottom;} 
ul.imglist li a{display:block;min-height:360px;position:relative;} 
ul.imglist li img{ ;max-height:300px;} 
ul.imglist li span{position: absolute;bottom:0;display:block;margin-top:5px; width:100%; height:30px; line-height:30px; background:#f0f0f0;overflow:hidden;} 
}
@media screen and (max-width: 968px) {
ul.imglist{ margin:0 auto; width:90%; overflow:hidden} 
ul.imglist li{ float:left; padding:4px 8px; width:100%;text-align:center;} 
ul.imglist li img{ display:block; width:100%; } 
ul.imglist li span{ display:block;margin-top:5px; width:100%; height:30px; line-height:30px; background:#f0f0f0} 
}

/*工程案例*/
@media screen and (min-width: 968px) {
ul.imglistanli{ margin:0 auto; width:90%; overflow:hidden} 

ul.imglistanli li{ margin:2% 2.5%;float:left; padding:4px 8px; width:45%;min-height:360px;text-align:center;display:inline-block;vertical-align:bottom;} 
ul.imglistanli li a{margin:2% 2.5%;display:block;min-height:300px;position:relative;} 
ul.imglistanli li img{width:100%; ;max-height:300px;} 
ul.imglistanli li span{position: absolute;bottom:0;display:block;margin-top:5px; width:100%; height:30px; line-height:30px; background:#f0f0f0;overflow:hidden;} 
}
@media screen and (max-width: 968px) {
ul.imglistanli{ margin:0 auto; width:90%; overflow:hidden} 
ul.imglistanli li{ margin:2% 2.5%;float:left; padding:4px 8px; width:100%;text-align:center;} 
ul.imglistanli li img{ display:block; width:100%; } 
ul.imglistanli li span{ display:block;margin-top:5px; width:100%; height:30px; line-height:30px; background:#f0f0f0} 
}

/*产品中心*/

@media screen and (min-width: 968px) {
 .piclist{}

 .piclist ul{}

 .piclist li{    display: block;

    width: 32%;

    float: left;

    margin-right:2%;

    margin-bottom: 20px;

    box-shadow: 0px 2px 5px #f1f1f1;

    border-top: 2px solid #f1f1f1;}

.piclist li:nth-child(3n){margin-right: 0}

.piclist li:hover h3{color: #fff}

 .piclist img{width:100%;height: 204px;transition:transform 1s;}

 .piclist li:hover img{transform:scale(1.3)}

 .piclist a{display: block;overflow: hidden;}

 .piclist a:hover{color:red;text-decoration:none;}

 .picname{}

 .picname h3{    text-align: center;

    font-size: 16px;

    color: #333;

    background: #dfede0;

    border-bottom: 4px solid #218626;

    height: 40px;

    line-height: 40px;}
}
@media screen and (max-width: 968px) {
	 .piclist{}

 .piclist ul{}

 .piclist li{    display: block;

    width: 96%;

    float: left;

    margin:0 2%;

    margin-bottom: 20px;

    box-shadow: 0px 2px 5px #f1f1f1;

    border-top: 2px solid #f1f1f1;}

.piclist li:nth-child(3n){}

.piclist li:hover h3{color: #fff}

 .piclist img{width:100%;height: 204px;transition:transform 1s;}

 .piclist li:hover img{transform:scale(1.3)}

 .piclist a{display: block;overflow: hidden;}

 .piclist a:hover{color:red;text-decoration:none;}

 .picname{}

 .picname h3{    text-align: center;

    font-size: 16px;

    color: #333;

    background: #dfede0;

    border-bottom: 4px solid #218626;

    height: 40px;

    line-height: 40px;}
}
/*产品详情*/
.p14-infolist-1-list 
.main { float:right; width:1210px; padding:0 23px 30px;border:1px solid #eeeeee; box-sizing: border-box;}
.scdn{line-height: 57px;border-bottom: 1px solid #e5e5e5;height: 57px;margin-bottom: 33px;}
.scdn span{display: inline-block;font-size: 16px;color: #218626;border-bottom: 1px solid #218626;}
.pd{padding: 0 13px;}
.pd .pda{background: #eeeeee;}
.pd .pda .pdal{float:left;width: 586px;border:1px solid #eeeeee;background: #fff;margin-right: 48px;}
.pd .pda .pdal .swiper-button-prev-pd{width: 12px;height: 22px;margin-top: -11px;background: url(prod2_03.png) no-repeat center;}
.pd .pda .pdal .swiper-button-next-pd{width: 12px;height: 22px;margin-top: -11px;background: url(prod3_05.png) no-repeat center;}
.pd .pda .pdar{padding-right: 48px;width: 446px;float:right;}
.pd .pda .pdar .pdara{font-size: 24px;color: #434343;padding: 42px 0 37px;border-bottom: 1px solid #e0e0e0;}
.pd .pda .pdar .pdarb{margin-top: 30px;font-size: 14px;color: #8a8a8a;line-height: 30px;}
.pd .pdb{margin-top: 41px;}
.pd .pdb .hd{height: 59px;background: #eeeeee;line-height: 59px;}
.pd .pdb .hd ul li{float:left;width: 135px;text-align: center;font-size: 18px;color: #474747;}
.pd .pdb .hd ul li.on{background: #218626;color: #fff;}
.pd .pdb .bd{padding: 20px 0 40px;}

.pcn .pcni{margin-bottom: 55px;}
.pcn .pcni .pcnir{float:right;overflow: hidden;width: 341px;}
.pcn .pcni .pcnil{float:left;width: 710px;margin-left: 23px;}
.pcn .pcni .pcnil .pcnila{font-size: 18px;color: #202020;font-weight: bold;margin-top: 25px;}
.pcn .pcni .pcnil .pcnilb{margin-top: 15px;font-size: 14px;color: #a2a2a2;line-height: 24px;height: 130px;}
.pcn .pcni .pcnil .pcnilc{font-size: 14px;color: #434443;text-transform: uppercase;}
.pcn .pcni .pcnil .pcnild{width: 368px;height: 1px;background: #e5e5e5;margin-top: 26px;transition: all 0.6s;}
.pcn .pcni .pcnir img{
	transition: transform 0.6s;
	-moz-transition: transform 0.6s; 
	-webkit-transition: transform 0.6s; 
	-o-transition: transform 0.6s;
	max-width: 100%;
	
}
.pcn .pcni:hover .pcnir img{
	transform:scale(1.1);
-ms-transform:scale(1.1); 	
-moz-transform:scale(1.1); 	
-webkit-transform:scale(1.1); 
-o-transform:scale(1.1); 
}
.pcn .pcni:hover .pcnil .pcnila{color: #218626;}
.pcn .pcni:hover .pcnil .pcnilc{color: #218626;}
.pcn .pcni:hover .pcnil .pcnild{background: #218626;width: 100%;}

@media only screen and (max-width:1600px){	
	
	.sidebar { float:left; width:250px; }
	.qilist .main { float:right; width:930px; padding:0 15px 30px;border:1px solid #eeeeee; box-sizing: border-box;}
	
	/* 左侧栏目标题 */
	.leftTitle {height: 45px;background: #eeeeee;line-height: 45px;text-align: left;font-size: 16px;color: #191919;margin-top: 0px;padding-left: 13px;border-left: 3px solid #0b4bb5;}
	.leftTitle i,.leftTitle s {}
	.leftTitle i { }
	.leftTitle s { color:#9a9a9a; font:12px/16px arial; text-decoration:none; text-transform:uppercase; display: none;}

	/* 二级、三级菜单 */
	.menu { margin-bottom:31px; }
	.menu dl{border:1px solid #eeeeee;border-bottom: 0;}
	.menu dl dt {border-bottom: 1px solid #eeeeee;}
	.menu dl dt a {display: block;height: 45px;text-align: left;line-height: 45px;font-size: 14px;overflow: hidden;color: #474747;padding-left: 15px;background: url(inside3_17.png) no-repeat 95% center;}
	.menu dl dt a:hover,.menu dl dt .current {display: block;color: #fff;background:#218626 url(inside4_11.png) no-repeat 95% center;}
	.menu dl dd{ padding:6px 0 6px 50px; border-bottom:1px solid #eee;font-size:14px; text-align:left; }
	.menu dl dd a:hover,.menu dl dd .current { color:#218626; }

	.lcontact{background: #f3f3f3;padding: 8% 5% 7%;}
	.lcontact .lcontacta{font-size: 16px;color: #393939;font-weight: bold;}
	.lcontact .lcontactb{margin-top: 8px;font-size: 14px;color: #393939;font-weight: bold;}
	.lcontact .lcontactc{font-size: 20px;color: #0b4bb5;font-weight: bold;}
	.lcontact .lcontactd{font-size: 14px;color: #393939;line-height: 34px;}

	.lewm{margin-top: 20px;background: #f3f3f3;padding: 8% 0;margin-bottom: 30px;}
	.lewm .lewmt{font-size: 16px;color: #393939;text-align: center;}
	.lewm .lewmc{text-align: center;margin-top: 18px;}
	.lewm .lewmc .lewmci{display: inline-block;margin:0 3%;width: 40%;}
	.lewm .lewmc .lewmci p{font-size: 12px;color: #393939;margin-top: 14px;}

	.scdn{line-height: 57px;border-bottom: 1px solid #e5e5e5;height: 57px;margin-bottom: 33px;}
	.scdn span{display: inline-block;font-size: 16px;color: #218626;border-bottom: 1px solid #218626;}

	/* 面包屑 */
	.location { position:relative; height:46px; line-height:46px;position: relative; }
	.location h3 {display: none;}
	.breadcrumbs { margin:0 auto; text-align:left;color: #8d8d8d; }
	.breadcrumbs a { display:inline-block; margin-left:11px; padding-left:15px; background:url(inside2_06.png) no-repeat 0 center; vertical-align:top;color: #8d8d8d; }
	.breadcrumbs .u-home { padding-left:21px; background:url(inside1_03.png) no-repeat 0 center; }

	.dwd{margin-bottom: 5%;}
	.dwd ul li{line-height: 70px;border-bottom: 1px dashed #dedede;}
	.dwd ul li a{display: block;font-size: 14px;color: #414141;padding-left: 55px;background: url(down1_03.png) no-repeat left center;background-size: 45px 36px;}
	.dwd ul li a span{float:right;color: #414141;}
	.dwd ul li a:hover{color: #218626;}

	.inews{margin-top: -15px;margin-bottom: 5%;}
	.inews .inewsi{padding: 20px 0;border-bottom: 1px solid #eaeaea;}
	.inews .inewsi .inewsir{float:right;overflow: hidden;width: 190px;}
	.inews .inewsi .inewsil{float:left;width: 70px;margin-right: 20px;text-align: center;padding-bottom: 25px;background: url(news2_03.jpg) no-repeat bottom center;margin-top: 15px;}
	.inews .inewsi .inewsil div{font-size: 22px;color: #393939;}
	.inews .inewsi .inewsil p{font-size: 18px;color: #393939;}
	.inews .inewsi .inewsim{float:left;width: 600px;}
	.inews .inewsi .inewsim .inewsima{font-size: 14px;color: #393939;margin-top:18px;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
	.inews .inewsi .inewsim .inewsimb{margin-top: 12px;font-size: 13px;color: #adadad;line-height: 22px;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
	.inews .inewsi .inewsim .inewsimc{display: none;}

	.pic-item-list { margin:0 0 20px; }
	.pic-item-list .pic-item { display:block; float:left; width:130px; margin-bottom:10px; padding:0; }
	.pic-item-list .list-pic { display:block; width:100px;  margin:0 auto; padding:4px; border:1px solid #919090;  text-align:center; }
	.pic-item-list dl { padding:0 5px; line-height:26px; text-align:center; }
	.piList { padding:0 0 20px; overflow:hidden; }
	.piList .pic-item-list { width:100%; margin:0; padding:0;padding-left: 0;box-sizing: border-box; }
	.piList .pic-item { position:relative; width:31.333%; margin:0 1% 2%; padding:0; display:inline;border:1px solid #eeeeee;box-sizing: border-box;}
	.piList .pic-item:nth-child(3n){margin-right: 1%;}
	.piList .list-pic { display:block; width:100%; height:100%; margin-bottom:0; padding:0; border:0; overflow: hidden;}
	.piList .list-pic img { width:100%; height:100%; }
	.piList dl { padding:4px 5px; line-height:20px;border-top:1px solid #eeeeee; }
	.piList dl dt { height:36px; font-size:14px; line-height:36px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }

	.pd{padding: 0 0;}
	.pd .pda{background: #eeeeee;}
	.pd .pda .pdal{float:left;width: 450px;border:1px solid #eeeeee;background: #fff;margin-right: 0;}
	.pd .pda .pdal .swiper-button-prev-pd{width: 12px;height: 22px;margin-top: -11px;background: url(prod2_03.png) no-repeat center;}
	.pd .pda .pdal .swiper-button-next-pd{width: 12px;height: 22px;margin-top: -11px;background: url(prod3_05.png) no-repeat center;}
	.pd .pda .pdar{padding-right: 20px;width: 406px;float:right;}
	.pd .pda .pdar .pdara{font-size: 20px;color: #434343;padding: 30px 0 25px;border-bottom: 1px solid #e0e0e0;}
	.pd .pda .pdar .pdarb{margin-top: 20px;font-size: 14px;color: #8a8a8a;line-height: 28px;}
	.pd .pdb{margin-top: 35px;}
	.pd .pdb .hd{height: 50px;background: #eeeeee;line-height: 50px;}
	.pd .pdb .hd ul li{float:left;width: 135px;text-align: center;font-size: 16px;color: #474747;}
	.pd .pdb .hd ul li.on{background: #218626;color: #fff;}
	.pd .pdb .bd{padding: 20px 0 30px;}

	.pcn .pcni{margin-bottom: 40px;}
	.pcn .pcni .pcnir{float:right;overflow: hidden;width: 300px;}
	.pcn .pcni .pcnil{float:left;width: 560px;margin-left: 0;}
	.pcn .pcni .pcnil .pcnila{font-size: 16px;color: #202020;font-weight: bold;margin-top: 5px;}
	.pcn .pcni .pcnil .pcnilb{margin-top: 10px;font-size: 13px;color: #a2a2a2;line-height: 22px;height: 110px;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;}
	.pcn .pcni .pcnil .pcnilc{font-size: 13px;color: #434443;text-transform: uppercase;margin-top: 12px;}
	.pcn .pcni .pcnil .pcnild{width: 368px;height: 1px;background: #e5e5e5;margin-top: 26px;transition: all 0.6s;}
}

@media only screen and (max-width:1200px){
	.wrap{width: 96%;}
	.wrap .sidebar { float:none; width:100%; }
	.qilist .main { float:none; width:100%; padding:0 15px 30px;border:1px solid #eeeeee; box-sizing: border-box;margin-bottom: 4%;}

	/* 左侧栏目标题 */
	.leftTitle {display: none;}

	/* 二级、三级菜单 */
	.menu { margin-bottom:3%; }
	.menu dl{border:0px solid #eeeeee;border-bottom: 0;}
	.menu dl dt {border-bottom: 0;float:left;width: 31.333%;margin-right: 3%;margin-bottom: 2%;}
	.menu dl dt:nth-child(3n){margin-right: 0;}
	.menu dl dt a {display: block;height: 35px;text-align: left;line-height: 35px;font-size: 14px;overflow: hidden;color: #474747;padding-left: 0;background:none;text-align: center;}
	.menu dl dt a:hover,.menu dl dt .current {display: block;color: #fff;background:#218626;}
	.menu dl dd{display: none;}
	.menu dl dd a:hover,.menu dl dd .current { color:#218626; }

	.tmenu{font-size: 0;display: block;margin-bottom: 30px;}
	.tmenu dl dt {width: 31.3333%;float:left;margin:1%;text-align: center;}
	.tmenu dl dt a {border:1px solid #dedede; line-height:30px;display: block;font-size: 13px;color: #626262;}
	.tmenu dl dt a:hover,.tmenu dl dt a.current{background: #218626;border:1px solid #218626;color: #fff;}

	.lcontact{display: none}
	.lewm{display: none}
	.scdn{line-height: 40px;border-bottom: 1px solid #e5e5e5;height:40px;margin-bottom: 20px;}
	.scdn span{display: inline-block;font-size: 14px;color: #218626;border-bottom: 1px solid #218626;}

	/* 面包屑 */
	.location { position:relative; height:46px; line-height:46px;position: relative; }
	.location h3 {display: none;}
	.breadcrumbs { margin:0 auto; text-align:left;color: #8d8d8d; }
	.breadcrumbs a { display:inline-block; margin-left:11px; padding-left:15px; background:url(inside2_06.png) no-repeat 0 center; vertical-align:top;color: #8d8d8d; }
	.breadcrumbs .u-home { padding-left:21px; background:url(inside1_03.png) no-repeat 0 center; }

	.dwd{margin-bottom: 5%;}
	.dwd ul li{line-height: 60px;border-bottom: 1px dashed #dedede;}
	.dwd ul li a{display: block;font-size: 13px;color: #414141;padding-left: 50px;background: url(down1_03.png) no-repeat left center;background-size: 45px 32px;}
	.dwd ul li a span{float:right;color: #414141;}
	.dwd ul li a:hover{color: #218626;}

	.inews{margin-top: -15px;margin-bottom: 5%;}
	.inews .inewsi{padding: 20px 0;border-bottom: 1px solid #eaeaea;}
	.inews .inewsi .inewsir{float:right;overflow: hidden;width: 190px;}
	.inews .inewsi .inewsil{display: none;}
	.inews .inewsi .inewsim{float:left;width: calc(100% - 210px);}
	.inews .inewsi .inewsim .inewsima{font-size: 13px;color: #393939;margin-top:18px;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
	.inews .inewsi .inewsim .inewsimb{margin-top: 12px;font-size: 12px;color: #adadad;line-height: 22px;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
	.inews .inewsi .inewsim .inewsimc{display: block;font-size: 12px;color: #adadad;margin-top: 5px;}

	.pic-item-list { margin:0 0 20px; }
	.pic-item-list .pic-item { display:block; float:left; width:130px; margin-bottom:10px; padding:0; }
	.pic-item-list .list-pic { display:block; width:100px; margin:0 auto; padding:4px; border:1px solid #919090; text-align:center; }
	.pic-item-list dl { padding:0 5px; line-height:26px; text-align:center; }
	.piList { padding:0 0 20px; overflow:hidden; }
	.piList .pic-item-list { width:100%; margin:0; padding:0;padding-left: 0;box-sizing: border-box; }
	.piList .pic-item { position:relative; width:48%; margin:0 4% 2% 0; padding:0; display:inline;border:1px solid #eeeeee;box-sizing: border-box;}
	.piList .pic-item:nth-child(3n){margin-right: 4%;}
	.piList .pic-item:nth-child(2n){margin-right: 0%;}
	.piList .list-pic { display:block; width:100%; height:100%; margin-bottom:0; padding:0; border:0; overflow: hidden;}
	.piList .list-pic img { width:100%; height:100%; }
	.piList dl { padding:4px 5px; line-height:20px;border-top:1px solid #eeeeee; }
	.piList dl dt { height:32px; font-size:13px; line-height:32px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }

	.pd{padding: 0 0;}
	.pd .pda{background: #eeeeee;}
	.pd .pda .pdal{float:none;width: 100%;border:1px solid #eeeeee;background: #fff;margin-right: 0;box-sizing: border-box;text-align: center;}
	.pd .pda .pdal .swiper-button-prev-pd{width: 12px;height: 22px;margin-top: -11px;background: url(prod2_03.png) no-repeat center;}
	.pd .pda .pdal .swiper-button-next-pd{width: 12px;height: 22px;margin-top: -11px;background: url(prod3_05.png) no-repeat center;}
	.pd .pda .pdar{padding-right: 0;width: 90%;float:none;padding: 5% 5% 5%;}
	.pd .pda .pdar .pdara{font-size: 16px;color: #434343;padding: 0 0 15px;border-bottom: 1px solid #e0e0e0;}
	.pd .pda .pdar .pdarb{margin-top: 10px;font-size: 13px;color: #8a8a8a;line-height: 26px;}
	.pd .pdb{margin-top: 25px;}
	.pd .pdb .hd{height: 40px;background: #eeeeee;line-height: 40px;}
	.pd .pdb .hd ul li{float:left;width: 20%;text-align: center;font-size: 14px;color: #474747;}
	.pd .pdb .hd ul li.on{background: #218626;color: #fff;}
	.pd .pdb .bd{padding: 20px 0 30px;}

	.pcn .pcni{margin-bottom: 30px;}
	.pcn .pcni .pcnir{float:right;overflow: hidden;width: 250px;}
	.pcn .pcni .pcnil{float:left;width: calc(100% - 265px);margin-left: 0;}
	.pcn .pcni .pcnil .pcnila{font-size: 14px;color: #202020;font-weight: bold;margin-top: 5px;}
	.pcn .pcni .pcnil .pcnilb{margin-top: 10px;font-size: 12px;color: #a2a2a2;line-height: 20px;height: 80px;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;}
	.pcn .pcni .pcnil .pcnilc{font-size: 12px;color: #434443;text-transform: uppercase;margin-top: 10px;}
	.pcn .pcni .pcnil .pcnild{width: 368px;height: 1px;background: #e5e5e5;margin-top: 26px;transition: all 0.6s;display: none}
}
.pdarb .about_p{
	display:block;
	margin-top:20px;
	width:120px;
	padding:10px 30px;
	color:#ffffff;
	background:#218626;
}
@media only screen and (max-width:640px){	
	.qilist .main { float:none; width:100%; padding:0 15px 30px;border:1px solid #eeeeee; box-sizing: border-box;}

	/* 左侧栏目标题 */
	.leftTitle {display: none;}

	/* 二级、三级菜单 */
	.menu { margin-bottom:3%; }
	.menu dl{border:0px solid #eeeeee;border-bottom: 0;}
	.menu dl dt {border-bottom: 0;float:left;width: 32.333%;margin-right: 1.5%;margin-bottom: 1%;}
	.menu dl dt:nth-child(3n){margin-right: 0;}
	.menu dl dt a {display: block;height: 30px;text-align: left;line-height: 30px;font-size: 13px;overflow: hidden;color: #474747;padding-left: 0;background:none;text-align: center;}
	.menu dl dt a:hover,.menu dl dt .current {display: block;color: #fff;background:#218626;}
	.menu dl dd {display: none;}
	.menu dl dd a:hover,.menu dl dd .current { color:#5e098a; text-decoration:none; }

	.tmenu{font-size: 0;display: block;margin-bottom: 3%;}
	.tmenu dl dt {width: 31.3333%;float:left;margin:1%;text-align: center;}
	.tmenu dl dt a {border:1px solid #dedede; line-height:26px;display: block;font-size: 12px;color: #626262;}
	.tmenu dl dt a:hover,.tmenu dl dt a.current{background: #218626;border:1px solid #218626;color: #fff;}

	.lcontact{display: none}
	.lewm{display: none}
	.scdn{line-height: 40px;border-bottom: 1px solid #e5e5e5;height:40px;margin-bottom: 20px;}
	.scdn span{display: inline-block;font-size: 14px;color: #218626;border-bottom: 1px solid #218626;}

	/* 面包屑 */
	.location { position:relative; height:46px; line-height:46px;position: relative; }
	.location h3 {display: none;}
	.breadcrumbs { margin:0 auto; text-align:left;color: #8d8d8d; }
	.breadcrumbs a { display:inline-block; margin-left:11px; padding-left:15px; background:url(inside2_06.png) no-repeat 0 center; vertical-align:top;color: #8d8d8d; }
	.breadcrumbs .u-home { padding-left:21px; background:url(inside1_03.png) no-repeat 0 center; }

	.dwd{margin-bottom: 5%;}
	.dwd ul li{line-height: 26px;border-bottom: 1px dashed #dedede;}
	.dwd ul li a{display: block;font-size: 13px;color: #414141;padding:15px 0 10px 40px;background: url(down1_03.png) no-repeat left center;background-size: 30px 21px;}
	.dwd ul li a span{display: none}
	.dwd ul li a:hover{color: #218626;}
	.page{padding: 0 0 15px;max-width: 100%;}
	.page a{white-space:pre-wrap}

	.inews{margin-top: -15px;margin-bottom: 5%;}
	.inews .inewsi{padding: 10px 0;border-bottom: 1px solid #eaeaea;}
	.inews .inewsi .inewsir{float:none;overflow: hidden;width: 100%;}
	.inews .inewsi .inewsir img{width: 100%;}
	.inews .inewsi .inewsil{display: none;}
	.inews .inewsi .inewsim{float:none;width: 100%;}
	.inews .inewsi .inewsim .inewsima{font-size: 13px;color: #393939;margin-top:8px;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
	.inews .inewsi .inewsim .inewsimb{margin-top: 5px;font-size: 12px;color: #adadad;line-height: 22px;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
	.inews .inewsi .inewsim .inewsimc{display: block;font-size: 12px;color: #adadad;margin-top: 5px;}

	.pic-item-list { margin:0 0 20px; }
	.pic-item-list .pic-item { display:block; float:left; width:130px; margin-bottom:10px; padding:0; }
	.pic-item-list .list-pic { display:block; width:100px;margin:0 auto; padding:4px; border:1px solid #919090; text-align:center; }
	.pic-item-list dl { padding:0 5px; line-height:26px; text-align:center; }
	.piList { padding:0 0 20px; overflow:hidden; }
	.piList .pic-item-list { width:100%; margin:0; padding:0;padding-left: 0;box-sizing: border-box; }
	.piList .pic-item { position:relative; width:48.5%; margin:0 3% 3% 0; padding:0; display:inline;border:1px solid #eeeeee;box-sizing: border-box;}
	.piList .pic-item:nth-child(3n){margin-right: 3%;}
	.piList .pic-item:nth-child(2n){margin-right: 0%;}
	.piList .list-pic { display:block; width:100%; height:100%; margin-bottom:0; padding:0; border:0; overflow: hidden;}
	.piList .list-pic img { width:100%; height:100%; }
	.piList dl { padding:4px 5px; line-height:20px;border-top:1px solid #eeeeee; }
	.piList dl dt { height:32px; font-size:12px; line-height:32px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }

	.pd{padding: 0 0;}
	.pd .pda{background: #eeeeee;}
	.pd .pda .pdal{float:none;width: 100%;border:1px solid #eeeeee;background: #fff;margin-right: 0;box-sizing: border-box;text-align: center;}
	.pd .pda .pdal .swiper-button-prev-pd{width: 12px;height: 22px;margin-top: -11px;background: url(prod2_03.png) no-repeat center;}
	.pd .pda .pdal .swiper-button-next-pd{width: 12px;height: 22px;margin-top: -11px;background: url(prod3_05.png) no-repeat center;}
	.pd .pda .pdar{padding-right: 0;width: 90%;float:none;padding: 4%;}
	.pd .pda .pdar .pdara{font-size: 14px;color: #434343;padding: 0 0 10px;border-bottom: 1px solid #e0e0e0;}
	.pd .pda .pdar .pdarb{margin-top: 10px;font-size: 12px;color: #8a8a8a;line-height: 24px;}
	.pd .pdb{margin-top: 20px;}
	.pd .pdb .hd{height: 36px;background: #eeeeee;line-height: 36px;}
	.pd .pdb .hd ul li{float:left;width: 28%;text-align: center;font-size: 13px;color: #474747;}
	.pd .pdb .hd ul li.on{background: #218626;color: #fff;}
	.pd .pdb .bd{padding: 20px 0 30px;}

	.pcn .pcni{margin-bottom: 20px;border-bottom: 1px solid #e5e5e5;padding-bottom: 20px;}
	.pcn .pcni .pcnir{float:none;overflow: hidden;width: 100%;}
	.pcn .pcni .pcnir img{width: 100%;}
	.pcn .pcni .pcnil{float:none;width: 100%;margin-left: 0;margin-top: 10px;}
	.pcn .pcni .pcnil .pcnila{font-size: 14px;color: #202020;font-weight: bold;margin-top: 5px;}
	.pcn .pcni .pcnil .pcnilb{margin-top: 10px;font-size: 12px;color: #a2a2a2;line-height: 20px;height: auto;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;}
	.pcn .pcni .pcnil .pcnilc{font-size: 12px;color: #434443;text-transform: uppercase;margin-top: 5px;}
	.pcn .pcni .pcnil .pcnild{display: none}
}

/*首页*/
   .fullSlide{min-width:1200px;position:relative;height:760px;}
            .fullSlide .banbd{position:relative;z-index:1;}
            .fullSlide .banbd ul{width:100%!important;}
            .fullSlide .banbd li{width:100%!important;height:760px;overflow:hidden;text-align:center;}
            .fullSlide .banbd li  img{ position:absolute; top:0; left:50%; margin-left:-960px;}
            .fullSlide .banhd{width:1200px;left:50%;margin-left:-600px;position:absolute;z-index:1;bottom:-50px;overflow:hidden;}
            .fullSlide .banhd ul{padding-left: 80px;}
            .fullSlide .banhd ul li{float:left;margin:0 20px;display:inline;cursor:pointer;}
            .fullSlide .banhd ul li{width:12px;height:12px;background:#f6f6f6;border-radius: 50%;}
            .fullSlide .banhd ul .on{background:#b7b6b6;}
            .fullSlide .jt{width:1200px;left:50%;margin-left:-600px;position:absolute;z-index:1;bottom:-36px;}
            .fullSlide .u_ljt{background:url(images/bljt.png) no-repeat;width: 22px;height: 22px;position: absolute;left:0;top:0;}
            .fullSlide .u_rjt{background:url(images/brjt.png) no-repeat;width: 22px;height: 22px;position: absolute;left:292px;top:0;}
        .g_ttel{background:url(../images/bandbg.jpg) no-repeat center top;height: 106px;}
.g_ttel .m_tel{margin-left: 780px;}
.g_ttel .m_tel span{display: block;font-size: 38px;color: #000;font-weight: normal;padding-top: 5px;}
.g_ttel .m_tel b{color: #00612e;}
.g_ttel .m_tel em{display: block;background:url(../images/tel.png) no-repeat 0 5px;padding-left: 50px;font-size: 36px;color: #333}
.f_fw {
    font-family: "Microsoft Yahei";
}

 /*荣誉资质看开始*/
 .contents_about{
	padding:40px 4%;
	background:#6aad43;
	
}
 @media screen and (max-width:968px) {
	.contents_about .contents_newsavhan{
		width:100%;
		background:#6aad43;
		margin:0;
		text-align:center;
		
	}
	.pcpc{
		display:none;
	}
	.pcapp{
		display:block;
	}
}

@media screen and (min-width:968px) {
	.contents_about .contents_newsavhan{
		width:100%;
		margin-top:20px;
		background:#6aad43;
		text-align:center;
		
	}
	.pcpc{
		display:block;
	}
	.pcapp{
		display:none;
	}
	
	
}
.contents_about .contents_newsavhan h3{
	 margin:0;
	background:#6aad43;
	text-align:center;
	padding:10px;
	color:#ffffff;
}
.contents_about .contents_newsavhan h3 span{
	 margin:0 10px;
	width:200px;
	padding:10px 60px;
	background:#6aad43;
	color:#ffffff;
	text-align:center;
}
.zhuying{
	font-size:40px;
}
   .contents_about .swiper-container {
        width: 100%;
        height: 160px;
		margin:10px auto;
		background:#6aad43;
        padding-bottom: 50px;
    }
	.swiper-wrapper{
		 
		height:auto
	}
  

    
	  @media screen and (max-width:968px) {
		   .swiper-pagination{
			  color:#ffffff;
			  margin-top:10px;
		  }
	  }
	  
  /*荣誉资质结束*/
    /*在建工程 开始*/
	.gongcheng{
		background:#f7f7f7;
		padding-top:60px;
	}
	.gongcheng1{
		margin:0 8%;
		
	}
	.gongcheng11 span{
		text-transform: uppercase;
		font-size:30px;
		color:#e4e4e4;
	}
	.gongcheng12 .gongcheng12_1{
		font-size:26px;
	}
	.gongcheng12_2{
		float:right;
	}
	.gongcheng12_2 a{
		font-size:18px;
		line-height:30px;
		margin:0 10px;
	}
	.gongcheng12_2 a:before{
        content: "";
        display: inline-block;
        width: 10px;
        height: 10px;
		margin-right:5px;
        background-color: #eaeaea;       
        margin-right:5px;
 }
	 @media screen and (max-width:968px) {
		   .gongcheng12_2{
			 display:none;
		  }
		  
		  .footer .foomenu .foomenu_a h3 {
    margin: 20px auto;
    text-align: center;
    color: #ffffff;
    height: 20px;
    line-height: 40px;
	
    font-size: 18px;

}


	}
	.gongcheng2{
		margin:0 10px;
		margin-top:10px;
		height:auto;
		padding: 2rem 0;
		width: 100%;
		overflow: hidden;
		height:420px;
	}
	.gongcheng2 .pj_img {
    position: relative;
    height: 0px;
    padding-bottom: 75%;
    overflow: hidden;
    transform: perspective(1000px) translate3d(0, 0, 0px);
    transition: 0.5s;
    box-shadow: 0px 10px 50px rgb(0 0 0 / 0%);
}
.swiper-slide .newject_list{ transition:0.8s; opacity:0.15; } 
.swiper-slide .newject_list{
	opacity:1;
}

.newject_list>a {
    display: block;
    position: absolute;
    z-index: 10;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}
.gongcheng2 .newject_list .pj_img img{
	height:auto;
	
}
.gongcheng2 .pj_titles {
    margin: 1rem 0;
    padding-right: 0rem;
	overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp:4;
		line-clamp: 4;
		-webkit-box-orient: vertical;
}
	.gongcheng2 .pj-prev-btn {
    position: absolute;
    z-index: 20;
    left: 0px;
    width: 20%;
    bottom: 0px;
    top: 0px;
    cursor: pointer;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.gongcheng2 .pj-next-btn{
	position: absolute;
    z-index: 20;
    right: 0px;
    width: 20%;
    bottom: 0px;
    top: 0px;
    cursor: pointer;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
 .gongcheng2 .pj-prev-btn .btns {
    color: #000;
    text-align: center;
    position: absolute;
    bottom: 1.5rem;
    left: 0px;
    right: 0px;
    text-transform: uppercase;
    font-size: 0.825rem;
}
.gongcheng2 .pj-next-btn .btns {
    color: #000;
    text-align: center;
    position: absolute;
    bottom: 1.5rem;
    left: 0px;
    right: 0px;
    text-transform: uppercase;
    font-size: 0.825rem;
}
.gongcheng2 .sL_icon {
    background-size: contain;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
}
.gongcheng2 .pj-prev-btn .btns>* {
    display: inline-block;
    vertical-align: middle;
    margin: 0.5rem 0.5rem;
}
.gongcheng2 .pj-next-btn .btns>* {
    display: inline-block;
    vertical-align: middle;
    margin: 0.5rem 0.5rem;
}
.gongcheng2 .swiper-slide {
		  padding:0 20px;
        text-align: center;
        font-size: 18px;
        background: #fff;
		width:20%;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
		background:#f7f7f7;
      }
	  .gongcheng2 .swiper-slide .newject_list{
		  width:100%;
		  height:auto
	  }
	   @media screen and (max-width:968px) {
		  .gongcheng2 .swiper-slide {
			 width:100%;
		  }
		  
		     .footer .foomenu .foomenu_b a{
	margin:30px auto;
	width:180px;
	color:#ffffff;
	display:block;
	height:40px;
	line-height:30px;
	border:1px solid #ffffff;
	font-size:20px;
	text-align:center;
	padding:5px 40px;
   }
		  
		  	.ny_banner {
    width: 100%;
    position: relative;
    margin: 16% auto auto;
}
	}
  /*在建工程结束*/