body {
	background-color: #f0f0f0;
}

a:hover {
	color: #62b7ff;
}


/* Toolbar */

.toolbar {
	position: fixed;
	top: 220px;
	right: -1px;
	border-radius: 5px;
	background-color: #FFF;
}

.toolbar li {
	position: relative;
}

.toolbar li a {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.toolbar li:nth-child(1) a {
	border-top-left-radius: 5px;
	border-top: 1px solid #ccc;
}

.toolbar li:nth-last-child(1) a {
	border-bottom-left-radius: 5px;
}

.toolbar li>a {
	display: inline-block;
	width: 60px;
	height: 65px;
	padding-top: 38px;
	text-align: center;
	background-image: url("../images/toolbar_icons.png");
	background-repeat: no-repeat;
	box-sizing: border-box;
}

.toolbar li a.tool-qq {
	display: block;
	background-position: center 10px;
}

.toolbar li a.tool-call {
	background-position: center -52px;
}

.toolbar li a.tool-weixin {
	background-position: center -114px;
}

.toolbar li a.tool-desktop {
	background-position: center -176px;
}

.toolbar li a.tool-phone {
	background-position: center -236px;
}

.toolbar li a.tool-backtop {
	background-position: center -298px;
}

.toolbar li a:hover {
	color: #FFF;
	border-color: #3c94ef;
	background-color: #3c94ef;
	background-image: url("../images/toolbar_icons2.png");
	background-repeat: no-repeat;
	-wekit-transition: .4s all;
	-moz-transition: .4s all;
	transition: .4s all;
}

.toolbar li a.tool-hover {
	color: #FFF;
	border-color: #3c94ef;
	background-color: #3c94ef;
	background-image: url("../images/toolbar_icons2.png");
}

.toolbar li .contact-phone{
	display: none;
	position: absolute;
    top: -1px;
    right: 64px;
    width: 110px;
    line-height: 24px;
    padding: 8px 10px;
    font-size: 14px;
    background: #FFF;
    border: 1px solid #E8E8E8;
    text-align: left;
}

.toolbar li a.tool-call:hover .contact-phone{
	display: block;
	color: #666;
}

.tool-weixin .tool-wechat {
	position: absolute;
	top: 0;
	left: -134px;
	display: none;
}

.toolbar li a.tool-weixin:hover .tool-wechat {
	display: block;
}

.tool-weixin .tool-wechat img,
.top-phone .phone-wechat img,
.contact-wechat img {
	width: 130px;
	height: auto;
}

.toolbar li .qq-wrapper {
	display: none;
	position: absolute;
	top: 0;
	left: -148px;
	width: 144px;
	padding-right: 10px;
}

.toolbar li .qq-service {
	background: #FFF;
	border: 1px solid #E8E8E8;
}

.toolbar li .qq-service h3 {
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	font-size: 14px;
}

.toolbar li .qq-service a {
	display: inline-block;
	background: url("../images/icon_qq.png") no-repeat 0 0;
	height: 22px;
	line-height: 22px;
	padding: 0;
	padding-left: 25px;
	margin-right: 5px;
	color: #1D4A5F;
	border: 0 none;
	margin-bottom: 5px;
}


/* Header Start */

.l-header {
	background-color: #FFF;
}

.header-top {
	height: 37px;
	line-height: 37px;
	border-bottom: 1px solid #eaf5e3;
}

.header-topl a {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
	border-radius: 4px;
}

.header-topl a.active {
	color: #FFF;
	background-color: #62b7ff;
}

.top-phone {
	position: relative;
	display: inline-block;
	padding-right: 12px;
	background: url("../images/phone_icon.png") right center no-repeat;
}

.top-phone:hover {
	color: #62b7ff;
	background: url("../images/phone_icon2.png") right center no-repeat;
}

.top-phone:hover p {
	color: #000;
}

.top-phone .phone-wechat {
	display: none;
	position: absolute;
	top: 32px;
	right: 0;
	line-height: 15px;
	background: #FFF;
	box-shadow: 1px 2px 2px #E8E8E8;
	z-index: 10;
}

.top-phone:hover .phone-wechat {
	display: block;
}

.header-cont {
	height: 100px;
}

.logo {
	width: 212px;
	margin: 6px 0;
}

.logo img {
	width: 100%;
}

.header-form {
	width: 420px;
	height: 33px;
	margin: 32px 0 0 170px;
	border: 1px solid #62b7ff;
}

.header-form .dropdown {
	position: relative;
	display: inline-block;
	width: 80px;
	height: 33px;
	background-color: #fafafa;
	cursor: pointer;
}

.header-form .form-select {
	height: 33px;
	line-height: 33px;
}

.header-form .form-select span {
	padding-right: 12px;
	background: url("../images/select_arrow.png") right no-repeat;
}

.header-form .dropdown .dropdown-menu {
	float: left;
	position: absolute;
	left: -1px;
	top: 31px;
	display: none;
	width: 100%;
	padding: 0;
	z-index: 1000;
	margin: 2px 0 0;
	list-style: none;
	background-color: #FFF;
	border: 1px solid #62b7ff;
	border-top: 0;
	background-clip: padding-box;
	cursor: pointer;
}

.header-form .dropdown .dropdown-menu>li {
	position: relative;
}

.header-form .dropdown .dropdown-menu>li:nth-child(1):after {
	position: absolute;
	top: -33px;
	right: -1px;
	content: "";
	width: 1px;
	height: 34px;
	background: #62b7ff;
}

.header-form .dropdown .dropdown-menu>li>a {
	display: block;
	padding: 3px 10px;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}

.header-form .dropdown .dropdown-menu>li>a:hover {
	background: #E2E2E2;
}

.header-form .header-ipt {
	width: 340px;
	height: 33px;
	line-height: 33px;
	padding: 0 10px;
	border: 0;
	border-left: 1px solid #ddd;
	box-sizing: border-box;
}

.show {
	display: block !important;
}

.header-form .header-btn {
	width: 80px;
	height: 33px;
	border: 0;
	font-size: 13px;
	color: #FFF;
	letter-spacing: 1px;
	background: #62b7ff;
}

.contact-num {
	width: 235px;
	height: 48px;
	margin-top: 28px;
	background: url("../images/phone_num.png") center no-repeat;
}

.navbar {
	background-color: #62b7ff;
	height: 40px;
}

.header-nav {
	height: 40px;
	margin-left: 203px;
}

.nav-sidebar {
	position: relative;
	width: 185px;
	height: 40px;
	line-height: 40px;
	color: #FFF;
	background-color: #55acf7;
	font-size: 18px;
}

.nav-sidebar ul {
	display: none;
	position: absolute;
	left: 0;
	z-index: 10;
	font: 12px/1.5 'Microsoft Yahei';
}

.nav-sidebar ul h3 {
	line-height: 24px;
}

.header-nav>li {
	position: relative;
	float: left;
	height: 40px;
	line-height: 40px;
	margin: 0 6px;
}

.header-nav>li>a {
	position: relative;
	display: inline-block;
	padding: 0 10px;
	color: #FFF;
	font-size: 16px;
}


/*
.header-nav .has-child-menu>a{
    padding-right: 22px;
}
.header-nav .has-child-menu>a:after{
    position: absolute;
    top: 50%;
    right: 10px;
    display: inline-block;
    content: "";
    margin-top: -1px;
    width: 8px;
    height: 5px;
    background-image:url("../images/icon_nav.png");
} */

.header-nav>li>a:hover {
	color: #62b7ff;
	background-color: #FFF;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}

.header-nav li.active>a {
	color: #FFF;
	background-color: #55acf7;
}

.header-nav>li>a.menu-hover {
	color: #55acf7;
	background-color: #FFF;
}


/* .header-nav>li>a.menu-hover:after,
.header-nav .has-child-menu>a:hover:after{
    background-image:url("../images/icon_nav2.png");
} */

.header-nav li .sub-wrapper {
	display: none;
	position: absolute;
	top: 35px;
	left: 0;
	width: 280px;
	padding-top: 5px;
	z-index: 10;
}

.header-nav li .sub-menu {
	padding: 10px 0;
	background-color: #FFF;
	box-shadow: 1px 1px 3px #ccc;
}

.header-nav li .sub-menu li {
	height: 35px;
	line-height: 35px;
	padding: 0 25px 0 10px;
}

.header-nav li .sub-menu li:hover {
	background-color: #eee;
}

.header-nav li .sub-menu li a {
	position: relative;
	display: inline-block;
	width: 100%;
	color: #333;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.header-nav li .sub-wrapper .sub-wrapper {
	left: 275px;
	top: 34px;
	padding-left: 8px;
}

.header-nav li .sub-wrapper .has-child-menu>a:after {
	position: absolute;
	top: 50%;
	right: 5px;
	display: inline-block;
	content: "";
	margin-top: -6px;
	width: 6px;
	height: 11px;
	background: url("../images/icon_subnav.png") no-repeat;
}

.header-nav li .sub-menu li:hover a {
	background: none;
}


/* Header End */

.m-sidebar {
	width: 200px;
	height: 450px;
	padding: 5px 0;
	background-color: #FFF;
	box-shadow: 0 1px 1px #ccc;
	overflow: hidden;
}

.m-sidebar h3 {
	color: #333;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 3px;
}

.m-sidebar li {
	padding: 5px 15px;
	border-bottom: 1px solid #f3f3f3;
}

.m-sidebar li:nth-last-child(1) {
	border: 0;
}

.m-sidebar li a {
	color: #999;
	margin-right: 5px;
	white-space: nowrap;
	display: inline-block;
}

.m-sidebar li a:hover {
	color: #62b7ff;
}

.m-slider {
	width: 762px;
	margin: 10px 9px 0 9px;
	background-color: #e8e8e8;
}

.slidebox {
	position: relative;
	width: 762px;
	height: 325px;
	overflow: hidden;
}

.slidebox .hd {
	position: absolute;
	left: 0;
	bottom: 12px;
	width: 100%;
	height: 20px;
	overflow: hidden;
	z-index: 1;
}

.slidebox .hd ul {
	width: 762px;
	height: 325px;
	overflow: hidden;
	zoom: 1;
	text-align: center;
}

.slidebox .hd ul li {
	display: inline-block;
	margin: 0 2px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #FFF;
	background: #464747;
	border-radius: 10px;
	cursor: pointer;
}

.slidebox .hd ul li.on {
	background: #62b7ff;
}

.slidebox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slidebox .bd li {
	width: 762px;
	height: 325px;
	zoom: 1;
	vertical-align: middle;
}

.slidebox .bd li a {
	display: block;
	width: 750px;
	height: 325px;
}

.slidebox .bd img {
	display: block;
	width: 762px;
	height: 325px;
}

.slider-ad {
	width: 100%;
	height: 125px;
}

.slider-ad img {
	float: left;
	width: 254px;
}

.m-sitenews {
	width: 220px;
}

.m-sitenews .honor {
	height: 161px;
	background: #FFF;
}

.m-sitenews .honor a {
	display: block;
	line-height: 161px;
	text-align: center;
}

.sitenews {
	height: 280px;
	margin-top: 9px;
	background: #FFF;
	overflow: hidden;
	box-shadow: 0 1px 1px #ccc;
}

.sitenews-tlt {
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
	color: #dd3d7a;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #f3f3f3;
}

.m-title a {
	float: right;
	font-size: 13px;
}

.news-list li {
	padding: 0 10px;
	height: 29px;
	line-height: 29px;
	border-bottom: 1px dotted #f3f3f3;
}

.news-list li:nth-last-child(1) {
	border: 0;
}

.news-list li a {
	display: block;
	height: 28px;
	line-height: 28px;
	color: #333;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.m-special {
	margin-top: 20px;
}

.slide-hot {
	margin-top: 15px;
}

.m-special .m-title {
	height: 30px;
	padding-left: 40px;
	padding-top: 0;
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: normal;
	color: #333;
	background: url("../images/icon_special.png") no-repeat;
}

.m-special .m-title a {
	display: inline-block;
	line-height: 35px;
}

.special-post {
	width: 292px;
	height: 266px;
	padding: 10px;
	margin-right: 10px;
	background: #FFF;
	box-sizing: border-box;
	box-shadow: 0 1px 1px #ccc;
}

.special-post:hover,
.hot-list .hot-post:hover {
	box-shadow: 0 3px 6px #ccc;
}

.special-list .special-post:nth-last-child(1) {
	margin: 0;
}

.special-list>div+div+div+div {
	margin: 0;
}

.special-post .post-img {
	position: relative;
	display: block;
	overflow: hidden;
}

.special-post .post-img .img-box {
	position: relative;
	height: 200px;
	width: 100%;
}

.special-post .post-img .img-box2 {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -250px;
	width: 500px;
	height: 200px;
	text-align: center;
}

.special-post .post-img img {
	width: auto;
	height: 200px;
}

.special-post .post-img .post-title {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 28px;
	line-height: 28px;
	padding: 0 5px;
	color: #FFF;
	font-size: 16px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.special-post .post-img .post-title-bg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 28px;
	background: #000;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.special-post .post-img .tag-save {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	padding: 3px 12px;
	font-size: 14px;
	color: #FFF;
	background-color: #62b7ff;
	z-index: 5;
}

.post-foot {
	padding: 10px 0;
}

.post-foot .default-price {
	color: #666;
}

.post-foot .sale-price {
	display: block;
	line-height: 18px;
	font-size: 16px;
	color: #62b7ff;
}

.post-foot .sale-price em {
	font-size: 14px;
}

.post-foot .post-btn {
	width: 80px;
	height: 35px;
	border: 0;
	font-size: 18px;
	letter-spacing: 1px;
	color: #FFF;
	background-color: #62b7ff;
}

.post-foot .post-btn:hover {
	box-shadow: 0 0 1px 1px #eee;
}

.panel-title {
	border-bottom: 2px solid #62b7ff;
	font-size: 20px;
	padding-bottom: 8px;
	font-weight: normal;
}

.tab-list li {
	display: inline-block;
	padding: 3px 10px;
	margin: 0 8px;
	font-size: 16px;
	cursor: pointer;
}

.tab-list li:hover,
.tab-list li.on {
	color: #FFF;
	background: #62b7ff;
	-webkit-transition: .4s all;
	-moz-transition: .4s all;
	transition: .4s all;
}

.side-ad {
	width: 292px;
	height: 500px;
}

.hot-list {
	width: 594px !important;
	height: 500px !important;
	max-height: 500px;
	margin: 0 10px;
	overflow: hidden;
}

.hot-list .hot-category {
	width: 594px !important;
}

.hot-list .hot-post {
	width: 292px;
	height: 244px;
	padding: 10px;
	margin: 0 10px 10px 0px;
	background-color: #FFF;
	box-sizing: border-box;
	box-shadow: 0 1px 1px #ccc;
}

.hot-list .hot-post:nth-child(even) {
	margin-right: 0;
}

.hot-list .hot-category>div+div,
.hot-list .hot-category>div+div+div+div {
	margin-right: 0;
}

.hot-list .hot-category>div+div+div {
	margin-right: 10px;
}

.hot-list .hot-post .hot-img {
	display: block;
	max-height: 170px;
	overflow: hidden;
}

.hot-list .hot-post .hot-img img {
	width: 100%;
	height: 170px;
}

.hot-foot {
	padding-top: 8px;
}

.post-title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.post-title {
	font-size: 14px;
}

.hot-tag {
	color: #21acfa;
}

.post-title a {
	color: #333;
}

.hot-summ {
	display: inline-block;
	width: 152px;
	margin-top: 5px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hot-price {
	font-size: 18px;
	color: #62b7ff;
}

.hot-price em {
	font-size: 15px;
}

.side-right {
	width: 292px;
	height: 500px;
	box-shadow: 0 1px 1px #ccc;
	overflow: hidden;
}

.visa-top img {
	width: 292px;
	height: 95px;
}

.visa-top-img {
	margin-bottom: 10px;
}

.visa-list {
	height: 290px;
	background-color: #FFF;
}

.visa-tlt {
	height: 38px;
	line-height: 38px;
	padding: 0 10px;
	color: #99c71d;
	font-size: 18px;
	border-bottom: 1px solid #f3f3f3;
}

.side-right .visa-list ul {
	padding-top: 15px;
}

.visa-list ul li {
	float: left;
	width: 84px;
	height: 114px;
	margin-right: 10px;
}

.visa-list ul li a {
	display: block;
}

.visa-list ul li p {
	line-height: 30px;
	text-align: center;
	color: #000;
	font-size: 14px;
}

.visa-list ul li:nth-child(3n) {
	margin-right: 0;
}

.visa-list ul>li+li+li {
	margin-right: 0;
}

.visa-list ul>li+li+li+li {
	margin-right: 10px;
}

.visa-list ul>li+li+li+li+li+li {
	margin-right: 0;
}

.visa-list ul li img {
	width: 84px;
	height: 84px;
}

.visa-tlt a {
	font-size: 12px;
	line-height: 45px;
}

.domestic-right {
	background-color: #FFF;
}

.side-right .side-title {
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	color: #14bcbd;
	font-size: 18px;
	border: 1px solid #f3f3f3;
}

.side-right ul {
	padding: 0 10px;
}

.domestic-right ul li {
	padding: 6px 0 7px;
	border-bottom: 1px dotted #f3f3f3;
}

.side-right ul li:nth-last-child(1) {
	border: 0;
}

.recomm-tag {
	display: inline-block;
	padding: 0 5px;
	margin: 2px 2px 0 0;
	color: #21acfa;
	border: 1px solid #21acfa;
	cursor: pointer;
}

.news-comm {
	width: 437px;
	height: 375px;
	margin-right: 20px;
	box-shadow: 0 1px 1px #ccc;
	background-color: #FFF;
	overflow: hidden;
}

.news-comm .news-title {
	height: 38px;
	line-height: 38px;
	padding: 0 15px;
	color: #98c8ec;
	font-size: 18px;
	border-bottom: 1px dotted #f3f3f3;
}

.news-comm .news-title a {
	font-size: 13px;
	line-height: 41px;
}

.news-comm ul li {
	margin: 0 15px;
	line-height: 32px;
	border-bottom: 1px dotted #cfcfcf;
}

.news-comm ul li:nth-last-child(1) {
	border: 0;
}

.news-comm ul li a {
	display: block;
	color: #666;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.news-comm ul li.first-news {
	padding: 10px 0;
	border: 0;
}

.first-newsimg {
	width: 125px;
	max-width: 125px;
	overflow: hidden;
}

.first-newsimg img {
	width: 125px;
	height: 115px;
}

.first-info {
	width: 270px;
}

.first-info p.title {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px dotted #cacaca;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.news-comm ul li .first-info a {
	color: #333;
}

.first-info div {
	max-height: 72px;
	line-height: 18px;
	padding-top: 5px;
	color: #999;
	overflow: hidden;
}

.news-strategy {
	margin-right: 10px;
}

.wechat-site {
	width: 292px;
}

.wechat-site img {
	width: 100%;
	height: 375px;
}


/* Footer */

.l-footer {
	padding: 20px 0;
	margin-top: 40px;
	color: #FFF;
	background-color: #424242;
}

.l-footer a:hover {
	color: #fff;
	text-decoration: underline;
}

.footer-menu {
	border-bottom: 1px dotted #707070;
}

.footer-menu li {
	position: relative;
	float: left;
	margin-right: 30px;
	line-height: 50px;
}

.footer-menu li:after {
	position: absolute;
	top: 20px;
	right: -15px;
	content: "";
	width: 2px;
	height: 11px;
	background-color: #FFF;
}

.footer-menu li:nth-last-child(1):after {
	background: #424242;
}

.footer-menu li a {
	font-size: 13px;
	font-weight: bold;
	color: #FFF !important;
}

.link-type {
	font-size: 13px;
	font-weight: bold;
}

.join-link {
	padding: 5px 0 10px;
	border-bottom: 1px dotted #707070;
}

.join-link li {
	margin-bottom: 10px;
}

.join-link a {
	margin-right: 12px;
	color: #dfdfdf;
	font-size: 13px;
}

.contact-ways {
	width: 900px;
}

.foot-contact p {
	margin-bottom: 10px;
}

.contact-wechat img {
	width: 130px;
	height: auto;
}

.contact-wechat p {
	line-height: 30px;
	text-align: center;
	font-size: 13px;
}

.post-title a:hover,
.news-list li a:hover,
.toolbar li .qq-service a:hover,
.news-comm a:hover,
.news-comm ul li .first-info a:hover {
	color: #62b7ff;
}


/* tips styling */

.tips {
	display: inline-block;
	height: 18px;
	line-height: 18px;
	padding: 0 5px;
	border-radius: 3px;
	margin-left: 3px;
	background-color: #5EAC82;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .3);
	vertical-align: middle;
}

.tips-0 {
	background-color: #5EAC82;
}

.tips-1 {
	background-color: #FFAC0C;
}

.tips-2 {
	background-color: #EF5E1B;
}

.tips-3 {
	background-color: #CB1A44;
}

.tips-4 {
	background-color: #6D3D83;
}

.tips-5 {
	background-color: #59B2E0;
}

.tips-6 {
	background-color: #D74063;
}

.tips-7 {
	background-color: #787878;
}

.tips-8 {
	background-color: #F4889F;
}

.tips-9 {
	background-color: #B52F85;
}

.tips-10 {
	background-color: #8B7366;
}

.tips-11 {
	background-color: #F6C048;
}

.tips-12 {
	background-color: #278785;
}

.tips-13 {
	background-color: #33A6B8;
}

.tips-14 {
	background-color: #7EC650;
}

.tips-15 {
	background-color: #9C90C2;
}