body {
	color: #555;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 25px;
}
a:not([href]) {
	text-decoration: none !important;
}
h1 {
	margin: 20px 0 35px;
	text-align: center;
}

@media (max-width: 767px) {
	h1 {
		font-size: 24px;
	}
}

.bg-white{
	background: #fff;
}
.bg-gray{
	background: #eee;
}

textarea {
	resize: none;
}
.row-flex{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.sjiao {
	padding-left: 10px;
}

.sjiao:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	top: 8px;
	left: 15px;
	border: 5px solid;
	border-color: transparent transparent transparent #444444;

}

.breadcrumb {
	background: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	margin-bottom: 0px;
}

.jumbotron {
	padding: 0px !important;
	border-radius: 0px !important;
	background: #fff !important;
}


#header {
	background: #B00000;

}

#header .logo {
	position: absolute;
	z-index: 999;
}

#header .logo-m {
	margin: 10px auto;
}

#header .top {
	position: relative;
	height: 90px;

}

#header .top .banner {
	padding-left: 28px;
}

#header .top .banner img {
	height: 95%;
	padding-top: 20px;
}

#header .top .tool {
	position: relative;
	width: 290px;
	overflow: hidden;
}



#lang {
	float: right;
	position: relative;
	width: 100px;
	margin-top: 15px;
}

#header #top-search {
	float: right;
	margin-top: 15px;
}

#lang:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border: 5px solid;
	border-color: #ffffff transparent transparent transparent;
	right: 25px;
	top: 11px;
}
.column-title-triangle {
	background: url(/images/triangle.gif) no-repeat left 0.5rem;
	position: relative;
	padding-left: 25px;
	margin: 30px 0 20px;
}
@media (max-width: 767px) {
	#lang {
		padding-right: 15px;
		margin-top: 5px;
	}

	#header #top-search {
		padding-right: 20px;

	}

	#lang:after {
		right: 15px;
	}

}

#header #top-search .search-cont {
	width: 150px;
	height: 25px;
	padding: 0 5px;
	margin: 0;
	display: inline-block;
	float: right;
	border-radius: 0;
	border: 0;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}

#header .top #top-search .search-btn {
	width: 40px;
	height: 25px;
	margin-left: -5px;
	border: 1px solid #000000;
	display: inline-block;
	float: right;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(/images/magnifier.png);
	background-repeat: no-repeat;
	background-position: 5px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}


#header .navbar-default {
	background: #EEEEEE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	position: relative;
	height: 50px;
}

#header .navbar-inline {
	background: #EEEEEE;
}

#header .ss-nav-m {
	position: absolute;
	z-index: 99;
	right: 0;
}

#header .navbar-inline ul {
	/*margin-top: -1px;*/
	margin-bottom: 0px;
	padding: 0;
}

.navbar-header {
	display: none;
	height: 50px;
	margin-left: -15px;
	margin-right: -15px;
}

#header .navbar-inline ul li {
	height: 46px;
	padding: 0 0;
	float: left;
}

#header .navbar-inline ul li a {
	padding: 15px 8px;
	display: block;
	text-decoration: none;
	color: #444;
	font-size: 15px;
}

#header .m-nav {
	padding-left: 43px;
}

#select {
	border-radius: 15px;
	padding: 2px 5px;
	margin-right: 15px;
	background: #b00000;
	border: none;
	color: #ffffff;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#select:active {
	border: none;
}

@media (max-width: 767px) {
	#header .ss-nav-m {
		min-width: 50%;
		padding-right: 20px;
		padding-left: 20px;
	}

	.navbar-header {
		display: block;
	}

	#header .navbar-inline ul li {
		height: auto;
	}

	#header .top #top-search {
		margin-top: 5px !important;
	}

	#header .m-nav {
		width: 100% !important;
		margin-left: -15px !important;
		text-align: right !important;
	}

	#header .navbar-inline ul li {
		float: none !important;
	}

	#header .top-m {
		position: relative;
		height: 65px;
	}

	.search-m {
		width: 65% !important;
	}

	#header .top #top-search input {
		width: 150px;
		height: 25px;
		margin-top: 5px;
	}

	#select {
		margin-bottom: 5px;
	}
}


@media (min-width: 767px) and (max-width: 1200px) {
	#header .ss-npadding {
		padding-left: 0px;
		padding-right: 0px;
	}

	#header .navbar-inline ul li a {
		padding: 15px 5px;
	}

	#header .ss-nav-m {
		padding-right: 0;
		padding-left: 0;
		margin-left: -15px;
	}

	#header .navbar-inline ul li a {
		border-right: 1px solid #ccc;
	}

	#header .navbar-inline ul li:first-child a {
		border-left: 1px solid #ccc;
	}
}

#header .navbar-inline ul li a:hover {
	color: #FFF;
	background: #B00000;
}


#header .navbar-inline ul li ul.subnav li {
	float: none;
	height: 30px;
	position: relative;
	margin: 5px auto;
	list-style-type: none;
}

#header .navbar-inline ul li ul.subnav li a {
	padding: 5px 10px;
}

#header ul.a-nav {
	margin-top: -1px;
	margin-bottom: 0px;
	padding: 0;
	list-style-type: none;
}

#header .a-nav li {
	height: 46px;
	padding: 0 0;
	float: left;
	border-right: 1px solid #ccc;
}

#header .a-nav li a {
	padding: 15px 8px;
	display: block;
	text-decoration: none;
	color: #444;
}

@media (max-width: 359px) {
	#header .a-nav li a {
		padding: 15px 2px;
		display: block;
		text-decoration: none;
		color: #444;
	}

	#header .top #top-search {
		margin-top: -5px !important;
	}
}

#header .a-nav li a:hover {
	color: #FFF;
	background: #b00000;
}

.top-nav {

	padding-top: 15px;
}

.top-nav ul {
	list-style: none;
	color: #fff;
}

.top-nav ul li {
	float: left;
	padding: 8px 3px;

}

.top-nav ul li a {
	color: #fff;
}

/*菜单下拉效果样式*/
@media (min-width: 767px) {
	#header .list-inline>li {
		position: relative;
	}

	#header .navbar-inline ul li ul {
		margin-bottom: 0px;
		padding: 0;
		background: #fff;
		position: absolute;
		z-index: 20;
		list-style-type: none;
	}

	#header .list-inline>li>ul {
		left: -9999px;
		top: 45px;
		list-style: none;
		/*padding: 10px 5px;*/
		opacity: 0;
		width: 230px;
		border-radius: 0 0 6px 6px;
		-webkit-transition: opacity 1s ease;
		-moz-transition: opacity 1s ease;
		-ms-transition: opacity 1s ease;
		-o-transition: opacity 1s ease;
		transition: opacity 1s ease;
	}

	#header .list-inline>li:hover ul {
		left: 0;
		*left: -7px;
		opacity: 1;
	}
}

/*菜单下拉效果样式结束*/
@media (max-width: 767px) {
	#content {
		margin: 0 10px;
	}

	#content.top-10 {
		margin: 0;
		padding: 0 10px;
	}

	#content .column,
	#content .d-block {
		margin-left: -30px !important;
		margin-right: -25px !important;
		position: relative;
	}

	#header .ss-nav-m ul li {
		border-bottom: 1px solid #ddd;
		padding-right: 20px !important;
	}

	#header .ss-nav-m .nav-more {
		position: absolute;
		top: 0;
		right: 0;
		width: 45px;
		height: 50px;
		border: 1px solid;
		border-color: transparent #ddd transparent #ddd;
		z-index: 999;
		/*margin-top: -4px;*/
	}

	#header .ss-nav-m .nav-more:after {
		position: absolute;
		content: '';
		width: 0;
		height: 0;
		border: 8px solid;
		right: 15px;
	}

	#header .ss-nav-m .nav-more:after {
		top: 20px;
		border-color: #888 transparent transparent transparent;
	}

	#header .list-inline>li>ul {
		display: block;
		padding-left: 15px;
	}

	#header .ss-nav-m>ul>li {
		position: relative;
	}

	#header .ss-nav-m .subnav {
		position: relative;
		display: none;
	}

}

#content img{
	max-width: 100%;
}
#content .details table{
	border: 1px solid #bbbbbb;
}
#content .details td{
	padding: 5px 10px;
	border: 1px solid #ccc;
}



@media (max-width: 767px) {
	#content h2 {
		font-size: 18px;
	}
}

#content h2.ss-h2 {
	/* font-size: 1.6em; */
	font-size: 24px;
	text-align: center;
	background-image: none;
	padding: 15px 0;
	color: #494949;
}

#content h2 a {
	text-decoration: underline;
	color: #494949;
}

#content .column,
#content .d-block {
	margin-left: -30px;
	margin-right: -30px;
	position: relative;
}

#content .column .item {
	position: relative;
	margin-bottom: 20px;
	background: #eee;
}

#content .column .c-line {
	padding: 0;
}

#content .column .c-line-2-l {
	padding-left: 0;
	padding-right: 15px;
}

#content .column .c-line-2-r {
	padding-left: 15px;
	padding-right: 0;
}

#content .column .item .hot {
	position: absolute;
	height: 40px;
	width: 31px;
	left: 10px;
	z-index: 1;
	background-image: url(/images/hot-1.gif);
	background-repeat: no-repeat;
	color: #fff;
	padding-top: 4px;
	text-align: center;
}

#content .column .item .image {
	position: relative;
}

#content .column .item .image img {
	width: 100%
}

#content .column .item .image .title {
	position: absolute;
	bottom: 0px;
	padding: 14px 0;
	background: #000;
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 1.3em;
	background-color: rgba(0, 0, 0, 0.6);
}

#content .column .item .image .title {
	font-size: 18px;
	padding: 8px 0;
}

#content .column .item .info {
	position: relative;
	padding: 12px 10px 4px 10px;
}

#content .column .item .button {
	margin: 14px auto;
	float: none;
	text-align: center;
	border-radius: 6px;
	padding: 10px 11px;
	background: #fff;
	padding: 0px;
}

#content .column .item .button a {
	text-decoration: none;
	color: #444;
	width: 100%;
	display: block;
	border: 1px solid #EB6100;
	border-radius: 6px;
	padding: 10px;
}

#content .column .item .button a:hover {
	color: #FFF;
	background: #EB6100;
}

#content #search-box {
	height: auto;
	width: 510px;
	position: absolute;
	bottom: 56px;
	right: 43px;
}

#content #right,
#content #left {
	padding-left: 15px;
}

#content #right .mod-box,
#content #left .mod-box {
	position: relative;
	margin-top: 20px;
}

#content #right .mod-box .title,
#content #left .mod-box .title {
	position: relative;
	font-size: 1.26em;
	background: #555555;
	color: #FFFFFF;
	padding: 7px 10px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #EB6100;
}

#content #right .mod-box ul,
#right .mod-box li,
#content #left .mod-box ul,
#left .mod-box li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#content #right .mod-box li,
#content #left .mod-box li {
	position: relative;
	padding-left: 15px;
	padding-bottom: 3px;
	padding: 8px 15px;
	border-bottom: 1px solid #999999;
}

#content #right .mod-box li:before,
#content #left .mod-box li:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 12px;
	left: 0;
	border: 5px solid;
	border-color: transparent transparent transparent #333333;
}

#content #right .mod-box li a,
#content #left .mod-box li a {
	color: #333333;
}

#content #right .side_china_tour,
#content #left .side_china_tour {
	background: #EEEEEE;
}

#right .column_search_cont,
#left .column_search_cont {
	width: auto;
	margin: 10px;

}

#content #right .side_column_search_cont li,
#content #left .side_column_search_cont li {
	width: 50%;
	float: left;
	color: #555555;
	border: none;
	padding: 0;
}

#content #right .side_column_search_cont li:nth-child(odd),
#content #left .side_column_search_cont li:nth-child(odd) {
	width: 45%;
}

#content #right .side_column_search_cont li:nth-child(even),
#content #left .side_column_search_cont li:nth-child(even) {
	width: 55%;
}

#content #right .side_column_search_cont li label,
#content #left .side_column_search_cont li label {
	font-weight: normal;
}

#content #right .side_column_search_cont li:before,
#content #left .side_column_search_cont li:before {
	content: "";
	width: 0;
	height: 0;
	position: relative;
	top: 0px;
	left: 0;
	border: none;
}

#content #right .side_column_search_cont textarea,
#right .side_column_search_cont select,
#content #left .side_column_search_cont textarea,
#left .side_column_search_cont select {
	width: 100%;
	margin-bottom: 7px;
}

#content #right .side_column_search_cont select,
#content #left .side_column_search_cont select {
	width: 100%;
	margin-top: 7px;
}

#content #right .column_search_cont .no-bg,
#content #left .column_search_cont .no-bg {
	display: block;
	left: 0;
	background: #B00000;
	background-image: none;
	padding: 0 20px;
	margin: 20px auto;
}

#content #right .column_search_cont .red_btn_center,
#content #left .column_search_cont .red_btn_center {
	height: 40px;
	border: 0;
	margin: 0 auto;
	font-size: 1.24em;
	line-height: 1.42em;
	color: #FFFFFF;
	background: url(/images/magnifier.png) no-repeat 10px 5px #B00000;
	border-radius: 5px;
	text-align: center;
}

#content #right .free_inquiry_right,
#content #left .free_inquiry_right {
	text-align: center;
	background: #F08300;
	color: #ffffff;
	padding-top: 15px;
}

#content #right .free_inquiry_right p,
#right .tailor_made_right p,
#content #left .free_inquiry_right p,
#left .tailor_made_right p {
	font-size: 18px;
	margin-bottom: 3px;
	padding-top: 3px;
}

#content #right .free_inquiry_right,
.tailor_made_right,
#content #left .free_inquiry_right,
.tailor_made_right {
	width: 100%;
	position: relative;
}

#content #right .tailor_made_right,
#content #left .tailor_made_right {
	background: #EEEEEE;
	text-align: center;
	color: #000000;
	font-size: 14px;
}

#right .free_inquiry_but,
#left .free_inquiry_but {
	margin-top: 5px;
	margin-bottom: 13px;
}

#content #right .question,
#content #left .question {
	background: #EEEEEE;
}

#content #right .question .content,
#content #left .question .content {
	position: relative;
	padding-top: 15px;
	height: 335px;
}

#content #right .question .button-box1,
#content #left .question .button-box1 {
	position: relative;
}

#content #right .question .red_btn_center,
#content #left .question .red_btn_center {
	background-image: none;
	background-repeat: no-repeat;
}

#content #right .question .red_btn_center,
#content #left .question .red_btn_center {
	float: none;
	height: 40px;
	border: 0;
	margin: 8px auto 15px auto;
	font-size: 1.24em;
	line-height: 1.42em;
	color: #FFFFFF;
	border-radius: 5px;
	text-align: center;
	background-color: #B00000;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 10px 5px;
	display: block;
	width: 120px;
}

#content #right .question input,
#content #left .question input {
	margin-bottom: 8px;
}

#content .gray-background {
	background: #eeeeee;
	overflow: hidden;
}

/*2019 footer  20190411*/
.ss-footer {
	background: #666666;
	color: #FFFFFF;
	font-size: 14px;
	padding-top: 20px;
	margin-top: 25px;
}

.ss-footer a {
	color: #FFFFFF;
}

.ss-footer .item {
	margin-top: 5px;
}

@media (min-width: 1200px) {
	.ss-footer .item {
		margin-left: 50px;
	}
}

.ss-footer .item p {
	color: #FFFFFF;
}

.ss-footer .item>div {
	/*border: 2px solid #8c8c8c;*/
	padding: 15px 5px;
	border-radius: 8px;
	overflow: hidden;
	width: fit-content;
	width: -webkit-fit-content;
	width: -moz-fit-content;
}

.ss-footer .item>div img {
	margin: 5px 5px;

}

@media (max-width: 768px) {
	.ss-footer .item>div>a img {
		width: 15%;
	}
}

.ss-footer .footer-item {
	text-align: center;
	color: #FFFFFF;
	padding-bottom: 25px;
}

.ss-footer .footer-item p {
	text-align: center;
	color: #FFFFFF;
}

.ss-footer .footer-item p.list {
	display: block;
	margin: 15px auto;
	overflow: hidden;
	text-align: center;
}

.ss-footer .footer-item p.list span {
	padding: 0 10px;
	border-right: 1px solid #fff;
}

.ss-footer .footer-item p.list span:last-child {
	border-right: 0;
}


#toTop {
	position: fixed;
	width: 30px;
	height: 30px;
	text-align: center;
	top: 78%;
	right: 5px;
	background-color: #969696;
	text-align: center;
	display: none;
	cursor: pointer;
	border-radius: 50%;
	padding-top: 5px;
	z-index: 9999;
}

#toTop img {
	width: 15px;
}

/*   component   */
/*   tour search */
.chinatours_search {
	background-color: #eee;
	position: relative;
}

.chinatours_search .column_tailor_title {
	position: relative;
	height: 40px;
	font-size: 1.28em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #555555;
}

.chinatours_search .column_tailor_title span {
	padding: 5px;
	display: block;
	width: 40px;
	float: left;
	background: #EB6100;
}

.chinatours_search .column_tailor_title div div {
	padding-top: 7px;
	padding-left: 10px;
	float: left;
}

.chinatours_search .column_search_cont {
	width: auto;
	height: 265px;
	margin-left: 20px;
	margin-right: 20px;
}

.chinatours_search .column_search_cont label {
	font-size: 14px;
	font-weight: normal;
}

.chinatours_search .column_search_cont a {
	font-size: 14px;
}

.chinatours_search .column_search_cont p {
	font-size: 14px;
	margin: 2px 0;
}

.chinatours_search .column_search_cont ul {
	list-style: none;
	padding: 0;
}

.chinatours_search .column_search_cont li {
	float: left;
	width: 111px;
	color: #555555;
	margin: 1px 0;
}

.chinatours_search .column_search_cont textarea {
	width: 100%;
	margin: 6px auto;
	margin-bottom: 5px;
	resize: none;
}

.chinatours_search .column_search_cont .red_btn_center {
	position: relative;
	height: 40px;
	border: 0;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	left: 50%;
	margin-left: -82.5px;
	padding: 5px 20px;
	padding-left: 45px;
	font-size: 1.42em;
	line-height: 1.42em;
	color: #FFFFFF;
	background: url(/images/magnifier.png) no-repeat 10px 5px #B00000;
	border-radius: 5px;
}

/*   /tour search */

/*   ctt   */
.ctt {
	background-color: #eee;
	position: relative;
}

.ctt .title {
	position: relative;
	height: 40px;
	font-size: 1.28em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #555555;
}

.ctt .title span {
	padding: 5px;
	display: block;
	width: 40px;
	float: left;
	background: #EB6100;
}

.ctt .title div div {
	padding-top: 7px;
	padding-left: 10px;
	float: left;
}

.ctt .content {
	position: relative;
	width: auto;
	height: 265px;
	margin-left: 20px;
	margin-right: 20px;
}

.ctt .content ul {
	list-style: none;
	padding: 0;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}

.ctt .content li {
	float: left;
	width: 50%;
	color: #555555;
	position: relative;
	padding-left: 15px;
	padding-bottom: 12px;
}

.ctt .content li:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 5px;
	left: 0;
	border: 5px solid;
	border-color: transparent transparent transparent #B00000;
}

.ctt .content li a {
	color: #444;
}

.ctt .button {
	position: relative;
	height: 40px;
	border: 0;
	margin: 0 auto;
	/*	margin-top: 15px;
	margin-bottom: 20px;*/
	left: 50%;
	margin-left: -82.5px;
	padding: 5px 20px;
	font-size: 1.42em;
	line-height: 1.42em;
	color: #FFFFFF;
	background: #009944;
	border-radius: 5px;
	width: 200px;
}

.ctt .button a {
	color: #fff;
}

.ctt .button a:hover {
	text-decoration: none;
}

.line-ul {
	padding-left: 0;
	margin: 0 -15px;
}

.line-ul li {
	position: relative;
	list-style: none;
	padding: 0 10px 0 10px;
	width: 50%;
	float: left;
	margin: 3px 0;
}

.line-ul li:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	top: 4px;
	left: 0px;
	border: 5px solid;
	border-color: transparent transparent transparent #000;

}

@media (max-width: 768px) {
	.line-ul li {
		width: 100%;
	}

	#content .details table {
		width: 100% !important;
	}
}

.pic-title {
	position: relative;
}

.pic-title .title {
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	padding: 10px !important;
	color: #fff;
	text-align: center;
	font-size: 18px;
}
.ss-line .pic-title .title {
	padding: 5px !important;
}
.pic-title .title a {

	color: #fff;
}




.bottom-b {
	background: rgba(00, 49, 86, 1);
	overflow: hidden;
	margin-bottom: -20px;
	padding-top: 30px;
	padding-bottom: 30px;
	-webkit-transition: all 0.3s esae-in-out;
	-ms-transition: all 0.3s esae-in-out;
	-o-transition: all 0.3s esae-in-out;
	transition: all 0.3s esae-in-out;
}

.bottom-b:hover {
	background: rgba(00, 49, 86, 0.98);

}

.bottom-b a {
	color: #fff;
}

.bottom-b h3 {
	font-size: 2.5em;

}

.bottom-b p {
	font-size: 1.5em;
}


/* 在文章底部推荐线路，列表推荐线路 */

.tj-line h4 {
	background: #EC6000;
	padding: 10px 10px;
	color: #ffffff;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	margin: 0;
}

.tj-line .item {

	min-width: 320px;
	background: #eee;
	border: 1px solid #eee;
	padding: 5px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	overflow: hidden;
}

.tj-line .left-pic {
	padding: 0;
}

.tj-line h5 {
	color: #1c4e7e;
	font-size: 1.28em;
}

.tj-line .des {
	padding-left: 20px;
	background: url('https://www.viajedechina.com/images/weizhi.png') no-repeat top left;

}

.tj-line .col-xs-6 {
	padding-left: 15px;
	padding-right: 15px;
}

.tj-line .vd-line {
	padding-top: 50%;
	color: #1c4e7e;
	font-size: 1.2em;
	height: 20px;
	margin-top: -20px;

}

.tj-line .vd-line a {
	padding: 5px 10px;
;
	border-radius: 5px;

}

.tj-line .vd-line:hover a {
	background: #EC6000;
	color: #ffffff;


}

/*20190424
Insert lines in the article details
class:details-line-1
*/

.details-line-1 {
	background: #eeeeee;
	width: 100%;
	overflow: hidden;
	padding: 10px 15px;
}

.details-line-1 .title {
	margin-left: -15px;
	margin-right: -15px;
	color: #444444;
	font-size: 18px;
	font-weight: 500;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	padding-left: 30px;
}

.details-line-1 .title:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	left: 15px;
	top: 18px;
	border-top: 5px solid;
	border-right: 8px solid;
	border-bottom: 5px solid;
	border-left: 8px solid;
	border-color: transparent transparent transparent #444444;


}

.details-line-1 .details-line-cont {
	background: #fff;
	width: 100%;
	overflow: hidden;
	padding: 5px;
}

.details-line-1 .details-line-cont .line-name {
	font-size: 16px;
	padding: 5px 0;
	/*border: 1px dotted #00a680;*/

}

.details-line-1 .details-line-cont .line-name a {
	color: #00479d;

}

.details-line-1 .details-line-cont .line-des {
	background: url("https://www.topchinatravel.com/template/images/tours/weizhi.png") no-repeat left top;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	/*border: 1px dotted #b00;*/
}

.details-line-1 .details-line-cont .line-details {
	margin-top: 10px;

}

.details-line-1 .details-line-cont .line-details a {
	font-size: 16px;
	background: #eb6100;
	color: #fff;
	padding: 5px 30px;
	border-radius: 20px;
	/*border: 1px dotted #b00;*/
}

@media (max-width: 768px) {
	.details-line-1 .details-line-cont {
		padding: 10px 15px;
	}
}

/* .jdtitle {
	display: block;

	line-height: 20px;
	padding-left: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #b00000;
	margin: 20px auto !important;
	background: url(../images/indeximg/triangle.gif) no-repeat left top;
} */

/*自定义文字标题 h2  h3*/

.tit_h2_20_sx {
	font-size: 20px;
	font-weight: bold;
	background: url(../images/si_xing.png) no-repeat;
	padding-left: 25px;

}

/* .tit_h3_16_sj,
.tit_h3_16_fx,
.tit_h3_16_zb {
	font-size: 16px;
	font-weight: bold;
	position: relative;
	padding-left: 25px;
	margin: 15px auto;

}

.tit_h3_16_zb {
	font-size: 20px;
	background: #EEEEEE;
	color: #b00000;

	padding-top: 15px;
	padding-bottom: 15px;

}

.tit_h3_16_zb:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 10px;
	height: 100%;
	background: rgb(170, 170, 170);

} */

.tit_h3_16_sj:before,
.tit_h3_16_fx:before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	left: 10px;
	border: 8px solid;
	border-color: transparent transparent transparent #000000;
}

.tit_h3_16_fx:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	left: -6px;
	border: 8px solid;
	border-color: transparent #000000 transparent transparent;
}

/*table-1 全边框表格*/
table#table-1 {
	border-width: 1px;
	border-color: #ccc;
	border-collapse: collapse;
}

table#table-1 td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #ccc;
}


/*table-2 两侧无框表格*/
table#table-2 {
	border-width: 1px;
	border-color: #ccc;
	border-collapse: collapse;
	border-left: 0;
	border-right: 0;
}


table#table-2 td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #ccc;
	border-left: 0;
	border-right: 0;
}

/*table-3 无边框表格*/
table#table-3 {
	border-width: 1px;
	border-color: #ccc;
	border-collapse: collapse;
	border: 0;
}


table#table-3 td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #ccc;
	border: 0;
}


/*表格样式*/

table.text-left {
	text-align: left;
}

table.text-center {
	text-align: center;
}

table.text-right {
	text-align: right;
}

/*表头加粗*/
table.header-b tr:first-child {
	font-weight: bold;
}

/*灰色、白色相间*/
table.gray-white tr:nth-child(2n+1) {
	background-color: #eee;
}

table.gray-white tr:first-child {
	background-color: #ddd;
}

/* 在文章底部推荐线路，列表推荐线路 */

.tj-line h4 {
	background: #EC6000;
	padding: 10px 10px;
	color: #ffffff;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	margin: 0;
}

.tj-line .item {

	min-width: 320px;
	background: #eee;
	border: 1px solid #eee;
	padding: 5px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	overflow: hidden;
}

.tj-line .left-pic {
	padding: 0;
}

.tj-line h5 {
	color: #1c4e7e;
	font-size: 1.28em;
}

.tj-line .des {
	padding-left: 20px;
	background: url('https://cdntct.com/tct/template/images/tours/weizhi.png') no-repeat top left;

}

.tj-line .col-xs-6 {
	padding-left: 15px;
	padding-right: 15px;
}

.tj-line .vd-line {
	padding-top: 50%;
	color: #1c4e7e;
	font-size: 1.2em;
	height: 20px;
	margin-top: -20px;

}

.tj-line .vd-line a {
	padding: 5px 10px;
;
	border-radius: 5px;

}

.tj-line .vd-line:hover a {
	background: #EC6000;
	color: #ffffff;


}

/*日本价格表*/
.jp-table td {
	vertical-align: middle !important;
	text-align: center;
	border: 1px solid #CCCCCC !important;


}

.jp-table th {
	vertical-align: middle !important;
	text-align: center;
	font-weight: bold;
	border: 1px solid #CCCCCC !important;
	background: #FEEED7;
}

/*20190424
Insert lines in the article details
class:details-line-1
*/
.details-line-1 .col-xs-1,
.details-line-1 .col-sm-1,
.details-line-1 .col-md-1,
.details-line-1 .col-lg-1,
.details-line-1 .col-xs-2,
.details-line-1 .col-sm-2,
.details-line-1 .col-md-2,
.details-line-1 .col-lg-2,
.details-line-1 .col-xs-3,
.details-line-1 .col-sm-3,
.details-line-1 .col-md-3,
.details-line-1 .col-lg-3,
.details-line-1 .col-xs-4,
.details-line-1 .col-sm-4,
.details-line-1 .col-md-4,
.details-line-1 .col-lg-4,
.details-line-1 .col-xs-5,
.details-line-1 .col-sm-5,
.details-line-1 .col-md-5,
.details-line-1 .col-lg-5,
.details-line-1 .col-xs-6,
.details-line-1 .col-sm-6,
.details-line-1 .col-md-6,
.details-line-1 .col-lg-6,
.details-line-1 .col-xs-7,
.details-line-1 .col-sm-7,
.details-line-1 .col-md-7,
.details-line-1 .col-lg-7,
.details-line-1 .col-xs-8,
.details-line-1 .col-sm-8,
.details-line-1 .col-md-8,
.details-line-1 .col-lg-8,
.details-line-1 .col-xs-9,
.details-line-1 .col-sm-9,
.details-line-1 .col-md-9,
.details-line-1 .col-lg-9,
.details-line-1 .col-xs-10,
.details-line-1 .col-sm-10,
.details-line-1 .col-md-10,
.details-line-1 .col-lg-10,
.details-line-1 .col-xs-11,
.details-line-1 .col-sm-11,
.details-line-1 .col-md-11,
.details-line-1 .col-lg-11,
.details-line-1 .col-xs-12,
.details-line-1 .col-sm-12,
.details-line-1 .col-md-12,
.details-line-1 .col-lg-12 {
	padding-right: 15px;
	padding-left: 15px;
}

.details-line-1 .row {
	margin-right: -15px;
	margin-left: -15px;
}

.details-line-1 {
	background: #eeeeee;
	width: 100%;
	overflow: hidden;
	padding: 10px 15px;
}

.details-line-1 .title {
	margin-left: -15px;
	margin-right: -15px;
	color: #444444;
	font-size: 18px;
	font-weight: 500;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	padding-left: 30px;
}

.details-line-1 .title:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	left: 15px;
	top: 18px;
	border-top: 5px solid;
	border-right: 8px solid;
	border-bottom: 5px solid;
	border-left: 8px solid;
	border-color: transparent transparent transparent #444444;


}

.details-line-1 .details-line-cont {
	background: #fff;
	width: 100%;
	overflow: hidden;
	padding: 5px;
}

.details-line-1 .details-line-cont .line-name {
	font-size: 16px;
	padding: 5px 0;
	/*border: 1px dotted #00a680;*/

}

.details-line-1 .details-line-cont .line-name a {
	color: #00479d;

}

.details-line-1 .details-line-cont .line-des {
	background: url("https://www.topchinatravel.com/template/images/tours/weizhi.png") no-repeat left top;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	/*border: 1px dotted #b00;*/
}

.details-line-1 .details-line-cont .line-details {
	margin-top: 10px;

}

.details-line-1 .details-line-cont .line-details a {
	font-size: 16px;
	background: #eb6100;
	color: #fff;
	padding: 5px 30px;
	border-radius: 20px;
	/*border: 1px dotted #b00;*/
}

@media (max-width: 768px) {
	.details-line-1 .details-line-cont {
		padding: 10px 15px;
	}
}


/* .jdtitle {
	display: block;
	line-height: 20px;
	padding-left: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #b00000;
	margin: 20px auto;
	background: url('https://de.topchinatravel.com/images/triangle.gif') no-repeat left top;
	text-align: left;
} */

.sjjttitle{
	display: block;
	/* height: 20px; */
	line-height: 20px;
	padding-left: 30px;
	font-size: 20px;
	font-weight: bold;
	color: #444;
	margin: 15px auto;
	margin-top: 30px;
	background: url('https://de.topchinatravel.com/images/sjjt.png') no-repeat left top;
	text-align: left;
}

.sjjttitle1 {
	display: block !important;
	/* height: 20px; */
	line-height: 20px !important;
	padding-left: 20px !important;
	font-size: 20px !important;
	font-weight: bold !important;
	color: #444 !important;
	margin: 15px auto !important;
	margin-top: 30px !important;
	background: url('https://de.topchinatravel.com/images/sjjt1.jpg') no-repeat left top !important;
}

.tit_h3_16_sj,
.tit_h3_16_fx {
	font-size: 16px;
	font-weight: bold;
	position: relative;
	padding-left: 25px;
	margin: 15px auto;
}

.tit_h3_16_sj::before,
.tit_h3_16_fx::before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	left: 10px;
	border: 8px solid;
	border-color: transparent transparent transparent #000000;
}

/*table-1 全边框表格*/
table#table-1 {
	border-width: 1px;
	border-color: #ccc;
	border-collapse: collapse;
}

table#table-1 td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #ccc;
}


/*table-2 两侧无框表格*/
table#table-2 {
	border-width: 1px;
	border-color: #ccc;
	border-collapse: collapse;
	border-left: 0;
	border-right: 0;
}


table#table-2 td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #ccc;
	border-left: 0;
	border-right: 0;
}

/*table-3 无边框表格*/
table#table-3 {
	border-width: 1px;
	border-color: #ccc;
	border-collapse: collapse;
	border: 0;
}


table#table-3 td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #ccc;
	border: 0;
}


/*表格样式*/

table.text-left {
	text-align: left;
}

table.text-center {
	text-align: center;
}

table.text-right {
	text-align: right;
}

/*表头加粗*/
table.header-b tr:first-child {
	font-weight: bold;
}

/*灰色、白色相间*/
table.gray-white tr:nth-child(2n+1) {
	background-color: #eee;
}

table.gray-white tr:first-child {
	background-color: #ddd;
}

/* 在文章底部推荐线路，列表推荐线路 */

.tj-line h4 {
	background: #EC6000;
	padding: 10px 10px;
	color: #ffffff;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	margin: 0;
}

.tj-line .item {

	min-width: 320px;
	background: #eee;
	border: 1px solid #eee;
	padding: 5px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	overflow: hidden;
}

.tj-line .left-pic {
	padding: 0;
}

.tj-line h5 {
	color: #1c4e7e;
	font-size: 1.28em;
}

.tj-line .des {
	padding-left: 20px;
	background: url('https://de.topchinatravel.com/images/weizhi.png') no-repeat top left;
}

.tj-line h5::after,
.tj-line h5::before,
.tj-line .des::after,
.tj-line .des::before {
	content: '|';
}

.tj-line .vd-line {
	padding-top: 50%;
	color: #1c4e7e;
	font-size: 1.2em;
	height: 20px;
	margin-top: -20px;

}

.tj-line .vd-line a {
	padding: 5px 10px;
	border-radius: 5px;
}

.tj-line .vd-line:hover a {
	background: #EC6000;
	color: #ffffff;
}

.jp-table td {
	vertical-align: middle !important;
	text-align: center;
	border: 1px solid #CCCCCC !important;
}

.jp-table th {
	vertical-align: middle !important;
	text-align: center;
	font-weight: bold;
	border: 1px solid #CCCCCC !important;
	background: #FEEED7;
}


/*20190424
Insert lines in the article details
class:details-line-1
*/
.details-line-1 {
	background: #eeeeee;
	width: 100%;
	overflow: hidden;
	padding: 10px 15px;
}

.details-line-1 .title {
	margin-left: -15px;
	margin-right: -15px;
	color: #444444;
	font-size: 18px;
	font-weight: 500;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	padding-left: 30px;
}

.details-line-1 .title:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	left: 15px;
	top: 18px;
	border-top: 5px solid;
	border-right: 8px solid;
	border-bottom: 5px solid;
	border-left: 8px solid;
	border-color: transparent transparent transparent #444444;


}

.details-line-1 .details-line-cont {
	background: #fff;
	width: 100%;
	overflow: hidden;
	padding: 5px;
}

.details-line-1 .details-line-cont .line-name {
	font-size: 16px;
	padding: 5px 0;


}

.details-line-1 .details-line-cont .line-name a {
	color: #00479d;

}

.details-line-1 .details-line-cont .line-des {
	background: url("https://de.topchinatravel.com/images/weizhi.png") no-repeat left top;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;

}

.details-line-1 .details-line-cont .line-details {
	margin-top: 10px;

}

.details-line-1 .details-line-cont .line-details a {
	font-size: 16px;
	background: #eb6100;
	color: #fff;
	padding: 5px 30px;
	border-radius: 20px;

}

@media (max-width: 768px) {
	.details-line-1 .details-line-cont {
		padding: 10px 15px;
	}
}

/* 热点事件 */
.rd-item {
	position: relative;
	display: block;
	margin-left: 25px;
	margin-bottom: 20px;
	margin-top: 4px;
}

.rd-item:before {
	position: absolute;
	display: block;
	content: '';
	width: 1px;
	left: -15.5px;
	top: 10px;
	bottom: -30px;
	background: #ededed;
}

.rd-item:after {
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	top: 5px;
	left: -20px;
	background-image: url(https://x0.ifengimg.com/fe/shank/content/dot.2567ffd5.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.rd-item .rd-time {
	height: 20px;
	font-size: 14px;
	font-family: PingFangSC;
	font-weight: 500;
	color: #212223;
	line-height: 20px;
}

.rd-item .rd-content {
	margin: 6px 0 0 0;
	padding: 11px 10px;
	background: #f7f8fb;
	border-radius: 2px;
}

.rd-item .rd-content a {
	display: block;
	/* max-height: 42px; */
	font-size: 14px;
	font-family: PingFangSC;
	font-weight: 400;
	color: rgba(92, 92, 92, 1);
	line-height: 20px;
	/* overflow: hidden; */
	text-decoration: none;
	cursor: default;
}

/* 新冠说明面板 */
.ss-panel-cd {
	padding: 20px 15px;
	margin: 15px auto;
	border-radius: 8px;
	overflow: hidden;
}

.ss-panel-cd.bg-g {
	background-color: #eeeeee;
}

.ss-panel-cd.bg-w {
	background-color: #ffffff;
}

.ss-panel-cd img,
.ss-panel-cd .ss-panel-cd-content {
	float: left;
}

.ss-panel-cd .ss-panel-cd-content {
	width: calc(100% - 100px);
	padding-left: 25px;
}

.ss-panel-cd>a {
	text-decoration: none;

}

.ss-panel-cd>a:hover {
	text-decoration: none;
}

.ss-panel-cd .ss-panel-cd-content h3 {
	text-align: left;
	text-decoration: none;
	font-size: 2rem;
	font-weight: 500;
	margin-top: 0;
}

.ss-panel-cd .ss-panel-cd-content p {
	text-decoration: none;
	margin-bottom: 0px;
	line-height: 22px;
	margin-bottom:15px;
	text-align: justify;
}

.ss-panel-cd .ss-panel-cd-content p a {
	color: #b00000;
	text-decoration: underline;

}

.ss-panel-cd .ss-panel-cd-content p a.tm-btn {
	background: #eb6004;
	text-decoration: none;
	color: #ffffff;
	padding: 5px 15px;
	margin-top: 10px;
	display: inline-block;
	border-radius: 5px;
}

.ss-panel-cd .ss-panel-cd-content p a:first-child {
	margin-right: 20px;
}

@media (max-width:768px) {
	.ss-panel-cd {
		padding: 0;
	}
}

.cd_list .item {
	margin-bottom: 25px;
	border: 1px solid #ddd;
}

.cd_list .item .row {
	margin-left: -10px;
	margin-right: -10px;
}

.cd_list .item .title {
	position: relative;
	color: #B80007;
	font-size: 2rem;
	padding: 5px 10px;
	border-bottom: 1px solid #eee;
}

.cd_list .item .title span {
	position: absolute;
	right: 10px;
	background: #0068bb;
	border-radius: 15px;
	font-size: 14px;
	padding: 3px 20px;

}

.cd_list .item .title span a {
	color: #ffffff;
}

.cd_list .item .images img {
	width: 100%;
}

.cd_list .item .info {
	padding: 3px 10px;
}
.cd_list .item .info ul{
	padding-left: 5px;
}
.cd_list .item .info li {
	padding: 2px 10px;
	padding-right: 80px;
	position: relative;
	border-bottom: 1px dotted #dddddd;
	list-style: none !important;

}

.cd_list .item .info li::before {
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	background: #aaaaaa;
	left: 0;
	top: 50%;
	margin-top: -3px;
}

.cd_list .item .info li a {
	color: #444444;
}

.cd_list .item .info li span {
	position: absolute;
	right: 5px;
	color: #aaaaaa;
	top: 50%;
	margin: -10px;
}

.virus-data {
	background: #eeeeee;
	margin: 10px 10px 20px 10px;
	padding: 5px 10px;
}

.virus-data span {
	padding: 2px 15px;
	display: inline-block;
}

.virus-data span.br {
	border-right: 1px solid #cccccc;
	padding-left: 5px;
}

.virus-data strong {
	color: #0068bb;
	font-size: 1.5rem;
}

.virus-data span.br img {
	margin-right: 10px;
}

@media (min-width:768px) {
	.virus-data {
		position: relative;
	}

	.virus-data a {
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -10px;
	}


}

@media (max-width:768px) {
	.virus-data span {
		width: 40%;
	}

	.virus-data span.br {
		width: 100%;
		border-right: none;
		text-align: center;
		border-bottom: 1px solid #ddd;
	}

	.virus-data a {
		display: block;
		text-align: center;
		width: 100%;
		padding: 5px 0;
	}
}

.sanjiao-title{
	background: url(/images/triangle.gif) no-repeat left;
	padding-left: 20px;
}
.huangse-title{
	background: #eee;
	position: relative;
	padding-left: 20px;
	padding-top: 10px;
	overflow: hidden;
	padding-bottom: 10px;
	color: #5e0453;
}
.huangse-title:before{
	content: "";
	width: 8px;
	height: 100px;
	position: absolute;
	left: 0;
	top: 0;
	background: #ffde00;
}
.m_line_quire {
	display: none;
	opacity: 0;
	position: fixed;
	width: 100%;
	text-align: center;
	bottom: 0;
	z-index: 9999;
	-webkit-transition: opacity 0.3s ease-in;
	transition: opacity 0.3s ease-in;
	box-shadow: -3px 0 2px #555;

}

.m_line_quire a:hover {
	text-decoration: none;
}


.m_line_quire.active{
	display: block;
	opacity: 1;
}
@media (max-width: 768px) {
	#chat-widget-container{
		display: none;
	}

}
/* 底部悬浮导航 */
.ss-bottom-navigation{
	width: 100%;
	background: #ffffff;
	overflow: hidden;
	padding: 5px 0 15px 0;
}
.ss-bottom-navigation .inquiry-btn,
.ss-bottom-navigation .tm-btn,
.ss-bottom-navigation .chat{
	color: #fff;
	padding: 8px 5px;
	border-radius: 4px;
	font-size: 1.8rem;
	line-height: 1.8rem;
	display: inline-block;
	margin:0 5px
}
.ss-bottom-navigation .inquiry-btn{
	background: #eb6100;


}
.ss-bottom-navigation .chat{
	padding: 0 15px;
	text-align: left;
}
.ss-bottom-navigation .tm-btn{
	background: #fff;
	border:1px solid #eb6100;
	color: #eb6100;
}
.details p{
	margin-bottom: 0;
}
.details > h2{
	position: relative;
	/* padding-top: 10px; */
	padding-bottom: 10px;
	color: #444444;
	margin-bottom:20px;
	border-bottom:1px solid  #eee;
	font-size: 24px;
}
.details > h2:before{
	content: "";
	width: 53px;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: -2px;
	background: #b00000;
}




.details > h3{
	position: relative;
	padding-left: 20px;
	font-size: 20px;
}
.details > h3::before{
	content: "";
	position: absolute;
	top: 7.5px;
	left: 0;
	width: 9px;
	height: 9px;
	background: #d2d2d2;

}
.details  h3.tit_h3_16_zb{
	position: relative;
	/* padding-top: 10px; */
	padding-bottom: 10px;
	color: #444444;
	margin-bottom:20px;
	border-bottom:1px solid  #eee;
	font-size: 24px;
	padding-left: 0;
}
.details  h3.tit_h3_16_zb span{
	color: #444444 !important;
}
.details  h3.tit_h3_16_zb:before{
	content: "";
	width: 53px;
	height: 4px;
	position: absolute;
	left: 0;
	top: calc(100% - 2px);
	background: #b00000;
}

.column-title-h2{
	background: #eee;
	position: relative;
	padding-left: 20px;
	padding-top: 10px;
	overflow: hidden;
	font-size: 24px;
	padding-bottom: 10px;
	color: #444444;
	margin: 65px 0 20px;
}
.column-title-h2:before{
	content: "";
	width: 8px;
	height: 100px;
	position: absolute;
	left: 0;
	top: 0;
	background: #b00000;
}
.details a:hover{
	color: #b00000;
}
#tct-table{
	border: 1px solid #cccccc;
	width: 100%;
}
#tct-table>tbody>tr>td, #tct-table>tbody>tr>th, #tct-table>tfoot>tr>td, #tct-table>tfoot>tr>th, #tct-table>thead>tr>td, #tct-table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border: 1px solid #cccccc;
}
#tct-table>tbody>tr:nth-child(2n+1){
	background: #eeeeee;
}
#tct-table>tbody>tr:first-child{
	background: #dddddd;
	font-size: 18px;
}

.tours-tm {
	background: #eeeeee;
	padding: 40px 0;
	color: #444444;
}
.tours-tm .head-pic {
	text-align: center;
}
.tours-tm .p1 {
	text-align: center;
	font-size: 36px;
	margin-bottom: 20px;
	padding: 5px 0;
	line-height: 36px;
}
.tours-tm .p2 {
	text-align: center;
	font-size: 30px;
	padding: 5px 0;
	line-height: 35px;
}
.tours-tm .tm-button {
	text-align: center;
}
.tours-tm a {
	margin: auto;
	max-width: 350px;
	text-align: center;
	display: block;
	border-radius: 8px;
	text-decoration: none;
	padding-left: 10px;
	height: 47px;
	line-height: 40px;
	font-size: 28px;
	color: #FFFFFF;
	background: #A40000;
}
.tours-tm a:hover {
	background-color: #8f0100;
}

.free_inquiry {
	position: fixed;
	top: 30px;
}

.rigth-item {
	margin-bottom: 25px;
}
.rigth-item .form-r {
	margin: 10px;
}
.rigth-item .form-r .btn-right .ss-btn-right {
	color: #fff;
	border: none;
	font-size: 20px;
	margin-top: 10px;
	height: 40px;
	line-height: 40px;
	display: block;
	text-align: center;
	border-radius: 20px;
	margin-bottom: 20px;
}
.rigth-item .form-r .btn-right .inquiry {
	background: #eb6100;
}
.rigth-item .form-r .btn-right .tailor {
	background-color: #6a0160;
}
.rigth-item h4 {
	padding: 0;
	margin: 0;
	background: #555555;
	color: #ffffff;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	font-size: 1.28rem;
}
.rigth-item h4 span {
	float: left;
	padding: 0 3px;
	height: 40px;
	background: #eb6100;
	margin-right: 8px;
}
.rigth-item ul {
	padding-top: 8px;
}
.rigth-item ul li {
	border-bottom: 1px solid #aaaaaa;
	list-style: none;
}
.rigth-item.search-tours label {
	cursor: pointer;
	font-size: 14px;
}
.rigth-item.search-tours textarea {
	background: #fff;
}
.rigth-item .side-china-tour {
	text-align: center;
}
.rigth-item .side-china-tour p {
	margin-bottom: 0;
	padding-bottom: 10px;
}
.rigth-item .side-china-tour .free-inquiry-right {
	background-color: #f08300;
	padding: 15px 0 0;
	color: #ffffff;
}
.rigth-item .side-china-tour .tailor-made-right {
	background-color: #eeeeee;
}



.more-button {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 100%;
}
.more-button a {
	color: #ee7b2a;
	border: 1px solid #ee7b2a;
	font-size: 16px;
	padding: 5px 10px;
	cursor: pointer;
	border-radius: 5px;
	position: relative;

}
.more-button a:hover {
	background: #d74508;
	color: #ffffff;
}

.more-button-filled {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 100%;
}
.more-button-filled a {
	border: 1px solid #ee7b2a;
	font-size: 16px;
	padding: 5px 10px;
	cursor: pointer;
	border-radius: 5px;
	position: relative;
	background: #d74508;
	color: #ffffff;
}

.more-button-radius {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 100%;
}
.more-button-radius a {
	color: #ee7b2a;
	border: 1px solid #ee7b2a;
	font-size: 16px;
	padding: 5px 10px;
	cursor: pointer;
	border-radius: 15px;
	position: relative;
}
.more-button-radius a:hover {
	background: #d74508;
	color: #ffffff;
}

.tours-tm {
	background: #eeeeee;
	padding: 40px 0;
	color: #444444;
}
.tours-tm .head-pic {
	text-align: center;
}
.tours-tm .p1 {
	text-align: center;
	font-size: 36px;
	margin-bottom: 20px;
	padding: 5px 0;
	line-height: 36px;
}
.tours-tm .p2 {
	text-align: center;
	font-size: 30px;
	padding: 5px 0;
	line-height: 35px;
}
.tours-tm .tm-button {
	text-align: center;
}
.tours-tm a {
	margin: auto;
	width: 263px;
	text-align: center;
	display: block;
	border-radius: 8px;
	text-decoration: none;
	padding-left: 10px;
	height: 47px;
	line-height: 40px;
	font-size: 28px;
	color: #FFFFFF;
	background: #A40000;
}
.tours-tm a:hover {
	background-color: #8f0100;
}
