img{
    max-width:100%;
}
@media (min-width:1441px){/* DESKTOPS */
.banner{background:#2d6fbb;height:840px;position:relative;}
	.banner .swiper-container{height:840px;width:100%;}
	.banner .swiper-pagination-bullet{cursor:pointer;display:inline-block;width:18px;height:18px;margin:12px;border-radius:50%;border:2px solid #fff;background:radial-gradient(#fff 0,#fff 2px,transparent 2px,transparent 20px);}
	.banner .swiper-pagination-bullet-active{}
	.banner .swiper-pagination{bottom:40px;}
	.bannerinfo{width:100%;height:840px;position:relative;background-size:cover;}
		.bannerinfo figure{position:absolute;top:50%;transform:translateY(-50%);right:0;opacity:0;transition:all ease-out 0.5s;}
		.bannerinfo section{position:absolute;top:50%;left:0;transform:translateY(-50%);color:#fff;opacity:0;transition:all ease-out 0.5s;}
		.bannerinfo section dl:nth-of-type(1){position:relative;}
		.bannerinfo section dl:nth-of-type(1):after{content:'';position:absolute;top:125px;left:0;display:block;width:0px;height:2px;background:#fff;}
		.bannerinfo section dl:nth-of-type(1) dt{font-size:48px;line-height:50px;margin-bottom:20px;font-weight:bold;}
		.bannerinfo section dl:nth-of-type(1) dd{font-size:16px;text-transform:uppercase;}
		.bannerinfo section dl:nth-of-type(2){font-size:18px;margin-top:80px;}
		.bannerinfo section dl:nth-of-type(2) dt{}
		.bannerinfo section dl:nth-of-type(2) dd{margin-top:30px;}
		.bannerinfo .bannernum{position:absolute;bottom:70px;left:50%;transform:translateX(-50%);color:#fff;}
	.banner .swiper-slide.swiper-slide-active .bannerinfo figure{right:150px;opacity:1;}
	.banner .swiper-slide.swiper-slide-active .bannerinfo section{left:150px;opacity:1;}

.about{padding:100px 0;}
	.abouttitle{overflow:hidden;margin-bottom:30px;}
		.abouttitle h2{float:left;font-size:24px;cursor:pointer;color:#0051a0;line-height:40px;}
		.abouttitle h2 span{font-size:14px;margin-left:10px;text-transform:uppercase;font-weight:normal;color:#8d8d8d;}
	.aboutinfo{overflow:hidden;margin-bottom:40px;}
		.aboutinfo section{float:left;width:66%;line-height:200%;color:#999;}
		.aboutinfo figure{float:right;width:32%;text-align:right;}
	.aboutnum{border-top:1px solid #eee;border-bottom:1px solid #eee;padding:30px 0;}
		.aboutnum ul{overflow:hidden;}
		.aboutnum li{float:left;width:25%;box-sizing:border-box;padding-left:40px;position:relative;color:#005187;}
		.aboutnum li:before{content:'';display:block;position:absolute;top:50%;transform:translateY(-50%);left:0;bottom:0;width:1px;height:50px;background:#ccc;}
		.aboutnum li:first-child:before{display:none;}
		.aboutnum li figure{position:absolute;top:50%;transform:translateY(-50%);right:40px;}
		.aboutnum li strong{font-size:55px;line-height:60px;position:relative;}
		.aboutnum li strong sup{font-size:14px;position:absolute;top:0;left:100%;margin-left:10px;margin-top:-15px;white-space:nowrap;font-weight:normal;}
		.aboutnum li p{}


.product{padding:100px 0;background-color:#fafafa;}
	.productslide{}
		.productslide .hd{overflow:hidden;}
			.productslide .hd h2{float:left;font-size:24px;cursor:pointer;color:#0051a0;line-height:40px;}
			.productslide .hd h2 span{font-size:14px;margin-left:10px;text-transform:uppercase;font-weight:normal;color:#8d8d8d;}
			.productslide .hd ul{float:right;}
			.productslide .hd li{float:left;margin-left:40px;cursor:pointer;line-height:38px;margin:0 15px;border-bottom:2px solid #fafafa;}
			.productslide .hd li.on{color:#0051a0;border-bottom:2px solid #0051a0;}
		.productslide .bd{margin-top:50px;}
			.productslidebox{
			    position:relative;
			    /*display:none;*/
			}
				.productslidebox ul{overflow:hidden;}
				.productslidebox li{float:left;width:375px;}
				.productslidebox li a{
				    display:block;margin:20px;background-color:#fff;box-shadow:0 0 20px rgba(0,0,0,0.1);
				    padding:6px;
				    border-radius:5px;
				    box-shadow:border-box;
				    border:3px solid #fff;
				}
				.productslidebox li a figure{overflow:hidden;border:1px solid #ecedee;display:block;}
				.productslidebox li a img{width:100%;transition:all 0.3s ease-out;}
				.productslidebox li a section{padding:20px 10px 12px;position:relative;}
				/*.productslidebox li a section:after{content:'';display:block;position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:0;height:2px;background-color:#0051a0;transition:all ease-out 0.3s;}*/
				.productslidebox li a section h4{
				    font-size:16px;line-height:30px;font-weight:normal;transition:all ease-out 0.3s;
				    text-overflow:ellipsis;white-space:nowrap;overflow:hidden;
				    color:#595959;
				}
				.productslidebox li a section div{
				    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    line-height: 2em;
                    height: 4em;
				}
				.productslidebox li a section p{font-size:14px;color:#8d8d8d;}
				.productslidebox li a section em{
				    display:block;
				    width:96px;
				    line-height: 32px;
				    background:#005187;
				    border-radius:5px;
				    font-size: 12px;
				    color:#fff;
				    text-align:center;
				    margin-top:50px;
				    font-style:normal;
				}
				.productslidebox li a:hover{
				    border-color:#005187;
				    /*transform:translateY(-10px);*/
				}
				.productslidebox li a:hover section:after{width:100%;}
				.productslidebox li a:hover img{transform:scale3d(1.05, 1.05, 1);}
				.productslidebox li a:hover section em{
				    background:#0a2540;
				}

.solution{padding:100px 0;background:url(../images/bgsulotion.jpg) no-repeat center center;}
	.solutionslide{position:relative;}
		.solutionslide .hd{overflow:hidden;color:#fff;}
			.solutionslide .hd h2{float:left;font-size:24px;cursor:pointer;line-height:40px;}
			.solutionslide .hd h2 span{display:block;font-size:14px;text-transform:uppercase;font-weight:normal;}
			.solutionslide .hd ul{float:right;overflow:hidden;}
			.solutionslide .hd li{float:left;cursor:pointer;text-align:center;position:relative;width:100px;margin-right:120px;}
			.solutionslide .hd li:after{content:'';display:block;position:absolute;top:30px;left:90px;width:140px;height:1px;background-color:#fff;}
			.solutionslide .hd li:last-child{margin-right:0;}
			.solutionslide .hd li:last-child:after{display:none;}
			.solutionslide .hd li a{display:block;font-size:12px;line-height:40px;margin-top:10px;border-radius:40px;color:#000;text-transform:uppercase;text-align:left;padding:0 20px;background:#fff url(../images/solutionmore.png) no-repeat right 20px center;}
			.solutionslide .hd li a:hover{background:#0051a0 url(../images/solutionmorea.png) no-repeat right 20px center;color:#fff;}
			.solutionslide .hd li figure{height:60px;width:60px;margin:0 auto 10px;overflow:hidden;border-radius:60px;transition:all ease-out 0.3s;}
			.solutionslide .hd li figure img{width:60px;margin-top:-60px;}
			.solutionslide .hd li p{border-bottom:2px solid transparent;padding-bottom:10px;}
			.solutionslide .hd li.on figure{background-color:#fff;color:#fff;}
			.solutionslide .hd li.on figure img{margin-top:0;}
			.solutionslide .hd li.on p{border-bottom:2px solid #fff;}
		.solutionslide .bd{margin-top:60px;}
			.solutionslide .bd div{overflow:hidden;transition:all ease-out 0.3s;}
				.solutionslide .bd section{float:right;width:800px;color:#fff;position:relative;box-sizing:border-box;padding:60px;}
				.solutionslide .bd section dl{margin-bottom:30px;}
				.solutionslide .bd section dt{font-size:30px;line-height:40px;margin-bottom:10px;}
				.solutionslide .bd section dd{text-transform:uppercase;}
				.solutionslide .bd section dd:nth-of-type(1){font-size:18px;}
				.solutionslide .bd section dd:nth-of-type(2){margin-top:30px;}
				.solutionslide .bd section span{display:inline-block;text-transform:uppercase;}
				.solutionslide .bd section span a{display:block;line-height:40px;border-radius:30px;padding:0 20px;width:100px;background:#fff url(../images/solutionmore.png) no-repeat right 20px center;color:#0051a0;}
				.solutionslide .bd section span a:hover{color:#fff;background:#0051a0 url(../images/solutionmorea.png) no-repeat right 30px center;}
				.solutionslide .bd .media{float:left;width:700px;box-sizing:border-box;background-color:#000;padding:20px;border-radius:10px;overflow:hidden;}
				.solutionslide .bd .media img{width:100%;}

.news{padding:100px 0;}
	.newsslide{position:relative;}
		.newsslide .hd{overflow:hidden;}
			.newsslide .hd h2{float:left;font-size:24px;cursor:pointer;color:#0051a0;line-height:40px;}
			.newsslide .hd h2 span{font-size:14px;margin-left:10px;text-transform:uppercase;font-weight:normal;color:#aaa;}
			.newsslide .hd ul{float:right;}
			.newsslide .hd li{float:left;margin-left:20px;cursor:pointer;line-height:40px;text-align:center;margin:0 20px;border-bottom:2px solid transparent;}
			.newsslide .hd li.on{color:#0051a0;border-bottom:2px solid #0051a0;}
		.newsslide .bd{margin-top:60px;}
			.newslist ul{margin:0 -1%;}
			.newslist li{float:left;width:23%;margin:0 1%;}
			.newslist li section{position:relative;overflow:hidden;transition:all ease-out 0.3s;}
			.newslist li section:after{content:'MOERE +';display:block;position:absolute;bottom:20px;left:20px;color:#999;transition:all ease-out 0.3s;background-color:#fff;border:1px solid #e4e4e4;font-size:12px;line-height:28px;padding:0 10px;border-radius:30px;}
			.newslist li section a{position:absolute;z-index:1;top:0;left:0;bottom:0;right:0;text-indent:-999em;}
			.newslist li section{background-color:#fff;padding:20px;border-radius:5px;}
			.newslist li section figure{margin-bottom:10px;overflow:hidden;border-radius:5px;}
			.newslist li section figure img{width:100%;}
			.newslist li section time{display:block;font-size:12px;color:#999;}
			.newslist li section dl{height:190px;}
			.newslist li section dt{font-size:16px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin-bottom:10px;}
			.newslist li section time{margin-bottom:10px;}
			.newslist li section dd{height:80px;overflow:hidden;color:#8e8e8e;font-size:13px;}
			.newslist li:hover section{transform:translateY(-10px);box-shadow:0 0 10px rgba(0,0,0,0.1);}
			.newslist li:hover section img{transform:scale3d(1.05, 1.05, 1);}
			.newslist li:hover section:after{background-color:#005187;border:1px solid #005187;color:#fff;}

}
@media (min-width:1025px) and (max-width:1440px){/* LAPTOPS */
.banner{background:#2d6fbb;height:700px;position:relative;}
	.banner .swiper-container{height:700px;width:100%;}
	.banner .swiper-pagination-bullet{cursor:pointer;display:inline-block;width:18px;height:18px;margin:12px;border-radius:50%;border:2px solid #fff;background:radial-gradient(#fff 0,#fff 2px,transparent 2px,transparent 20px);}
	.banner .swiper-pagination-bullet-active{}
	.banner .swiper-pagination{bottom:40px;}
	.bannerinfo{width:100%;height:700px;position:relative;background-size:cover;}
		.bannerinfo figure{position:absolute;top:50%;transform:translateY(-50%);right:0;opacity:0;transition:all ease-out 0.5s;}
		.bannerinfo figure img{height:300px;}
		.bannerinfo section{position:absolute;top:50%;left:0;transform:translateY(-50%);color:#fff;opacity:0;transition:all ease-out 0.5s;}
		.bannerinfo section dl:nth-of-type(1){position:relative;}
		.bannerinfo section dl:nth-of-type(1):after{content:'';position:absolute;top:100px;left:0;display:block;width:0px;height:2px;background:#fff;}
		.bannerinfo section dl:nth-of-type(1) dt{font-size:36px;line-height:40px;margin-bottom:20px;font-weight:bold;}
		.bannerinfo section dl:nth-of-type(1) dd{font-size:16px;text-transform:uppercase;}
		.bannerinfo section dl:nth-of-type(2){font-size:18px;margin-top:60px;}
		.bannerinfo section dl:nth-of-type(2) dt{}
		.bannerinfo section dl:nth-of-type(2) dd{margin-top:10px;}
		.bannerinfo .bannernum{position:absolute;bottom:70px;left:50%;transform:translateX(-50%);color:#fff;}
	.banner .swiper-slide.swiper-slide-active .bannerinfo figure{right:150px;opacity:1;}
	.banner .swiper-slide.swiper-slide-active .bannerinfo section{left:150px;opacity:1;}

.about{padding:100px 0;}
	.abouttitle{overflow:hidden;margin-bottom:30px;}
		.abouttitle h2{float:left;font-size:24px;cursor:pointer;color:#0051a0;line-height:40px;}
		.abouttitle h2 span{font-size:14px;margin-left:10px;text-transform:uppercase;font-weight:normal;color:#8a8a8a;}
	.aboutinfo{overflow:hidden;margin-bottom:40px;}
		.aboutinfo section{float:left;width:56%;line-height:200%;color:#999;}
		.aboutinfo figure{float:right;width:40%;text-align:right;}
	.aboutnum{border-top:1px solid #eee;border-bottom:1px solid #eee;padding:30px 0;}
		.aboutnum ul{overflow:hidden;}
		.aboutnum li{float:left;width:25%;box-sizing:border-box;padding-left:40px;position:relative;color:#005187;}
		.aboutnum li:before{content:'';display:block;position:absolute;top:50%;transform:translateY(-50%);left:0;bottom:0;width:1px;height:50px;background:#ccc;}
		.aboutnum li:first-child:before{display:none;}
		.aboutnum li figure{position:absolute;top:50%;transform:translateY(-50%);right:40px;}
		.aboutnum li strong{font-size:55px;line-height:60px;position:relative;}
		.aboutnum li strong sup{font-size:14px;position:absolute;top:0;left:100%;margin-left:10px;margin-top:-15px;white-space:nowrap;font-weight:normal;}
		.aboutnum li p{}


.product{padding:100px 0;background-color:#fafafa;}
	.productslide{}
		.productslide .hd{overflow:hidden;}
			.productslide .hd h2{float:left;font-size:24px;cursor:pointer;color:#0051a0;line-height:40px;}
			.productslide .hd h2 span{font-size:14px;margin-left:10px;text-transform:uppercase;font-weight:normal;color:#8a8a8a;}
			.productslide .hd ul{float:right;}
			.productslide .hd li{float:left;margin-left:20px;cursor:pointer;line-height:38px;margin:0 15px;border-bottom:2px solid transparent;}
			.productslide .hd li.on{border-bottom:2px solid #0051a0;color:#0051a0;}
		.productslide .bd{margin-top:50px;}
			.productslidebox{position:relative;}
				.productslidebox ul{overflow:hidden;}
				.productslidebox li{float:left;width:300px;}
				.productslidebox li a{
				    display:block;margin:20px;background-color:#fff;box-shadow:0 0 20px rgba(0,0,0,0.1);
				    padding:6px;
				    border-radius:5px;
				    box-shadow:border-box;
				    border:3px solid #fff;
				}
				.productslidebox li a figure{overflow:hidden;border:1px solid #fff;}
				.productslidebox li a img{width:100%;}
				.productslidebox li a section{padding:20px;position:relative;}
				.productslidebox li a section:after{content:'';display:block;position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:0;height:2px;background-color:#0051a0;transition:all ease-out 0.3s;}
				.productslidebox li a section h4{font-size:16px;line-height:30px;font-weight:normal;transition:all ease-out 0.3s;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;border-bottom:2px solid #fff;}
				.productslidebox li a section div{
				    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    line-height: 2em;
                    height: 4em;
				}
				.productslidebox li a section p{font-size:14px;color:#999;}
				/*.productslidebox li a:hover{transform:translateY(-10px);}*/
				.productslidebox li a section em{
				    display:block;
				    width:96px;
				    line-height: 32px;
				    background:#0a2540;
				    border-radius:5px;
				    font-size: 12px;
				    color:#fff;
				    text-align:center;
				    margin-top:30px;
				    font-style:normal;
				}
				.productslidebox li a:hover{
				    border-color:#005187;
				}
				.productslidebox li a:hover section:after{width:100%;}
				.productslidebox li a:hover img{transform:scale3d(1.05, 1.05, 1);}
				.productslidebox li a:hover section em{
				    background:#0a2540;
				}

.solution{padding:100px 0;background:url(../images/bgsulotion.jpg) no-repeat center center;}
	.solutionslide{position:relative;}
		.solutionslide .hd{overflow:hidden;color:#fff;}
			.solutionslide .hd h2{float:left;font-size:24px;cursor:pointer;line-height:40px;}
			.solutionslide .hd h2 span{display:block;font-size:14px;text-transform:uppercase;font-weight:normal;}
			.solutionslide .hd ul{float:right;overflow:hidden;}
			.solutionslide .hd li{float:left;cursor:pointer;text-align:center;position:relative;width:100px;margin-right:120px;}
			.solutionslide .hd li:after{content:'';display:block;position:absolute;top:30px;left:90px;width:140px;height:1px;background-color:#fff;}
			.solutionslide .hd li:last-child{margin-right:0;}
			.solutionslide .hd li:last-child:after{display:none;}
			.solutionslide .hd li a{display:block;font-size:12px;line-height:40px;margin-top:10px;border-radius:40px;color:#000;text-transform:uppercase;text-align:left;padding:0 20px;background:#fff url(../images/solutionmore.png) no-repeat right 20px center;}
			.solutionslide .hd li a:hover{background:#0051a0 url(../images/solutionmorea.png) no-repeat right 20px center;color:#fff;}
			.solutionslide .hd li figure{height:60px;width:60px;margin:0 auto 10px;overflow:hidden;border-radius:60px;transition:all ease-out 0.3s;}
			.solutionslide .hd li figure img{width:60px;margin-top:-60px;}
			.solutionslide .hd li p{border-bottom:2px solid transparent;padding-bottom:5px;}
			.solutionslide .hd li.on p{border-bottom:2px solid #fff;}
			.solutionslide .hd li.on figure{background-color:#fff;color:#fff;}
			.solutionslide .hd li.on figure img{margin-top:0;}
		.solutionslide .bd{margin-top:60px;}
			.solutionslide .bd div{overflow:hidden;transition:all ease-out 0.3s;}
				.solutionslide .bd section{float:right;width:580px;color:#fff;position:relative;box-sizing:border-box;}
				.solutionslide .bd section dl{margin-bottom:30px;}
				.solutionslide .bd section dt{font-size:30px;line-height:40px;margin-bottom:10px;}
				.solutionslide .bd section dd{text-transform:uppercase;}
				.solutionslide .bd section dd:nth-of-type(1){font-size:18px;}
				.solutionslide .bd section dd:nth-of-type(2){margin-top:30px;}
				.solutionslide .bd section span{display:inline-block;text-transform:uppercase;}
				.solutionslide .bd section span a{display:block;line-height:40px;border-radius:30px;padding:0 20px;width:100px;background:#fff url(../images/solutionmore.png) no-repeat right 20px center;color:#0051a0;}
				.solutionslide .bd section span a:hover{color:#fff;background:#0051a0 url(../images/solutionmorea.png) no-repeat right 30px center;}
				.solutionslide .bd .media{float:left;width:580px;box-sizing:border-box;background-color:#000;padding:20px;border-radius:10px;overflow:hidden;}
				.solutionslide .bd .media img{width:100%;}

.news{padding:100px 0;}
	.newsslide{position:relative;}
		.newsslide .hd{overflow:hidden;}
			.newsslide .hd h2{float:left;font-size:24px;cursor:pointer;color:#0051a0;line-height:40px;}
			.newsslide .hd h2 span{font-size:14px;margin-left:10px;text-transform:uppercase;font-weight:normal;color:#8a8a8a;}
			.newsslide .hd ul{float:right;}
			.newsslide .hd li{float:left;margin-left:20px;cursor:pointer;line-height:38px;text-align:center;margin:0 20px;border-bottom:2px solid transparent;}
			.newsslide .hd li.on{color:#0051a0;border-bottom:2px solid #0051a0;}
		.newsslide .bd{margin-top:60px;}
			.newslist ul{margin:0 -1%;}
			.newslist li{float:left;width:23%;margin:0 1%;}
			.newslist li section{position:relative;overflow:hidden;transition:all ease-out 0.3s;}
			.newslist li section:after{content:'MOERE +';display:block;position:absolute;bottom:20px;left:20px;color:#999;transition:all ease-out 0.3s;background-color:#fff;border:1px solid #e4e4e4;font-size:12px;line-height:28px;padding:0 10px;border-radius:30px;}
			.newslist li section a{position:absolute;z-index:1;top:0;left:0;bottom:0;right:0;text-indent:-999em;}
			.newslist li section{background-color:#fff;padding:20px;}
			.newslist li section figure{margin-bottom:10px;overflow:hidden;}
			.newslist li section figure img{width:100%;}
			.newslist li section time{display:block;font-size:12px;color:#999;}
			.newslist li section dl{height:190px;}
			.newslist li section dt{font-size:16px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin-bottom:10px;}
			.newslist li section time{margin-bottom:10px;}
			.newslist li section dd{height:80px;overflow:hidden;color:#8e8e8e;font-size:13px;}
			.newslist li:hover section{transform:translateY(-10px);box-shadow:0 0 10px rgba(0,0,0,0.1);}
			.newslist li:hover section img{transform:scale3d(1.05, 1.05, 1);}
			.newslist li:hover section:after{background-color:#005187;border:1px solid #005187;color:#fff;}
}
@media (min-width:768px) and (max-width:1024px){/* TABLET */
.banner{background:#2d6fbb;height:500px;position:relative;}
	.banner .swiper-container{height:500px;width:100%;}
	.banner .swiper-pagination-bullet{cursor:pointer;display:inline-block;width:18px;height:18px;margin:12px;border-radius:50%;border:2px solid #fff;background:radial-gradient(#fff 0,#fff 2px,transparent 2px,transparent 20px);}
	.banner .swiper-pagination-bullet-active{}
	.banner .swiper-pagination{bottom:40px;}
	.bannerinfo{width:100%;height:500px;position:relative;background-size:cover;}
		.bannerinfo figure{position:absolute;top:50%;transform:translateY(-50%);right:0;opacity:0;transition:all ease-out 0.5s;}
		.bannerinfo figure img{height:250px;}
		.bannerinfo section{position:absolute;bottom:80px;left:0;color:#fff;opacity:0;transition:all ease-out 0.5s;}
		.bannerinfo section dl:nth-of-type(1){position:relative;}
		.bannerinfo section dl:nth-of-type(1):after{content:'';position:absolute;top:80px;left:0;display:block;width:63px;height:2px;background:#fff;}
		.bannerinfo section dl:nth-of-type(1) dt{font-size:24px;line-height:30px;margin-bottom:10px;font-weight:bold;}
		.bannerinfo section dl:nth-of-type(1) dd{font-size:16px;text-transform:uppercase;}
		.bannerinfo section dl:nth-of-type(2){font-size:14px;margin-top:40px;}
		.bannerinfo section dl:nth-of-type(2) dt{}
		.bannerinfo section dl:nth-of-type(2) dd{}
		.bannerinfo .bannernum{position:absolute;bottom:70px;left:50%;transform:translateX(-50%);color:#fff;}
	.banner .swiper-slide.swiper-slide-active .bannerinfo figure{right:40px;opacity:1;}
	.banner .swiper-slide.swiper-slide-active .bannerinfo section{left:40px;opacity:1;}

.about{padding:30px;}
	.abouttitle{overflow:hidden;margin-bottom:30px;}
		.abouttitle h2{float:left;font-size:24px;cursor:pointer;color:#0051a0;line-height:40px;}
		.abouttitle h2 span{font-size:14px;margin-left:10px;text-transform:uppercase;font-weight:normal;color:#8a8a8a;}
	.aboutinfo{overflow:hidden;margin-bottom:40px;}
		.aboutinfo section{line-height:200%;color:#999;}
		.aboutinfo figure{float:right;width:50%;margin-top:30px;}
		.aboutinfo figure img{width:100%;}
	.aboutnum{border-top:1px solid #eee;border-bottom:1px solid #eee;padding:30px 0;}
		.aboutnum ul{overflow:hidden;}
		.aboutnum li{float:left;width:25%;box-sizing:border-box;padding-left:20px;position:relative;color:#005187;}
		.aboutnum li:before{content:'';display:block;position:absolute;top:50%;transform:translateY(-50%);left:0;bottom:0;width:1px;height:50px;background:#ccc;}
		.aboutnum li:first-child:before{display:none;}
		.aboutnum li figure{position:absolute;top:50%;transform:translateY(-50%);right:20px;}
		.aboutnum li strong{font-size:36px;line-height:40px;position:relative;}
		.aboutnum li strong sup{font-size:12px;position:absolute;top:0;left:100%;margin-left:10px;margin-top:-5px;white-space:nowrap;font-weight:normal;}
		.aboutnum li p{}


.product{padding:30px;background-color:#fafafa;}
	.productslide{}
		.productslide .hd{overflow:hidden;}
			.productslide .hd h2{font-size:24px;cursor:pointer;color:#0051a0;line-height:40px;margin-bottom:30px;}
			.productslide .hd h2 span{font-size:14px;margin-left:10px;text-transform:uppercase;font-weight:normal;color:#8a8a8a;}
			.productslide .hd ul{}
			.productslide .hd li{float:left;margin-right:30px;border-bottom:2px solid transparent;cursor:pointer;line-height:38px;}
			.productslide .hd li.on{border-bottom:2px solid #0051a0;color:#0051a0;}
		.productslide .bd{margin-top:30px;}
			.productslidebox{position:relative;}
				.productslidebox ul{overflow:hidden;}
				.productslidebox li{float:left;width:25%;}
				.productslidebox li a{
				    display:block;margin:10px;background-color:#fff;
				    border:1px solid #fff;
				    border-radius:5px;
				    padding:6px;
				}
				.productslidebox li a figure{overflow:hidden;border:1px solid #dcdcdc;}
				.productslidebox li a img{width:100%;}
				.productslidebox li a section{padding:10px;position:relative;}
				.productslidebox li a section:after{content:'';display:block;position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:0;height:2px;background-color:#0051a0;transition:all ease-out 0.3s;}
				.productslidebox li a section h4{font-size:14px;font-weight:normal;transition:all ease-out 0.3s;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;border-bottom:2px solid #fff;}
				.productslidebox li a section div{
				    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    line-height: 2em;
                    height: 4em;
				}
				.productslidebox li a section p{color:#999;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
				.productslidebox li a section em{
				    display:block;
				    width:96px;
				    line-height: 32px;
				    background:#0a2540;
				    border-radius:5px;
				    font-size: 12px;
				    color:#fff;
				    text-align:center;
				    margin-top:15px;
				}
				/*.productslidebox li a:hover{transform:translateY(-10px);}*/
				.productslidebox li a:hover{
				    border-color:#005187;
				}
				.productslidebox li a:hover section:after{width:100%;}
				.productslidebox li a:hover section em{
				    background:#0a2540;
				}

.solution{padding:30px;background:url(../images/bgsulotion.jpg) no-repeat center center;background-size:cover;}
	.solutionslide{position:relative;}
		.solutionslide .hd{overflow:hidden;color:#fff;}
			.solutionslide .hd h2{font-size:24px;cursor:pointer;line-height:40px;margin-bottom:30px;}
			.solutionslide .hd h2 span{display:block;font-size:14px;text-transform:uppercase;font-weight:normal;}
			.solutionslide .hd ul{overflow:hidden;}
			.solutionslide .hd li{float:left;cursor:pointer;text-align:center;position:relative;width:100px;margin-right:50px;}
			.solutionslide .hd li:after{content:'';display:block;position:absolute;top:30px;left:90px;width:65px;height:1px;background-color:#fff;}
			.solutionslide .hd li:last-child{margin-right:0;}
			.solutionslide .hd li:last-child:after{display:none;}
			.solutionslide .hd li a{display:block;font-size:12px;line-height:40px;margin-top:10px;border-radius:40px;color:#000;text-transform:uppercase;text-align:left;padding:0 20px;background:#fff url(../images/solutionmore.png) no-repeat right 20px center;}
			.solutionslide .hd li a:hover{background:#0051a0 url(../images/solutionmorea.png) no-repeat right 20px center;color:#fff;}
			.solutionslide .hd li figure{height:60px;width:60px;margin:0 auto 10px;overflow:hidden;border-radius:60px;transition:all ease-out 0.3s;}
			.solutionslide .hd li figure img{width:60px;margin-top:-60px;}
			.solutionslide .hd li p{border-bottom:2px solid transparent;padding-bottom:5px;}
			.solutionslide .hd li.on p{border-bottom:2px solid #fff;}
			.solutionslide .hd li.on figure{background-color:#fff;color:#fff;}
			.solutionslide .hd li.on figure img{margin-top:0;}
		.solutionslide .bd{margin-top:30px;}
			.solutionslide .bd div{overflow:hidden;transition:all ease-out 0.3s;}
				.solutionslide .bd section{color:#fff;position:relative;box-sizing:border-box;}
				.solutionslide .bd section dl{margin-bottom:30px;}
				.solutionslide .bd section dt{font-size:30px;line-height:40px;margin-bottom:10px;}
				.solutionslide .bd section dd{text-transform:uppercase;}
				.solutionslide .bd section dd:nth-of-type(1){font-size:18px;}
				.solutionslide .bd section dd:nth-of-type(2){margin-top:30px;}
				.solutionslide .bd section span{display:inline-block;text-transform:uppercase;}
				.solutionslide .bd section span a{display:block;line-height:30px;border-radius:30px;padding:0 20px;width:100px;background:#fff url(../images/solutionmore.png) no-repeat right 20px center;color:#0051a0;}
				.solutionslide .bd section span a:hover{color:#fff;background:#0051a0 url(../images/solutionmorea.png) no-repeat right 30px center;}
				.solutionslide .bd .media{box-sizing:border-box;background-color:#000;padding:20px;border-radius:10px;overflow:hidden;margin-bottom:30px;}
				.solutionslide .bd .media img{width:100%;}

.news{padding:30px;}
	.newsslide{position:relative;}
		.newsslide .hd{overflow:hidden;}
			.newsslide .hd h2{float:left;font-size:24px;cursor:pointer;color:#0051a0;line-height:40px;}
			.newsslide .hd h2 span{font-size:14px;margin-left:10px;text-transform:uppercase;font-weight:normal;color:#aaa;}
			.newsslide .hd ul{float:right;}
			.newsslide .hd li{float:left;margin-left:20px;cursor:pointer;line-height:38px;text-align:center;margin:0 20px;border-bottom:2px solid transparent;}
			.newsslide .hd li.on{color:#0051a0;border-bottom:2px solid #0051a0;}
		.newsslide .bd{margin-top:30px;}
			.newslist ul{}
			.newslist li{float:left;width:25%;}
			.newslist li section{position:relative;overflow:hidden;transition:all ease-out 0.3s;}
			.newslist li section:after{content:'MOERE +';display:block;position:absolute;bottom:10px;left:10px;color:#999;transition:all ease-out 0.3s;background-color:#fff;border:1px solid #e4e4e4;font-size:12px;line-height:28px;padding:0 10px;border-radius:30px;}
			.newslist li section a{position:absolute;z-index:1;top:0;left:0;bottom:0;right:0;text-indent:-999em;}
			.newslist li section{background-color:#fff;padding:10px;}
			.newslist li section figure{margin-bottom:10px;overflow:hidden;}
			.newslist li section figure img{width:100%;}
			.newslist li section time{display:block;font-size:12px;color:#999;}
			.newslist li section dl{height:190px;}
			.newslist li section dt{font-size:14px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin-bottom:10px;font-weight:bold;}
			.newslist li section time{margin-bottom:10px;}
			.newslist li section dd{height:80px;overflow:hidden;color:#999;}
			.newslist li:hover section{transform:translateY(-10px);box-shadow:0 0 10px rgba(0,0,0,0.1);}
			.newslist li:hover section img{transform:scale3d(1.05, 1.05, 1);}
			.newslist li:hover section:after{background-color:#005187;border:1px solid #005187;color:#fff;}
}
@media (max-width:767px){/* MOBILE */
.banner{background:#2d6fbb;height:500px;position:relative;}
	.banner .swiper-container{height:500px;width:100%;}
	.banner .swiper-pagination-bullet{cursor:pointer;display:inline-block;width:18px;height:18px;margin:12px;border-radius:50%;border:2px solid #fff;background:radial-gradient(#fff 0,#fff 2px,transparent 2px,transparent 20px);}
	.banner .swiper-pagination-bullet-active{}
	.banner .swiper-pagination{bottom:40px;}
	.bannerinfo{width:100%;height:500px;position:relative;background-size:cover;}
		.bannerinfo figure{position:absolute;top:50%;transform:translateY(-50%);right:0;opacity:0;transition:all ease-out 0.5s;}
		.bannerinfo figure img{height:250px;}
		.bannerinfo section{position:absolute;bottom:60px;left:0;color:#fff;opacity:0;transition:all ease-out 0.5s;}
		.bannerinfo section dl:nth-of-type(1){position:relative;}
		.bannerinfo section dl:nth-of-type(1):after{content:'';position:absolute;top:80px;left:0;display:block;width:63px;height:2px;background:#fff;}
		.bannerinfo section dl:nth-of-type(1) dt{font-size:20px;margin-bottom:10px;font-weight:bold;}
		.bannerinfo section dl:nth-of-type(1) dd{font-size:12px;text-transform:uppercase;}
		.bannerinfo section dl:nth-of-type(2){font-size:12px;margin-top:20px;}
		.bannerinfo section dl:nth-of-type(2) dt{}
		.bannerinfo section dl:nth-of-type(2) dd{}
		.bannerinfo .bannernum{position:absolute;bottom:70px;left:50%;transform:translateX(-50%);color:#fff;}
	.banner .swiper-slide.swiper-slide-active .bannerinfo figure{right:20px;right:20px;opacity:1;}
	.banner .swiper-slide.swiper-slide-active .bannerinfo section{left:20px;right:20px;opacity:1;}

.about{padding:20px;}
	.abouttitle{overflow:hidden;margin-bottom:20px;}
		.abouttitle h2{float:left;font-size:18px;cursor:pointer;color:#0051a0;}
		.abouttitle h2 span{font-size:12px;margin-left:10px;text-transform:uppercase;font-weight:normal;color:#8a8a8a;}
	.aboutinfo{overflow:hidden;margin-bottom:20px;}
		.aboutinfo section{color:#999;margin-bottom:20px;}
		.aboutinfo figure img{width:100%;}
	.aboutnum{border-top:1px solid #eee;border-bottom:1px solid #eee;padding:20px 0 0;}
		.aboutnum ul{overflow:hidden;}
		.aboutnum li{float:left;width:50%;box-sizing:border-box;padding-left:10px;position:relative;color:#005187;margin-bottom:20px;}
		.aboutnum li figure{position:absolute;top:50%;transform:translateY(-50%);right:10px;}
		.aboutnum li strong{font-size:36px;line-height:40px;position:relative;}
		.aboutnum li strong sup{font-size:12px;position:absolute;top:0;left:100%;margin-left:10px;margin-top:-5px;white-space:nowrap;font-weight:normal;}
		.aboutnum li p{}


.product{padding:15px 5px;background-color:#fafafa;}
	.productslide{}
		.productslide .hd{overflow:hidden;}
			.productslide .hd h2{font-size:18px;cursor:pointer;color:#0051a0;line-height:40px;margin-bottom:20px;}
			.productslide .hd h2 span{font-size:12px;margin-left:10px;text-transform:uppercase;font-weight:normal;color:#8a8a8a;}
			.productslide .hd ul{}
			.productslide .hd li{float:left;margin-right:15px;border-bottom:2px solid transparent;cursor:pointer;line-height:38px;}
			.productslide .hd li.on{border-bottom:2px solid #0051a0;color:#0051a0;}
		.productslide .bd{margin-top:20px;}
			.productslidebox{position:relative;}
				.productslidebox ul{overflow:hidden;}
				.productslidebox li{float:left;width:50%;}
				.productslidebox li a{display:block;margin:10px;background-color:#fff;
				    border:1px solid #005187;
				    padding:6px;
				    border-radius:5px;
				}
				.productslidebox li a figure{overflow:hidden;border:1px solid #dcdcdc;}
				.productslidebox li a img{width:100%;}
				.productslidebox li a section{padding:10px;position:relative;}
				.productslidebox li a section:after{content:'';display:block;position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:0;height:2px;background-color:#0051a0;transition:all ease-out 0.3s;}
				.productslidebox li a section h4{font-size:14px;font-weight:normal;transition:all ease-out 0.3s;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;border-bottom:2px solid #fff;}
				.productslidebox li a section div{
				    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    line-height: 2em;
                    height: 4em;
				}
				.productslidebox li a section p{color:#999;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
				.productslidebox li a section em{
				    display:block;
				    width:80px;
				    line-height: 32px;
				    background:#0a2540;
				    border-radius:5px;
				    font-size: 12px;
				    color:#fff;
				    text-align:center;
				    margin-top:15px;
				}
				.productslidebox li a:hover{
				    border-color:#005187;
				}
				/*.productslidebox li a:hover{transform:translateY(-10px);}*/
				.productslidebox li a:hover section:after{width:100%;}
				/*.productslidebox li a:hover section em{*/
				/*    background:#0a2540;*/
				/*}*/

.solution{padding:20px;background:url(../images/bgsulotion.jpg) no-repeat center center;background-size:cover;}
	.solutionslide{position:relative;}
		.solutionslide .hd{overflow:hidden;color:#fff;}
			.solutionslide .hd h2{font-size:18px;cursor:pointer;line-height:30px;margin-bottom:20px;}
			.solutionslide .hd h2 span{font-size:12px;text-transform:uppercase;font-weight:normal;}
			.solutionslide .hd ul{overflow:hidden;}
			.solutionslide .hd li{float:left;cursor:pointer;text-align:center;position:relative;width:30px;margin-right:30px;}
			.solutionslide .hd li:after{content:'';display:block;position:absolute;top:15px;left:35px;width:20px;height:1px;background-color:#fff;}
			.solutionslide .hd li:last-child{margin-right:0;}
			.solutionslide .hd li:last-child:after{display:none;}
			.solutionslide .hd li a{display:block;font-size:12px;line-height:30px;border-radius:30px;color:#000;text-transform:uppercase;text-align:left;background:#fff url(../images/solutionmore.png) no-repeat center center;text-indent:-999em;}
			.solutionslide .hd li a:hover{background:#0051a0 url(../images/solutionmorea.png) no-repeat right 20px center;color:#fff;}
			.solutionslide .hd li figure{height:30px;width:30px;margin:0 auto 10px;overflow:hidden;border-radius:30px;transition:all ease-out 0.3s;}
			.solutionslide .hd li figure img{width:30px;margin-top:-30px;}
			.solutionslide .hd li p{display:none;}
			.solutionslide .hd li.on figure{background-color:#fff;color:#fff;}
			.solutionslide .hd li.on figure img{margin-top:0;}
		.solutionslide .bd{margin-top:30px;}
			.solutionslide .bd div{overflow:hidden;transition:all ease-out 0.3s;}
				.solutionslide .bd section{color:#fff;position:relative;box-sizing:border-box;}
				.solutionslide .bd section dl{margin-bottom:30px;}
				.solutionslide .bd section dt{font-size:24px;line-height:30px;margin-bottom:10px;}
				.solutionslide .bd section dd{text-transform:uppercase;}
				.solutionslide .bd section dd:nth-of-type(1){font-size:14px;}
				.solutionslide .bd section dd:nth-of-type(2){margin-top:20px;}
				.solutionslide .bd section span{display:inline-block;text-transform:uppercase;}
				.solutionslide .bd section span a{display:block;line-height:30px;border-radius:30px;padding:0 30px;width:120px;background:#fff url(../images/solutionmore.png) no-repeat right 30px center;color:#0051a0;}
				.solutionslide .bd section span a:hover{color:#fff;background:#0051a0 url(../images/solutionmorea.png) no-repeat right 30px center;}
				.solutionslide .bd .media{box-sizing:border-box;background-color:#000;padding:20px;border-radius:10px;overflow:hidden;margin-bottom:30px;}
				.solutionslide .bd .media img{width:100%;}

.news{padding:20px 2%;}
	.newsslide{position:relative;}
		.newsslide .hd{overflow:hidden;}
			.newsslide .hd h2{font-size:18px;cursor:pointer;color:#0051a0;line-height:30px;margin-bottom:20px;}
			.newsslide .hd h2 span{font-size:12px;margin-left:10px;text-transform:uppercase;font-weight:normal;color:#8a8a8a;}
			.newsslide .hd ul{}
			.newsslide .hd li{float:left;cursor:pointer;line-height:40px;text-align:center;margin:0 20px 0 0;border-bottom:2px solid transparent;}
			.newsslide .hd li.on{color:#0051a0;border-bottom:2px solid #0051a0;}
		.newsslide .bd{margin-top:30px;}
			.newslist ul{}
			.newslist li{float:left;width:50%;}
			.newslist li section{position:relative;overflow:hidden;transition:all ease-out 0.3s;}
			.newslist li section:after{content:'MOERE +';display:block;position:absolute;bottom:10px;left:10px;color:#999;transition:all ease-out 0.3s;background-color:#fff;border:1px solid #e4e4e4;font-size:12px;line-height:28px;padding:0 10px;border-radius:30px;}
			.newslist li section a{position:absolute;z-index:1;top:0;left:0;bottom:0;right:0;text-indent:-999em;}
			.newslist li section{background-color:#fff;padding:10px;}
			.newslist li section figure{margin-bottom:10px;overflow:hidden;}
			.newslist li section figure img{width:100%;}
			.newslist li section time{display:block;font-size:12px;color:#999;}
			.newslist li section dl{height:190px;}
			.newslist li section dt{font-size:14px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin-bottom:10px;font-weight:bold;}
			.newslist li section time{margin-bottom:10px;}
			.newslist li section dd{height:80px;overflow:hidden;color:#999;}
			.newslist li:hover section{transform:translateY(-10px);box-shadow:0 0 10px rgba(0,0,0,0.1);}
			.newslist li:hover section img{transform:scale3d(1.05, 1.05, 1);}
			.newslist li:hover section:after{background-color:#005187;border:1px solid #005187;color:#fff;}
}







/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}
.f_none{
    display: none;
}


/*内页*/
.n_banner {
    width: 100%;
    margin: 0 auto;
}

.n_banner img {
    width: 100%;
    margin: 0 auto
}
.container {
    padding:35px 0 55px;
}
.sitemp{
    color: #666;
    padding:20px 60px;
    background: #fff;
    margin:18px 0 0px;
    border-bottom: 1px solid #e5e5e5;
}
.site{
    padding-left: 35px;
    background:url(../images/add1.png) no-repeat left center;
    background-size: 19px;
    font-size: 14px;
    color: #666;
}
.site a{
    font-size: 14px;
    color: #666;
}
.site a:hover{
    color: #005187;
}
.wrap {
    padding: 0px 0 70px;
}
.left {
    float: left;
    width: 20%;
}
.left h3{
    padding: 25px 30px;
    color: #fff;
    background-color: #005187;
    font-size: 18px;
    /*font-weight: normal;*/
    display: block;
    position: relative;
}
.left h3:before{
    content:'';
    position: absolute;
    right:-15px;
    top:0;
    width: 15px;
    height: 18px;
    background: url(../images/left_img1.png) no-repeat center;
}
.left h3:after{
    content:'+';
    position: absolute;
    right:25px;
    top:50%;
    margin-top:-12px;
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    line-height: 1em;
}
.left_sort{

}
.left_contact{
    background: #005187;
    color: #fff;
    padding:30px;
    margin-top:40px;
}
.left_contact h4{
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom:1px solid #fff;
}
.left_contact p{
	line-height: 2em;
}
/*.left .aspg-left-nav li {
    position: relative;
    border-bottom: 1px solid #ccc;
}
.left .aspg-left-nav li a{
    font-size: 16px;
    line-height: 30px;
    position: relative;
    display: block;
    padding: 15px 30px;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.left .aspg-left-nav li:hover a{
    color: #005187;

}
.left .aspg-left-nav li.on a{
    color: #005187;

}*/


.right {
    float: right;
    width: 80%;
}
.right .content{
    font-size: 15px;
    margin-left: 20px;
    padding:50px 30px 30px 30px;
/*    background: #fff;*/
}
.pgsidenews{background:#fff;margin-bottom:20px;}
.pgsidenews h5{font-size:16px;line-height:40px;position:relative;background:#f5f9fa;padding:0 20px;position:relative;}
.pgsidenews h5:after{content:'';display:block;position:absolute;top:0;left:0;bottom:0;width:3px;background:#005187;}
.pgsidenews ul{padding:20px;}
.pgsidenews li{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:12px;line-height:25px;}
.pgsidenews li a{position:relative;padding-left:15px;}
.pgsidenews li a:after{content:'';display:block;position:absolute;top:50%;let:0;width:3px;height:3px;transform:translateY(-50%);background:#999;}
.pgsidecontact{background:#fff;}
.pgsidecontact dl{text-align:center;padding:20px;border-bottom:1px solid #eee;}
.pgsidecontact dt{margin-bottom:20px;}
.pgsidecontact dd{font-size:12px;color:#999;}
.pgsidecontact ul{padding:20px;}
.pgsidecontact li{
    line-height: 20px;
    background-size:20px 20px;background-position:0 0;background-repeat:no-repeat;padding-left:30px;margin-bottom:10px;}
.pgsidecontact li:nth-of-type(1){background-image:url(../images/footcontact2b.png);}
.pgsidecontact li:nth-of-type(2){background-image:url(../images/footcontact1b.png);}
.pgsidecontact li:nth-of-type(3){background-image:url(../images/footcontact4b.png);margin-bottom:0;}
.pgsidecontact figure{text-align:center;padding:20px;border-top:1px solid #eee;}
.pgsidecontact figure img{width:100px;border:1px solid #eee;padding:5px;}
.pgsidecontact figure figcaption{font-size:12px;color:#999;}
@media(max-width: 1440px){
    .wrap {
        padding: 50px 0;
    }
    .left h3{
        padding: 10px 30px;
    }
    .right .content{
        margin-left: 20px;
    }
}
@media(max-width: 1199px){
    .left h3{
        padding: 10px 25px;
    }
/*    .left .aspg-left-nav li a {
        padding: 10px 25px;

    }  */
    .right .content{
        margin-left: 15px;
        padding:30px 20px;
    }
    .container{
        padding:20px 0;
    }
}
@media(max-width: 1024px){
    .sitemp{
        padding: 10px 30px;
    }
    .left_contact{
        padding:15px 10px;
        display:none;
    }
}
@media(max-width: 768px){
    .wrap {
        padding: 35px 0;
    }
    .sitemp{
        padding:10px 0;
    }
    .site{
        font-size: 14px;
    }
    .site a{
        font-size: 14px;
    }
    .left{
        width: 100%;
        float: none;
        margin-top:15px;
        /*display: none;*/
    }
    .left h3{
        /*display: none;*/
    }
    .right{
        width: 100%;
        float: none;
    }
    .right .content{
        margin-left: 0px;
        padding:30px 20px;
    }
}
@media(max-width: 767px){
    .n_banner{
        margin-top:80px;
    }
    .wrap {
        padding: 20px 0;
    }
    .sitemp{
        margin:0 0 15px 0;
    }
    .right .content{
        padding:20px 12px;
    }
    .left h3 {
        padding: 10px 20px;
        font-size: 18px;
    }
    .container{
        padding:15px 0;
    }
/*    .left .sort{
        margin-bottom: 20px;
    }
    .left .aspg-left-nav li a{
        padding: 0px 10px;
    }  */
}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.product_list{
	display: flex;
	flex-wrap: wrap;
}
.product_list li{
	width: 31%;
	margin-right: 3.5%;
/*	border:3px solid #fff;*/
	margin-bottom: 45px;
	position: relative;
    background: #fff;
}
.product_list li:nth-child(3n){
	margin-right: 0;
}
.product_list li a{
    display: block;
    overflow: hidden;
    position: relative;
    padding:12px;
    border:3px solid #fff;
    box-sizing: border-box;
    border-radius: 5px;

}
.product_list li .img{
	display: block;
	overflow: hidden;
	text-align: center;
	background: #fff;
    border:1px solid #ecedee;
}
.product_list li .img img{
	transition: all 0.6s ease-out;
}
.product_list li .text{
    padding:20px 10px 12px;
}
.product_list li .text h3{
    font-size:16px;
    color:#595959;
    font-weight:normal;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    transition:all ease-out 0.3s;
    margin-bottom: 3px;
}
.product_list li a .text div{
    font-size:12px;
    color:#8d8d8d;    
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 2em;
    height: 4em;
}
.product_list li a .text p{
    font-size:12px;
    color:#8d8d8d;
}
.product_list li a .text em{
    font-style: normal;
    display:block;
    width:96px;
    line-height: 32px;
    background:#005187;
    border-radius:5px;
    font-size: 12px;
    color:#fff;
    text-align:center;
    margin-top:30px;
}
.product_list li a:hover{
    border-color: #005187;
}
.product_list li a:hover .text em{
    background: #0a2540;
}
.product_list li .ct{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(231, 0, 18, .8);
    opacity: 0;
    line-height: 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.product_list li .ct p{
    font-size: 14px;
    background: #e7e5e6;
    font-weight: normal;
    line-height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: all ease-out 0.3s;
}
.product_list li .ct span{
    display: block;
    font-size: 12px;
    border: 1px solid #fff;
    width: 110px;
    line-height: 2em;
    margin: 15px auto 0px;
}
.product_list li:hover .img img{
	transition: all 0.6s;
	transform: scale(1.1);
	text-align: center;
}
.product_list li:hover .ct{
    opacity: 1;
}
a.more1{
	width: 163px;
    height: 52px;
    border-radius: 30px;
    background: #005187;
    color: #fff;
    font-size: 16px;
    display: block;
    margin: 50px auto 0;
    text-align: center;
    line-height: 50px;
    border: 2px solid #005187;
    transition: all 0.3s;
}
a.more1:hover{
    background:#fff;
    color:#005187;
    border:2px solid #005187;
    transition: all 0.3s;
}

@media(max-width: 1600px){
/*	.index_product {
	    padding: 60px 0;
	}
	.index_title1 h3{
		font-size: 28px;
	}
	.index_title1 h3:before{
		margin-left: -25px;
		width: 50px;
	}*/
	.product_list li{
		margin-bottom: 20px;
	}
	.product_list li a{
	    padding:6px;
	    border:2px solid #fff;
	}
}
@media(max-width: 1440px){

/*	.sort1 li a{
		font-size: 14px;
	}*/

}
@media(max-width: 1360px){


}
@media(max-width: 1199px){
/*	.index_product {
	    padding: 40px 0;
	}*/
	.product_list li{
		width: 32%;
		margin-right: 2%;
	}
	a.more1{
		width: 140px;
	    height: 40px;
	    font-size: 14px;
	    line-height: 36px;
	}
}
@media(max-width: 992px){
	a.more1{
		margin: 30px auto 0;
	}

}
@media(max-width: 768px){
/*	.index_product {
	    padding: 30px 0;
	}
	.index_title1 h3{
		font-size: 24px;
	}
	.index_title1 p{
		font-size: 14px;
	}*/
	.product_list li{
		margin-bottom: 15px;
	}
	.product_list li a{
	    padding:5px;
	    border:1px solid #fff;
	}
    .product_list li .text {
        padding: 10px 0px;
    }
	.product_list li a .text span{
	    margin-top:15px;
	    width:80px;
	}
	a.more1{
		width: 120px;
	    height: 36px;
	    line-height: 32px;
	}
}
@media(max-width: 767px){
/*	.index_product {
	    padding: 20px 0;
	}
	.index_title1{
		margin-bottom: 20px;
	}
	.index_title1 h3{
		font-size: 20px;
		padding-bottom: 10px;
	    margin-bottom: 8px;
	}
	.index_title1 h3:before {
	    margin-left: -15px;
	    width: 30px;
	}
	.sort1{
		margin-bottom: 20px;
	}*/
	.product_list li{
		width: 49%;
		margin-bottom: 10px;
	}
	.product_list li:nth-child(3n){
		margin-right: 2%;
	}
	.product_list li:nth-child(2n){
		margin-right: 0%;
	}
    .product_list li a .text h3{
        font-size:15px;
    }
	a.more1{
		margin: 20px auto 0;
	}
}




.pgcontactlist{margin-bottom:30px;}
.pgcontactlist h3{font-size:18px;line-height:30px;margin-bottom:10px;}
.pgcontactlist ul{}
.pgcontactlist li{border-bottom:1px dashed #ccc;overflow:hidden;line-height:29px;padding:9px 0 10px;float:left;width:50%;}
.pgcontactlist li figure{display:inline-block;float:left;margin-right:20px;}
.pgcontactlist li figure img{width:30px;}
.pgcontactlist li a{color:#1d80d3;}

@media(max-width:1024px){

}
@media(max-width:860px){
    .pgcontactlist li{
        width:100%;
    }
}
@media(max-width:768px){

}
@media(max-width:767px){

}


/*about*/


/*news*/
.news_list2{
	display: flex;
	flex-wrap: wrap;
}
.news_list2 li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
}
.news_list2 li:nth-child(3n){
	margin-right: 0;
}
.news_list2 li a.img{
	overflow: hidden;
	display: block;
}
.news_list2 li a.img img{
	transition: all 0.6s ease-out;
}
.news_list2 li h3 a{
	font-size: 16px;
	color: #333;
}
.news_list2 li p{
	font-size: 14px;

}
.news_list2 li:hover .img img{
	transition: all 0.6s;
	transform: scale(1.1);
}
.news_list2 li:hover h3 a{
	color: #005187;
}
@media(max-width:1600px){
	.news_list2{

	}
}
@media(max-width:1440px){

}
@media(max-width:1360px){

}
@media(max-width:1024px){

}
@media(max-width:992px){
	.news_list2 li{
		width: 49%;
	}
	.news_list2 li:nth-child(3n) {
	    margin-right: 2%;
	}
	.news_list2 li:nth-child(2n) {
	    margin-right: 0;
	}
}
@media(max-width:768px){

}
@media(max-width:767px){
	.news_list2 li{
		width: 100%;
		margin-right: 0;
	}
	.news_list2 li:nth-child(3n) {
	    margin-right: 0%;
	}

}


.about1{
    display: flex;
    flex-wrap: wrap;
}
.about1 .text{
    width: 44%;
    padding-right: 45px;
}
.about1 .text .a_logo{
    margin-bottom: 30px;
    display: none;
}
.about1 .text p{
    font-size: 14px;
    color: #333;
    text-indent: 2em;
    line-height: 2em;
}
.about1 .img{
    width: 56%;
    padding-top:0px!important;
}
.about1_list{
    margin-top:60px;
    display: flex;
    flex-wrap: wrap;
}
.about1_list li{
    width: 31%;
    margin-right: 3.5%;
    background: #f8f8f8;
    padding:30px 25px 10px;
}
.about1_list li:nth-child(3n){
    margin-right: 0;
}
.about1_list li .text1{
    margin-bottom: 40px;
}
.about1_list li .text1 .img{
    float: left;
}
.about1_list li .text1 span{
    display: block;
    float: right;  
    font-size: 55px;
    color: #c9e8fb;
    font-family: 'Impact';
    line-height: 1em;
}
.about1_list li .text2{
    color: #333;
}
.about1_list li .text2 h3{
    font-size: 18px;
}
.about1_list li .text2 p{
    font-size: 14px;  
    line-height: 2em;
    padding-top:10px;
}
.about_detail2{
    background: #fff;
}
.hzhb1{
    background: url(../images/a_bg1.jpg) no-repeat center;
    background-size: cover;
    padding:60px 50px 35px;
}
.hzhb1 .text{
    max-width: 612px;
}
.hzhb1 .text h2{
    font-size: 30px;
    color: #005187;
    font-weight: normal;
    margin-bottom: 15px;
}
.hzhb1 .text p{
    font-size: 14px;
    color: #5e5e5e;
    line-height: 2em;
}
.hzhb_list{
    display: flex;
    flex-wrap: wrap;
    padding:40px 50px 60px;
}
.hzhb_list li{
    width: 22%;
    margin-right: 4%;
    margin-bottom: 50px;
    border:1px solid #e5e5e5;
    overflow: hidden;
}
.hzhb_list li:nth-child(4n){
    margin-right: 0;
}
.hzhb_list li img{
    transition: all 0.6s ease-out;
}
.hzhb_list li:hover img{
    transform: scale(1.05);
}
.n_contact1{
    display: flex;
    flex-wrap: wrap;
}
.n_contact1 .c_code{
    background: #fff;
    width: 33%;
    text-align: center;
    padding:50px 0 10px;
    float: left;
    margin-right: 3%;
}
.c_contact{
    background: url(../images/c_bg1.jpg) no-repeat top right #fff;
    padding:50px 100px 20px;
    width: 64%;
    float: right;
}
.c_contact h3{
    font-size: 18px;
    color: #333;
    font-weight: normal;
    margin-bottom: 22px;
}
.c_contact p{
    color: #333;
    font-size: 14px;
    padding:10px 0 10px 35px;
    line-height: 30px;
}
.c_contact p strong{
    font-size: 16px;
}
.c_contact p:nth-child(2){
    background: url(../images/c6.png) no-repeat left center;
}
.c_contact p:nth-child(3){
    background: url(../images/c7.png) no-repeat left center;
}
.c_contact p:nth-child(4){
    background: url(../images/c8.png) no-repeat left center;
}
.n_map{
    margin:30px 0 45px;
}
.c_message{
    
}
.c_message ul{
    display: flex;
    flex-wrap: wrap
}
.c_message ul li{
    width: 31%;
    margin-bottom: 40px;
}
.c_message ul li:nth-child(1),.c_message ul li:nth-child(2){
    margin-right: 3.5%;
}
.c_message ul li:nth-child(4){
    width: 100%;
}
.c_message ul li input{
    width: 100%;
    height: 55px;
    line-height: 53px;
    text-indent: 15px;
    font-size: 14px;
    color: #333;
    border:1px solid #e5e5e5;
}
.c_message ul li textarea{
    width: 100%;
    height: 165px;
    line-height: 53px;
    padding: 0 15px;
    font-size: 14px;
    color: #333;
    border:1px solid #e5e5e5;
}
.btn1{
    width: 178px;
    margin:0 auto;
}
.btn1 input{
    display: block;
    width: 100%;
    line-height: 40px;
    border-radius: 25px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #005187;
}

.job_list1{
    background: #fff;
}
.job_list1 li{
    border:1px solid #f2f2f2;
    margin-bottom: 45px;
}
.job_list1 li h2 {
    font-weight: normal;
    /* display: flex; */
    padding: 22px 70px 22px 30px;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    height: 70px;
    background: #f2f2f2;
}
.job_list1 li h2 span{
    display: block;
    float: left;

}
.job_list1 li h2 em{
    font-style: normal;
    float: right;
    margin-right: 170px;
}
.job_list1 li h2 i{
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    position: relative;
    text-align: center;
    float: right;
}
.job_list1 li h2 i:before{
    content:'+';
    position: absolute;
    top:0;
    left:0;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    text-align: center;
    background: #005187;
    font-size: 12px;
    color: #fff;
}
.j_cont{
    display: none;
    background: #f8f8f8;
    padding:25px 30px 40px;
    line-height: 2em;
}
.j_cont h3{
    font-size: 16px;
    color: #666;
    font-weight: normal;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 5px;
    margin-bottom: 25px;
}
.j_cont p{
    color: #666;
    font-size: 14px;
}
.j_cont .text{
    display: flex;
    flex-wrap: wrap;
}
.j_cont .text1{
    width: 48%;
    margin-right: 4%;
}
.j_cont .text2{
    width: 48%;
}
.j_cont .text1 p:nth-child(1),.j_cont .text1 p:nth-child(2){
    font-size: 15px;
}
.j_cont a{
    display: inline-block;
    padding:0 55px;
    line-height: 46px;
    font-size: 16px;
    color: #fff;
    background: #005187;
    /*text-align: right;*/
    margin-top:60px;
    float: right;
}
.j_cont a:hover{
    color: #fff;
}
.j_cont a img{
    margin-right: 10px;
}
.job_list1 li.cur{
    border:1px solid #d1d0d0;
}
.job_list1 li.cur h2 i:before{
    content:'-';
}
.job_list1 li.cur .j_cont{
    display: block;
}
@media(max-width:1600px){
    .about1 .text {
        padding-right: 25px;
    }
    .about1_list li .text1 {
        margin-bottom: 30px;
    }
    .about1_list {
        margin-top: 50px;
    }
}
@media(max-width:1440px){
    .hzhb_list li {
        width: 23.5%;
        margin-right: 2%;
        margin-bottom: 30px;
    }
    .c_contact{
        padding: 30px 50px 20px;
    }
    .job_list1 li{
        margin-bottom:30px;
    }
    .job_list1 li h2{
        padding: 22px 50px 22px 30px;
    }
    .j_cont{
        padding: 25px 30px;
    }
    .job_list1 li h2 em{
        margin-right:120px;
    }
}
@media(max-width:1360px){

}
@media(max-width:1024px){
    .about1 .text {
        width: 100%;
        padding-right: 0px;
    }
    .about1 .img {
        width: 100%;
        padding-top: 25px;
    }
    .about1_list li .text1 {
        margin-bottom: 20px;
    }
    .about1_list {
        margin-top: 30px;
    }
    .about1_list li {
        width: 32%;
        margin-right: 2%;
        padding: 15px 10px 10px;
    }
    .about1_list li .text2 h3 {
        font-size: 16px;
    }
    .about1_list li .text2 p{
        padding-top:0;
    }
    .c_contact{
        padding: 20px 20px 20px;
    }
    .job_list1 li{
        margin-bottom:20px;
    }
    .job_list1 li h2{
        padding: 12px 30px 12px 15px;
        height: 50px;
    }
    .job_list1 li h2 em{
        margin-right:50px;
    }
    .j_cont{
        padding: 20px 20px;
    }
}
@media(max-width:768px){
   .about1_list {
        margin-top: 20px;
    }
    .about1_list li .text1 {
        margin-bottom: 15px;
    }
    .hzhb1 {
        padding: 30px 20px;
    }
    .hzhb1 .text h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .hzhb_list {
        padding: 30px;
    }
    .n_contact1 .c_code{
        display:none;
    }
    .c_contact{
        padding: 20px 10px;
        width:100%;
    }
    .c_contact h3{
        margin-bottom:15px;
    }
    .c_contact p {
        padding: 5px 0 5px 35px;
    }
    .n_map {
        margin: 30px 0;
    }
    .c_message ul li{
        width:32%;
        margin-bottom: 20px;
    }
    .c_message ul li:nth-child(1), .c_message ul li:nth-child(2) {
        margin-right: 2%;
    }
    .job_list1 li h2 {
        padding: 12px 15px;
    }
    .job_list1 li h2 em {
        margin-right: 20px;
    }
}
@media(max-width:767px){
    .hzhb1 {
        padding: 20px 10px;
    }
    .hzhb_list {
        padding: 15px 10px;
    }
    .hzhb_list li {
        width: 32%;
        margin-bottom: 10px;
    }
    .hzhb_list li:nth-child(4n) {
        margin-right: 2%;
    }
    .hzhb_list li:nth-child(3n) {
        margin-right: 0;
    }
    .n_map {
        margin: 20px 0;
    }
    .c_message ul li{
        width:100%;
        margin-bottom: 10px;
    }
    .c_message ul li:nth-child(1), .c_message ul li:nth-child(2) {
        margin-right: 0%;
    }
    .c_message ul li input {
        height: 45px;
        line-height: 43px;
        text-indent: 10px;
    }
    .job_list1 li {
        margin-bottom: 10px;
    }
    .job_list1 li h2 em{
        display:none;
    }
    .j_cont {
        padding: 15px 10px;
    }
    .j_cont h3 {
        margin-bottom: 15px;
    }
    .j_cont .text1 {
        width: 100%;
        margin-right: 0%;
    }
    .j_cont .text2 {
        width:100%;
    }
    .j_cont a {
        padding: 0 25px;
        line-height: 42px;
        float: none;
        margin:20px auto 0;
    }
}


/*服务与支持*/
.messages{
    background: #fff;
    padding:50px 40px;
}

.messages h2{
    font-size: 24px;
    color: #333;
    margin-bottom: 50px;
    text-align: center;
}
.messages ul{
    display: flex;
    flex-wrap: wrap;
}
.messages li{
    margin-bottom: 12px;
    margin-right: 2%;
}
.messages .li0{
    display: none;
}
.messages li.li1{
    width: 100%;
    margin-right: 0;
}
.messages li.li2{
    width: 49%;
}
.messages li.li3{
    width: 32%;
}
.messages li input{
    display: block;
    width: 100%;
    line-height: 56px;
    border:1px solid #bfbfbf;
    font-size: 15px;
    color: #333;
    padding:0 15px;
}
.messages li textarea{
    display: block;
    width: 100%;
    line-height: 56px;
    height:160px;
    border:1px solid #bfbfbf;
    font-size: 15px;
    color: #333;
    padding:0 15px;
}
.messages .btn1{
    margin-top:18px;
}
.message1{
    
}
.message1 li:nth-child(2),.message1 li:nth-child(5),.message1 li:nth-child(10){
    margin-right: 0;
}
.message2 li:nth-child(2),.message2 li:nth-child(5),.message2 li:nth-child(8){
    margin-right: 0;
}
.mess_text1{
    font-size: 15px;
    color: #333;
    margin-bottom: 30px;
    line-height: 2em;
}
.message5 li:nth-child(4),.message5 li:nth-child(7){
    margin-right: 0;
}
.message5 ul{
    margin-bottom: 25px;
}
.mess_li{
    
}
.mess_li h4{
    font-size: 16px;
    color: #333; 
    padding:15px 0 13px;
}
.mess_li dl{
    padding:0 25px;
    border:1px solid #d5d5d5;
    line-height: 2em;
    color: #333;
}
.mess_li dl dt{
    font-size: 14px;
    margin-top:5px;
}
.mess_li dl dd{
    font-size: 15px;
    border-bottom: 1px dashed #d5d5d5;
    padding: 5px 0;
    display: flex;
    flex-wrap: wrap;
}
.mess_li dl dd:last-child{
    border:none;
}
.mess_li dl dd label{
    font-size: 15px;
    display: inline-block;
    margin-right: 15px;
    display: flex;
    height: 30px;
    align-items: center;
}
.mess_li dl dd label:last-child{
    margin-right: 0;
}
.mess_li dl dd label input{
    margin:0 3px;
    line-height: 30px;
}
.mess_cont{
    margin-top:15px;
    padding-bottom: 20px
}
.mess_cont h4{
    font-size: 16px;
    color: #333; 
    padding:15px 0 13px;
}
.mess_cont textarea{
    display: block;
    width: 100%;
    line-height: 56px;
    height:160px;
    border:1px solid #bfbfbf;
    font-size: 15px;
    color: #333;
    padding:0 15px;
}
.mess_li2{
    margin:20px 0;
}
.aspg-search-result{
    background: #fff;
    padding:30px;
}
@media(max-width:1600px){

}
@media(max-width:1440px){

}
@media(max-width:1360px){

}
@media(max-width:1024px){
    .messages {
        padding: 30px;
    }
    .messages h2 {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .mess_li dl {
        padding: 0 15px;
    }
}
@media(max-width:768px){
    .messages {
        padding: 20px;
    }
    .messages li input{
        line-height: 42px;
        padding:0 10px;
    }
    .messages li textarea {
        line-height: 42px;
        height: 130px;
        padding: 0 10px;
    }
    .mess_li dl {
        padding: 0 10px;
    }
    .aspg-search-result{
        padding:20px;
    }
}
@media(max-width:640px){
    .messages {
        padding: 15px 10px;
    }
    .messages h2 {
        margin-bottom: 20px;
    }
    .messages li.li2,.messages li.li3{
        width:100%;
        margin-right:0!important;
    }
    .aspg-search-result{
        padding:15px 10px;
    }
}



/*n_message*/
.message{
/*    padding:70px 0;*/
}
.message h3{
    font-size: 32px;
    color: #222;
}
.message p{
    font-size: 16px;
    color: #999;
    padding:25px 0 30px;
}
.message ul{
    display: flex;
    flex-wrap: wrap;
}
.message ul li{
    position: relative;
    width: 22%;
    margin-right: 4%;
    margin-bottom:25px;
}
.message ul li:last-child{
    margin-right: 0;
}
.message ul li span{
    color: #ff0000;
    display: block;
    position: absolute;
    right:10px;
    top:5px;
}
.message ul li input{
    display: block;
    width: 100%;
    border:1px solid #ccc;
    outline: none;
    line-height:36px;
    text-indent: 12px;
}
.mess_content textarea{
    width: 100%;
    line-height:30px;
    height: 155px;
    outline: none;
    padding:10px ;
    box-sizing: border-box;
    border: 1px solid #ccc;
}
.mess_btn input{
    width: 115px;
    line-height: 38px;
    font-size: 14px;
    color:#fff;
    display: block;
    border:none;
    background: #005187;
    margin-top:50px;
    cursor: pointer;
}
@media(max-width: 1440px) {
    .message h3{
        font-size: 26px;
    }
}
@media(max-width: 1199px){

}
@media(max-width: 768px){
/*    .message{
        padding:30px 1%;
    }*/
}
@media(max-width: 640px){
/*    .message {
        padding: 20px 1%;
    }*/
    .message h3{
        font-size: 20px;
    }
    .message p {
        font-size: 12px;
        padding: 10px 0;
    }
    .message ul li{
        width: 100%;
        margin-right: 0%;
        margin-bottom:5px;
    }
    .message ul li:nth-child(2n){
        margin-right: 0;
    }
    .mess_btn input{
        margin-top:10px;
    }
}





/*n_contact*/
.n_contact{
    padding:80px 0 60px;
}
.n_contact h3{
    font-size: 32px;
    color: #222;
    text-align: center;
    margin-bottom: 10px;
}

.n_contact1_text{

}
.n_contact h4{
    font-size: 24px;
    color: #333;
    font-weight: normal;
}
.n_contact1_text p{
    font-size: 16px;
}
.n_contact1_text p strong{
    font-weight: normal;
}
.n_contact_list{
    display: flex;
    flex-wrap: wrap;
    margin:25px 0;
}
.n_contact_list li{
    width: 48%;
    margin-right: 4%;
/*    padding:20px 15px;*/
    color: #333;
/*    background: #999;*/
/*    text-align: center;*/
    float: left;
    font-size: 16px;

}
.n_contact_list li:last-child{
    margin-right: 0;
}
.n_contact_list li .img{
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border:1px solid #fff;
    border-radius: 50%;
    margin:0 auto 10px;
}
.n_contact_list li .img img{
    max-width: 40px;
}
.n_contact_list li p{
    line-height: 1.6em;
}
.n_contact_list li:nth-child(1){

}
.n_contact_list li:nth-child(2){

}
.n_contact_list li:nth-child(3){

}

/*.n_contact_list p{*/
/*    margin-right:60px;*/
/*    font-size: 16px;*/
/*    color: #666;*/
/*}*/
/*.n_contact_list p:nth-child(4){*/
/*    margin-right: 0;*/
/*}*/
@media(max-width: 1440px){
    .n_contact {
        padding: 60px 0 ;
    }
    .n_contact h3{
        font-size: 26px;
    }
    .n_contact h4{
        font-size: 20px;
    }
}
@media(max-width: 1199px){
    .n_contact{
        padding:30px 1%;
    }
    .n_contact_list p{
        margin-right: 40px;
    }
    .n_contact_intro{
        margin: 20px auto 40px;
        padding: 25px 0;
    }

}
@media(max-width: 768px){

    .n_contact_list p:nth-child(4) {
        margin-right: 30px;
    }
    .n_contact_intro h3{
        font-size: 22px;
    }
    .n_contact_intro p{
        font-size: 14px;
    }
    .n_contact h3{
        font-size: 24px;
    }
    .n_contact h4 {
        font-size: 20px;
        padding: 5px 0 5px;
    }
    .n_contact_list li{
        width:100%;
        margin-bottom:10px;
    }
}
@media(max-width: 767px){
    .n_contact {
        padding: 0px 1% 20px;
    }
    .n_contact h3{
        font-size: 20px;
    }
    .n_contact h4 {
        font-size: 16px;
        padding: 0;
    }
    .n_contact_list {
        margin: 0px 0 20px;
    }
    .n_contact_list p {
        width: 100%;
        margin-right: 0px;
    }
    .n_contact_list p:nth-child(4) {
        margin-right: 0px;
    }

    .n_contact1_text p strong{
        display: block;
    }
    .n_contact1_text p{
        font-size:15px;
    }
}






#bdSharePopup_selectshare1625120685313box,#bdimgshare_1625120753007,#bdimgshare_1625120789492{
    display: none!important;
}

h1.title{
    font-size: 24px;
    color: #333;
    padding-top: 4px;
    padding-bottom: 10px;
    line-height:1.4em;
    font-weight: normal;
    text-align: center;
}
.info_title{
    font-size: 14px;
    color: #999;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.title_bar{
    font-weight: normal;
    display: inline-block;

}
.info_title .share{
    display: inline-block;
    margin-left: 15px;
}
h3.tag{
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.page{
    font-size: 14px;
    color: #666;
    margin-top:10px;
}
.page a{
    font-size: 14px;
    color: #666;
}

@media(max-width: 768px){
    h1.title{
        font-size: 18px;
    }
}

.pageController{
    text-align: center;
    color:#505050;margin:0 auto;
    margin:2em 0;
    line-height:24px;
}
.pageController a{background-color:#FFF;vertical-align:middle; border:#efefef 1px solid;
    color:#505050;padding:5px 8px; margin-right:3px;margin-left:3px;
}
.pageController a:hover{background-color:#005187;color:#fff; text-decoration:none;border:#efefef 1px solid;}
.pageController .currPage {background-color: #005187;color:#fff;border:#efefef 1px solid;}
.pageController .t1{
    float:left;margin-right:5px;height:24px;line-height:22px;white-space:nowrap;
    display: none;
}
.pageController .t2{vertical-align:middle;line-height:39px;}
.pageController .t2 #current{
    line-height: 39px;
    background-color: #005187;
    vertical-align: middle;
    border: 1px solid #005187;
    color: #fff;padding: 5px 8px;
    margin-right: 3px;
    margin-left: 3px;
    width: 39px;
}
.pageController .t1 span{
    /*padding-left:4px;
    padding-right:4px;*/
    width: 39px;
}
.pageController select{height:24px;vertical-align:middle;text-align:center;line-height:24px;
    display: none;
}
.pageController select option{vertical-align:middle;}






.fixed-contact-wrap {
    z-index: 999;
    position: fixed;
    right: 30px;
    top: 75%;
    width: 60px;
    margin-top: -90px;
    overflow: hidden;
    border-radius: 30px;
    opacity: 0;
    transition: all .4s;
    transform: translateX(95px);
    -webkit-transform: translateX(95px);
    -moz-transform: translateX(95px);

}

.fixed-contact-wrap.show {
    transform: none;
    opacity: 1;
}

.fixed-contact-wrap.active {
    width: 215px;
}

.fixed-contact-wrap li {
    position: relative;
    height: 60px;
    background: #222;
    overflow: hidden;
}

.fixed-contact-wrap.active li {
    overflow: inherit;
}

.fixed-contact-wrap li a {
    position: relative;
    z-index: 1000;
    display: block;
}

.fixed-contact-wrap li i {
    z-index: 1000;
    position: absolute;
    right: 0;
    display: block;
    width: 60px;
    height: 60px;
    transition: all .4s;
}

.fixed-contact-wrap.active li:after {
    z-index: 1001;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 80%;
    height: 1px;
    margin-left: -40%;
    background: rgba(255, 255, 255, .1);
}

.fixed-contact-wrap.active li:last-child:after {
    display: none;
}

.fixed-contact-wrap li:hover i, .fixed-contact-wrap li:hover strong {
    opacity: .5;
}

.fixed-contact-wrap .phone i {
    background: #222 url(../images/fix-icon1.png) no-repeat center center;
    border-top-left-radius: 30px;
    -moz-border-top-left-radius: 30px;
    -webkit-border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    -moz-border-top-right-radius: 30px;
    -webkit-border-top-right-radius: 30px;
}

.fixed-contact-wrap .qq i {
    background: #222 url(../images/fix-icon2.png) no-repeat center center;
}

.fixed-contact-wrap .back-top i {
    background: #222 url(../images/fix-icon3.png) no-repeat center center;
}

.fixed-contact-wrap.active .back-top i {
    border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
}

.fixed-contact-wrap li strong {
    position: absolute;
    top: 0;
    right: -135px;
    display: block;
    width: 115px;
    padding: 0 15px 0 30px;
    font: normal 16px/60px 'gotham-medium';
    color: #fff;
    background: #222;
    white-space: nowrap;
    transition: all .4s;
    box-sizing: content-box;
}

.fixed-contact-wrap.active li strong {
    right: 60px;
}

.fixed-contact-wrap.black li {
    background: #111;
}

.fixed-contact-wrap.black li strong {
    background: #111;
}

.fixed-contact-wrap.black .phone i {
    background: #111 url(../images/fix-icon1.png) no-repeat center center;
}

.fixed-contact-wrap.black .qq i {
    background: #111 url(../images/fix-icon2.png) no-repeat center center;
}

.fixed-contact-wrap.black .back-top i {
    background: #111 url(../images/fix-icon3.png) no-repeat center center;
}

@media (max-width: 1400px) {
    .fixed-contact-wrap {
        right: 15px;
        width: 50px;
        border-radius: 25px;
    }

    .fixed-contact-wrap.active {
        width: 200px;
    }

    .fixed-contact-wrap li {
        height: 50px;
    }

    .fixed-contact-wrap li i {
        width: 50px;
        height: 50px;
    }

    .fixed-contact-wrap li strong {
        right: -120px;
        width: 100px;
        padding: 0 15px 0 20px;
        font: normal 14px/50px 'gotham-medium';
    }

    .fixed-contact-wrap.active li strong {
        right: 50px;
    }
}

@media (max-width: 1200px) {
    .top-footer .logo {
        width: 15%;
    }

    .top-footer .logo img {
        width: 80px;
    }

    .top-footer .bottom-item-wrap {
        width: 100%;
    }

    .top-footer .each-item dl {
        width: 95%;
        padding-right: 5%;
    }
}


.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: 71px;
    position: relative;
    background: #222;
}

.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: 14px;
    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: 35px;
    background-position: -27px -51px;
}

.client-2 .my-kefu-left {
    float: left;
    width: 77px;
    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: #222;
    color: #fff;
    height: 56px;
    width: 247px;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-main {
    background: #222;
    width: 97px;
    height: 56px;
    position: relative;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -140px;
    top: -24px;
    display: none;
    z-index: 333;
}

.my-kefu-weixin-pic img {
    width: 140px;
    height: 140px;
}

@media(max-width: 1199px){
    .client-2{
        display: none;
    }
}


.infoproducthead {
    margin-bottom: 30px;
    background: #fff;
    padding:9px;
    display: flex;
    flex-wrap:wrap;
}
.infoproductslide {
    float: left;
    width: 51%;
    position: relative;
    border:3px solid #005187;
}
.infoproductslide .swiper-button-prev{
	width: 39px;
	height: 42px;
	margin-top:-21px;
	background: url(../images/left2.png) no-repeat center #005187;
	opacity: 1!important;
}
.infoproductslide .swiper-button-prev:after{
	opacity: 0;
}
.infoproductslide .swiper-button-next{
	width: 39px;
	height: 42px;
	margin-top:-21px;
	background: url(../images/right2.png) no-repeat center #005187;
	opacity: 1!important;
}
.infoproductslide .swiper-button-next:after{
	opacity: 0;
}
.infoproductsummary {
    float: right;
    width: 49%;
    padding-left: 55px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
}
.infoproductsummary h1{font-size:24px;line-height:30px;}
.infoproductsummary h3{
	font-weight: normal;
	font-size:12px;
	color:#999999;
	position: relative;
	padding-bottom: 15px;
	text-transform: uppercase;
}
.infoproductsummary h3:before{
	content:'';
	position: absolute;
	left:0;
	bottom:0;
	width: 30px;
	height: 4px;
	background: #005187;
}
.infoproductsummary section{
	color:#666;
	margin:30px 0 50px;
}
.infoproductsummary span{}
.infoproductsummary span a{display:inline-block;font-size:12px;line-height:40px;padding:0 20px;background:#005187;color:#fff;}

.infoproductdetail{

}
.detailtab{
	margin-bottom:30px;
	border-bottom: 3px solid #005187;
}
.detailtab ul{
	display: flex;
	flex-wrap:wrap;
}
.detailtab ul li{
	background:#fff;
	color:#333333;
	padding:0 54px;
	font-size: 15px;
	line-height: 50px;
	cursor: pointer;
}
.detailtab ul li.cur{
	color: #fff;
	background:#005187;
}
.detailtab h3{
    line-height: 1em;
    font-size:16px;padding:20px;background:#eee;}
.edit{
	background:#fff;
	line-height:200%;
	margin-bottom:30px;
	padding:70px 70px 30px;
}
.pd_tab{
	display: none;
}
.pd_tab.on{
    display: block;
}
.pd_tab p strong{
	font-size: 24px;
	color:#333;
}
.edit img{max-width:100%;}
/*.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(../images/share.png) no-repeat center center #333;border-radius:60px;text-indent:-999em;font-size:12px;}*/
/*.bdsharebuttonbox span{display:inline-block;}*/

/*.infoproductother{margin-bottom:30px;}*/
/*.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;}*/
/*.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);}*/
.xgtj{
	background: #fff;
	padding:35px 70px 30px;
	margin-top:45px;
}
.xgtj h3{
	font-size: 18px;
	color: #333;
	margin-bottom: 25px;
}
.xgtj_list{
	display: flex;
	flex-wrap:wrap;
}
.xgtj_list li{
	width: 21%;
	margin-right:5%;
	text-align: center;
}
.xgtj_list li:nth-child(4n){
	margin-right: 0;
}
.xgtj_list li a{
	display: block;
}
.xgtj_list li .img{
	overflow: hidden;
}
.xgtj_list li .img img{
	transition:all 0.6s ease-out;
}
.xgtj_list li p{
	font-size: 14px;
	color: #333;
	padding-top:10px;
}
.xgtj_list li:hover .img img{
	transform:scale(1.05);
}
.xgtj_list li:hover p{
	color: #005187;
}
.sr-bdimgshare{
	display: none!important;
}
@media(max-width:1440px){
    .infoproductsummary h1{
        font-size:20px;
        margin-bottom: 10px;
    }
    .edit {
        margin-bottom: 20px;
        padding: 50px 50px 30px;
    }
    .xgtj {
        padding: 35px 50px 30px;
        margin-top: 30px;
    }
    .xgtj_list li {
        width: 23.5%;
        margin-right: 2%;
    }
}
@media(max-width:1259px){

}
@media(max-width:1024px){
    .edit {
        padding: 30px 30px 30px;
    }
    .xgtj {
        padding: 30px 30px;
        margin-top: 20px;
    }
}
@media(max-width:768px){
    .infoproductslide {
        float: none;
        width: 100%;
    }
    .infoproductsummary {
        float: none;
        width: 100%;
        margin-top:15px;
        padding-left:0;
    }
    .infoproductsummary h1{
        font-size:18px;
        margin-bottom: 5px;
    }
    .infoproductsummary section {
        margin: 15px 0 20px;
    }
    .detailtab h3 {
        padding: 12px;
    }
    .edit {
        padding: 20px 15px;
    }
    .xgtj {
        padding: 20px 15px;
        margin-top: 20px;
    }
}
@media(max-width:767px){
    .detailtab{
        margin-bottom:15px;
    }
    .detailtab ul li{
        font-size:15px;
        padding:0 0px;
        width:25%;
        text-align:center;
    }
    .xgtj h3 {
        font-size: 17px;
        margin-bottom: 20px;
    }
    .xgtj_list li {
        width: 49%;
        margin-bottom:15px;
    }
    .xgtj_list li:nth-child(4n) {
        margin-right: 2%;
    }
    .xgtj_list li:nth-child(2n) {
        margin-right: 0;
    }
}


.case_list{

}
.case_list li{
	margin-bottom: 45px;
}
.case_list li a{
	display: flex;
	flex-wrap:wrap;
}
.case_list li a .img{
	width: 43%;
	overflow: hidden;
}
.case_list li a .img img{
	transition:all 0.6s ease-out;
}
.case_list li a .text{
	width: 57%;
	border-bottom: 3px solid #fff;
	background:#fff;
	color: #333;
	display: flex;
    flex-direction: column;
    justify-content: center;
    padding:0 50px;
}
.case_list li a .text h3{
	font-size: 18px;
	font-weight:normal;
	margin-bottom: 25px;
}
.case_list li a .text p{
	font-size: 14px;
}
.case_list li a:hover .img img{
	transform:scale(1.05);
}
.case_list li a:hover .text{
	border-color:#005187;
}
.aspg-case-detail,.news_detail,.about_detail{
	background:#fff;
	padding:70px 70px 30px;

}
@media(max-width: 1600px){
    .aspg-case-detail, .news_detail, .about_detail{
        padding:50px 50px 30px;
    }
}
@media(max-width: 1440px){
    .case_list li {
        margin-bottom: 30px;
    }
}
@media(max-width: 1259px){

}
@media(max-width: 1024px){
    .aspg-case-detail, .news_detail, .about_detail{
        padding:30px 30px;
    }
}
@media(max-width: 768px){
    .case_list li {
        margin-bottom: 20px;
    }
    .case_list li a .text{
        padding: 0 30px;
    }
    .case_list li a .text h3{
        font-size:16px;
        margin-bottom:10px;
    }
    .aspg-case-detail, .news_detail, .about_detail{
        padding:15px 10px;
    }
    .aspg-detail-con-title span{
        font-size:17px;
    }
}
@media(max-width: 767px){
    .case_list li {
        margin-bottom: 15px;
    }
    .case_list li a .img {
        width: 100%;
    }
    .case_list li a .text{
        width:100%;
        padding:10px;
    }
}


.download_list1{
    padding:25px 45px;
    background: #fff;
}
.download_list1 li a{
    display: flex;
    flex-wrap: wrap;
    padding:30px 60px 15px 15px;
    border-bottom:1px solid #e6e6e6;
    color: #666;
}
.download_list1 li a p{
    width: calc(100% - 90px);
    padding-right: 15px;
    
}
.download_list1 li a span{
    width: 90px;
    
}
.download_list1 li a:hover{
    color: #005187;
}
.download_list{
    padding:40px 45px;
    background: #fff;  
    display: flex;
    flex-wrap: wrap;
}
.download_list li{
    width:23.5%;
    margin-right: 2%;
    margin-bottom: 30px;
}
.download_list li:nth-child(4n){
    margin-right: 0;
}
.download_list li a{
    display: block;
    text-align: center;
}
.download_list li a .img{
    overflow: hidden;
}
.download_list li a .img img{
    transition: all 0.6s ease-out;
}
.download_list li a p{
    font-size: 16px;
    color: #333;
    padding:15px 0;
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis; 
}
.download_list li a span{
    display: block;
    max-width: 150px;
    line-height: 38px;
    background: #005187;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 25px;
    margin:0 auto;
}
.download_list li:hover a p{
    color: #005187;
}
@media(max-width: 1600px){
    .download_list1{
        padding: 20px 30px;
    }
    .download_list1 li a {
        padding: 15px;
    }
}
@media(max-width: 1440px){
    .download_list{
        padding:30px ;
    }
}
@media(max-width: 1259px){

}
@media(max-width: 1024px){
    .download_list{
        padding:20px 15px;
    }
}
@media(max-width: 768px){
    .download_list1{
        padding: 15px 10px;
    }
    .download_list1 li a {
        padding: 10px;
    }
    .download_list{
        padding:15px 10px;
    }
    .download_list li{
        width:32%;
        margin-bottom: 20px;
    }
    .download_list li:nth-child(4n){
        margin-right: 2%;
    }
    .download_list li:nth-child(3n){
        margin-right: 0%;
    }
    .download_list li a span{
        max-width:100px;
        font-size:14px;
    }
}
@media(max-width: 767px){
    .download_list1 li a {
        padding: 10px 0;
    }
    .download_list li{
        width:49%;
        margin-bottom: 15px;
    }
    .download_list li:nth-child(3n){
        margin-right: 2%;
    }
    .download_list li:nth-child(2n){
        margin-right: 0%;
    }
}



.news_lists{

}
.news_lists li{
    margin-bottom: 30px;
}
.news_lists li a{
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding-right: 30px;
    color: #333;
    position: relative;
}
.news_lists li a .img{
    width: 23%;
}
.news_lists li a .text{
    width: calc(77% - 142px);
    padding:10px 45px 10px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;

}
.news_lists li a .text h3{
    font-size: 16px;
}
.news_lists li a .text span{
    font-size: 12px;
    display: block;
    margin:5px 0;
}
.news_lists li a .text p{
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news_lists li a .more{
    width: 142px;
    height: 40px;
    position: absolute;
    right: 45px;
    top:50%;
    margin-top:-20px;
    background: #fff;
    border-radius: 40px;
    border:6px solid #fff;
}
.news_lists li a .more i{
    display: inline-block;
    font-style: normal;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #005187;
    font-size: 12px;
    color: #fff;
    border-radius: 50%;
    float: right;
    position: relative;
}
.news_lists li a .more i:before{
    content:'VIEW MORE';
    position: absolute;
    left:-90px;
    top:0px;
    font-size: 12px;
    color: #005187;
    width: 75px;
    opacity: 0;
}
.news_lists li a:hover{
    background: #005187;
    color: #fff;
}
.news_lists li a:hover .more i:before{
    opacity: 1;
}

@media(max-width:1440px){

}
@media(max-width:1259px){
    .news_lists li {
        margin-bottom: 20px;
    }
}
@media(max-width:1024px){
    .news_lists li a{
        padding-right:15px;
    }
}
@media(max-width:768px){
    .news_lists li {
        margin-bottom: 15px;
    }
    .news_lists li a{
        padding-right:0px;
    }
    .news_lists li a .img{
        width:40%;
    }
    .news_lists li a .text {
        width: 60%;
        padding: 0 0 0 15px;
    }
    .news_lists li a .text h3{
        line-height:1.6em;
    }
    .news_lists li a .text p{
        line-height:1.8em;
    }
    .news_lists li a .text span {
        margin: 0px 0;
    }
    .news_lists li a .more{
        display:none;
    }
}
@media(max-width:640px){

}

.pgmessage{
    max-width: 1000px;
    margin:0 auto;
}
.pgmessage h3{font-size:16px;margin-bottom:30px;}
.pgmessage ul{}
.pgmessage li{position:relative;margin-bottom:20px;padding-left:100px;}
.pgmessage li label{position:absolute;top:0;left:0;line-height:50px;}
.pgmessage li label span{color:#c00;}
.pgmessage li img{position:absolute;top:1px;right:1px;width:100px;height:48px;}
.pgmessage li:last-child{margin-bottom:0;}
.pgmessage li input{padding:10px;width:100%;height:50px;box-sizing:border-box;border:1px solid #eee;}
.pgmessage li textarea{display:block;width:100%;height:120px;padding:10px;box-sizing:border-box;border:1px solid #eee;}
.pgmessage li input.btn{width:100%;background:#333;color:#fff;}

@media(max-width:1440px){

}
@media(max-width:1259px){

}
@media(max-width:1024px){

}
@media(max-width:768px){
    .pgmessage li{
        padding-left:70px;
    }
}
@media(max-width:640px){

}
