body {
	min-width: 1200px;
}

.app .ban {
	position: relative;
	text-align: center;
	color: #fff;
}
.app .ban .title{
	font-size: 40px;
	line-height: 1.4;
	margin-bottom: 10px;
}
.app .ban .title span{
	margin: 0 5px;
}
.app .ban .sm{
	font-size: 16px;
	color: #fff;
	letter-spacing: 8px;
	font-weight: normal;
}
.app .ban .banimg {
	display: block;
	width: 100%;
}

.app .ban .content {
	position: absolute;
	left: 0;;
	top: 0;
	z-index: 80;
	width: 100%;
	padding-top: 50px;
}

.app .ban .txt {
	display: block;
	margin: 0 auto;
}

.content1 {
	text-align: center;
	margin-top: 30px
}

.content1 .titlebox {
	text-align: center;
	line-height: 55px;
	font-size: 0;
}

.titlebox .icon {
	vertical-align: middle;
	background: #63a0f4;
	border-radius: 50%;
	display: inline-block;
	margin: 0 10px;
}

.titlebox .icon.sm {
	width: 4px;
	height: 4px;
}

.titlebox .icon.md {
	width: 10px;
	height: 10px;
}

.titlebox .tit {
	display: inline-block;
	border: 1px dashed #609bec;
	font-size: 20px;
	font-weight: normal;
	padding: 0 30px;
	color: #2f80ea;
	border-radius: 50px;
	vertical-align: middle;
	margin: 0 30px;
}

.content1 .txt {
	background: #609bec;
	border-radius: 10px 10px 0 0;
	color: #fff;
	padding: 20px 50px;
	max-width: 1000px;
	margin: 30px auto 0;
}

.app .container {
	width: 1200px;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 0 50px rgba(0, 0, 0, .1);
	margin: 0 auto 50px;
	/*padding-bottom: 20px;*/
}

.content2 {
	padding: 50px 100px;
}

.content2 .imgbox {
	float: left;
	position: relative;
}

.content2 .info {
	float: right;
    padding: 45px 50px 0 0;
}

.content2 .imgbox .img1 {
	width: 500px;
}

.content2 .imgbox .img1 img,
.content2 .imgbox .img2 img {
	width: 100%;
	display: block;
	transition: all 1s;
}
/*.content2 .imgbox .img2 img{
	
}

.content2 .imgbox .img1 img.e {
	display: none;
	opacity: 0;
}

.content2 .imgbox .img1.active img.f {
	display: none;
}

.content2 .imgbox .img1.active img.e {
	display: block;
	opacity: 1;
}*/

.content2 .imgbox .img2 {
	position: absolute;
	right: 30px;
	bottom: 36px;
	width: 90px;
	padding-top: 94px;
}

h3.titlecom{
	font-size: 30px;
	color: #2f80ea;
	font-weight: normal;
	margin-bottom: 15px;
}
.content2 .info .txt{
	font-size: 18px;
	color: #666;
	margin-bottom: 10px;
}
.content2 .info p{
	font-size: 14px;
	color: #999;
}


.titlebox .tit:hover{
	background: #2f80ea;
	color: #fff;
}

.content3{
	background: url(../img/shop/bg1.jpg) no-repeat center top;
	background-size: auto 100%;
	padding: 50px 100px;
}
.content3 .info{
	float: left;
	padding-top: 150px;
	width: 400px;
}

.content3 .info h3{
		font-size: 30px;
	color: #2f80ea;
	font-weight: normal;
	margin-bottom: 15px;
}
.content3 .info p{
	font-size: 16px;
	color: #666;
	line-height: 1.6;
}
.content3 .icon{
	float: right;
	width: 550px;
}

.bghend{
	background: #63a0f4;
	height: 10px;
	border-radius: 0 0 10px 10px;
}
