* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", "\5b8b\4f53", "微软雅黑", 'STHeiti', "SimHei", "黑体";
	font-weight: normal;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}
img {
	border: none;
}
a img {
	border: none;
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #ed0000;
	text-decoration: none;
}
a:active {
	color: #333333;
}
p, div {
	color: #333;
	font-size: 12px;
}
strong{
	font-weight:bold;
	}
.not-animated { opacity:0; }

.container:after,.pro-list:after,.nav-list:after,.team-list:after,.cases-list:after, .performance-list:after, .i-contact:after{
	content: "";
	display: table;
	clear: both;
}
body {
	min-width: 1200px;
	background: #fff;
}
.container{
	width:1200px;
	min-width: 1200px;
	margin:0 auto;
	}
.i-container{
	position:relative;
	width:1200px;
	min-height:300px;
	margin:0 auto;
	overflow:hidden;
	}

#top.cur {
	position: fixed;
	background: rgba(255,255,255,1);
  	-webkit-animation: caption-down .5s;
    animation: caption-down .5s;
	z-index: 999999;
	left: 0;
	right: 0;
	box-shadow: 0 0 5px #ccc;
}

@keyframes caption-down {
	0% {
		opacity:0;
		-webkit-transform:translate3d(0, -100%, 0);
		transform:translate3d(0, -100%, 0)
	}
	100% {
		opacity:1;
		-webkit-transform:none;
		transform:none
	}
}
 @-webkit-keyframes caption-down {
	0% {
		opacity:0;
		-webkit-transform:translate3d(0, -100%, 0);
		transform:translate3d(0, -100%, 0)
	}
	100% {
		opacity:1;
		-webkit-transform:none;
		transform:none
	}
}
#top{
	padding: 15px 0;
	background: #fff;
}
#top .logo{
	display: table-cell;
	width: 207px;
	text-align: left;
	vertical-align: middle;
}
#top .logo img{
	display: block;
	width: 100%;
}
.top-center{
	display: table;
	height: 75px;
}

.nav-list{
	display: table-cell;
	padding: 10px 0;
	text-align: right;
	vertical-align: middle;
	}
.nav-list>li{
	display: inline-block;
	position:relative;
	padding:0 30px;
	}
.nav-list>li>a{
	position:relative;
	display:inline-block;
	line-height:40px;
	overflow:hidden;
	}
.nav-list>li>a:hover{
	text-decoration:none;
	}
.nav-list>li>a span{
	display:block;
	color:#000;
	padding:0 3px;
	font-size:15px;
	transition: all ease-out .3s;
	}
.nav-list>li>a div{
	width:0;
	border-bottom:1px solid #f00;
	margin:10px auto 0 auto;
	transition: all ease-out .3s;

	}
.nav-list>li>a span:after {
    content: attr(data-title);
    position: absolute;
    color: #3f8cff;
    left: 0;
	right:0;
	text-align:center;
    transform: translateY(100%);
    width: 100%;
}

.nav-list>li>a:hover span,.nav-list>li:hover span,.nav-list>li>a.cur span{
	color:#f00;
	transform: translateY(-100%);
  }
.nav-list>li>a:hover div,.nav-list>li:hover>a>div, .nav-list>li>a.cur div{
	width:100%;
	}
.search{
	display: flex;
	align-items: center;
	overflow: hidden;
	margin: 0 auto;
}
.search-box input{
	width: 250px;
	padding-left: 10px;
	border: 1px solid #ccc;
	border-right: none;
	height: 38px;
	border-radius: 20px 0 0 20px;
	outline: none;
}
.search-btn{
	width: 60px;
	height: 38px;
	padding-top: 3px;
	border-radius: 0 20px 20px 0;
	background: #009eff;
}
.search-btn img{
	display: block;
	width: 30px;
	margin: 0 auto;
}
.call{
	display: flex;
	align-items: center;
}
.call-icon{
	display: flex;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background: #009eff;
	align-items: center;
}
.call-icon img{
	display: block;
	width: 30px;
	margin: 0 auto;
}
.call-box{
	padding-left: 10px;
}
.call-box p{
	color: #0088dc;
}
.call-box p.tel{
	font-size: 17px;
}
.call p.mobile{
	font-size: 18px;
}

/*下拉菜单*/
.down-menu{
	display:none;
	position:absolute;
	padding-top:5px;
	left:0;
	right:0;
	margin:auto;
	z-index:999;
	}
.down-menu-list{
	padding:7px 0;
	background: rgba(20, 101, 222, 0.7) none repeat scroll 0 0 !important;/*实现FF背景透明，文字不透明*/
	background: #1465de;
	filter:Alpha(opacity=98);/*实现IE背景透明*/
	border-radius:0 0 5px 5px;
	}
.down-menu-list a{
	display:block;
	color:#fff;
	border-bottom: 1px solid #2b6fd2;
	font-size:13px;
	padding:7px 0;
	text-align:center;
	}
.down-menu-list a:hover{
	color:#fff;
	background:#0056d8;
	text-decoration:none;
	}
.down-menu-list a:last-child{
	border-bottom:none;
	}

#banner{
	position: relative;
	min-width:1200px;
	height: 500px;
	overflow: hidden;
	}

.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
/*  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
*/  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img{
	display: block;
}

.banner-paper {
	position: absolute;
	height: 3px;
	line-height: 0;
	bottom: 35px !important;
	left: 0;
	right: 0;
	text-align: center;
}
.banner-paper .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	position: relative;
	line-height: 3px;
	border-radius: 10px;
	background: #fff;
	margin: 0 5px !important;
	opacity: 1;
}
.banner-paper .swiper-pagination-bullet:before {
	position: absolute;
	width: 10px;
	height: 10px;
	content: '';
	left: 0;
	top: -10px;
}
.banner-paper .swiper-pagination-bullet-active {
    border: solid 2px #ff0000;
    border-radius: 50%;
    background: none;
}

/*.swiper-button-next, .swiper-button-prev {
	display: none;
}
*/
/*.banner:hover .swiper-button-next, .banner:hover .swiper-button-prev {
	display: block;
}*/

#banner .swiper-container .hide{
  opacity:0;
}
#banner .swiper-button-next,.swiper-button-prev{
  transition:opacity 0.5s;
}
#banner .swiper-button-prev {
	left: 30px !important;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}
#banner .swiper-button-next {
	right: 30px !important;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}
.swiper-button-next, .swiper-button-prev {
	width: 18px !important;
	height: 29px !important;
	background-size: 18px 29px !important;
}
#banner .swiper-button-prev:hover {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23e25050'%2F%3E%3C%2Fsvg%3E") !important;
}
#banner .swiper-button-next:hover {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23e25050'%2F%3E%3C%2Fsvg%3E") !important;
}
#odds{
	padding: 25px 0;
	background: #f6f6f7;
}
.odds-list li{
	display: flex;
	width: 300px;
	padding: 0 20px;
	align-items: center;
	float: left;
}
.odds-icon{
	margin-right: 10px;
}
.odds-icon img{
	width: 50px;
}
.odds-text h3{
	font-size: 16px;
	margin-bottom: 3px;
}
.odds-text p{
	color: #6b6b6b;
	font-size: 13px;
}
.index-tit{
	text-align: center;
}
.f-tit h2{
	color: #fff;
}
.index-tit h2{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}
.index-tit p{
	margin-top: 20px;
	padding: 0 40px;
	line-height: 24px;
	font-size: 14px;
	color: #555;
}
.f-tit p{
	color: #f5f5f5;
}
.xian{
    width: 50px;
    height: 3px;
	margin: 0 auto;
}

.xian .hong{
	width: 50%;
	float: left;
	height: 3px;
	background: #ec271e;
}
.xian .lan{ 
	width: 50%; 
	float: left; 
	height: 3px; 
	background: #009eff;
}

.margin-40{
	margin: 40px 0;
}

.team-list{
	margin: 0 -10px;
	margin-top: 30px;
}
.team-list dl{
	width: 285px;
    padding: 15px 10px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
	float: left;
}
.team-list dl dt{
	width: 140px;
	height: 140px;
	border-radius: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.team-list dl dt img{
	width: 140px;
	margin: 0 auto;
}
.team-list dl dd{
	text-align: center;
}
.team-list dl dd h3{
	margin-top: 10px;
	font-size: 16px;
	font-weight: bold;
}
.team-list dl dd span{
	display: inline-block;
	text-align: center;
	font-size: 12px;
	padding: 2px 5px;
	color: #fff;
	margin: 10px 0;
	background: #0086d8;
}
.team-list dl dd p{
	height: 90px;
	font-size: 14px;
	color: #717171;
}
.advisory{
	display: inline-block;
	color: #333;
	font-size: 15px;
	padding: 8px 20px;
    border: 1px solid #e2e2e2;
	border-radius: 18px;
}
.advisory:hover{
	cursor: pointer;
	color: #fff;
	background: #3daafc;
}
.team-list .swiper-container {
    padding-bottom: 45px;
}
.team-paper .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
}
.team-paper .swiper-pagination-bullet-active{
	background: #009eff;
}
#service{
    width: 100%;
    min-width: 1200px;
    height: 600px;
    padding: 40px 0;
    background-size: cover;
    background-attachment: fixed;
    background-image: url(../images/sec-bg.jpg);
    background-position: center center;
    overflow: hidden;	
}
.service-list{
	margin:40px -20px 0 -20px;
	}
.service-list dl{
	position:relative;
	width:380px;
	margin:0 15px 30px 15px;
	padding:20px 0;
	text-align:center;
	background:rgba(255,255,255,0.9) none repeat scroll 0 0;/*实现FF背景透明，文字不透明*/
	background:#fff;
	filter:Alpha(opacity=90);/*实现IE背景透明*/
	float:left;
    transition: .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -webkit-transition: all .5s linear;
	}
.service-list dl dt img{
	width: 100px;
	height: 100px;
	border-radius: 100%;
	display: block;
	margin: 0 auto;
}
.service-list dl dd{
	margin-top:15px;
	font-size:13px;
	}
.even-bg{
	background:rgba(238,238,238,0.9) none repeat scroll 0 0 !important;/*实现FF背景透明，文字不透明*/
	background:#eee !important;
	filter:Alpha(opacity=90);/*实现IE背景透明*/
	}
.service-list dl:hover{
	cursor:pointer;
	background:#0c88e8 !important;
}
.service-list dl:hover dd{
	color:#fff;
	}

#about{
	padding: 40px 0;
	background:url("../images/about-bg.jpg") center center no-repeat;
	background-size: cover;
    box-sizing: border-box;
}
.about-bd{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 25px;
}
.about-pic{
	width: 660px;
}
.about-pic img{
	width: 100%;
}
.about-content{
	width: 525px;
	padding-left: 15px;
}
.about-content p{
	font-size: 15px;
	line-height: 24px;
}
.more a{
	display: inline-block;
    color: #fff !important;
    background-color: #05a0f9;
    border-width: 0px;
    border-radius: 5px;
    padding: 10px 20px 8px 20px;
    margin: 15px 0;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;	
}
.more a:hover{
    color: #fff;
    background-color: #ec271e;
    text-decoration: none;
}
.process-list{
	margin: 30px -10px 0 -10px;
}
.process-list dl{
    position: relative;
    width: 220px;
    padding: 50px 20px 30px 20px;
    margin: 30px 10px 30px 10px;
    background: #f7f7f7;
    box-shadow: 0 0 5px #ddd;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: 0.3s all;
    -webkit-transition: 0.3s all;	
	float: left;
}
.process-list dl:hover {
    box-shadow: 0 5px 15px #a5a5a5;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
}
.process-list dl .num{
    width: 52px;
    height: 52px;
    background: #009eff;
    line-height: 52px;
    position: absolute;
    top: -23px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
    font-style: oblique;
    text-align: left;
    padding-left: 8px;
}
.process-list dl .num:before{
    width: 66px;
    height: 66px;
    background: rgba(33,171,215,.1);
    content: "";
    position: absolute;
    left: -7px;
    top: -7px;
    border-radius: 50%;
}
.process-list dl .num:after{
    width: 80px;
    height: 80px;
    background: rgba(33,171,215,.05);
    content: "";
    position: absolute;
    left: -14px;
    top: -14px;
    border-radius: 50%;
	
}
.process-list dl dt{
	width: 40px;
	margin: 0 auto;
}
.process-list dl dt img{
	width: 100%;
}
.process-list dl dd{
	text-align: center;
}
.process-list dl dd h3{
	font-size: 16px;
	margin: 10px 0;
	text-shadow: 0 1px 0 #fff
}
.process-list dl dd p{
	font-size: 13px;
	line-height: 22px;
	color: #666;
	text-shadow: 0 1px 0 #fff;
}
#news{
	padding: 40px 0;
	background: #fff;
    background-image: url(../images/news-bg.jpg);
}
.news-bd{
	margin: 0 -10px;
	margin-top: 40px;
}
.news-bd li{
	width: 285px;
	margin: 0 10px;
	padding: 20px 0 15px 0;
	background: #f1f1f1;
	border: 1px solid #ececec;
	float: left;
}
.news-bd li h2{
	text-align: center;
	margin-bottom: 20px;
}
.news-bd li .news-img{
	width: 285px;
	height: 150px;
	overflow: hidden;
}
.news-bd li .news-img img{
	width: 100%;
}
.news-list{
	padding: 15px 15px 5px 25px;
}
.news-list a{
    position: relative;
    display: block;
	font-size: 13px;
    margin-bottom: 10px;
	color: #777;  
	text-shadow: 0 1px 0 #fff;
}
.news-list a:before {
    background: #05a0f9;
}
.news-list a:before {
    position: absolute;
    content: '';
    top: 7px;
    left: -12px;
    border-radius: 50%;
    width: 6px;
    height: 6px;
}
.news-list a:hover{
	color: #f00;
}
#contact{
	padding: 40px 0;
	background: #f3f3f3;
}
.wechat{
	width: 100px;
	margin: 20px 0;
	text-align: center;
}
.wechat img{
	display: block;
	width: 100%;
}
.wechat p{
	font-size: 12px;
}
.contact-box{
	margin-top: 25px;
	padding: 25px;
	background: #fff;
	overflow: hidden;
}
.contact-list{
	width: 400px;
	float: left;
}
.contact-list dl{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	overflow: hidden;
}
.contact-list dl dt{
	display: flex;
	align-items: center;
	width: 80px;
	margin-right: 10px;
}
.contact-list dl dt img{
	display: inline-block;
	width: 25px;
}
.contact-list dl dt span{
	display: inline-block;
	color: #868686;
	width: 50px;
	font-size: 13px;
	padding-left: 6px;
}
.contact-list dl dd{
	font-size: 14px;
	color: #000;
}

#allmap{
	width: 700px;
	height: 300px;
	float: right;
}
#i-banner{
	position: relative;
	min-width:1200px;
	height:400px;
	overflow: hidden;
	}
#i-banner img {
    position: absolute;
    width: 2000px;
	height:400px;
    margin-left: -1000px;
    left: 50%;
}


#inner{
	position: relative;
	padding-bottom: 30px;
	min-height: 500px;
}


.i-left{
	width: 250px;
	padding: 30px 0;
	margin-bottom: 20px;
	float: left;
}
.i-catalog{
	margin-bottom: 40px;
}
.i-column-tit{
	color: #fff;
	margin-bottom: 20px;
	background: #1465de;
	background: linear-gradient(to right, #3f8cff 0%, #009eff);
	padding: 5px 15px;
}
.i-column-tit h3 img{
	width: 35px;
}
.i-column-tit h3 span{
	font-size: 16px;
	padding-left: 5px;
}
.i-column-tit h3 img, .i-column-tit h3 span{
	vertical-align: middle;
}
.i-left-line{
    width: 28px;
    height: 2px;
    background: #1465de;
	margin: 10px 0;
}
.i-left-list a{
	display: block;
	font-size: 14px;
	padding: 0 15px 15px 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e4e4e4;
}
.i-left-list a:hover{
	text-decoration: none;
	border-bottom: 1px solid #ed0000;
}

.i-left-contact-list{
	width: auto;
	float: none;
}
.contact-list dl dt{
	width: 70px;
	margin-right: 5px;
}
.i-left-contact-list li{
	margin-bottom: 15px;
}
.i-left-contact-list li p{
	display: inline;
	font-size: 14px;
	text-shadow: 0 1px 0 #fff;
}
.i-left-contact-list li p img{
	width: 35px !important;
	padding-right: 10px;
	vertical-align: middle;
}
.i-left-contact-list li span{
	padding-left: 5px;
	text-shadow: 0 1px 0 #fff;
	font-size: 14px;
}

.i-right{
	width: 900px;
	padding-top: 30px;
	float: right;
}
.i-bread-nav{
    padding-top: 10px;
    display: flex;
    align-items: center;
}
.i-bread-nav img{
	width: 25px;
	margin-right: 5px;
}
.i-bread-nav span{
	font-family: serif;
}

.i-bread-nav a, .i-bread-nav span{
	display: inline-block;
	font-size: 14px;
	padding-left: 3px;
	text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
	color: #666;
}
.i-right-content{
	padding-bottom: 20px;
}
.i-right-tit{
	padding: 25px 0;
}
.i-right-tit h1{
	font-size: 24px;
	margin-bottom: 5px;
	text-align: left;
}
.i-right-tit .update-time{
	font-size: 12px;
}


.i-detail{
	padding-top: 40px;
    text-align: justify;
}
.i-detail h1{
	font-size: 22px;
	text-align: center;
	margin-bottom: 30px;
}
.i-detail p{
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 15px;
}
.i-detail-con{
	padding-top: 30px;
}
.i-detail-con img{
	max-width: 900px;
}
.i-pic{
	text-align: center;
}
.i-pic img{
	display: block;
	max-width: 900px;
	margin: 0 auto;
}
.i-list{
	margin-top: 25px;
}
.i-list dl{
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #ddd;
	box-shadow: 0 1px 0 #fff;
	overflow: hidden;
}
.i-list dl dt, .i-list dl dd{
	display: inline-block;
}
.i-list dl dt{
	font-size: 14px;
	float: left;
}
.i-list dl dd{
	font-size: 12px;
	line-height: 20px;
	float: right;
}
.i-cases-bread-nav {
    margin-top: 20px;
}
.i-team-list{
	margin: 30px -10px 0 -10px;
}
.i-team-list dl{
	margin: 0 10px 20px 10px;
}
#footer{
	position:relative;
	padding:30px 0;
	background:#333;
	border-top:2px solid #3F51B5;
	z-index:99;
	}
.f-nav{
	float:left;
	}
.f-nav li{
	margin-right:60px;
	float:left;
	}
.f-nav li h3{
	font-size:16px;
	color:#a4a4a4;
	margin-bottom:20px;
	}
.f-nav li a{
	display:block;
	font-size:13px;
	color:#F5F5F5;
	margin-bottom:10px;
	}
.f-code{
	padding-left:105px;
	border-left:1px solid #565656;
	float:left;
	}
.f-code img{
	display:block;
	width:130px;
	margin-bottom:5px;
	}
.f-code p{
	font-size:13px;
	text-align:center;
	color:#A5A5A5;
	}
.f-tel{
	width:200px;
	margin-left:85px;
	float:left;
	}
.f-tel .b-logo{
	width:60px;
	margin:0 auto;
	}
.f-tel .b-logo img{
	display:block;
	width:60px;
	}

.f-tel .txt{
	padding:5px 15px;
	border:1px solid #3f8cff;
	text-align:center;
	margin-bottom:15px;
	}
.f-tel .txt img{
	width:25px;
	vertical-align:middle;
	}
.f-tel .txt span{
	color:#3f8cff;
	font-size:13px;
	line-height:24px;
	}
.f-tel .f-num{
	font-size:22px;
	text-align:center;
	color:#3f8cff;
	font-weight:bold;
	}
#copy{
	min-width: 1200px;
	padding: 10px;
	background: #000;
}
#copy p,#copy p a{
	text-align: center;
	color: #969696;
	font-size: 12px;
}
#layer{
	display: none;
}
#layer *{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.layer-main, .layer-shade{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.layer-main{
    display: table;
    pointer-events: none;
	z-index: 500;
}

.layer-shade{
	background-color: rgba(0,0,0,.7);
	z-index: 400;
}
.layer-scale {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.layer-section{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.layer-scale{
    width: 450px;
	height: auto;
}
.layer-scale {
    position: relative;
    display: inline-block;
    text-align: left;
    background-color: #fff;
    font-size: 14px;
    border-radius: 5px;
    box-shadow: 0 0 8px rgba(0,0,0,.5);
    pointer-events: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
}

.layer-con{
	padding: 20px 15px;
	text-align: center;
}
.layer-con img{
	width: 100px;
}
.layer-con p{
	font-size: 14px;
	line-height: 23px;
}
.layer-con p.times{
	text-align: center;
	font-size: 15px;
}
.layer-con p.times span{
	color: #EB0003;
}

.layer-con p.fail{
	text-align: center;
	font-size: 15px;
}
.layer-btn{
	padding: 9px 10px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #3f8cff;
	cursor: pointer;
}
.layer-weixin dl{
    display: flex;
    align-items: center;
    justify-content: center;
}
.layer-weixin dl dd{
	padding-left: 10px;
}