/**
 * liqiang
 * 2017-06-13
 * 公共样式表
 */

@charset "utf-8";

/** base **/
html,body {
    font-size: 12px;
    font-family: "\5FAE\8F6F\96C5\9ED1";
}
body,ul,h3,h4,p{
margin:0;
}
ul{
padding:0;
}
ul{
list-style:none;
}
img{
border:0;
vertical-align:middle;
}
a{
outline:none;
color:inherit;
text-decoration:none;
}

h3,h4{
font-size:inherit;
font-weight:normal;
}
.container{
min-width:1200px;
}
.rqy-container1{
min-width:1200px;
}
.fl_new{
float:left;
}
.fr_new{
float:right;
}
.nc_new{
background-repeat:no-repeat;
background-position:center;
}
.nr_new{
background-repeat:no-repeat;
background-position:right;
}
.nl_new{
background-repeat:no-repeat;
background-position:left;
}
.nct_new{
background-repeat:no-repeat;
background-position:center top;
}
.rxy_new{
background-repeat:repeat;
}
.f14_new{
font-size:14px;
}
.f16_new{
font-size:16px;
}
.f18_new{
font-size:18px;
}
.f20_new{
font-size:30px;
}
.f28_new{
font-size:28px;
}
.f30_new{
font-size:30px;
}
.f48_new{
font-size:48px;
}
.bold_new{
font-weight:bold;
}
.center_new{
text-align:center;
}
.hide_new{
display:none;
}
/** common **/
.header_new{
border-bottom:1px solid #4898ed;
}
.content-wrap_new{
width:1200px;
margin:0 auto;
}
.head-wrap_new{
height:60px;
}
.head-wrap_new .logo-panel_new{
width:120px;
height:60px;
margin-left: 14px;
}
.head-wrap_new .logo-panel_new img{
margin:15px 0;
}
.head-wrap_new .menu-panel_new{
margin-left:10px;
}
.head-wrap_new .logo-panel_new1 {
	width: 110px;
	position: relative;
	padding-right: 14px;
	margin-left: 0px;
}
.head-wrap_new .logo-panel_new1:after {
	position: absolute;
	content: "";
	top: 14px;
	right: 0px;
	width: 1px;
	height: 32px;
	background-color: #bbd9f8;
}
.head-wrap_new .logo-panel_new1 img {
	margin: 13px 0;
	width: 100%;
}
.menu-panel_new ul.menu_new{
overflow:hidden;
}
.menu-panel_new ul.menu_new li{
float:left;
}
.menu-panel_new ul.menu_new li a{
height:60px;
padding:0 17px;
line-height:60px;
display:inline-block;
}
.menu-panel_new ul.menu_new li a:hover{
background-color:#0662c4;
}
.menu-panel_new ul.menu_new li a.selected{
background-color:#0662c4;
}
.head-wrap_new .lr-panel_new{
display:none;
margin:13px 0;
}
.lr-panel_new a{
float:left;
height:34px;
line-height:34px;
border-radius:3px;
}
.lr-panel_new a.register-btn_new{
padding:0 30px;
}
a.register-btn_new:hover{
color:#1a7be6;
}
.lr-panel_new a.login-btn_new{
padding:0 19px;
margin-left:4px;
}
.login-info_new{
height:60px;
display:none;
line-height:60px;
}
.login-info_new p{
padding:0 8px 0 20px;
}
.login-info_new .user-menu_new{
margin-left:2px;
padding-left:8px;
}
.user-menu_new a{
float:left;
margin:0 7px;
}
.user-menu_new a:hover{
color:#6aefff
}
footer .foot-wrap_new{
overflow:hidden;
box-sizing:border-box;
padding:40px 200px 44px;
}
.foot-wrap_new .logo-panel_new{
width:220px;
height:80px;
padding:8px 0;
}
.foot-wrap_new .content-panel_new{
margin-left:20px;
display:inline-block;
}
.foot-menu_new{
overflow:hidden;
margin:0 -6px;
}
.foot-menu_new li{
float:left;
padding:12px 0;
}
.foot-menu_new li a{
padding:0 18px;
line-height:16px;
display:inline-block;
border-left:1px solid #6c6d70;
}
.foot-menu_new li a:hover{
color:#1a7ee8;
}
.foot-menu_new li:first-child a{
border:none;
}
.copyright-info_new{
height:28px;
padding:0 12px;
line-height:28px;
}
.link-panel_new{
padding:7px 12px;
display:inline-block;
}
.link-panel_new a{
padding:0 18px;
line-height:20px;
border-right:1px solid #6c6d70;
}
.link-panel_new a:hover{
color:#1a7ee8;
}
.link-panel_new a:last-child{
border:none;
padding-right:0;
}

/** icon **/
.icon-user_new{
background-image:url("../style/images/icon-user.png");
}
.icon-arrow_new{
background-image:url("../style/images/icon-arrow.png");
}

/** color **/
.bc-view_new{
background-color:#fff;
}
.bc-head_new{
background-color:#197ee8;
}
.bc-banner_new{
background-color:#1a7ee8;
}
.bc-box_new{
background-color:#f5f5f5;
}
.sc-box_new{
background-color:#197de7;
}
.bc-btn_new{
background-color:#2e2f33;
}
.sc-btn_new{
background-color:#fff;
}
.bc-wrap_new{
background-color:#f6f6f6;
}
.sc-wrap_new{
background-color:#ccc;
}
.bc-foot_new{
background-color:#2e2f33;
}
.bc-green-85_new{
background:rgba(29,212,183, 0.85);
}
.bc-purple-85_new{
background:rgba(125,125,180, 0.85);
}
.bc-orange-85_new{
background:rgba(217,177,37, 0.85);
}
.bc-blue-85_new{
background:rgba(79,157,211, 0.85);
}
.bc-text_new{
color:#fff;
}
.sc-text_new{
color:#333;
}
.sc-text1_new{
color:#666;
}
.sc-text2_new{
color:#c0d6ee;
}
.sc-text3_new{
color:#999;
}
.sc-text4_new{
color:#bfd6ed;
}
.bc-text-btn_new{
color:#1a7be6;
}

/**/
.content-wrap {
	width: 960px;
    margin: 0 auto;
}
.content-wrap1 {
	width: 980px;
    margin: 0 auto;
}
.loading{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999999;
    background: rgba(0, 0, 0, .5);
    text-align: center;
}
.loading img{
    margin-top: 30%;
}
.payment-loading img {
	position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 50%;
    margin-left: -16px;
}

/*搜索*/
.head-wrap_new .search-panel_new {
	width: 182px;
	height: 36px;
	border-radius: 8px;
    margin: 13px 0px 13px 16px;
	position: relative;	
}
.head-wrap_new .search-panel_new .search-app-icon {
	position: absolute;
	top: 11px;
	left: 10px;
	width: 14px;
	height: 14px;
}
.head-wrap_new .search-panel_new input {
	width: 146px;
	height: 100%;
	border-radius: 14px 0px 0px 14px;
	outline: none;
	border: none;
	padding: 0px;
	padding-left: 28px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	background-color: transparent;
	color: #bbd9f8;
	font-size: 12px;
	background-size: 100%;
	background-size: cover;
}
.search-panel_new input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #bbd9f8; 
}
.search-panel_new input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #bbd9f8;
}
.search-panel_new input:-ms-input-placeholder {
    color: #bbd9f8;
}
.search-panel_new input::-webkit-input-placeholder {
    color: #bbd9f8;
}
.head-wrap_new .search-panel_new button {
	position: relative;
	width: 36px;
	height: 100%;
	border-radius: 0px 14px 14px 0px;
	border: none;
	outline: none;
	background-color: transparent;
}
.head-wrap_new .search-panel_new button:hover {
	cursor: pointer;
}
.head-wrap_new .search-panel_new button .search-btn-icon {
	position: absolute;
	top: 11px;
	left: 10px;
	width: 14px;
	height: 14px;
}
.websit-search-tips {
	margin: 0px auto;
	padding-top: 30px;
	font-size: 16px;
}

.mobile-nav-search {
	display: none;
}

/****************** 媒体查询-移动端导航自适应  ********************/
@media screen and (max-width: 1023px) {
	.head-wrap_new .menu-panel_new,
	.head-wrap_new .search-panel_new {
		display: none;
	}
	.head-wrap_new {
		height: 160px;
	}	
	.head-wrap_new .logo-panel_new1:after {
		height: 76px;
	}
	.head-wrap_new .logo-panel_new {
		width: 210px;
		height: auto;
		margin-left: 30px;
		margin-top: 36px;
	}
	.head-wrap_new .logo-panel_new1 {
		margin-left: 20px;
		margin-top: 30px;
		padding-right: 26px;
    	width: 220px;
	}
	.head-wrap_new .logo-panel_new img {
		margin: 20px 0px;
		width: 100%;
	}
	.head-wrap_new .lr-panel_new {
		font-size: 32px;
		margin: 42px 20px 42px 0px;
	}
	.lr-panel_new a {
		width: 132px;
    	height: 68px;
    	line-height: 68px;
    	color: #fff;
    	background-color: #2772da;
    	padding: 0px;
    	text-align: center;
	}
	.lr-panel_new a.login-btn_new {
		margin-left: 30px;
	}
	.lr-panel_new a {
		height: 80px;
		line-height: 80px;
	}
	.login-info_new {
		height: 80px;
    	line-height: 80px;
    	margin: 40px 0px;
    	font-size: 32px;
	}
	.login-info_new p {
		padding: 0px 2px 0px 36px;
	}
	.icon-user_new {
		background-size: 30px;
	}
	.icon-arrow_new {
		background-size: 22px;
	}
	.login-info_new .user-menu_new {
		margin-left: 4px;
		padding-left: 24px;
	}
	.user-menu_new a {
		margin: 0px 20px 0px 10px;
	}
	
	/*导航、搜索*/
	.mobile-nav-search {
		display: block;	    
	    height: 260px;
	    background-color: #4898ed;
	    padding: 20px 0px 0px 0px;
	}
	.search-panel_new {
		background-image: url("images/search-bg-mobile.png");
		position: relative;
		width: 96%;
		margin: 0px auto;
		height: 92px;
		background-size: 100% 92px;
	}
	.search-app-icon {
		display: none;
	}
	.search-panel_new input {
		width: 86%;
	    height: 100%;
	    border-radius: 2px 0px 0px 2px;
	    border: none;
	    outline: none;
	    padding-left: 32px;
	    font-size: 36px;
	    background-color: transparent;
	    color: #fff;
	}
	.search-panel_new button {
		position: relative;
		width: 14%;
	    height: 100%;
	    border: none;
	    outline: none;
	    border-radius: 0px 2px 2px 0px;
	    background-color: transparent;
	}
	.search-btn-icon {
		position: absolute;
	    display: inline-block;
	    width: 50px;
    	height: 50px;
    	top: 20px;
    	right: 20px;
	    background-size: 100%;
	}
	.menu_new {
		height: 128px;
		line-height: 128px;
    	width: 100%;
    	margin-top: 20px;
    	background-color: #fff;
	}
	.menu_new li {
		display: inline-block;		
	}
	.menu_new li a {
		display: inline-block;
		color: #333;
		font-size: 46px;
    	padding: 0px 60px;
	}
	.menu_new li.active a {
		color: #197ee7;
	}
	.menu_new li a:hover {
		color: #4998ed;
	}
	
}