ul, li, ol {
	padding: 0;
	list-style: none;
}
body {
	min-width: 1200px;
	font-family: "微软雅黑";
}
/*bootstrap container 重置*/
.container {
	width: 1200px;
	padding-left: 0;
	padding-right: 0;
}
.container:after {
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
	content: '';
}

/*全局属性类 最高权限，慎用*/
.fl {
	float: left !important;
}
.fr {
	float: right !important;
}
.pr {
	position: relative !important;
}
.pa {
	position: absolute !important;
}
.tl {
	text-align: left !important;
}
.tr {
	text-align: right !important;
}
.tc {
	text-align: center !important;
}
.tj {
	text-align: justify !important;
}

/*背景颜色*/
.bg-363636 {
	background: #363636 !important;
}
.bg-f7f7f7 {
	background: #f7f7f7 !important;
}

/*宽度*/
.w230 {
	width: 230px !important;
}

/*内边距*/
.pl15 {
	padding-left: 15px !important;
}
.pr15 {
	padding-right: 15px !important;
}

/*文字颜色*/
.text-normal {
	color: #333333 !important;
}
.text-danger {
	color: #FF0000 !important;
}
.text-primary {
	color: #0765AF !important;
}

/*背景颜色*/
.bg-danger {
	background-color: #DB261D !important;
}
.bg-primary {
	background-color: #0765AF !important;
}

/*按钮*/
.btn {
	display: inline-block;
	padding: 5px 15px;
	height: 40px;
	border-radius: 20px;
	text-align:center;
	line-height: 30px;
	vertical-align:middle;
}
.btn-danger {
	background: #F52F3E;
	color: #fff;
}
.btn-danger:hover {
	background: #f75965;
}
.btn-primary {
	background: #0765AF;
	color: #fff;
}
.btn-primary:hover {
	background: #3984bf;
}


/*标签*/
.label {
	margin-right: 3px;
	border-radius: 2px;
	font-size: 16px;
}

/*top-bar start*/
.top-bar {
	height: 36px;
	background: #F7F7F7;
	border-bottom: 1px solid #E7E7E7;
	line-height: 35px;
	color: #A1A1A1;
	font-size: 14px;
}
.top-bar a {
	color: #A1A1A1;
	font-size: 14px;
}
.top-bar a:hover {
	color: #333333;
	text-decoration: none;
}
.top-bar .top-bar-left a {
	margin-right: 15px;
	font-size: 16px;
}
.top-bar .top-bar-left a i {
	margin-right: 5px;
}
.top-bar a span {
	color: #F42E3E;
}
.top-bar .top-bar-right a {
	float: left;
}
.top-bar .top-bar-right span {
	float: left;
	padding: 0 5px;
	line-height: 34px;
}
.top-bar .top-bar-right .login-item {
	margin-right: 25px;
}
.top-bar .top-bar-right .login-item a {
	color: #333333;
}
.top-bar .top-bar-right .login-item a:hover {
	color: #F42E3E;
}
/*top-bar end*/

/*主导航 main-nav start*/
.main-nav {
	padding: 20px 0;
	border-bottom: 1px solid #E7E7E7;
	background: #FFFFFF;
}
.main-nav .logo-box {
	height: 58px;
	line-height: 58px;
	margin-right: 20px;
}
.main-nav .logo-box a {
	text-decoration: none;
}
.main-nav .logo-box img {
	float: left;
	max-width: 100%;
	max-height: 100%;
}
.main-nav .logo-box span {
	margin-left: 30px;
	font-size: 30px;
	color: #0765AF;
}

/*地区切换*/
.place-box {
	padding: 6px 0;
	font-size: 16px;
	line-height: 1.6;
}
.place-box .dropdown {
	font-size: 14px;
}

/*nav*/
.nav {
	padding: 14px 20px;
}
.nav a {
	float: left;
	margin: 0 2px;
	padding: 0 12px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #333333;
	border-radius: 15px;
	font-weight: bold;
}
.nav a i {
	margin-right: 3px;
	color: #0765AF;
}
.nav a:hover {
	background: #f0f0f0;
	text-decoration: none;
}
.nav a.active {
	background: #0765AF;
	color: #FFFFFF;
}
.nav a.active i {
	color:#fff;
}

/*select-box*/ 
.search-box {
	position: relative;
	padding: 10px 0;
}
.search-box input {
	width: 260px;
	height: 30px;
	padding: 4px 25px 4px 10px;
	line-height: 22px;
	color: #999999;
}
.search-box .search-btn {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -8px;
	color: #CCCCCC;
	font-size: 16px;
	cursor: pointer;
}

/*主导航 main-nav end*/

/*副导航 sub-nav start*/
.sub-nav {
	height: 45px;
	background: #F1F1F1;
	border-bottom: 1px solid #E7E7E7;
	line-height: 44px;
	background: #0765AF;
}
.sub-nav .sub-nav-item {
	position: relative;
	float: left;
	height: 44px;
	/* margin-right: 15px; */
	padding: 0 7px;
	margin-right: 5px;
}
.sub-nav .sub-nav-item:hover {
	background:#0a4db3;
}
.sub-nav .sub-nav-item:hover>a {
	color: #fff;
	text-decoration: none;
}
.sub-nav .sub-nav-item.has-sub {
	padding-right: 15px;
}
.sub-nav .sub-nav-item a {
	color: #fff;
	font-size: 15px;
}
.sub-nav .sub-nav-item.active a {
	color: #0765AF;
}
.sub-nav .sub-nav-item a strong {
	color: #0765AF;
}
.sub-nav .sub-nav-item.has-sub:after {
	position: absolute;
	right: 2px;
	top: 50%;
	width: 0;
	height: 0;
	margin-top: -1px;
	border: 4px solid transparent;
	border-top: 4px solid #fff;
	content: '';
}
.sub-nav .sub-nav-item.has-sub:hover:after {
	margin-top: -7px;
	border: 4px solid transparent;
	border-bottom: 4px solid #fff;
}
.sub-nav .sub-nav-item ul {
	display: none;
	position: absolute;
	left: 0;
	top:42px;
	width: auto;
	padding: 5px 10px;
	border:2px solid #0765AF;
	background: #FFFFFF;
	line-height: 24px;
	z-index: 10;
}
.sub-nav .sub-nav-item ul.align-right{
	right: 0;
	left: auto;
}
.sub-nav .sub-nav-item ul li {
	white-space: nowrap;
}
.sub-nav .sub-nav-item ul li span {
	font-size: 14px;
	font-weight: bold;
}
.sub-nav .sub-nav-item ul li a {
	padding-right: 5px;
	font-size: 12px;
	color:#666;
}
.sub-nav .sub-nav-item ul li a:hover {
	color: #0765AF;
}
.sub-nav .sub-nav-item:hover ul {
	display: block;
}
.sub-nav .sub-nav-item ul li:last-child {
	margin-top: 5px;
	line-height: 28px;
	border-top: 1px solid #E7E7E7;
}
.sub-nav .sub-nav-item ul li:last-child a {
	font-size: 14px;
	color: #0765AF;
}
.sub-nav .sub-nav-item ul li:last-child a:hover {
	text-decoration: underline;
}
/*副导航 sub-nav end*/


/*footer*/
.footer {
	margin-top: 20px;
	background: #292a2c;
	color: #999;
}
.footer .web-map {
	padding: 30px 0;
	font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.footer .web-map ul {
	position: relative;
	float: left;
	height: 200px;
	margin-right: 40px;
	padding-right: 45px;
	border-right: 1px solid rgba(102,102,102,0.3);
	padding-left: 45px;
}
.footer .web-map ul:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 26px;
	height: 26px;
	background: #F1F1F1;
	border-radius: 13px;
	color: #333;
	text-align: center;
	line-height: 26px;
	font-size: 18px;
}
.map-aboutus:before {
	/*background-image: url(../images/footer/f-icon01.png);*/
	content: "\f06e";
}
.map-servers:before {
	/*background-image: url(../images/footer/f-icon02.png);*/
	content: "\f219";
}
.map-joinus:before {
	/*background-image: url(../images/footer/f-icon03.png);*/
	content: "\f2b5";
}
.map-help:before {
	/*background-image: url(../images/footer/f-icon04.png);*/
	content: "\f118";
}
/*.footer .web-map ul:last-child{
	border-right: none;
}*/
.footer .web-map ul li {
	line-height: 29px;
}
.footer .web-map ul li a {
	color: #ccc;
}
.footer .web-map ul li:first-child a {
	font-size: 16px;
	color: #f1f1f1;
}
.footer .web-map ul li a:hover {
	color: #fff;
}
.footer .share-box {
	height: 200px;
	margin-right: 37px;
	padding: 50px 0;
	border-right: 1px solid rgba(102,102,102,0.3);
}
.footer .share-box a {
	position: relative;
	float: left;
	width: 54px;
	height: 54px;
	margin-right: 37px;
	padding: 10px 0;
	background: rgba(255,255,255,0.1);
	border-radius: 27px;
	font-size: 35px;
	text-align: center;
	color: #ccc;
}
.footer .share-box a:hover {
	background: rgba(255,255,255,0.5);
	color: #fff;
}
.footer .share-box a img {
	display: none;
	position: absolute;
	bottom: 100%;
	left: -44px;
}
.footer .share-box a:hover img {
	display: block;
}

.footer .service-box {
	width: 169px;
	padding-top: 30px;
	text-align: center;
}
.footer .service-box p {
	font-size: 16px;
	color: #999;
	line-height: 1.6;
}
.footer .service-box b {
	display: block;
	font-size: 22px;
	color: #ff0;
	font-weight: normal;
	opacity: 0.6;
	line-height: 1.6;
}
.footer .service-box a {
	display: block;
	height: 40px;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	border-radius: 20px;
	background-color: #0765AF;
}
.footer .service-box a i {
	margin-right: 10px;
	font-size: 20px;
}
.footer .service-box a:hover {
	text-decoration: none;
	background-color: #0765AF;
}

.footer .copy-right {
	padding: 20px 0;
	border-top: 1px dotted rgba(102,102,102,0.5);
}



/*下拉菜单 start*/
.dropdown {
	position: relative;
}
.dropdown .dropdown-select {
	padding-right: 15px;
	cursor: pointer;
}
.dropdown .dropdown-select:after {
	position: absolute;
	right: 0;
	top: 50%;
	width: 0;
	height: 0;
	margin-top: -1px;
	border: 4px solid transparent;
	border-top: 4px solid #666666;
	content: '';
}
.dropdown ul {
	display: none;
	position: absolute;
	top:110%;
	left: 0;
	width: 100%;
	border: 1px solid #E7E7E7;
	background: #fff;
	border-top: none;
	font-size: 12px;
	z-index: 10;
}
.dropdown ul li {
	padding: 2px 5px;
	cursor: pointer;
}
.dropdown ul li:hover, .dropdown ul li.active {
	background: #F5F5F5;
}
.dropdown.active .dropdown-select:after {
	margin-top: -8px;
	border: 5px solid transparent;
	border-bottom: 5px solid #666666;
}
.dropdown.active ul {
	display: block;
}
/*下拉菜单 end*/



/* 文本 列表*/
.list {
	margin: 0;
}
.list li {
	height: 30px;
	line-height: 30px;
	color: #333;
	overflow: hidden;
}
.list li a {
	font-size: 14px;
	color: #333333;
}
.list li:hover, .list li a:hover {
	color: #f00;
}

/* 图文 列表*/
.img-list {
	margin: 0;
	overflow: hidden;
}
.img-list li {
	float: left;
	width: 250px;
	margin-right: 20px;
	/*white-space: nowrap;*/
	overflow: hidden;
}
.img-list li a {
	display: block;
	position: relative;
	font-size: 14px;
	color: #333333;
}
.img-list li a img {
	width: 100%;
	height: 160px;
	vertical-align: top;
}
.img-list li a span {
	position: absolute;
	bottom: 0;
	left:0;
	right:0;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: rgba(0,0,0,0.5);
	z-index: 1;
}
.img-list li a:hover span {
	text-decoration: underline;
}

/*tab切换*/
.tab-box {
	
}
.tab-box .tab-item {
	display: table;
	width: 100%;
}
.tab-box .tab-item a {
	display: table-cell;
	text-align: center;
	line-height: 29px;
	font-size: 16px;
	color: #999999;
	text-decoration: none;
	border-bottom: 1px solid #CCCCCC;
}
.tab-box .tab-item a.active {
	color: #333333;
	font-weight: bold;
	border-bottom: 1px solid #0765AF;
}
.tab-box .tab-content {
	padding: 10px 5px;
}
.tab-box .tab-content .tab-content-item {
	display: none;
}
.tab-box .tab-content .tab-content-item.active {
	display: block;
}


/*选择城市*/
.chose-city {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	background: rgba(0, 0, 0, 0.5);
	z-index: 99;
	display: none;
}

.chose-city .city-letter {
	width: 15px;
	display: inline-block;
	font-size: 16px;
	color: #0765AF;
	font-weight: 600;
	margin-right: 20px;
	font-style: normal;
}

.chose-city .city-content {
	width: 810px;
	max-height: 80%;
	margin: 0 auto;
	margin-top: 100px;
	background-color: #fff;
	border-radius: 12px;
	padding-bottom: 20px;
}

.chose-city .city-content .active-pro {
	display: inline-block;
	width: auto;
	padding: 0 5px;
	height: 22px;
	background-color: #0765AF;
	color: #ffffff !important;
	text-align: center;
	line-height: 22px;
	border-radius: 3px;
}

.chose-city .city-content li {
	display: inline-block;
	width: 50%;
	line-height: 42px;
}

.chose-city .city-content li a {
	font-size: 14px;
	line-height: 42px;
	cursor: pointer;
	padding: 0 5px;
	color: #666666;
	text-decoration: none;
}

.chose-city .city-content li a.noCity {
	cursor: default;
	color: #666666;
	background-color: #ffffff;
}
.chose-city .city-content li a:hover {
	color: #0765AF;
}

.chose-city .city-content ul {
	display: block;
	margin-left: 30px;
}

.chose-city .city-content .city-title {
	position: relative;
	height: 50px;
	background-color: #0765AF;
	font-size: 18px;
	color: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 16px;
	box-sizing: border-box;
	position: relative;
	border-radius: 10px 10px 0px 0px;
}
.chose-city .city-content .city-title span {
	float: left;
}

.chose-city .city-content .city-title a {
	display: inline-block;
	font-size: 40px;
	color: #ffffff;
	position: absolute;
	right: 20px;
	top: 0px;
	text-decoration: none;
}

.chose-city .city-content .all-city {
	color: #666666;
	padding-bottom: 25px;
}

.chose-city .city-content .all-city .second-ul span {
	margin-right: 14px;
}

.chose-city .city-content .all-city .second-ul .hainan {
	font-size: 14px;
	width: 316px;
	margin-left: 37px;
}

.chose-city .city-content .all-city .second-ul .H-letter span {
	margin-right: 12px;
}

.chose-city .city-content .all-city .second-ul .j-letter {
	width: 300px;
	padding-left: 40px;
}

.chose-city .city-content .all-city .second-ul .pull-right {
	box-sizing: border-box;
}

.chose-city .city-content .all-city .second-ul .other {
	margin-bottom: 10px;
}

.chose-city .city-content .all-city .second-ul .show-city {
	background-color: #f7f7f7;
	display: none;
	width: 96%;
	padding-left: 40px;
	box-sizing: border-box;
}

.chose-city .city-content .all-city .second-ul .show-city .active-span {
	color: #0765AF;
	font-weight: 600;
}

.chose-city .city-content .all-city .second-ul .show-city span {
	color: #666666;
	font-size: 12px;
	line-height: 42px;
	margin-right: 13px;
	display: inline-block;
}

.chose-city .city-content .all-city .guess-city {
	height: 50px;
	padding-top: 14px;
	padding-bottom: 14px;
	box-sizing: border-box;
}

.chose-city .city-content .all-city .guess-city .guess-location img {
	display: inline-block;
	vertical-align: text-bottom;
	margin-right: 10px;
}

.chose-city .city-content .all-city .guess-city .guess-location span {
	font-size: 16px;
	line-height: 42px;
	color: #0765AF;
	margin-right: 30px;
}

.chose-city .city-content .all-city .guess-city .guess-location a {
	text-decoration: none;
	display: inline-block;
	width: 54px;
	height: 22px;
	color: #333333;
	font-size: 14px;
	text-align: center;
	border-radius: 5px;
	background-color: #0765AF;
	line-height: 22px;
}

.chose-city .city-content .all-city .guess-city .guess-location a:hover
	{
	background-color: #0765AF;
	color: #333333 !important;
}

.chose-city .city-content .all-city .guess-city .four-city a {
	display: inline-block;
	width: 40px;
	height: 20px;
	font-size: 14px;
	border-radius: 3px;
	color: #666666;
	text-align: center;
	border: 1px solid #e4e4e4;
	line-height: 20px;
	margin-right: 10px;
	border-radius: 2px;
}

.chose-city .city-content .all-city .guess-city .four-city a:hover {
	background-color: #0765AF;
	color: #ffffff;
}

.chose-city .city-content .all-city .guess-city .four-city .zhi-xia {
	font-size: 16px;
	line-height: 42px;
	color: #0765AF;
	margin-right: 16px;
	font-style: normal;
}

.chose-city .city-content .all-city .tk-six-box {
	margin-bottom: 10px;
}

.chose-city .city-content .all-city .second-ul span:hover {
	color: #0765AF;
}
.img-circle{
	border-radius: 50%;
}

/*自定义分享样式*/
.bdsharebuttonbox {
	display: inline-block;
	vertical-align: middle;
}