html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td {
	margin: 0;
	padding: 0;
	word-break: break-all;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family:PingFang SC,Helvetica,Arial,Hiragino Sans GB,Microsoft Yahei,STHeiTi,sans-serif;
	font-weight: 400;
}
/* 
a, button {
	/*删除选中*/
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Chrome/Safari/Opera */
	-khtml-user-select: none;
	/* Konqueror */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
	/*Non-prefixed version, currently*/
	box-sizing: border-box;
	/*删除选中*/
} */

html {
	height: 100%;
}

body {
	min-height: 100%;
	overflow: auto;
	-webkit-font-smoothing:antialiased;
	background-color: #f5f5f5;
}

img {
	border: 0 none;
	vertical-align: top;
	box-sizing: border-box;
}

ul, li {
	list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
}

.fl {
	float: left;
}
.fr {
	float: right;
}
.pr{
	position:relative;
}
body, input, select, button, textarea {
	font-size: 12px;
}

button {
	cursor: pointer;
	border: none 0;
	outline: none;
}

i, em, cite {
	font-style: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	line-height: 24px;
}

a, a:link {
	text-decoration: none;
	color: #444;
}

a:active, a:hover {
	text-decoration: none
}

a:focus {
	outline: none
}

.clear {
	display: block;
	clear: both;
	width: 0;
	height: 0;
	visibility: hidden;
}


.clearfix:after {
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}

.clearfix {
	display: inline-block;
}

.clearfix {
	display: block;
}

input:focus {
	outline: none;
}
input:-webkit-autofill {
	background-color: transparent !important;
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
	color: #e1e1e1;
}

button.more {
	display: block;
	width: 360px;
	height: 44px;
	background-color: #f2f3f4;
	font: 14px/1.5em "";
	color: #999;
	margin: 0 auto;
}
.crumbs{
	margin-bottom: 20px;
	font-size:15px;
	color:#999;
}
.crumbs a{
	color:#0088fe
}
.crumbs a:hover{
	font-weight:700
}
.crumbs .iconfont{
	font-size:14px;
}

.warp {
	width: 1200px;
	margin: 0 auto;
}
.w1200{
	width: 1200px;
	margin: 0 auto;
}
.w1200a{
	width: 1200px;
	margin: 0 auto 20px;
}
.menu .item .tit .icon,
.header .searchbox .search-btn,
.social-accounts .b-menu .icon,
.appdown .b-menu .icon,
.social-accounts .b-pop .item .icon{
	background: url(../images/icon/header-icon.png) no-repeat;
}
.back-top a{
	background: url(../images/icon/back-top.png) no-repeat;
}


/*layout_adbox*/
.layout_adbox {
	position: relative;
	width: 1200px;
	height: 80px;
	margin: 0 auto 10px;
	border: solid 1px #eee;
	overflow: hidden;
}
.layout_adbox span.close {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: url(../img/ico_close.png) no-repeat 50%;
	cursor: pointer;
	z-index: 2;
}
.layout_adbox img {
	display: block;
	width: 100%;
}
/*layou_header*/

.header {
	width: 100%;
	height: 100px;
	padding: 0 28px;
	background-color: #0088fe;
}

.header .logo {
	width: 253px;
	height: 40px;
	margin: 28px 170px 0 28px;
}
.header .logo a{
	display: inline-block;

}
.header .searchbox{
	position: relative;
	margin-top: 28px;
	padding: 0 10px 0 15px;
	width: 400px;
	height: 40px;
	background-color: #269afe;
	border-radius: 5px;
}
.header .searchbox .search-input{
	width: 350px;
	height: 40px;
	line-height: 40px;
	vertical-align:top;
	border: 0;
	background-color: #269afe;
	font-size:16px;
	color:#fff;
}
.header .searchbox .search-btn{
	position: absolute;
	top:10px;
	right:10px;
	display: inline-block;
	width: 15px;
	height: 17px;
	background-position: 0 0;
}
.header .searchbox .search-btn:hover{
	transform: scale(1.1);
}
.header .searchbox .search-list{
	z-index: 5;
	position: absolute;
	top:42px;
	left:0;
	width:400px;
	border:1px solid #ddd;
	border-radius: 5px;
	background-color: #fff;
}
.header .searchbox .search-list li{
    margin: 5px 0;
}
.header .searchbox .search-list li a{
	display: block;
	padding: 0 10px;
	height:40px;
	line-height: 40px;
	font-size:15px;
	color:#444;
}
.header .searchbox .search-list li a i{
	color:#0088fe
}
.header .searchbox .search-list li a:hover{
	font-weight: bold;
	background-color: #f5f5f5;
}
.header .loginbtn{
	width:80px;
	margin-top: 28px;
}
.header .loginbtn a{
	display: inline-block;
	width:80px;
	height:32px;
	line-height: 32px;
	background-color: #15cbff;
	text-align: center;
	border-radius: 5px;
	font-size: 14px;
	color:#fff;
}
.header .logininfo{
	position: absolute;
	top:0;
	right: 0;
	height:32px;
	line-height: 32px;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	font-size:13px;
	color:#fff;
}
.header .logininfo .info{
	display: inline-block;
	}
.header .logininfo .exit{
	color:#fff
	}
.header .loginbtn a:hover{
	background-color: #15aaff;
}
.social-accounts,
.appdown{

	position: relative;
	margin:36px 30px 0 0;
	cursor: pointer;
}

.appdown .a-pop{
	z-index: 5;
	position: absolute;
	top:35px;
	left:-210px;
	width:420px;
	height:270px;
	box-shadow:0 0 3px #eee;
	border-radius: 5px;
	background: url(../images/appdown-bg.png) no-repeat;
	transition: all .3s;
	background-size: cover;
	transition: all .3s ease-in-out;
	transform: scale(0);
	transform-origin: 230px 0px;
}
.appdown .b-menu:hover + div.a-pop{
	transform: scale(1);
}
.appdown .a-pop:before{
	display: inline-block;
	content: "";
	width:10px;
	height:15px;
	position: absolute;
	left:220px;
	top:-6px;
	background-color: #fff;
	transform: rotate(45deg);
}
.appdown .a-pop .code{
	float: right;
	padding:10px;
	margin: 20px 20px 0 0;
    box-shadow:0 0 5px #dedede;
	border-radius: 5px;
	background-color: #fff;
}
.appdown .a-pop .code p{
	line-height: 20px;
	text-align: center;
	font-size:12px;
	color:#444
}
.appdown .a-pop .code img{
	margin-bottom: 10px;
}
.appdown .a-pop .code p i{
	line-height: 26px;
	color:#0088fe
}
.social-accounts .b-menu,
.appdown .b-menu{
	height:20px;
	line-height: 20px;
	font-size:14px;
	color:#fff;
}
.social-accounts .b-menu .icon,
.appdown .b-menu .icon{
	display: inline-block;
	vertical-align: middle;
	width:12px;
	height:20px;
	margin-right: 5px;
}
.social-accounts .b-menu .icon{
	width:20px;
	background-position: 0 -58px;
}
.appdown .b-menu .icon{
	background-position: 0 -28px;
}


.social-accounts .b-pop{
	z-index: 5;
	padding: 20px 0px 20px 20px;
	position: absolute;
	top:35px;
	left:-220px;
	width:440px;
	height:380px;
	box-shadow:0 0 3px #eee;
	border-radius: 5px;
	background-color:#fff;
	transition: all .3s ease-in-out;
	transform: scale(0);
	transform-origin: 250px 0px;
}
.social-accounts .b-menu:hover + div.b-pop{
	transform: scale(1);
}
.social-accounts .b-pop .item{
  padding: 20px 0px;
  float: left;
  width:192px;
  margin: 0 15px 15px 0;
  border: 1px solid #eee;
  text-align: center;
}
.social-accounts .b-pop:before{
	display: inline-block;
	content: "";
	width:10px;
	height:15px;
	position: absolute;
	left:230px;
	top:-6px;
	background-color: #fff;
	transform: rotate(45deg);
}
.social-accounts .b-pop .item .txt{
	margin-bottom: 10px;
	height: 23px;;
	line-height: 23px;
	font-size:14px;
	color:#444;
}
.social-accounts .b-pop .item .icon{
	display: inline-block;
	margin-right: 5px;
	width:20px;
	height:17px;
}
.social-accounts .b-pop .item .icon01{
	background-position: 0 -83px;
}
.social-accounts .b-pop .item .icon02{
	background-position: 0 -106px;
}
.social-accounts .b-pop .item .icon03{
	width:28px;
	background-position: 0 -128px;
}
.social-accounts .b-pop .item .icon04{
	height: 23px;
	background-position: 0 -153px;
}





.menu {
	height: 60px;
	line-height: 60px;
	margin-bottom: 20px;
	background-color: #0070fe;
}

.menu .box {
	width: 1232px;
}

.menu .item {
	float: left;
	margin-right: 39px;
}

.menu .item li {
	position:relative;
	float: left;
	margin-right: 11px;
}
.menu .item li .hot{
	position: absolute;
    width: 30px;
    height: 15px;
    top: -9px;
    right: -12px;
    background: url(../images/hot.png) no-repeat 50%;
    background-size: cover;
    z-index: 2;
    -webkit-animation: heart 1s linear infinite;
    animation: heart 1s linear infinite;
}
.menu .item:last-child,
.menu .item:last-child li:last-child {
	margin-right: 0px;
}
.menu .item .tit {
	display: inline-block;
	width: 25px;
	margin-right: 15px;
}
.menu .item .tit .icon {
	display: inline-block;
	width:25px;
	height:21px;
	margin-top: 20px;
}
.menu .item .tit .icon_a {
	background-position:  right -57px;
}
.menu .item .tit .icon_b {
	margin-top: 18px;
	height:23px;
	background-position:  right -28px;
}
.menu .item .tit .icon_c {
	margin-top: 19px;
	height:22px;
	background-position:  right 0;
}
.menu .item .tit .icon_d {
	margin-top: 18px;
	width:27px;
	height:23px;
	background-position:  right -89px;
}

.menu .item li a {
	display: inline-block;
	padding: 0 12px;
	height:40px;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	transition: all .3s;
}
.menu .item li:hover a,
.menu .item .hover a {
	background-color: #1a7ffe;
	border-radius: 16px;
}
.top-adv {
	height: 90px;
	margin-bottom: 20px;
}
.top-adv .adv-left,
.top-adv .adv-right{
	position: relative;
	overflow: hidden;
	border-radius: 4px;
}
.top-adv .adv-left i,
.top-adv .adv-right i{
	position: absolute;
	top:10px;
	right:10px;
	width:40px;
	height:20px;
	line-height: 20px;
	text-align: center;
	border-radius: 5px;
	font-size:12px;
	color:#fff;
	background: rgba(0,0,0,.5);
}
.top-adv .adv-left img,
.top-adv .adv-right img{
	transition: all .3s;

}
.top-adv .adv-left img:hover,
.top-adv .adv-right img:hover{
	transform: scale(1.1);
}


/*layout_footer*/
.layout_footer {
	z-index:2;
	position: relative;
	height: 130px;
	padding: 20px 0;
	background-color: #0c7ffa;
}
.layout_footer .bnav	{
	float: left;
	width: 300px;
	height: 90px;
	border-right: solid 1px #3d99fb;
}
.layout_footer .bnav a {
	float: left;
	width: 140px;
	text-align: center;
	margin-top: 18px;
}
.layout_footer .bnav a:nth-child(1),.layout_footer .bnav a:nth-child(2){
	margin-top: 0;
}
.layout_footer .bnav a p {
	margin:0;
	font: 14px/20px "";
	color: #fff;
}
.layout_footer .bnav a span {
	display: block;
	font: 12px/16px "";
	color: #bbceff;
}
.layout_footer .bbot {
	float: left;
	width: 480px;
	height: 90px;
}
.layout_footer .bbot p {
	width: 128px;
	height: 63px;
	margin: 0 auto 10px;
}
.layout_footer .bbot span {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #bacdff;
	margin-top: 15px;
	text-align: center;
}
.layout_footer .bbot span a{
	color: #bacdff;
}
.layout_footer .bcode {
	position: relative;
	float: left;
	width: 300px;
	height: 90px;
	padding: 21px 0 21px 55px;
	border-left: solid 1px #3d99fb;
}
.layout_footer .bcode dl {
	height: 68px;
}
.layout_footer .bcode dt {
	float: left;
	width: 68px;
	height: 68px;
}
.layout_footer .bcode dd {
	float: right;
}
.layout_footer .bcode dd p {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	white-space: nowrap;
}
.layout_footer .bcode dd p a{
	color:#fff
}


.layout_footer .bcode dl:hover dt {
	opacity: 0.8;
}
.layout_footer .bcode dl:hover + div.img {
	display: block;
}
.back-top{
	position: fixed;
	right:50%;
	bottom: 150px;
	margin-right: -670px;
	border: 1px solid #eee;
	padding: 10px;
	background-color: #fff;
	border-radius: 5px;
	cursor: pointer;
}
.back-top a{
	display: inline-block;
	width:34px;
	height: 32px;
	text-indent: -99999px;

}
@keyframes heart {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    30% {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
    50% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    75% {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
    80% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}