body {
	font-family: '微软雅黑', '黑体', '宋体', tahoma, arial, sans-serif, "Lucida Grande", Verdana, Lucida, Helvetica;
	max-width: 1920px;
	margin: 0 auto;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
/* 菜单 */
.menu{
	background: #649cf0;
	line-height: 70px;
	color: #fff;
}
.menu .nav{
	width: 1200px;
	margin: 0 auto;
}
.menu .nav .tag{
	float: left;
	font-size: 20px;
	font-weight: bold;
	/* width: 372px; */
	width: 210px;
	margin-right: 228px;
	letter-spacing: 1px;
	background: url(../img/flag.png) no-repeat 20px 24px;
	background-size: 20px;
	padding-left: 52px;
	position: relative;
	cursor: pointer;
}
.menu .nav .tag:hover{
	background: url(../img/flag.png) no-repeat 20px 24px #5990e3;
	background-size: 20px;
}
.menu .nav .tag:hover .nav_tag{
	display: block;
}
.menu .nav .tag .nav_tag{
	position: absolute;
	top: 70px;
	left: 0;
	z-index: 999;
	background: #fff;
	width: 800px;
	font-size: 16px;
	color: #9598A2;
	font-weight: normal;
	display: none;
	padding-top: 24px;
	line-height: 28px;
	box-shadow: 1px 2px 1px rgb(14 5 10 / 10%);
	padding-left: 47px;
	padding-bottom: 20px;
}
.menu .nav .tag .nav_tag:after {
    content: "";
    width: 10px;
    position: absolute;
    background: #efefef;
    box-shadow: -7px 0 5px -5px #333;
    left: 0;
    top: 0;
    height: 100%;
}
.menu .nav .tag .nav_tag a{
	/* padding-left: 20px;
	line-height: 70px; */
	width: 160px;
	padding-right: 10px;
	font-size: 14px;
	line-height: 45px;
	color: #9598A2;
	display: inline-block;
	transition: all .3s;
}
.menu .nav .tag .nav_tag a.active{
	color: #649cf0;
}
.menu .nav .tag .nav_tag a:hover{
	color: #649cf0;
}
.menu ul{
	overflow: hidden;
}
.menu li{
	float: left;
	width: 118px;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	transition: all .3s;
}
.menu li:hover{
	background: #5990e3;
}
.menu li.active{
	background: #5990e3;
	font-weight: bold;
}
.banner{
	max-width: 1920px;
	margin: 0 auto;
	font-size: 0
}
/* 内容 */
.main{
	position: relative;
	width: 1200px;
	margin: 0px auto;
	margin-top: 70px;
	padding: 20px 40px 40px;
	box-sizing: border-box;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.main .title{
    font-size: 30px;
    background: url(../img/titlebg.png) no-repeat center bottom;
    text-align: center;
	height: 44px;
    margin: 40px 0 35px;
}	
.main .line{
	background: #eee;
	height: 3px;
	width: 100%;
	margin-top: 40px;
}
.main .mdui-select{
	width: 450px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #ddd;
	background-position: 435px center;
}
.mdui-select-selected{
	left: 10px;
}
.main .bd{
	width: 450px;
	margin: 0 auto;
	margin-top: 70px;
}
.main .bd input{
	border: 1px solid #ddd;
	width: 438px;
	height: 50px;
	line-height: 50px;
	margin-top: 30px;
	padding-left: 10px;
}
.main .bd .btn{
	background: #649cf0;
	color: #fff;
	text-align: center;
	width: 450px;
	line-height: 50px;
	cursor: pointer;
	margin-top: 15px;
	letter-spacing: 1px;
	font-size: 18px;
	transition: all .3s;
}
.main .bd .btn:hover{
	box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.5);
	transform: scale(1.05);
}
.main .shard_shuoming{
	width: 380px;
	margin: 0 auto;
	margin-top: 35px;
	color: #999;
	font-size: 12px;
	line-height: 19px;
	overflow: hidden;
	text-align: center;
}
.main .shard_shuoming a{
	color: #6c96f2;
	transition: all .3s;
}
.main .shard_shuoming .icon{
	float: left;
	width: 18px;
	position: relative;
}
.main .shard_shuoming .icon img{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
}
.main .shard_shuoming .icon img.active{
	display: block;
}
.main .shard_shuoming .font{
	float: right;
}
.footer{
	margin-top: 70px;
}
