.equip .swiper-button-prev {left: -30px;width: 45px;height: 45px;background: url(../images/wm_button_icon.png) no-repeat;background-position: 0 0;background-size: 100%;}
.equip .swiper-button-prev:hover {background-position: 0 -46px;background-size: 100%;outline:none;border:none}
.equip .swiper-button-next {right: -30px;width: 45px;height: 45px;background: url(../images/wm_button_icon.png) no-repeat;background-position: 0 -93px;background-size: 100%;}
.equip .swiper-button-next:hover {background-position: 0 -139px;background-size: 100%;outline:none;border:none}
.equip .swiper-button-prev::after,.equip .swiper-button-next::after{content: '';outline:none;border:none}

@media (min-width:1025px){/* DESKTOPS */
.pgbanner{ position: relative;}
	.pgbanner figure{height:350px;position:relative;overflow:hidden;}
	.pgbanner img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;text-align:center;color:#fff;height:350px;}
	.pgbanner section{position:absolute;z-index:2;top:50%;left:50%;transform:translate(-50%,-50%);width:1440px;color:#fff;text-align:center;}
	.pgbanner h1{font-size:40px;line-height:80px;position:relative;margin:0 0 -25px;text-transform:uppercase;}
	.pgbanner span{
        /* display:inline-block;font-weight:normal;text-transform:uppercase;font-size:20px;line-height:30px; */
        font-size: 40px;
        font-weight: bold;
        letter-spacing: 2px;
        z-index: 1;
        color: #fff;
        text-transform: uppercase;
        font-family: 'sysfont';

        opacity: .2;
    }
.pgguide{background:#f6f6f6;padding:0 100px;line-height:60px;}
	.pgguideposition{}
		.pgguideposition i{display:block;width:20px;height:20px;float:left;font-size:20px;margin-right:5px;}
		.pgguideposition i svg{font-size:20px;line-height:30px;}
	.pgguidenav{}

	.pgguidenav ul{overflow:hidden;}
	.pgguidenav li{float:left;}
	.pgguidenav a{display:block;font-size:16px;font-weight:bold;padding:0 30px;position:relative;text-transform: capitalize;}
	.pgguidenav a:after{content:'';display:none;position:absolute;bottom:0;left:50%;transform:translateX(-50%);border-bottom:5px solid #0062b4;border-left:5px solid transparent;border-right:5px solid transparent;}
	.pgguidenav a.on{color:#0062b4;}
	.pgguidenav a.on:after{display:block;}

.listpage{clear:both;text-align:center;overflow:hidden;font-size:12px;margin-bottom:60px;}
.listpage a,.listpage span{display:inline-block;padding:7px 15px;margin:0 3px 6px;border:1px solid #ccc;}
.listpage a:hover{background:#333;border:1px solid #333;color:#fff;}
.listpage span{background:#333;border:1px solid #333;color:#fff;}

.table{overflow-x:scroll;margin:1em 0;}
.table::-webkit-scrollbar{width:1px;height:1px;}
.table::-webkit-scrollbar-thumb{border-radius:5px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);background:rgba(0,0,0,0.2);}
.table::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);border-radius: 0;background:rgba(0,0,0,0.1);}
.table table{border-collapse:collapse;border:1px solid #666;width:100%;box-sizing:border-box;}
.table tr{}
.table th{font-size:14px;border:1px solid #ddd;padding:8px 10px;line-height:150%;background:#f9f9f9;font-weight:normal;}
.table td{font-size:12px;border:1px solid #ddd;padding:8px 10px;line-height:150%;}

.edit{font-size:16px;line-height:30px;}
	.edit img{max-width:100%;}

.pg{padding:40px 0;overflow:hidden;}
main{flex:1;min-width:0;}
aside{flex:0 0 320px;margin-right:40px;}
.pgs{padding:80px 0px;}
	
	.pgtitle{margin-bottom:40px;overflow:hidden;text-align:center;}
	.pgtitle h2{font-size:36px;line-height:40px;position:relative;margin-bottom:5px;color:#002e69;}
	.pgtitle h3{opacity:0.8;font-size:18px;color:#999;text-transform:uppercase;font-weight:normal;}
    .pgtitle h3 span{position:relative;display:inline-block;}
    .pgtitle h3 span:before{content:'';display:block;position:absolute;top:50%;left:100%;margin-left:30px;width:50px;height:1px;background:#999;}
    .pgtitle h3 span:after{content:'';display:block;position:absolute;top:50%;right:100%;margin-right:30px;width:50px;height:1px;background:#999;}
	.pgtitle p{opacity:0.8;font-size:12px;color:#999;text-transform:uppercase;font-weight:normal;}

	.pgnav{background:#f4f4f4;line-height:55px;margin-bottom:40px;}
		.pgnav ul{display:flex;}
		.pgnav li{flex:1;}
		.pgnav li a{display:block;text-align:center;font-size:18px;position:relative;}
		.pgnav li a:after{content:'';display:block;position:absolute;bottom:0;left:50%;transform:translateX(-50%);border-left:6px solid transparent;border-bottom:6px solid #fff;border-right:6px solid transparent;opacity:0;transition:all ease-out 0.3s;}
		.pgnav li a:hover,.pgnav li a.on{background:#333;color:#fff;}
		.pgnav li a:hover:after,.pgnav li a.on:after{opacity:1;}
	
	.aboutinfo{font-size:16px;line-height:200%;margin-bottom:100px;}
		.aboutinfo img{max-width:100%;}
	
	.pgabout{display:flex;justify-content:space-between;}
		.pgaboutimg{flex:0 0 600px;min-width:0;margin:0 60px 0 0;}
			.pgaboutimg figure{}
			.pgaboutimg figure img{width:100%;}
		.pgaboutinfo{font-size:16px;line-height:30px;}
        .pgaboutinfo h2{ padding-bottom: 30px;}
        .pgaboutinfo p{ padding-bottom: 20px; text-align: justify;}
        .pgaboutinfo h3 {
            font-size: 20px;
            line-height: 30px;
            position: relative;
            padding: 0 0 20px;
            margin: 30px 0 20px;
        }
        .pgaboutinfo h3:after {
            content: '';
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 140px;
            height: 3px;
            background: #0062b4;
        }
	.pgimglist{margin-bottom:30px;}
				.pgimglist ul{margin:0 -1%;}
				.pgimglist li{float:left;width:23%;margin:0 1% 2%;position:relative;}
					.pgimglist li figure{position:relative;overflow:hidden;margin-bottom:10px;height:220px;border:1px solid #ddd;box-shadow:0 0 20px rgba(0,0,0,0.1);}
					.pgimglist li figure img{max-height:220px;max-width:96%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}
					.pgimglist li figure figcaption{position:absolute;top:0;left:0;bottom:0;right:0;background:url(../images/iconsee.png) no-repeat center center rgba(230,0,0,0.5);text-indent:-999em;opacity:0;transition:all ease-out 0.3s;}
			.pgimglist li section{padding:15px;}
				.pgimglist li section h4{font-size:16px;line-height:30px;}
				.pgimglist li section p{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:#999;}
			.pgimglist li:hover img{transform:translate(-50%,-50%) scale3d(1.05, 1.05, 1);}
			.pgimglist li:hover figcaption{opacity:1;}
	
	.pgservice{display:flex;justify-content:space-between;}
		.pgserviceimg{flex:0 0 600px;min-width:0;margin:0 60px 0 0;}
			.pgserviceimg figure{}
			.pgserviceimg figure img{width:100%;}
		.pgserviceinfo{font-size:16px;line-height:30px;}
		.pgproheainftel{margin:40px 0 0;}
			.pgproheainftel span{display:block;width:160px;line-height:60px;margin:20px 0 0;padding:0 0 0 60px;}
			.pgproheainftel span:nth-of-type(1){background:#002e69 url(../images/icon1.png) no-repeat 20px center;color:#fff;}
			.pgproheainftel span:nth-of-type(2){background:#fff url(../images/icon2.png) no-repeat 20px center;}

	.pgnewslist{}
		.pgnewslist ul{overflow:hidden;}
		.pgnewslist li{margin:0 0 20px;box-sizing:border-box;}
		.pgnewslist li section{overflow:hidden;position:relative;padding:20px;border:1px solid #ddd;transition:all ease-out 0.3s;background:#fff;border-radius:10px;transition:all 0.3s ease-out 0s;}
			.pgnewslist li section dl{padding-left:110px;}
				.pgnewslist li section dt{font-size:16px;line-height:30px;padding-bottom:20px;position:relative;}
				.pgnewslist li section dt:after{content:'';display:block;position:absolute;top:36px;left:0;width:30px;height:2px;background:#002e69;}
				.pgnewslist li section dd{font-size:13px;opacity:0.6;height:40px; overflow: hidden;}
					.pgnewslist li section dd span a{display:inline-block;margin-top:20px;border:1px solid #eee;padding:0 20px;line-height:38px;font-size:12px;color:#999;}
		.pgnewslist li section time{display:block;position:absolute;top:20px;left:20px;color:#999;font-family:'sysfont';background:#f6f6f6;padding:10px;}
		.pgnewslist li section time span{display:block;font-size:16px;line-height:20px;margin-bottom:10px;}
		.pgnewslist li section time i{display:none;}
		.pgnewslist li section time em{display:block;font-size:40px;line-height:40px;}				
		.pgnewslist li:hover section{background:#002e69;color:#fff;}
		.pgnewslist li:hover section dt:after{background:#fff;}
		.pgnewslist li:hover section a{color:#fff;}
			
		article{margin-bottom:20px;background:#fff;}
			.articlehead{padding-bottom:20px;border-bottom:1px solid #eee;margin-bottom:20px;}
				.articlehead h1{font-size:24px;line-height:30px;}
				.articlehead p{font-size:12px;color:#999;margin-top:10px;}
				.articlehead p span{margin-right:10px;}
				.articlehead p time{margin-right:10px;}
			.articlebody{margin-bottom:20px;}
				.articleinfo{line-height:200%;font-size:16px;}
					.articleinfo img{max-width:100%;}
				.relatedarticle{}
					.relatedarticle h3{font-size:18px;line-height:30px;margin-bottom:10px;}
					.relatedarticle ul{}
					.relatedarticle li{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;line-height:30px;}
					.relatedarticle li a{float:left;position:relative;padding-left:13px;}
					.relatedarticle li a:after{content:'';display:block;position:absolute;top:50%;left:0;transform:translateY(-50%);width:3px;height:3px;background:#ddd;}
					.relatedarticle li time{float:right;color:#999;font-size:12px;}
				.infotags{margin-top:20px;font-style:italic;font-size:12px;padding:15px;background:#f6f6f6;color:#666;}
				.infoprevnext{margin-top:20px;}
		
		.pgcaselist{margin-bottom:30px;}
				.pgcaselist ul{margin:0 -1%;}
				.pgcaselist li{float:left;width:23%;margin:0 1% 2%;position:relative;}
					.pgcaselist li a{display:block;border:1px solid #eee;background:#fff;text-align:center;}
						.pgcaselist li figure{position:relative;overflow:hidden;margin-bottom:10px;}
							.pgcaselist li figure img{width:100%;overflow: hidden;
                                height: 274px;}
							.pgcaselist li figure figcaption{position:absolute;top:0;left:0;bottom:0;right:0;background:url(../images/iconsee.png) no-repeat center center rgba(230,0,0,0.5);text-indent:-999em;opacity:0;transition:all ease-out 0.3s;}
					.pgcaselist li section{padding:15px;}
						.pgcaselist li section h4{font-size:16px;line-height:30px;}
						.pgcaselist li section p{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:#999;}
					.pgcaselist li:hover img{transform:scale3d(1.05, 1.05, 1);}
					.pgcaselist li:hover figcaption{opacity:1;}
				
			.infocase{}
				.infocasehead{margin:0 0 40px;}
					.infocasehead figure{}
					.infocasehead figure img{width:100%;}
				.infocasedetail{margin:0 0 40px;}
		
		.pgproject{font-size:16px;line-height:200%;margin-bottom:100px;}
			.pgprojectinfo table{max-width:100%;}
			.pgprojectinfo .table th{font-size:14px;border:1px solid #ddd;padding:15px 15px;line-height:150%;background:#f9f9f9;font-weight:normal;}
			.pgprojectinfo .table td{font-size:12px;border:1px solid #ddd;padding:15px 15px;line-height:150%;}

			.pgcolumntitle{/*background:linear-gradient(to top,#ececec 0%,#ececec 100%);*/position:relative;line-height:30px;padding:20px 0;border-bottom:1px solid #ddd;margin-bottom:20px;background:#fff;}
			.pgcolumntitle span{position:absolute;bottom:14px;right:0;text-transform:uppercase;font-size:14px;color:#999;}
			.pgcolumntitle h3{position:relative;font-size:22px;font-weight:normal;text-transform: uppercase;}

			.pgproductlist{margin-bottom:30px;}
				.pgproductlist ul{margin:0 -1%;}
				.pgproductlist li{float:left;width:31.3%;margin:0 1% 2%;position:relative;}
					.pgproductlist li a{display:block;border:1px solid #eee;background:#fff;text-align:center;}
						.pgproductlist li figure{position:relative;overflow:hidden;margin-bottom:10px;}
							.pgproductlist li figure img{width:100%; height:269px; overflow: hidden;}
							.pgproductlist li figure figcaption{position:absolute;top:0;left:0;bottom:0;right:0;background:url(../images/iconsee.png) no-repeat center center rgba(230,0,0,0.5);text-indent:-999em;opacity:0;transition:all ease-out 0.3s;}
					.pgproductlist li section{padding:15px;}
						.pgproductlist li section h4{font-size:16px;line-height:30px;}
						.pgproductlist li section p{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:#999;}
					.pgproductlist li:hover img{transform:scale3d(1.05, 1.05, 1);}
					.pgproductlist li:hover figcaption{opacity:1;}
			
			.infoproduct{}
				.infoproducthead{margin-bottom:40px;position:relative;padding:40px;background:#f6f6f6;}
					.infoproductslide{float:right;width:335px;margin-left:20px;}
						.infoproductslide figure{overflow:hidden;border:1px solid #eee;}
						.infoproductslide figure img{width:100%;}
					.infoproductsummary{}
						.infoproductsummary:after{content:'';display:block;clear:both;}
						.infoproductsummary h1{font-size:24px;line-height:30px;margin-bottom:20px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
						.infoproductsummary section{color:#999;line-height:30px;}
						.infoproductsummary p{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
						.infoproductsummary p span a{display:inline-block;line-height:30px;background:#002e69;color:#fff;padding:0 20px;margin-top:10px;}
				.infoproductdetail{margin-bottom:40px;}
					.detailtab{margin-bottom:30px;position:relative;}
						.detailtab h3{font-size:16px;margin-bottom:20px;border-bottom:1px solid #ddd;position:relative;padding-bottom:10px;}
						.detailtab h3:after{content:'';display:block;position:absolute;bottom:-1px;width:50px;height:2px;background:#002e69;}
						.detailtab span{position:absolute;top:15px;right:15px;}
						.detailtab span a{}
				.infoproductother{}
					.infoproductother h3{font-size:16px;margin-bottom:20px;border-bottom:1px solid #ddd;position:relative;padding-bottom:10px;}
					.infoproductother h3:after{content:'';display:block;position:absolute;bottom:-1px;width:50px;height:2px;background:#198c2c;}
					.infoproductother ul{margin:0 -1%;}
					.infoproductother li{position:relative;float:left;width:23%;margin:0 1%;}
					.infoproductother li a{position:absolute;z-index:2;top:0;left:0;bottom:0;right:0;text-indent:-999em;}
					.infoproductother li figure{overflow:hidden;border:1px solid #dcdcdc;padding:10px;}
					.infoproductother li figure img{width:100%;margin-bottom:10px;}
					.infoproductother li figcaption{text-align:center;font-size:12px;}
					.infoproductother li:hover{box-shadow:0 0 10px rgba(0,0,0,0.1);}
					.infoproductother li:hover figure img{transform:scale3d(1.05, 1.05, 1);}

			.pgsidenav{margin-bottom:20px;}
				.pgsidenavhead{color:#fff;background:linear-gradient(to bottom,#002e69 0%,#002e69 100%);padding:20px;border-radius:10px 10px 0 0;border-bottom:5px solid #0062b4;}
					.pgsidenav p{text-transform:uppercase;font-family:'sysfont';font-size:24px;line-height:40px;margin-bottom:10px;position:relative;}
					.pgsidenav p:after{content:'';display:block;position:absolute;bottom:0;left:0;width:30px;height:2px;background:#fff;}
					.pgsidenav h3{position:relative;font-size:20px;line-height:30px;font-weight:normal;}
				.pgsidenav ul{background:#f6f6f6;overflow:hidden;}
				.pgsidenav li{border-top:1px solid #ddd;}
				.pgsidenav li a{line-height:30px;display:block;padding:15px 20px;position:relative;text-transform: capitalize;}
				.pgsidenav li a i{float:right;font-size:18px;}
				.pgsidenav li a:hover,.pgsidenav li a.on{background:#0062b4;color:#fff;}
				.pgsidenav li a:hover i,.pgsidenav li a.on i{animation:mctranslatex 1s linear infinite;-webkit-animation:mctranslatex 1s linear infinite;}
				.pgsidenav li ul{padding:0;}
				.pgsidenav li ul.on{display:block;}
				.pgsidenav li li a{line-height:39px;background:none;padding-left:38px;}
				.pgsidenav li li a:before{content:'';display:block;position:absolute;left:20px;top:16px;width:5px;height:5px;border:2px solid #ddd;}
				.pgsidenav li li a:hover{background:none;color:#06c;}
				.pgsidenav li li a:hover:before{border:2px solid #06c;}

		aside .pgsidearticle,aside .pgsidekey,aside .pgsidecotact{background:#fff;}

			.pgsidearticle{margin-bottom:40px;}
				.pgsidearticle h3{margin-bottom:10px;font-size:16px;line-height:40px;border-bottom:1px solid #eee;}
				.pgsidearticle ul{}
				.pgsidearticle li{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:12px;line-height:25px;}
				.pgsidearticle li a{position:relative;padding-left:15px;}
				.pgsidearticle li a:after{content:'';display:block;position:absolute;top:50%;let:0;width:3px;height:3px;transform:translateY(-50%);background:#999;}

			.pgsidekey{margin-bottom:40px;}
				.pgsidekey h3{margin-bottom:10px;font-size:16px;line-height:40px;border-bottom:1px solid #eee;}
				.pgsidekey section{line-height:25px;}
				.pgsidekey a{display:inline-block;line-height:30px;padding:0 10px;margin:0 10px 10px 0;border:1px solid #ddd;}

			.pgsidecotact{}
				.pgsidecotact h3{margin-bottom:10px;font-size:16px;line-height:40px;border-bottom:1px solid #eee;}
				.pgsidecotact section{line-height:30px;}
				.pgsidecotact section:not(:last-child){overflow:hidden;border-bottom:1px solid #eee;padding:0 0 20px;margin-bottom:20px;}
				.pgsidecotact section i{display:block;float:left;width:60px;height:60px;font-size:50px;line-height:60px;border-radius:60px;background:#71b22c;color:#fff;text-align:center;margin-right:20px;}
				.pgsidecotact section dl{float:left;padding:5px 0;}
				.pgsidecotact section dt{font-size:14px;}
				.pgsidecotact section dd{font-size:24px;line-height:30px;font-weight:bold;}
				.pgsidecotact ul{}
				.pgsidecotact li{line-height:25px;}

			.pgmap{width:100%;position:relative;}
				.pgmapinfo{}
				.pgmaplist{position:absolute;top:20px;right:20px;bottom:20px;width:300px;background:rgba(255,255,255,0.8);padding:30px;}
					.pgmaplist h2{font-size:22px;line-height:25px;}
					.pgmaplist h3{font-size:16px;margin-bottom:10px;}
					.pgmaplist h4{margin-bottom:40px;font-family:'sysfont';font-size:60px;line-height:60px;border-bottom:1px solid #ccc;padding-bottom:40px;color:#002e69;}
					.pgmaplist section{margin-bottom:30px;}
					.pgmaplist section p{font-size:13px;color:#666;}
					.pgmaplist section p strong{font-size:16px;line-height:30px;color:#000;}

			.pgcontact{}
			.pgcontacttitle{margin-bottom:40px;}
				.pgcontacttitle h1{font-size:36px;line-height:40px;font-weight:normal;text-align:center;}
			.pgcontactlist{margin:0 -1%;overflow:hidden;margin-bottom:40px;}
				.pgcontactlist section{float:left;width:23%;margin:0 1%;box-sizing:border-box;border:1px solid #f5f5f5;padding:30px 0;text-align:center;}
				.pgcontactlist figure{width:50px;height:50px;margin:0 auto;margin-bottom:10px;}
				.pgcontactlist figure i{font-size:50px;line-height:50px;}
				.pgcontactlist p{}
			.pgcontactmap{margin-bottom:40px;}

			.pgmessage{}
			.pgmessage h3{font-size:22px;line-height:30px;margin-bottom:30px;}
			.pgmessage p{font-size:16px;line-height:25px;}
			.pgmessage form{margin-top:60px;}
			.pgmessage ul{overflow:hidden;}
			.pgmessage li{position:relative;margin-bottom:20px;border-bottom:1px solid #eee;box-sizing:border-box;}
			.pgmessage li:last-child{border:none;margin-bottom:0;}
			.pgmessage li:nth-of-type(1),.pgmessage li:nth-of-type(2),.pgmessage li:nth-of-type(3),.pgmessage li:nth-of-type(4){float:left;width:24%;margin-right:1%;}
			.pgmessage li:nth-of-type(5){clear:both;width:99%;margin-right:1%;}
			.pgmessage li:nth-of-type(6),.pgmessage li:nth-of-type(7){float:left;width:24%;margin-right:1%;}
			.pgmessage li span{display:none;position:absolute;top:-10px;left:20px;font-size:12px;color:#999;background:#fff;padding:0 10px;}
			.pgmessage li span i{margin-right:10px;}
			.pgmessage li input{width:100%;padding:10px;box-sizing:border-box;background:#f6f6f6;}
			.pgmessage li textarea{display:block;border:none;width:100%;height:120px;padding:10px;box-sizing:border-box;background:#f6f6f6;}
			.pgmessage li input.btn{width:100%;background:#232e39;color:#fff;}
			#checkCodeImg{position:absolute;top:7px;right:7px;}
			
            .pgconlis{}
			.pgconlisite{margin:0 0 120px; float: left; width:100%}
				.pgconlisite h3{font-size:30px;line-height:40px;margin:0 0 30px;position:relative;padding:30px 0 0;}
				.pgconlisite h3:before{content:'';display:block;position:absolute;top:0;left:0;width:60px;height:3px;background:#0062b4;}
				.pgconlisite p{font-size:18px;line-height:36px;}
				.pgconlisite p strong{display:inline-block;min-width:94px; padding-right: 10px;}
			.pgconlisitemap{margin:54px 0 0;}
		.pgconmes{}
			.pgconmes h3{font-size:40px;line-height:70px;text-transform:uppercase;position:relative;padding:30px 0 0;}
			.pgconmes h3:before{content:'';display:block;position:absolute;top:0;left:0;width:60px;height:3px;background:#0062b4;}
			.pgconmes span{display:block;font-size:24px;line-height:40px;}
			.pgconmes form{height:464px;margin-top:40px;background:#fff;margin:60px 0 0;}
				.pgconmes form p{font-size:18px;line-height:30px;}
				.pgconmes ul{position:relative;margin:30px 0 0;height:364px;}
				.pgconmes li{margin-bottom:20px;position:absolute;}
				.pgconmes li:nth-of-type(1){left:0;top:0;}
				.pgconmes li:nth-of-type(2){left:470px;top:0;}
				.pgconmes li:nth-of-type(3){right:0;top:0;}
				.pgconmes li:nth-of-type(4){top:60px;right:0;left:0;}
				.pgconmes li:nth-of-type(5){top:120px;right:0;left:0;}
				.pgconmes li:nth-of-type(6){left:0;top:324px;right:0;text-align:center;}
				.pgconmes li .txt{width:403px;height:46px;padding:0 10px;box-sizing:border-box;border:1px solid #e4e4e4;line-height:40px;border-radius:6px;}
				.pgconmes li:nth-of-type(4) .txt{width:100%;}
				.pgconmes li .txts{width:100%;height:140px;padding:10px;box-sizing:border-box;border:1px solid #e4e4e4;border-radius:3px;}
				.pgconmes li .btn{width:208px;height:60px;background:#0062b4;color:#fff;border-radius:3px;font-size:20px;}
	/************研发能力制造中心***************/
    .pgresadv{margin:100px auto; width:1343px; }
	.pgresadvtil{text-align:center;margin:0 0 60px;}
		.pgresadvtil h2{font-size:40px;line-height:70px;text-transform:uppercase;position:relative;padding:26px 0 -25px; margin-bottom: -25px;}
			.pgresadvtil h2:before{content:'';display:block;position:absolute;top:0;left:50%;transform:translateX(-50%);width:60px;height:0px;background:#002e69;}
		.pgresadvtil h3{          
            /* font-size:24px;line-height:30px;text-transform: uppercase;font-weight:normal; */
            font-size: 40px;
            font-weight: bold;
            letter-spacing: 2px;
            z-index: 1;
            color: #666;
            text-transform: uppercase;
            font-family: 'sysfont';
            opacity: .2;
        }
	.pgresadvcat{margin:0 0 60px;}
		.pgresadvcat ul{display:flex;}
		.pgresadvcat li{flex:1;margin:0 20px 0 0;text-align:center;background:#F5F5F5;line-height:30px; padding:25px 10px;font-size: 16px;text-transform: capitalize}
		.pgresadvcat li.on{background:#002e69;color:#fff;}
	.pgresadvinfotab{}
	.pgresadvinfo{}
		.pgresadvinfo section{display:flex;}		
			.pgresadvinfoimg{flex:0 0 508px;min-width:0;overflow:hidden;margin:0 80px 0 0;}
				.pgresadvinfoimg figure{}
				.pgresadvinfoimg img{width:100%;}
			.pgresadvinfotxt{flex: 1;min-width: 0;}
				.pgresadvinfotxt h3{font-size:20px;line-height:30px;position:relative;padding:0 0 20px;margin:0 0 20px;text-transform:capitalize}
					.pgresadvinfotxt h3:after{content:'';display:block;position:absolute;bottom:0;left:0;width:60px;height:2px;background:#002e69;}
				.pgresadvinfotxt div{font-size:16px;line-height:30px;}
         
.pgrestea{position:relative;background:url(../images/bgresearch.jpg) no-repeat center center;background-size:cover;}
	.pgresteatil{margin:180px 0 30px;text-align:center;color:#fff;}
		.pgresteatil h2{font-size:40px;line-height:70px;text-transform:uppercase;position:relative;padding:26px 0 10px; margin-bottom:-25px}
			/* .pgresteatil h2:before{content:'';display:block;position:absolute;top:0;left:50%;transform:translateX(-50%);width:60px;height:2px;background:#002e69;} */
		.pgresteatil h3{
            /* font-size:24px;line-height:30px;text-transform: uppercase;font-weight:normal; */
            font-size: 40px;
            font-weight: bold;
            letter-spacing: 2px;
            z-index: 1;
            color: #fff;
            text-transform: uppercase;
            font-family: 'sysfont';
            opacity: .2;
        }
	.pgrestealis{margin: 20px auto 120px;
    width: 80%;}
		.pgrestealis .swiper-container{padding:0 0 40px;}
		.pgrestealis .swiper-pagination{}
		 .pgrestealis  .swiper-pagination-bullet{ background-color: #fff;}
            .pgrestealis  .swiper-pagination-bullet-active{ background-color: #348FFD;}
		.pgrestealis a{display:block;text-align:center;box-shadow:0 10px 10px rgba(0,0,0,0.1);margin:20px;}
		.pgrestealis a figure{}
		.pgrestealis a img{}
		.pgrestealis a h3{font-size:20px;font-weight:normal;line-height:90px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
		.pgrestealis a:hover{color:#fff;}
        .column {
            flex-direction: column;
        }

        .w {
            display: flex;
            justify-content: space-between;
            box-sizing: border-box;
            max-width: 1343px;
            width: 100%;
            margin: 0 auto;
        }
.pgresgai{margin:100px auto; max-width:1343px; width:100%; }
	.pgresgaitil{margin:0 0 30px;text-align:center;}
		.pgresgaitil h2{font-size:40px;line-height:70px;text-transform:uppercase;position:relative;padding:26px 0 10px;margin-bottom: -25px;}
			.pgresgaitil h2:before{content:'';display:block;position:absolute;top:0;left:50%;transform:translateX(-50%);width:60px;height:0px;background:#002e69;}
		.pgresgaitil h3{
            /* font-size:24px;line-height:30px;text-transform: uppercase;font-weight:normal; */
            font-size: 40px;
            font-weight: bold;
            letter-spacing: 2px;
            z-index: 1;
            color: #666;
            text-transform: uppercase;
            font-family: 'sysfont';
            opacity: .2;
        }
	.pgresgailis{}
		.pgresgailis .swiper-container{padding:20px;}
		.pgresgailis figure{box-shadow:0 0 20px rgba(0,0,0,0.1);text-align:center;}
		.pgresgailis img{width:100%;}
		.pgresgailis figcaption{font-size:20px;line-height:86px;}

.mask{display:none;position:fixed;z-index:100;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.5);}
.popwin{display:none;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:101;background:#fff;width:1200px;height:600px;border-radius:20px;}
	.popwin dl{position:relative;padding:100px 80px;}
	.popwin dt{position:absolute;top:50px;right:50px;}
	.popwin iframe{width:100%;height:400px;}

		/* .pgteainf{display:flex;}
			.pgteainfimg{flex:0 0 320px;margin:0 70px 0 0;}
			.pgteainftxt{}
				.pgteainftxt h2{font-size:24px;line-height:30px;margin:0 0 10px;}
				.pgteainftxt h3{font-size:20px;line-height:30px;margin:0 0 50px;}
				.pgteainftxt div{height:266px;overflow: auto;}
				.pgteainftxt div p{font-size:16px;line-height:30px;} */
                .pgteainf{width:100%;}
			.pgteainfimg{margin:0 70px 0 0; float: left;}
			.pgteainftxt{}
				.pgteainftxt h2{font-size:24px;line-height:30px;margin:0 0 10px;}
				.pgteainftxt h3{font-size:20px;line-height:30px;margin:0 0 50px;}
				.pgteainftxt div{height:266px;overflow: auto;}
				.pgteainftxt div p{font-size:16px;line-height:30px;}



                
.pgtes{padding:100px 0; max-width:1343px; width:100%; margin:0 auto;}
.pgtestil{margin:0 0 30px;text-align:center;}
    .pgtestil h2{font-size:40px;line-height:70px;text-transform:uppercase;position:relative;padding:26px 0 10px;    margin-bottom: -25px;}
        .pgtestil h2:before{content:'';display:block;position:absolute;top:0;left:50%;transform:translateX(-50%);width:60px;height:0px;background:#002e69;}
    .pgtestil h3{
        
        /* font-size:24px;line-height:30px;text-transform: uppercase;font-weight:normal; */
    font-size: 40px;
font-weight: bold;
letter-spacing: 2px;
z-index: 1;
color: #666;
text-transform: uppercase;
font-family: 'sysfont';
opacity: .2;
    }
.pgteslis{position:relative; max-width:1343px;width:100%; margin:0 auto;}
    .pgteslis .swiper-container{padding:20px;}
    .pgteslis .swiper-button-prev{left:30px;}
    .pgteslis .swiper-button-next{right:30px;}
    .pgteslis figure{box-shadow:0 0 20px rgba(0,0,0,0.1);text-align:center; background:#fff}
    .pgteslis img{width:100%;}
    .pgteslis figcaption{font-size:20px;line-height:86px;}

.pgcert{position:relative;background:url(../images/bgmadcer.jpg) no-repeat center center;background-size:cover;padding:100px 0;  max-width:100%;}
.pgcerttil{text-align:center;color:#fff;margin:0 0 60px;}
    .pgcerttil h2{font-size:40px;line-height:70px;text-transform:uppercase;padding-bottom: 10px;    margin-bottom: -25px;}
    .pgcerttil h3{font-size: 40px;
font-weight: bold;
letter-spacing: 2px;
z-index: 1;
color: #fff;
text-transform: uppercase;
font-family: 'sysfont';
opacity: .2;}




}
/*************企业文化****************/
.w03-box{padding: 6.25vw 0 7.29vw;background: #ECF2F5;}
.w03-box .w01-txt1{margin-bottom: 1.56vw;}
.w03-box .w01-txt3{padding-bottom: 4.95vw;}
/* .w03-b{display: grid;grid-template-columns: repeat(2,minmax(0,1fr));} */
.w03-b{ display:flex;justify-content: space-between;background: url(http://eic.e66.cn/statics/suyee/images/bgvaule.jpg) no-repeat center center; height:600px;}
.w03-b-r{overflow: hidden;}
.w03-b-r img{width: 100%;max-width: 100%;display: block;transition: all .5s;}
.w03-b-l{display: grid;grid-template-columns: repeat(5,minmax(0,1fr));}
.w03-b-l-box{flex: 1;align-items: center;justify-content: center;border-left: 1px solid #0581B7;border-top: 1px solid #0581B7;padding:160px 30px 0; box-sizing:border-box;}
.cul_en .w03-b-l-box{padding:20px; }
.w03-b-l-box:nth-child(3){border-bottom: 1px solid #0581B7;}
.w03-b-l-box:nth-child(4){border-bottom: 1px solid #0581B7;}
.w03-b-l-box1{margin-bottom: 0.99vw; text-align:center;}
.w03-b-l-box1 img{max-width: 100%; height:40px;}
.w03-b-l-box2{font-size: 20px;color: #fff;font-family: "SourceHanSansCN-Regular";margin-bottom: 1.51vw;text-align: center;}
.w03-b-l-box3{font-family: "SourceHanSansCN-Light";font-size:14px;color: #fff;line-height: 1.35vw;text-align: left;}

.w03-b-l-box:hover{background:rgba(52,143,253,0.4);transition: all .3s;}

.w03-b-l-box:hover .w03-b-l-box2{color: #FFFFFF;}
.w03-b-l-box:hover .w03-b-l-box3{color: #FFFFFF;}

@media (max-width:1024px){/* TABLET */
/* 研发能力 */
.pgresadv{padding:40px 20px;}
	.pgresadvtil{text-align:center;margin:0 0 20px;}
		/* .pgresadvtil h2{font-size:17px;text-transform:uppercase;position:relative;padding:20px 0 0;}
			.pgresadvtil h2:before{content:'';display:block;position:absolute;top:0;left:50%;transform:translateX(-50%);width:60px;height:2px;background:#002e69;} */

    .pgresadvtil h2{font-size:20px;line-height:50px;text-transform:uppercase;position:relative;padding:26px 0 -25px; margin-bottom: -25px;}
    .pgresadvtil h2:before{content:'';display:block;position:absolute;top:0;left:50%;transform:translateX(-50%);width:60px;height:0px;background:#002e69;}
    .pgresadvtil h3{          
        /* font-size:24px;line-height:30px;text-transform: uppercase;font-weight:normal; */
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 2px;
        z-index: 1;
        color: #666;
        text-transform: uppercase;
        font-family: 'sysfont';
        opacity: .2;
    }
    
    
        .pgresadvcat{margin:0 0 10px;}
		.pgresadvcat ul{margin:0 -1%;}
		.pgresadvcat li{float:left;width:31.33%;margin:0 1% 2%;text-align:center;background:#F5F5F5;line-height:30px;    text-transform: capitalize;text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;}
		.pgresadvcat li.on{background:#002e69;color:#fff;}
	.pgresadvinfo{}
		.pgresadvinfoimg{margin:0 0 20px;}
			.pgresadvinfoimg figure{}
			.pgresadvinfoimg img{width:100%;}
		.pgresadvinfotxt{}
			.pgresadvinfotxt h3{font-size:17px;margin:0 0 10px;text-transform:capitalize}
			.pgresadvinfotxt p{}

.pgrestea{background:url(../images/bgresearch.jpg) no-repeat center center;background-size:auto 100%;padding:40px 20px;}
	.pgresteatil{text-align:center;color:#fff;}
		/* .pgresteatil h2{font-size:17px;text-transform:uppercase;position:relative;padding:20px 0 0;}
			.pgresteatil h2:before{content:'';display:block;position:absolute;top:0;left:50%;transform:translateX(-50%);width:60px;height:2px;background:#002e69;}
		.pgresteatil h3{font-size:17px;font-weight:normal;} */

 
		.pgresteatil h2{font-size:20px;line-height:50px;text-transform:uppercase;position:relative;padding:26px 0 10px; margin-bottom:-25px}
			/* .pgresteatil h2:before{content:'';display:block;position:absolute;top:0;left:50%;transform:translateX(-50%);width:60px;height:2px;background:#002e69;} */
		.pgresteatil h3{
            /* font-size:24px;line-height:30px;text-transform: uppercase;font-weight:normal; */
            font-size: 18px;
            font-weight: bold;
            letter-spacing: 2px;
            z-index: 1;
            color: #fff;
            text-transform: uppercase;
            font-family: 'sysfont';
            opacity: .2;
        }
	.pgrestealis{margin: 20px auto 120px;
    width: 80%;}


	.pgrestealis{margin:20px auto;}
		.pgrestealis .swiper-container{padding:0 0 40px;}
		.pgrestealis .swiper-pagination{}
		 .pgrestealis  .swiper-pagination-bullet{ background-color: #fff;}
            .pgrestealis  .swiper-pagination-bullet-active{ background-color: #348FFD;}
		.pgrestealis a{display:block;text-align:center;box-shadow:0 10px 10px rgba(0,0,0,0.1);background:#fff;}
		.pgrestealis a figure{}
		.pgrestealis a img{width:100%;}
		.pgrestealis a h3{font-size:14px;font-weight:normal;line-height:30px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
		.pgrestealis a:hover{background:#002e69;color:#fff;}

.pgresgai{padding:40px 20px;}
	.pgresgaitil{text-align:center;margin:0 0 20px;}
    .pgresgaitil h2{font-size:20px;line-height:50px;text-transform:uppercase;position:relative;padding:26px 0 10px;margin-bottom: -25px;}
    .pgresgaitil h2:before{content:'';display:block;position:absolute;top:0;left:50%;transform:translateX(-50%);width:60px;height:0px;background:#002e69;}
.pgresgaitil h3{
    /* font-size:24px;line-height:30px;text-transform: uppercase;font-weight:normal; */
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    z-index: 1;
    color: #666;
    text-transform: uppercase;
    font-family: 'sysfont';
    opacity: .2;
}
	.pgresgailis{}
		.pgresgailis .swiper-container{}
		.pgresgailis figure{text-align:center;}
		.pgresgailis img{width:100%;}
		.pgresgailis figcaption{font-size:14px;line-height:30px;}
/*************制造中心****************/

.pgcert{padding:40px 20px;background:url(../images/bgmadcer.jpg) no-repeat center center;background-size:auto 100%;}
	.pgcerttil{text-align:center;color:#fff;margin:0 0 20px;}
        .pgcerttil h2{font-size:20px;line-height:50px;text-transform:uppercase;position:relative;padding:26px 0 10px;    margin-bottom: -25px;}
        .pgcerttil h2:before{content:'';display:block;position:absolute;top:0;left:50%;transform:translateX(-50%);width:60px;height:0px;background:#002e69;}
        .pgcerttil h3{
        
        /* font-size:24px;line-height:30px;text-transform: uppercase;font-weight:normal; */
    font-size: 18px;
font-weight: bold;
letter-spacing: 2px;
z-index: 1;
color: #666;
text-transform: uppercase;
font-family: 'sysfont';
opacity: .2;
    }
	.certify{}

.pgtes{padding:40px 20px;}
	.pgtestil{text-align:center;margin:0 0 20px;}


        .pgtestil h2{font-size:20px;line-height:50px;text-transform:uppercase;position:relative;padding:26px 0 10px;    margin-bottom: -25px;}
        .pgtestil h2:before{content:'';display:block;position:absolute;top:0;left:50%;transform:translateX(-50%);width:60px;height:0px;background:#002e69;}
    .pgtestil h3{
        
        /* font-size:24px;line-height:30px;text-transform: uppercase;font-weight:normal; */
    font-size: 18px;
font-weight: bold;
letter-spacing: 2px;
z-index: 1;
color: #666;
text-transform: uppercase;
font-family: 'sysfont';
opacity: .2;
    }

	.pgteslis{ position:relative}
		.pgteslis .swiper-container{}
		.pgteslis figure{text-align:center;background:#fff}
		.pgteslis img{width:100%;}
		.pgteslis figcaption{line-height:30px;}




/***************************************/
.pgbanner{}
	.pgbanner figure{height:150px;position:relative;overflow:hidden;}
	.pgbanner img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;text-align:center;color:#fff;height:150px;}
    .pgbanner{position:relative;}
	.pgbanner figure{height:150px;overflow:hidden;position:relative;}
	.pgbanner img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:150px;}
	.pgbanner section{position:absolute;z-index:2;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;text-align:center;}
	.pgbanner h1{font-size:18px;position:relative;text-transform:uppercase;}
	.pgbanner span{display:inline-block;font-weight:normal;text-transform:uppercase;}


	.pgbanner span{
        /* display:inline-block;font-weight:normal;text-transform:uppercase;font-size:20px;line-height:30px; */
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 2px;
        z-index: 1;
        color: #fff;
        text-transform: uppercase;
        font-family: 'sysfont';
        opacity: .2;
    }
.pgguide{}
	.pgguideposition{background:#f6f6f6;padding:10px 20px;}
		.pgguideposition i{display:block;width:20px;height:20px;float:left;font-size:20px;margin-right:5px;}
		.pgguideposition i svg{font-size:20px;line-height:30px;}
	.pgguidenav{padding:20px;}
    .pgnav_en{ display: none;}
	.pgguidenav ul{overflow:hidden;}
	.pgguidenav li{float:left;width:50%;}
	.pgguidenav a{display:block;font-size:14px;font-weight:bold;padding:5px 10px;background:#eee;margin:2px;text-transform: capitalize;}
	.pgguidenav a.on{background:#002e69;color:#fff;}

.listpage{clear:both;text-align:center;overflow:hidden;font-size:12px;margin-bottom:60px;}
.listpage a,.listpage span{display:inline-block;padding:7px 15px;margin:0 3px 6px;border:1px solid #ccc;}
.listpage a:hover{background:#333;border:1px solid #333;color:#fff;}
.listpage span{background:#333;border:1px solid #333;color:#fff;}

.edit{}
	.edit img{max-width:100%;}

.pg{padding:40px 0;overflow:hidden;}
	main{}
	aside{}
.pgs{padding:40px 20px;border-top:1px solid #ddd;}
	
	.pgtitle{margin-bottom:20px;overflow:hidden;text-align:center;}
	.pgtitle h2{font-size:24px;line-height:30px;position:relative;margin-bottom:5px;color:#002e69;}
	.pgtitle h3{opacity:0.8;font-size:18px;color:#999;text-transform:uppercase;font-weight:normal;}
		.pgtitle h3 span{position:relative;display:inline-block;}
		.pgtitle h3 span:before{content:'';display:block;position:absolute;top:50%;left:100%;margin-left:30px;width:50px;height:1px;background:#999;}
		.pgtitle h3 span:after{content:'';display:block;position:absolute;top:50%;right:100%;margin-right:30px;width:50px;height:1px;background:#999;}
	.pgtitle p{opacity:0.8;font-size:12px;color:#999;text-transform:uppercase;font-weight:normal;}

	.pgnav{background:#f4f4f4;line-height:55px;margin-bottom:40px;}
		.pgnav ul{display:flex;}
		.pgnav li{flex:1;}
		.pgnav li a{display:block;text-align:center;font-size:18px;position:relative;}
		.pgnav li a:after{content:'';display:block;position:absolute;bottom:0;left:50%;transform:translateX(-50%);border-left:6px solid transparent;border-bottom:6px solid #fff;border-right:6px solid transparent;opacity:0;transition:all ease-out 0.3s;}
		.pgnav li a:hover,.pgnav li a.on{background:#333;color:#fff;}
		.pgnav li a:hover:after,.pgnav li a.on:after{opacity:1;}
	
	.aboutinfo{font-size:16px;line-height:200%;margin-bottom:100px;columns:500px 2;column-gap:40px;}
		.aboutinfo img{max-width:100%;}
	
	.aboutinfo{font-size:16px;line-height:200%;margin-bottom:100px;}
		.aboutinfo img{max-width:100%;}
	
	.pgabout{}
		.pgaboutimg{margin:0 0 20px;}
			.pgaboutimg figure{}
			.pgaboutimg figure img{width:100%;}
		.pgaboutinfo{}
	
	.pgimglist{margin-bottom:30px;}
				.pgimglist ul{margin:0 -1%;}
				.pgimglist li{float:left;width:48%;margin:0 1% 10px;position:relative;}
					.pgimglist li figure{position:relative;overflow:hidden;margin-bottom:10px;height:100px;border:1px solid #ddd;box-shadow:0 0 20px rgba(0,0,0,0.1);}
					.pgimglist li figure img{max-height:100px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}
					.pgimglist li figure figcaption{position:absolute;top:0;left:0;bottom:0;right:0;background:url(../images/iconsee.png) no-repeat center center rgba(230,0,0,0.5);text-indent:-999em;opacity:0;transition:all ease-out 0.3s;}
			.pgimglist li section{}
				.pgimglist li section h4{font-size:16px;line-height:30px;}
				.pgimglist li section p{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:#999;}
			.pgimglist li:hover img{transform:translate(-50%,-50%) scale3d(1.05, 1.05, 1);}
			.pgimglist li:hover figcaption{opacity:1;}
	
	.pgservice{}
		.pgserviceimg{margin:0 0 20px;}
			.pgserviceimg figure{}
			.pgserviceimg figure img{width:100%;}
		.pgserviceinfo{}
		.pgproheainftel{}
			.pgproheainftel span{display:block;width:160px;line-height:40px;margin:20px 0 0;padding:0 0 0 60px;}
			.pgproheainftel span:nth-of-type(1){background:#002e69 url(../images/icon1.png) no-repeat 20px center;color:#fff;}
			.pgproheainftel span:nth-of-type(2){background:#fff url(../images/icon2.png) no-repeat 20px center;}



	.pgteamnav{margin-bottom:40px;}
		.pgteamnav ul{overflow:hidden;}
		.pgteamnav li{float:left;margin-right:10px;}
		.pgteamnav li a{display:block;background:#fff;line-height:50px;padding:0 20px;width:100px;}
		.pgteamnav li a i{float:right;}
		.pgteamnav li a.on,.pgteamnav li a:hover{background:#002e69;color:#fff;}

	.pghonor{padding:80px 0;}
		.pghonorlist{}
			.pghonorlist ul{margin:0 -1%;}
			.pghonorlist li{float:left;width:31.33%;margin:0 1% 20px;}
			.pghonorlist li figure{overflow:hidden;border:1px solid #eee;position:relative;margin-bottom:10px;background:#fff;text-align:center;}
			.pghonorlist li img{width:100%;}
			.pghonorlist li h3{text-align:center;font-size:14px;font-weight:normal;}
		
	.infocase{margin:0 0 30px;}
		.infocasehead{margin:0 0 40px;}
			.infocasehead figure{}
			.infocasehead figure img{width:100%;}
		.infocasedetail{margin:0 0 40px;}
	
	.pgproject{font-size:16px;line-height:200%;margin-bottom:100px;}
		.pgprojectinfo table{max-width:100%;}
		.pgprojectinfo .table th{font-size:14px;border:1px solid #ddd;padding:15px 15px;line-height:150%;background:#f9f9f9;font-weight:normal;}
		.pgprojectinfo .table td{font-size:12px;border:1px solid #ddd;padding:15px 15px;line-height:150%;}

			.pgcolumntitle{/*background:linear-gradient(to top,#ececec 0%,#ececec 100%);*/position:relative;line-height:30px;padding: 0 0 20px;border-bottom:1px solid #ddd;margin-bottom:20px;background:#fff;}
			.pgcolumntitle span{display:none;}
			.pgcolumntitle h3{position:relative;font-size:22px;font-weight:normal;text-transform: uppercase;}

			.pgproductlist{margin-bottom:20px;}
				.pgproductlist ul{margin:0 -1%;}
				.pgproductlist li{float:left;width:48%;margin:0 1% 2%;position:relative;}
					.pgproductlist li a{display:block;border:1px solid #eee;background:#fff;text-align:center;}
						.pgproductlist li figure{position:relative;overflow:hidden;margin-bottom:10px; }
							.pgproductlist li figure img{width:100%;height:170px;}
							.pgproductlist li figure figcaption{position:absolute;top:0;left:0;bottom:0;right:0;background:url(../images/iconsee.png) no-repeat center center rgba(230,0,0,0.5);text-indent:-999em;opacity:0;transition:all ease-out 0.3s;}
					.pgproductlist li section{padding:5px;}
						.pgproductlist li section h4{font-size:16px;line-height:30px;}
						.pgproductlist li section p{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:#999;}
					.pgproductlist li:hover img{transform:scale3d(1.05, 1.05, 1);}
					.pgproductlist li:hover figcaption{opacity:1;}
			
			.pgcaselist{margin-bottom:20px;}
				.pgcaselist ul{margin:0 -1%;}
				.pgcaselist li{float:left;width:48%;margin:0 1% 2%;position:relative;}
					.pgcaselist li a{display:block;border:1px solid #eee;background:#fff;text-align:center;}
						.pgcaselist li figure{position:relative;overflow:hidden;margin-bottom:10px;}
							.pgcaselist li figure img{width:100%;}
							.pgcaselist li figure figcaption{position:absolute;top:0;left:0;bottom:0;right:0;background:url(../images/iconsee.png) no-repeat center center rgba(230,0,0,0.5);text-indent:-999em;opacity:0;transition:all ease-out 0.3s;}
					.pgcaselist li section{padding:5px;}
						.pgcaselist li section h4{font-size:16px;line-height:30px;}
						.pgcaselist li section p{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:#999;}
					.pgcaselist li:hover img{transform:scale3d(1.05, 1.05, 1);}
					.pgcaselist li:hover figcaption{opacity:1;}
			
			.infoproduct{}
				.infoproducthead{margin-bottom:20px;position:relative;padding:20px;background:#f6f6f6;}
					.infoproductslide{margin-bottom:20px;}
						.infoproductslide figure{overflow:hidden;border:1px solid #eee;}
						.infoproductslide figure img{width:100%;}
					.infoproductsummary{}
						.infoproductsummary:after{content:'';display:block;clear:both;}
						.infoproductsummary h1{font-size:18px;line-height:30px;margin-bottom:10px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
						.infoproductsummary section{color:#999;}
						.infoproductsummary p{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
						.infoproductsummary p span a{display:inline-block;line-height:30px;background:#002e69;color:#fff;padding:0 20px;margin-top:10px;}
					.infoprevnext{}
						.infoprevnext span{position:absolute;top:50%;transform:translateY(-50%);display:block;width:38px;height:38px;text-align:center;text-indent:-999em;background:#f9f9f9;border:1px solid #ddd;border-radius:5px;overflow:hidden;}
						.infoprevnext span a{display:block;position:relative;text-indent:-999em;line-height:38px;width:38px;height:38px;}
						.infoprevnext span a:hover{background:#002e69;color:#fff;}
						.prev{left:-20px;}
							.prev a:after{content:'';display:block;position:absolute;top:12px;left:15px;width:14px;height:14px;border-left:2px solid #ccc;border-top:2px solid #ccc;transform:rotate(-45deg);}
						.next{right:-20px;}
							.next a:after{content:'';display:block;position:absolute;top:12px;right:15px;width:14px;height:14px;border-right:2px solid #ccc;border-top:2px solid #ccc;transform:rotate(45deg);}
				.infoproductdetail{margin-bottom:40px;}
					.detailtab{margin-bottom:30px;position:relative;}
						.detailtab h3{font-size:16px;margin-bottom:20px;border-bottom:1px solid #ddd;position:relative;padding-bottom:10px;}
						.detailtab h3:after{content:'';display:block;position:absolute;bottom:-1px;width:50px;height:2px;background:#002e69;}
						.detailtab span{position:absolute;top:15px;right:15px;}
						.detailtab span a{}
				
				.infoproductother{margin-bottom:20px;border:1px solid #eee;padding:20px;}
					.infoproductother h3{font-size:16px;margin-bottom:20px;border-bottom:1px solid #ddd;position:relative;padding-bottom:10px;}
					.infoproductother h3:after{content:'';display:block;position:absolute;bottom:-1px;width:50px;height:2px;background:#198c2c;}
					.infoproductother ul{margin:0 -1%;}
					.infoproductother li{position:relative;float:left;width:18%;margin:0 1%;}
					.infoproductother li a{position:absolute;z-index:2;top:0;left:0;bottom:0;right:0;text-indent:-999em;}
					.infoproductother li figure{overflow:hidden;border:1px solid #dcdcdc;padding:10px;}
					.infoproductother li figure img{width:100%;margin-bottom:10px;}
					.infoproductother li figcaption{text-align:center;font-size:12px;}
					.infoproductother li:hover{box-shadow:0 0 10px rgba(0,0,0,0.1);}
					.infoproductother li:hover figure img{transform:scale3d(1.05, 1.05, 1);}
		
			.pgnewslist{margin-bottom:20px;}
				.pgnewslist ul{overflow:hidden;}
				.pgnewslist li{position:relative;margin:0 0 10px;box-sizing:border-box;}
				.pgnewslist li section{overflow:hidden;position:relative;padding:20px;border:1px solid #ddd;transition:all ease-out 0.3s;background:#fff;border-radius:10px;transition:all 0.3s ease-out 0s;}
					.pgnewslist li section dl{}
						.pgnewslist li section dt{font-size:16px;line-height:30px;padding-bottom:20px;position:relative;}
						.pgnewslist li section dt:after{content:'';display:block;position:absolute;top:30px;left:0;width:30px;height:2px;background:#002e69;}
						.pgnewslist li section dd{font-size:13px;opacity:0.6;}
							.pgnewslist li section dd span a{display:inline-block;margin-top:20px;border:1px solid #eee;padding:0 20px;line-height:38px;font-size:12px;color:#999;}
				.pgnewslist li section time{display:block;color:#999;margin-bottom:10px;}
				.pgnewslist li section time span{}
				.pgnewslist li section time i{}
				.pgnewslist li section time em{}				
				.pgnewslist li:hover section{background:#002e69;color:#fff;}
				.pgnewslist li:hover section dt:after{background:#fff;}
				.pgnewslist li:hover section a{color:#fff;}
			
			article{margin-bottom:20px;background:#fff;}
				.articlehead{padding-bottom:20px;border-bottom:1px solid #eee;margin-bottom:20px;}
					.articlehead h1{font-size:24px;line-height:30px;}
					.articlehead p{font-size:12px;color:#999;margin-top:10px;}
					.articlehead p span{margin-right:10px;}
					.articlehead p time{margin-right:10px;}
				.articlebody{margin-bottom:20px;}
					.articleinfo{line-height:200%;font-size:16px;}
						.articleinfo img{max-width:100%;}
					.relatedarticle{}
						.relatedarticle h3{font-size:18px;line-height:30px;margin-bottom:10px;}
						.relatedarticle ul{}
						.relatedarticle li{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;line-height:30px;}
						.relatedarticle li a{float:left;position:relative;padding-left:13px;}
						.relatedarticle li a:after{content:'';display:block;position:absolute;top:50%;left:0;transform:translateY(-50%);width:3px;height:3px;background:#ddd;}
						.relatedarticle li time{float:right;color:#999;font-size:12px;}
					.infotags{margin-top:20px;font-style:italic;font-size:12px;padding:15px;background:#f6f6f6;color:#666;}
					.infoprevnext{margin-top:20px;}

						.table{overflow-x:scroll;margin:1em 0;}
						.table::-webkit-scrollbar{width:1px;height:1px;}
						.table::-webkit-scrollbar-thumb{border-radius:5px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);background:rgba(0,0,0,0.2);}
						.table::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);border-radius: 0;background:rgba(0,0,0,0.1);}
						.table table{border-collapse:collapse;border:1px solid #666;width:100%;box-sizing:border-box;}
						.table tr{}
						.table th{font-size:14px;border:1px solid #ddd;padding:8px 10px;line-height:150%;background:#f9f9f9;font-weight:normal;}
						.table td{font-size:12px;border:1px solid #ddd;padding:8px 10px;line-height:150%;}		

                .pgsidenav{margin-bottom:20px;}
                .pgsidenavhead{color:#fff;background:linear-gradient(to bottom,#002e69 0%,#002e69 100%);padding:20px;border-radius:10px 10px 0 0;border-bottom:5px solid #0062b4;}
                .pgsidenav p{text-transform:uppercase;font-family:'sysfont';font-size:24px;line-height:40px;margin-bottom:10px;position:relative;}
                .pgsidenav p:after{content:'';display:block;position:absolute;bottom:0;left:0;width:30px;height:2px;background:#fff;}
                .pgsidenav h3{position:relative;font-size:20px;line-height:30px;font-weight:normal;}
				.pgsidenav ul{background:#f6f6f6;overflow:hidden;}
				.pgsidenav li{border-top:1px solid #ddd;}
				.pgsidenav li a{line-height:30px;display:block;padding:15px 20px;position:relative;text-transform: capitalize;}
				.pgsidenav li a i{float:right;font-size:18px;}
				.pgsidenav li a:hover,.pgsidenav li a.on{background:#0062b4;color:#fff;}
				.pgsidenav li a:hover i,.pgsidenav li a.on i{animation:mctranslatex 1s linear infinite;-webkit-animation:mctranslatex 1s linear infinite;}
				.pgsidenav li ul{display:none;padding:0;}
				.pgsidenav li ul.on{display:block;}
				.pgsidenav li li a{line-height:39px;background:none;padding-left:38px;border-bottom:1px dashed #ddd;background:#0062b4;}
				.pgsidenav li li a:before{content:'';display:block;position:absolute;left:20px;top:16px;width:5px;height:5px;border:2px solid #ddd;}
				.pgsidenav li li a:hover{background:none;color:#06c;}
				.pgsidenav li li a:hover:before{border:2px solid #06c;}

		aside .pgsidearticle,aside .pgsidekey,aside .pgsidecotact{background:#fff;}

			.pgsidearticle{margin-bottom:40px;}
				.pgsidearticle h3{margin-bottom:10px;font-size:16px;line-height:40px;border-bottom:1px solid #eee;}
				.pgsidearticle ul{}
				.pgsidearticle li{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:12px;line-height:25px;}
				.pgsidearticle li a{position:relative;padding-left:15px;}
				.pgsidearticle li a:after{content:'';display:block;position:absolute;top:50%;let:0;width:3px;height:3px;transform:translateY(-50%);background:#999;}

			.pgsidekey{margin-bottom:40px;}
				.pgsidekey h3{margin-bottom:10px;font-size:16px;line-height:40px;border-bottom:1px solid #eee;}
				.pgsidekey section{line-height:25px;}
				.pgsidekey a{display:inline-block;line-height:30px;padding:0 10px;margin:0 10px 10px 0;border:1px solid #ddd;}

			.pgsidecotact{}
				.pgsidecotact h3{margin-bottom:10px;font-size:16px;line-height:40px;border-bottom:1px solid #eee;}
				.pgsidecotact section{line-height:30px;}
				.pgsidecotact section:not(:last-child){overflow:hidden;border-bottom:1px solid #eee;padding:0 0 20px;margin-bottom:20px;}
				.pgsidecotact section i{display:block;float:left;width:60px;height:60px;font-size:50px;line-height:60px;border-radius:60px;background:#71b22c;color:#fff;text-align:center;margin-right:20px;}
				.pgsidecotact section dl{float:left;padding:5px 0;}
				.pgsidecotact section dt{font-size:14px;}
				.pgsidecotact section dd{font-size:24px;line-height:30px;font-weight:bold;}
				.pgsidecotact ul{}
				.pgsidecotact li{line-height:25px;}

			.pgmap{width:100%;position:relative;}
				.pgmapinfo{}
				.pgmaplist{position:absolute;top:20px;right:20px;bottom:20px;width:300px;background:rgba(255,255,255,0.8);padding:30px;}
					.pgmaplist h2{font-size:22px;line-height:25px;}
					.pgmaplist h3{font-size:16px;margin-bottom:10px;}
					.pgmaplist h4{margin-bottom:40px;font-family:'sysfont';font-size:60px;line-height:60px;border-bottom:1px solid #ccc;padding-bottom:40px;color:#002e69;}
					.pgmaplist section{margin-bottom:30px;}
					.pgmaplist section p{font-size:13px;color:#666;}
					.pgmaplist section p strong{font-size:16px;line-height:30px;color:#000;}

			.pgcontact{}
			.pgcontacttitle{margin-bottom:20px;}
				.pgcontacttitle h1{font-size:24px;line-height:30px;font-weight:normal;text-align:center;}
			.pgcontactlist{margin:0 -1%;overflow:hidden;margin-bottom:20px;}
				.pgcontactlist section{float:left;width:48%;margin:0 1% 2%;box-sizing:border-box;border:1px solid #f5f5f5;padding:20px 0;text-align:center;}
				.pgcontactlist figure{width:50px;height:50px;margin:0 auto;margin-bottom:10px;}
				.pgcontactlist figure i{font-size:50px;line-height:50px;}
				.pgcontactlist p{height:40px;}
			.pgcontactmap{margin-bottom:40px;}

			.pgmessage{}
			.pgmessage h3{font-size:16px;margin-bottom:20px;}
			.pgmessage p{}
			.pgmessage form{margin-top:20px;}
			.pgmessage ul{overflow:hidden;}
			.pgmessage li{position:relative;margin-bottom:10px;border-bottom:1px solid #eee;box-sizing:border-box;}
			.pgmessage li span{display:none;position:absolute;top:-10px;left:20px;font-size:12px;color:#999;background:#fff;padding:0 10px;}
			.pgmessage li span i{margin-right:10px;}
			.pgmessage li input{width:100%;padding:10px;box-sizing:border-box;background:#f6f6f6;}
			.pgmessage li textarea{display:block;border:none;width:100%;height:120px;padding:10px;box-sizing:border-box;background:#f6f6f6;}
			.pgmessage li input.btn{width:100%;background:#232e39;color:#fff;}
			#checkCodeImg{position:absolute;top:7px;right:7px;}
		/*********企业文化***************/

.w03-b {
display: block; height:auto; min-height: 1200px; background-position: top center; background-size: cover; }
.cul_en{min-height: 1800px;}
.cul_jp{min-height: 1320px;}
.w03-b-l-box {
padding: 20px 0;
float: left;
width: 100%;}
.w03-b-l-box3{ line-height: 2; margin:20px 20px}




/* 联系我们 */
.pgcon{}
.pgconlis{}
.pgconlisite{margin:0 0 40px;}
.pgconlisite h3{font-size:17px;line-height:20px;margin:0 0 10px;position:relative;padding:20px 0 0;}
.pgconlisite h3:before{content:'';display:block;position:absolute;top:0;left:0;width:60px;height:3px;background:#002e69;}
/* .pgconlisite p{width: 100%;
float: left;} */
.pgconlisite p strong{display:inline-block;width:50px; }
.pgconlisite p font{ width:calc(100% - 60px); float:right;}
.pgconlisitemap{margin:20px 0 0;}
.pgconmes{}
.pgconmes h3{font-size:17px;line-height:20px;text-transform:uppercase;position:relative;padding:30px 0 0;}
.pgconmes h3:before{content:'';display:block;position:absolute;top:0;left:0;width:60px;height:3px;background:#002e69;}
.pgconmes span{display:block;font-size:17px;line-height:20px;font-weight:bold;}
.pgconmes form{background:#fff;margin:20px 0 0;}
.pgconmes form p{}
.pgconmes ul{position:relative;margin:10px 0 0;}
.pgconmes li{margin-bottom:10px;}
.pgconmes li .txt{width:100%;padding:0 10px;box-sizing:border-box;border:1px solid #e4e4e4;line-height:30px;border-radius:3px;}
.pgconmes li:nth-of-type(4) .txt{width:100%;}
.pgconmes li .txts{width:100%;height:140px;padding:10px;box-sizing:border-box;border:1px solid #e4e4e4;border-radius:3px;}
.pgconmes li .btn{width:208px;height:30px;background:#002e69;color:#fff;border-radius:3px;font-size:14px;}


}
