@media (min-width:1201px){
.banner{position:relative;width:100%;height:600px;overflow:hidden;}
.banner .bd{position:relative;z-index:0;width:100%;height:600px;}
.banner .bd ul{width:100%;height:600px;}
.banner .bd li{width:100%;height:600px;position:relative;background-position:center center;background-size:cover;}
.banner .bd li section{height:100%;background:rgba(15,40,95,0.3);}
.banner .bd li section h3{font-size:36px;line-height:40px;color:#fff;font-weight:normal;position:absolute;transform:translateX(-50%);opacity:0;top:200px;text-shadow:0 2px 5px rgba(0,0,0,0.5);}
.banner .bd li section h4{font-size:22px;line-height:30px;color:#fff;font-weight:normal;margin-bottom:30px;text-transform:uppercase;position:absolute;transform:translateX(50%);top:280px;text-shadow:0 2px 5px rgba(0,0,0,0.5);}
.banner .bd li section p{margin-bottom:40px;position:absolute;transform:translateX(-50%);}
.banner .bd li section a{display:inline-block;font-size:14px;line-height:40px;display:inline-block;background:rgba(255,255,255,0.4);border-radius:10px;padding:0 30px;margin:0 10px;text-transform:uppercase;color:#fff;border:1px solid #fff;}
.banner .hd{width:100%;position:absolute;z-index:1;bottom:20px;left:0;text-align:center;right:0;padding: 5px 0;}
.banner .hd ul li{cursor:pointer;display:inline-block;width:8px;height:8px;border-radius:50px;border:4px solid rgba(0,0,0,0.5);background:rgba(0,0,0,0.5);margin: 0 3px -3px;background-clip:padding-box;}
.banner .hd ul .on{border:4px solid rgba(0,0,0,0.5);background:rgba(255,255,255,0.5);width:28px;}
.banner span{position:absolute;top:50%;width:30px;height:60px;cursor:pointer;filter:alpha(opacity=80);opacity:0.8;border-radius:5px;margin-top:-30px;}
.prev{left:10px;background:url(../img/prev.png) no-repeat center center;}
.next{right:10px;background:url(../img/next.png) no-repeat center center;}

.search{border-bottom:1px solid #ddd;padding:20px;}
	.hotkey{float:left;line-height:30px;}
		.hotkey a{margin-right:10px;}
	.searchform{float:right;}
		.searchform input{font-size:12px;}
		.searchform .txt{height:28px;line-height:28px;border:1px solid #ddd;padding:0 10px;}
		.searchform .btn{height:30px;padding:0 20px;}

.title{text-align:center;margin-bottom:30px;background:url(../img/titlebg.png) no-repeat center bottom;padding-bottom:20px;}
	.title h2{text-transform:uppercase;font-size:36px;line-height:50px;margin-bottom:10px;}
	.title p{font-size:18px;text-transform:uppercase;color:#999;position:relative;}

.question{padding:60px 0;}
	.questionlist{}
		.questionlist ul{margin-bottom:30px;}
		.questionlist li{text-align:center;width:20%;float:left;}
		.questionlist li section{background:url(../img/questionbg.png) no-repeat center center;width:190px;height:220px;margin:0 auto;padding:50px 0;box-sizing:border-box;}
		.questionlist li figure{overflow:hidden;}
		.questionlist li figure img{width:60px;}
		.questionlist li dl{color:#fff;}
		.questionlist li dt{font-size:24px;line-height:30px;font-weight:bold;margin-bottom:5px;}
		.questionlist li dd{}
	.questionmore{}
		.questionmore a{display:block;width:280px;font-size:16px;line-height:50px;color:#fff;background:#9cc03c;text-align:center;border-radius:50px;margin:0 auto;}

.answer{background:url(../img/answerbg.jpg) no-repeat center center;padding:60px 0;}
	.answer .title{color:#fff;}
	.answerlist{position:relative;}
		.ansertlistcenter{position:absolute;top:100px;left:50%;transform:translateX(-50%);background:url(../img/answerbg.png) no-repeat center center;width:400px;height:400px;}
			.ansertlistcenter figure{overflow:hidden;padding:30px;}
			.ansertlistcenter figure img{width:340px;border-radius:350px;}
		.answerlistul{height:600px;position:relative;}
			.answerlistul ul{}
			.answerlistul li{position:absolute;}
			.answerlistul li:nth-of-type(1){top:0;left:0;}
			.answerlistul li:nth-of-type(2){top:0;right:0;}
			.answerlistul li:nth-of-type(3){top:150px;left:0;}
			.answerlistul li:nth-of-type(4){top:150px;right:0;}
			.answerlistul li:nth-of-type(5){top:300px;left:0;}
			.answerlistul li:nth-of-type(6){top:300px;right:0;}
			.answerlistul li:nth-of-type(7){top:450px;left:0;}
			.answerlistul li:nth-of-type(8){top:450px;right:0;}
			.answerlistul li section{position:relative;height:100px;padding:20px 0;}
			.answerlistul li section:after{content:'';display:block;position:absolute;top:50%;width:20px;height:20px;background:url(../img/answerlistbg.png) no-repeat center center;transform:translateY(-50%);}
			.answerlistul li:nth-of-type(2n+1) section:after{right:-10px;}
			.answerlistul li:nth-of-type(2n) section:after{left:-10px;}
				.answerlistul li figure{position:absolute;top:0;width:140px;height:140px;overflow:hidden;box-sizing:border-box;border:2px solid #fff;border-radius:140px;}
					.answerlistul li figure img{width:140px;border-radius:140px;}
				.answerlistul li dl{width:240px;background:#fff;border-radius:140px;}
					.answerlistul li dt{font-size:22px;line-height:30px;}
					.answerlistul li dd{font-size:14px;color:#999;height:40px;}
				.answerlistul li:nth-of-type(2n+1) section{}
				.answerlistul li:nth-of-type(2n) section{}
				.answerlistul li:nth-of-type(2n+1) figure{left:0;}
				.answerlistul li:nth-of-type(2n) figure{right:0;}
				.answerlistul li:nth-of-type(2n+1) dl{padding:15px 40px 15px 160px;}
				.answerlistul li:nth-of-type(2n) dl{padding:15px 160px 15px 40px;}

.product{padding:60px 0;background:url(../img/bgline.png) repeat-x 0 bottom;}
	.productclass{}
		.productclass ul{margin:0 -1%;padding-bottom:30px;}
		.productclass li{float:left;width:18%;text-align:center;margin:0 1%;}
		.productclass li a{display:block;}
		.productclass li a figure{overflow:hidden;}
		.productclass li a img{border:1px solid #ddd;padding:5px;width:150px;height:150px;margin-bottom:10px;border-radius:150px;}
		.productclass li a figcaption{}
	.productlist{}
		.productlist ul{margin:0 -1%;}
		.productlist li{float:left;width:23%;margin:0 1% 2%;text-align:center;}
		.productlist li figure{overflow:hidden;position:relative;margin-bottom:10px;}
		.productlist li img{width:100%;}
		.productlist li figcaption{position:absolute;bottom:0;left:0;right:0;line-height:30px;background:rgba(0,0,0,0.5);color:#fff;}
		.productlist li p{}
		.productlist li p a{margin:0 10px;}

.case{padding:60px 0;background:url(../img/casebg.jpg) no-repeat center center;}
.case .title{color:#fff;}
.case .mainwidth{width:1300px;}
	.casemix{}
		.casemix section{float:left;width:430px;height:495px;background:url(../img/casemixbg.png) no-repeat center center;text-align:center;color:#fff;}
			.casemix section h3{padding-top:110px;font-size:36px;line-height:50px;}
			.casemix section h4{font-size:24px;line-height:30px;margin-bottom:15px;}
			.casemix section p{font-size:22px;line-height:30px;margin:0 20px;}
			.casemix section p:nth-of-type(1){border-top:1px solid #fff;padding-top:10px;}
			.casemix section p:nth-of-type(2){border-bottom:1px solid #fff;padding-bottom:10px;margin-bottom:15px;}
			.casemix section p a{color:#fff;font-weight:bold;}
			.casemix section span{display:block;margin-top:30px;}
			.casemix section span a{text-align:center;display:inline-block;line-height:40px;padding:0 20px;border-radius:40px;background:#9fc031;color:#fff;}
		.casemix figure{float:right;}

.why{padding:60px 0;background:url(../img/bgline.png) repeat-x 0 bottom #f4f4f4;}
	.whylist{}
		.whylist ul{}
		.whylist li{background:#fff;margin-bottom:10px;}
		.whylist li:after{content:'';display:block;clear:both;}
		.whylist li figure{width:50%;}
			.whylist li figure img{width:100%;}
		.whylist li dl{width:50%;position:relative;box-sizing:border-box;padding:50px 50px 50px 140px;}
		.whylist li dl:before{content:'';display:block;position:absolute;top:90px;left:140px;width:30px;height:2px;background:#2d57a9;}
		.whylist li dl:after{display:block;position:absolute;top:50px;left:0;width:90px;height:90px;text-align:center;line-height:90px;font-size:60px;font-family:impact;color:#fff;background:#2d57a9;}
		.whylist li:nth-of-type(1) dl:after{content:'01';}
		.whylist li:nth-of-type(2) dl:after{content:'02';}
		.whylist li:nth-of-type(3) dl:after{content:'03';}
		.whylist li:nth-of-type(4) dl:after{content:'04';}
			.whylist li dt{font-size:24px;line-height:30px;font-weight:bold;margin-bottom:20px;color:#2d57a9;}
			.whylist li dt span{color:#9fbf3a;}
			.whylist li dd{line-height:25px;color:#999;}
		.whylist li:nth-of-type(2n+1) figure{float:left;}
		.whylist li:nth-of-type(2n) figure{float:right;}
		.whylist li:nth-of-type(2n+1) dl{float:right;}
		.whylist li:nth-of-type(2n) dl{float:left;}

.slogenad{background:url(../img/mixbg.jpg) no-repeat center center;color:#fff;padding:60px 0;border-top:5px solid #9fc031;}
	.slogeninfo{float:left;}
		.slogeninfo h2{font-size:48px;line-height:60px;margin-bottom:10px;}
		.slogeninfo p{text-align:center;position:relative;font-size:16px;}
		.slogeninfo p:before{content:'';display:block;position:absolute;top:50%;left:0;width:25%;height:1px;background:#fff;}
		.slogeninfo p:after{content:'';display:block;position:absolute;top:50%;right:0;width:25%;height:1px;background:#fff;}
	.online{float:right;text-align:center;}
		.online dl{}
			.online dt{}
			.online dd{font-size:24px;line-height:30px;font-weight:bold;margin-bottom:10px;}
			.online dd a{color:#fff;}
		.online p{}
		.online p a{display:inline-block;line-height:30px;padding:0 20px;background:#fff;border-radius:5px;}

.about{padding:60px 0;}
	.infoabout{}
		.infoabout figure{float:left;width:48%;position:relative;}
			.infoabout figure:before{content:'';display:block;position:absolute;left:10px;bottom:10px;width:300px;height:40px;background:#9fc031;}
			.infoabout figure:after{content:'';display:block;position:absolute;right:10px;top:10px;width:300px;height:40px;background:#2a58a6;}
			.infoabout figure img{position:relative;z-index:1;border:1px solid #ddd;padding:30px;width:100%;box-sizing:border-box;}
		.infoabout section{float:right;width:48%;padding-top:10px;}
			.infoabout section h2{font-size:36px;line-height:40px;margin-bottom:10px;}
			.infoabout section h3{font-size:24px;line-height:30px;}
			.infoabout section dl{padding:30px 0;}
				.infoabout section dt{font-size:18px;font-weight:bold;margin-bottom:10px;line-height:30px;}
				.infoabout section dd{line-height:25px;color:#999;}
			.infoabout section ul{}
				.infoabout section li{float:left;}
				.infoabout section li a{display:block;line-height:30px;padding:0 20px;background:#9fc031;color:#fff;margin-right:10px;}

.article{ padding:60px 0;background:#f9f9f9;}
	.news{float:left;width:730px;}
		.newshead{line-height:50px;overflow:hidden;border-bottom:1px solid #ddd;position:relative;}
		.newshead:after{content:'';display:block;position:absolute;z-index:1;bottom:-1px;left:0;width:50px;height:3px;background:#2a58a6;}
			.newshead ul{float:left;}
			.newshead li{float:left;margin-right:30px;}
			.newshead li a{font-size:18px;font-weight:bold;}
			.newshead a.more{float:right;text-transform:uppercase;}
		.newslit{overflow:hidden;padding-top:20px;}
			.newslit section{float:left;width:360px;}
				.newslit section figure{overflow:hidden;margin-bottom:10px;}
				.newslit section figure img{width:360px;height:220px;}
				.newslit section dl{}
				.newslit section dt{font-weight:bold;margin-bottom:10px;}
				.newslit section dd{color:#999;}
			.newslit ul{float:right;width:350px;}
			.newslit li{margin-bottom:10px;}
			.newslit li:last-child{margin-bottom:0;}
			.newslit li dl{border:1px solid #ddd;padding:9px;}
			.newslit li dt a{color:#2a58a6;}
			.newslit li dd{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:#999;}
	.faq{float:right;width:430px;}
		.faqhead{line-height:50px;overflow:hidden;border-bottom:1px solid #ddd;position:relative;}
		.faqhead:after{content:'';display:block;position:absolute;z-index:1;bottom:-1px;left:0;width:50px;height:3px;background:#2a58a6;}
			.faqhead h3{float:left;font-size:18px;}
			.faqhead a.more{float:right;text-transform:uppercase;}
		.faqlist{padding-top:20px;}
			.faqlist ul{}
			.faqlist li{}
				.faqlist li dl{padding:12px 0;border-bottom:1px dashed #ccc;}
					.faqlist li dt{padding-left:30px;background:url(../img/faqq.jpg) no-repeat 0 center;}
					.faqlist li dt a{color:#2a58a6;}
					.faqlist li dd{padding-left:30px;color:#999;background:url(../img/faqa.jpg) no-repeat 0 0;}

.links{border-top:1px solid #eee;padding:20px;}
.links .mainwidth{width:100%;}
	.links strong{margin-right:10px;}
	.links a{margin-right:10px;}

/*----------------------------------*/
.boxpghead{position:relative;height:350px;}
	.boxpghead>div{position:absolute;left:0;right:0;}
	.boxpgbanner{top:0;bottom:0;overflow:hidden;}
		.boxpgbanner img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}
.boxpgposition{border-bottom:1px solid #eee;line-height:40px;font-size:12px;padding:0 10px;}
	.pgposition{background:url(../img/toplocation.png) no-repeat 0 center;padding-left:30px;}

.listpage{clear:both;text-align:center;overflow:hidden;font-size:12px;}
.listpage ul{text-align:center;}
.listpage li{display:inline-block;margin:0 3px;}
.listpage li:last-child{}
.listpage a,.listpage span{display:inline-block;padding:7px 15px;border:1px solid #ccc;}
.listpage a:hover{background:#033c89;border:1px solid #033c89;color:#fff;}
.listpage span{background:#033c89;border:1px solid #033c89;color:#fff;}

.boxpg{padding:60px 0;}
	.pg{}
		.pgbody{float:right;width:880px;}
			.pgtitle{margin-bottom:30px;}
			.pgtitle h1{font-size:14px;background:#f9f9f9;padding:10px;}
		.pgside{float:left;width:280px;}
		
			.pgsidenav{margin-bottom:20px;background:linear-gradient(to top,#3d5291 0%,#0071bf 100%);padding:20px;}
				.pgsidenavhead{color:#fff;margin-bottom:20px;}
					.pgsidenav p{text-transform:uppercase;font-family:impact;font-size:36px;line-height:40px;margin-bottom:40px;position:relative;}
					.pgsidenav p:after{content:'';display:block;position:absolute;bottom:-10px;left:0;width:30px;height:2px;background:#fff;}
					.pgsidenav h3{position:relative;font-size:20px;line-height:30px;}
					
				.pgsidenav ul{}
				.pgsidenav li{margin-bottom:10px;}
				.pgsidenav li:last-child{margin-bottom:0;}
				.pgsidenav li a{line-height:40px;display:block;background:linear-gradient(to left,#ddd 0%,#ddd 40px,#fff 40px,#fff 100%);padding:0 20px;position:relative;}
				.pgsidenav li a:after{content:'+';display:block;position:absolute;right:0;top:0;width:40px;text-align:center;}
				.pgsidenav li a:hover,.pgsidenav li a.on{background:linear-gradient(to left,#9fc031 0%,#9fc031 40px,#fff 40px,#fff 100%);}
				.pgsidenav li ul{padding:0;}
				.pgsidenav li li a{line-height:39px;background:none;padding-left:38px;border-bottom:1px dashed #ddd;}
				.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:after{content:'';}
				.pgsidenav li li a:hover{background:none;color:#06c;}
				.pgsidenav li li a:hover:before{border:2px solid #06c;}
			.pgsidearticle{background:#f9f9f9;padding:20px;}
				.pgsidearticle h3{margin-bottom:10px;font-size:16px;line-height:30px;position:relative;padding-left:15px;color:#0071bf;}
				.pgsidearticle h3:after{content:'';display:block;position:absolute;top:50%;left:0;transform:translateY(-50%);width:5px;height:20px;background:#0071bf;}
				.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;}
			
			/*product*/
			.pgproductlistclass{margin-bottom:30px;}
				.pgproductlistclass ul{position:relative;padding-bottom:50px;}
				.pgproductlistclass li{float:left;margin-right:10px;margin-bottom:10px;}
				.pgproductlistclass li.on{position:absolute;bottom:0;left:0;}
				.pgproductlistclass li a{display:inline-block;line-height:38px;border:1px solid #eee;padding:0 15px;}
				.pgproductlistclass li a:hover,.pgproductlistclass li.on a{background:#033c89;border:1px solid #033c89;color:#fff;}
				.pgproductlistclass ul:nth-of-type(2){background:#033c89;padding:10px 10px 0;font-size:12px;}
				.pgproductlistclass ul:nth-of-type(2) li.on{position:static;}
				.pgproductlistclass ul:nth-of-type(2) li a{border:1px solid #eee;color:#fff;}
				.pgproductlistclass ul:nth-of-type(2) li a:hover,.pgproductlistclass ul:nth-of-type(2) li.on a{background:#fff;color:#033c89;}
			.pgproductlist{margin-bottom:30px;}
				.pgproductlist ul{margin:0 -1%;}
				.pgproductlist li{float:left;width:23%;margin:0 1% 20px;text-align:center;}
				.pgproductlist li figure{overflow:hidden;position:relative;margin-bottom:10px;}
				.pgproductlist li img{width:100%;}
				.pgproductlist li figcaption{position:absolute;z-index:1;bottom:0;left:0;right:0;line-height:30px;background:rgba(0,0,0,0.5);color:#fff;}
				.pgproductlist li p{}
				.pgproductlist li p a{margin:0 10px;}
				.pgproductlist li:hover img{transform:scale3d(1.05, 1.05, 1);}
			
			.infoproduct{}
				.infoproducthead{margin-bottom:30px;}
					.infoproductslide{float:left;width:38%;position:relative;}
						.infoproductslide .bd{border:1px solid #eee;padding:14px;margin-bottom:20px;}
							.infoproductslide .bd ul{}
							.infoproductslide .bd li{}
							.infoproductslide .bd li img{width:100%;cursor:pointer;}
							.infoproductslide .bd li:hover img{transform:scale3d(1.05, 1.05, 1);}
						.infoproductslide .hd{}
							.infoproductslide .hd ul{text-align:center;}
							.infoproductslide .hd li{}
						.infoproductslide p{font-size:12px;color:#999;font-style:italic;}
					.infoproductsummary{float:right;width:58%;}
						.infoproductsummary h1{font-size:24px;line-height:30px;margin-bottom:20px;}
						.infoproductsummary h3{font-size:16px;margin-bottom:20px;}
						.infoproductsummary section{color:#999;margin-bottom:20px;}
						.infoproductsummary span{}
						.infoproductsummary span a{display:inline-block;font-size:12px;line-height:40px;padding:0 20px;background:#eb1d1d;color:#fff;margin-right:10px;}
				.infoproductdetail{}
					.detailtab{margin-bottom:30px;}
						.detailtab h3{font-size:16px;padding:20px;background:#eee;}
					.edit{line-height:200%;margin-bottom:30px;}
						.edit img{max-width:840px;}

						.table{overflow-x:scroll;}
						.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%;}

				.other{background:#f9f9f9;}
				.infoproductother{padding:60px 0;}
					.infoproductother h3{font-size:14px;margin-bottom:20px;}
					.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;background:#fff;}
					.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);}
			
			.pghonorlist{}
			.pghonorlist ul{margin:0 -1%;}
			.pghonorlist li{float:left;width:23%;margin:0 1% 2%;text-align:center;}
			.pghonorlist li figure{padding:9px;border:1px solid #eee;}
				.pghonorlist li figure img{width:100%;}
			.pghonorlist li h3{font-size:14px;line-height:30px;font-weight:normal;}

			/*case*/
			.pgcaselist{margin-bottom:20px;}
			.pgcaselist ul{margin:0 -1%;}
			.pgcaselist li{float:left;width:31.33%; margin:0 1% 20px;position:relative;}
				.pgcaselist li a{position:absolute;z-index:2;top:0;left:0;bottom:0;right:0;text-indent:-999em;}
				.pgcaselist li section{}
					.pgcaselist li section figure{border:1px solid #ddd;border-bottom:none;}
						.pgcaselist li section figure img{width:100%;}
					.pgcaselist li section dl{padding:20px;border:1px solid #ddd;background:#fff;}
					.pgcaselist li section dt{margin-bottom:10px;font-size:15px;}
					.pgcaselist li section dd{color:#999;font-size:13px;}
					.pgcaselist li section dd i{color:#008c5a;font-style:normal;}
					.pgcaselist li section dd span{display:inline-block;margin-top:20px;}
			
			.infocase{}
			.infocasehead{margin-bottom:30px;}
				.infocaseslide{float:left;width:59%;position:relative;}
					.infocaseslide .bd{}
						.infocaseslide .bd ul{}
						.infocaseslide .bd li{}
						.infocaseslide .bd li img{width:100%;cursor:pointer;}
						.infocaseslide .bd li:hover img{transform:scale3d(1.05, 1.05, 1);}
					.infocaseslide .hd{position:absolute;top:0;right:0;bottom:0;background:rgba(0,0,0,0.8);padding:10px;}
						.infocaseslide .hd ul{text-align:center;}
						.infocaseslide .hd li{margin-bottom:10px;border:1px solid #eee;}
						.infocaseslide .hd li.on{border:1px solid #2091d9;}
						.infocaseslide .hd li img{width:58px;}
				.infocasesummary{float:right;width:39%;border-left:1px solid #eee;box-sizing:border-box;padding-left:2%;}
					.infocasesummary h1{font-size:24px;line-height:30px;margin-bottom:20px;}
					.infocasesummary h3{font-size:16px;margin-bottom:20px;}
					.infocasesummary section{color:#999;margin-bottom:20px;}
					.infocasesummary span{display:inline-block;margin-bottom:20px;}
					.infocasesummary span a{display:inline-block;font-size:12px;line-height:40px;padding:0 20px;background:#eb1d1d;color:#fff;}
			
			/*news*/
			.pgnewslist{margin-bottom:30px;}
				.pgnewslist ul{}
				.pgnewslist li{position:relative;border-bottom:1px dashed #ddd;margin-bottom:30px;padding-bottom:30px;}
				.pgnewslist li section{overflow:hidden;}
					.pgnewslist li section dl{float:right;width:800px;}
						.pgnewslist li section dt{font-size:16px;line-height:30px;}
						.pgnewslist li section dd{color:#999;line-height:25px;}
							.pgnewslist li section dd span{font-size:12px;}
				.pgnewslist li section time{float:left;width:60px;height:80px;text-align:center;display:block;position:relative;box-sizing:border-box;font-size:12px;color:#999;border:1px solid #eee;}				
					.pgnewslist li section time span{position:absolute;bottom:0;left:0;right:0;font-size:12px;line-height:30px;}
					.pgnewslist li section time i{display:none;}
					.pgnewslist li section time em{position:absolute;top:0;left:0;right:0;font-family:impact;font-size:36px;line-height:50px;position:relative;}
					.pgnewslist li section time em:after{content:'';display:block;position:absolute;top:45px;left:10px;right:10px;height:2px;background:#ccc;}
				.pgnewslist li:hover section time:after{background:#ff0000;}
			
			/*newsinfo*/
			article{}
				.articlehead{padding-bottom:30px;text-align:center;border-bottom:1px solid #eee;margin-bottom:30px;}
					.articlehead h1{font-size:24px;line-height:30px;margin-bottom:10px;font-weight:normal;}
					.articlehead p{font-size:12px;color:#999;}
					.articlehead p span{margin:0 10px;}
					.articlehead p time{margin:0 10px;}
				.articlebody{}
					.edit{line-height:200%;margin-bottom:30px;}
						.edit img{}
					.pgshare{text-align:center;margin:30px 0 0;}
						.bdsharebuttonbox{font-style:normal;display:inline-block;}
						.bdsharebuttonbox a.bds_more{background:none;float:none;padding:0;margin:0;line-height:50px;font-weight:bold;color:#fff;display:inline-block;width:50px;height:50px;text-align:center;background:url(../img/share.png) no-repeat center center #023471;border-radius:60px;text-indent:-999em;font-size:12px;}
						.bdsharebuttonbox span{display:inline-block;}
					.infoprevnext{border-top:1px solid #eee;padding:20px 0;margin-bottom:30px;}
						.infoprevnext p{font-size:12px;}
						.infoprevnext p a{position:relative;}
						.infoprevnext p a:before{content:'';display:block;position:absolute;top:50%;border-top:2px solid #ddd;width:8px;height:8px;}
						.infoprevnext .infoprev{float:left;}
						.infoprevnext .infoprev a{padding-left:20px;}
						.infoprevnext .infoprev a:before{left:8px;border-left:2px solid #ddd;transform:rotate(-45deg) translateY(-70%);}
						.infoprevnext .infonext{float:right;text-align:right;}
						.infoprevnext .infonext a{padding-right:20px;}
						.infoprevnext .infonext a:before{right:8px;border-right:2px solid #ddd;transform:rotate(45deg) translateY(-70%);}
					.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;}

						.table{overflow-x:scroll;}
						.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%;}

			/*message*/
			.pgmessage{border:1px solid #eee;background: url(../img/bgcall.jpg) no-repeat 0 center;box-sizing:border-box;padding:30px 30px 30px 50%;}
			.pgmessage h3{font-size:16px;margin-bottom:30px;}
			.pgmessage ul{}
			.pgmessage li{position:relative;margin-bottom:20px;}
			.pgmessage li:last-child{margin-bottom:0;}
			.pgmessage li span{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{padding:10px;width:100%;border-radius:5px;box-sizing:border-box;border:1px solid #eee;border-radius:5px;}
			.pgmessage li textarea{display:block;border:none;width:100%;height:120px;border-radius:5px;padding:10px;box-sizing:border-box;border:1px solid #eee;border-radius:5px;}
			.pgmessage li input.btn{width:100%;background:#033c89;color:#fff;}

			/*contact*/
			.pgcontactlist{margin:0 -1%;}
				.pgcontactlist section{float:left;width:31.33%;margin:0 1%;text-align:center;}
				.pgcontactlist h3{font-size:16px;line-height:30px;margin-bottom:10px;color:#0071bf;}
				.pgcontactlist figure{margin-bottom:20px;}
				.pgcontactlist p{color:#999;}
				.pgcontactlist p span,.pgcontactlist p a{color:#0071bf;padding:0 5px;}

			/*sitemap*/
			.listsitemap{}
			.listsitemap dl{margin-bottom:20px;border:1px solid #eee;}
			.listsitemap dt{line-height:40px;border-bottom:1px dashed #eee;background:#fdfdfd;padding:0 19px;}
			.listsitemap dt a{display:block;}
			.listsitemap dd{min-height:50px;padding:19px 19px 9px;}
			.listsitemap dd a{display:inline-block;margin-right:10px;line-height:38px;padding:0 20px;border:1px dashed #eee;margin-bottom:10px;}
			.listsitemap dd a:hover{background:#033c89;border:1px solid #033c89;color:#fff;}
}
@media (min-width:769px) and (max-width:1200px){

}
@media (max-width:768px){

}
