/**************************************样式重置******************************************/
a{
	cursor: pointer !important;
	text-decoration: none !important;
}
span{
	display: inline-block;
}
.pointer{
	cursor: pointer;
}
/*行内块*/
.inline-block{
	display: inline-block;
}
/*相对定位*/
.relative{
	position: relative;
}
/*字体中间夹图片*/
.userhead{
	width: 17px;
	height: 17px;
}
/*清除浮动*/
.after:after{
	content:"";
	display: table;
	clear: both;
}
/*防止子元素margin溢出*/
.before:before{
	content: "";
	display: table;
}
/*点透*/
.pevn{
	pointer-events:none;
}
/*差旅主页   差旅政策分割线*/
.lefbor{
	height: 156px;
	border-right: 1px solid #D7D7D7;
}
/* 为了让数据加载完之后，页面再加载  */
[v-cloak]{
    display: none
}
/******************************************************按钮****************************************************/
.btn-big{
	width: 180px;
}
/*查询按钮 深蓝*/
.btn-blue-k{
		padding: 4px 12px;
    background: transparent;
    border-color: #0983df;
    color: #53B5F9;
    display: inline-block;
    font-size: 12px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #53B5F9;
    border-radius: 2px;
		margin-right: 10px;
}
/*浅蓝*/
.btn-light-blue{
	padding: 1px 12px 2px 12px;
	background: #53B5F9;
	display: inline-block;
	font-size: 12px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #53B5F9;
	border-radius: 10px;
	color: #FFFFFF;
}
/*150px 宽度按钮 浅蓝*/
.btn-md-blue{
	padding: 1px 12px 2px 12px;
	background: #53B5F9;
	display: inline-block;
	font-size: 12px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #53B5F9;
	border-radius: 10px;
	color: #FFFFFF;
	width: 150px;
	height: 26px;
	line-height: 25px;
}
/*取消按钮*/
.btn-default{
	padding: 4px 12px;
	background: transparent;
	background-color: #fff;
	display: inline-block;
	font-size: 12px;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #ccc;
	border-radius: 4px;
}
/*灰色按钮*/
.btn-grays{
	background-color: #DDDDDD;
	padding: 4px 12px;
    color: #333333;
    display: inline-block;
    font-size: 12px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
}
/*鼠标移入效果*/
.btn-blue-k:hover{
	background-color: #53B5F9;
	color: #fff;
}
.btn-light-blue:hover,.btn-light-blue:focus{
	color: #FFFFFF;
	background-color: 	#0982df;
}
.btn-md-blue:hover,.btn-md-blue:focus{
	color: #FFFFFF;
	background-color: #0983df;
}
.btn:hover,.btn.focus,.btn-blue:hover{
	color: #fff;
}
.btn-cancle:hover,.btn-cancle.focus,.btn-cancle:hover{
	color: #ccc;
	background-color: #f7f7f7;
}

/*行间距*/
 .form-horizontal .form-group {
	padding: 6px 0 4px 0;
	margin: 0;
}
.form-group .control-label {
    padding-right: 0;
    padding-left: 0;
}
.form-group div.control-label {
    text-align: left;
}
/*输入框 宽高*/
.form-control {
	height: 26px;
	width: 120px;
	font-size: 12px;
	display: inline-block;
}

.form-horizontal .control-label {
	padding-top: 4px;
}


/*上边距10像素*/
.marginT20{
	margin-top: 20px;
}
.margingB10{
	margin-bottom: 10px;
}
.padding10{
	padding: 10px;
}
.padding5{
	padding: 5px;
}
.paddingt10{
	padding-top: 10px;
}
.paddingt15{
	padding-top: 15px;
}
.margintop5{
	margin-top: 5px;
}
.mgt10 {
	margin-top: 10px;
}
.pad_t20 {
	padding-top: 20px;
}
.pad_b20 {
	padding-bottom: 20px;
}
.pad20 {
	padding: 20px;
} 
.padL10{
	padding-left: 10px;
}
.padT6{
	padding-top: 6px;
}
.padB6{
	padding-bottom: 6px;
}
.padleft15{
	padding-left: 15px;
}
.marginleft15{
	margin-left: 15px;
}
.padright15{
	padding-right: 15px;
}
.padingleft50{
	padding-left: 50px;
}
.padding0{
	padding: 0;
}
.padingTB0{
	padding-top: 0px;
	padding-bottom: 0px;
}
.padingTB5{
	padding-top: 5px;
	padding-bottom: 5px;
}
.paddingLR5{
	padding-left: 5px;
	padding-right: 5px;
}
.paddingLR10{
	padding-left: 10px;
	padding-right: 10px;
}
.padR200{
	padding-right: 200px;
}
.padR170{
	padding-right: 170px;
}
/*btn-radio*/
.radio-txtTop{
	vertical-align: text-top;
}
.radio-txtBotm{
	vertical-align: text-bottom;
}
.input36{
	width: 36px;
}
.width70,
.input70{
	width: 70px;
}
.input50,
.width50,
.span50{
	width: 50px;
}

.input100,
.width100{
	width: 100px;
}
.width40{
	width: 40px;
}
.width60{
	width:60px ;
}
.width80{
	width: 80px;
}
.width120{
	width: 120px;
}
.width200{
	width: 200px;
}
/********************************************背景色***************************************************/
/*元素背景浅蓝色*/
.bg-light-blue{
	background-color: #EFF8FF;
}
.bg-white{
	background-color: #FFFFFF;
}
.bg-gray{
	background-color: #DDDDDD;
}

/*********************************************字体********************************************************/
/*字体浅蓝色*/
.cor-ligt-blue{
	color:#52b5f8;
}
/*字体深蓝色*/
.cor-deep-blue{
	color:#0983df;
}
.cor-a{
	color: #aaa;
}
label{
	font-weight:normal;
}
/*字体18px*/
.bigfont{
	font-size:18px ;
	font-weight: bold;
}
/*字体12px*/
.font12{
	font-size:12px ;
}
.font14{
	font-size:14px ;
}
/*字体左对齐*/
.text-left{
	text-align: left;
}
/*剧中对齐*/
.text-center{
	text-align: center;
}
/*右对齐*/
.text-right{
	text-align: right;
}
/*禁止换行 显示省略号*/
.nowrap{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*加粗字体*/
.font-bold{
	font-weight: bold;
}

.nawp130,.nawp100,.nawp80,.nawp60,.nowrap70{
	width: 130px;
	display: inline-block;
	overflow-wrap: ;
	word-break:keep-all;/* 不换行 */
	white-space:nowrap;/* 不换行 */
	overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.nawp130{
	width: 130px;
}
.nawp100{
	width: 100px;
}
.nawp80{
	width: 80px;
}
.nowrap70{
	width: 70px;
}
.nawp60{
	width: 60px;
}

/***********************************************边框******************************************************/
/*元素边框蓝色*/
.border-blue{
	border: 1px solid #0983df;
}
.border-light-blue{
	border:1px solid #52b5f8;
}
/*元素底部边框蓝色*/
.bottom_border{
	border-bottom: 1px dashed #52b5f9;
}
.border-gray{
	border: 1px solid #ddd;
}
/***********************************************显示 隐藏*************************************************/
/*元素隐藏*/
.hide{
	display: none;
}
/*元素显示*/
.show{
	display: block;
}

/**************************************************标题 h3 h4******************************************/
.head-h3{
	font-weight: 900;
	padding: 10px;
	font-size: 15px;
}
/*h4标题*/
h4{
	font-size: 14px;
	padding: 10px 0;
}
/*大标题—>小字（说明）*/
.head-h4 span{
	display: inline-block;
		color: #999;
		padding-left: 10px;
}
/**********************************************表格**********************************************************/
/*表格加下边距*/
.table {
	margin-bottom: 10px;
}
/*表格中tr加灰色下边框*/
.table-trborder tr{
	border-bottom: 1px solid #ddd;
}
/* .table-trborder tr:last-child{
	border-bottom: 1px solid #52b5f9;
} */
/*表格边框灰色*/
.table-border{
	border: 1px solid #ddd;
}
/*表格灰色上边框*/
.table-border-top{
	border-top: 1px solid #ddd;
}
/*表格中 input去掉左右内边距*/
.table-input .form-control{
	padding-left: 0;
	padding-right: 0;
}
.table>thead>tr>th {
    background: #eff8ff;
    vertical-align: bottom;
    border-bottom: 0;
}
.tdpadLR2{
	padding-left: 0;
	padding-right: 0;
}


.paRelative{
	position: relative;
}
/*子元素绝对定位*/
.paRelative div{
	position: absolute;
}
iframe{
	overflow: hidden;
	padding: 1px;
}
.travelmanagement_content_right iframe body{
	overflow: hidden;

}
iframe body{
}
#myTabContent{
	min-height: 1380px;
	/*min-height: 600px;*/
}
/**************************************样式重置end******************************************/




/*****首页*****/
.max-width{
	max-width: 1180px;
	margin: 0 auto;
}
/*内容总宽*/
.container-fluid{
	width: 1180px;
	padding: 0;
}
.index-container{
	width: 1180px;
	margin: 0 auto;
}

/*成功案例*/
.succfulpage ul li{
	float: left;
	width: 250px;
	height: 180px;
	/*border: 1px solid #000;*/
	padding: 40px 60px;
}
.clientele_case {
    width: 100%;

    border: 1px solid #d7d7d7;
    line-height: 38.4px;
	padding: 15px;
	text-indent: 25px;
}
.textstyle{
	word-wrap:break-word;
	text-indent:25px;
	padding:5px;
}

.txt1,
.txt2,
.txt3,
.txt4,
.txt5,
.txt6,
.txt7{
	display: none;
}

/**************导航条******************/
#nav {
	height: 50px;
	margin-top: 22px;
}
.nav-detail{
	float:left !important;
	margin-left: 80px;
}
#nav>li>a:hover{
	background-color: #0983df;
	color: #fff;
}
#nav:after{
	content: "";
	display: table;
	clear: both;
}
.nav-header {
	height: 72px;
	padding: 15px 0;
}
.navbar{
	border-top: 0px;
}
.navbar-default {
    border-bottom: 2px solid #0983df;
}
.companyname{
	width: 400px;
	margin-top: 22px;
	float: right;
	text-align: right;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: none;
}
/*****************************轮播图*********************/
.banner-login-out{
	width: 1180px;
	margin: 0 auto;
	position: relative;
}
.banner_login{
	right: 0;
}

.banner_login a{
	color: #fff;
}

/**************登录框*******************/

.log-in .layui-tab-title .layui-this a{
	font-weight: bold;
}

/*忘记密码*/
.fgpwd{
	padding: 10px;
}
.fgpwd div{
	padding: 20px;
}
.het8{
	height: 80vh;
	padding: 50px;
}
#forgetPassword:hover{
	color: #52b5f8;
}
/****首页内容****/
.content dl {
	padding: 83px 60px;
}

/***首页底部***/
/*#545A64*/
.bottom{
	width: 100%;
}

/*差旅管理页面*/
.pl-stay{
	position: absolute;
	background-color: rgba(153, 153, 153,0.65);
	top: 0;
	left: 0;
	font-size: 18px;
	color: #fff;
	padding: 16px 8px 0 22px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
}
/************************************************左菜单栏*******************************************/
.layui-nav-tree{
	width: 170px;
	border: 1px solid #e2e2e2;
	border-top: 2px solid #0983df;
}
.layui-nav-tree a{
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #f6f6f6;
}
.layui-nav *{
	background-color: #f7f7f7;
	font-size: 12px;
}
.layui-nav .layui-nav-item a {
	color: #333;
	text-decoration: none;
}
.layui-nav-tree .layui-nav-child dd.layui-this, .layui-nav-tree .layui-this, .layui-nav-tree .layui-this>a, .layui-nav-tree .layui-this>a:hover{
	background-color:#fff;
	color: #0983df;
}
.layui-nav-tree .layui-nav-item a:hover{
	background-color: #fff;
	color: #0983df;
}
.layui-nav-itemed>a{
	background-color: #fff !important;
	color: #333 !important;
}
.layui-nav-tree .layui-nav-title a, .layui-nav-tree .layui-nav-title a:hover{
	background-color: #fff !important;
	color: #0983df;
}
.layui-nav-child dd.layui-this a {
	background-color: #fff !important;
	color: #0983df !important;
}
.layui-tab {
	margin-top: 0px;
}
/*.layui-tab a{
	text-decoration: none;
}*/
.layui-nav-tree .layui-nav-bar{
	background-color: #0983df;
}
/*左菜单栏宽度*/
.travelmanagement_content_left{
	width: 170px;
	color: #333;
}
/*右内容宽度*/
.travelmanagement_content_right{
	margin-left: 10px;
	width: 1000px;
}
/*审批进度*/
.tvprogress{
	padding: 20px 0 20px 50px;
}
.tvprogress:before,.tvprogress:after{
	content: "";
	display: table;
	clear: both;
}
/*.tvprogress>div:nth-child(even) p:first-child{
	margin-top: 100px;
}*/
.tvprogress p{
	padding-left: 10px;
}

.mafrom{
	  border: 1px solid #52b5f8;
    padding: 5px;
    margin-top: 1px;
    background: #eff8ff;
		position: relative;
}
.mafrom:after{
	content: "";
	display: table;
	clear: both;
}
#mafrom div.col-sm-2,.mafrom .col-sm-2{
	padding-left: 10px;
}


/*差旅*/
.tvSapn{
	display: inline-block;
	height: 31px;
	line-height: 31px;
}
.tvSapn>input[type="checkbox"],.tvSapn>input[type="radio"]{
	vertical-align: text-bottom;
}
/*差旅新增*/
.bg-blue>p{
	padding: 5px;
}
.bg-blue>p:first-child span{
	display: inline-block;
	min-width:35px;
}

/********************************************订单列表**********************************************/
/*tkorder 查询条件*/
.orderlist{
	border: 1px solid #bed3ee;
	/*border-right: 2px solid #bed3ee;*/
}
.tkborder{
	border: 1px solid #bed3ee;
}
.tkorder-p{
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 165px;
}
/*列表背景颜色 边框颜色*/
.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #fff;
}
.orderlist td{
	border-top:0px !important;
}
.orderlist tr:nth-of-type(2n-1),.table-striped > tbody > tr:nth-of-type(2n-1) {
	font-weight: normal;
	color: #333;
	
	padding-left: 10px;
	padding-top: 6px;
	height: 10px;
}
.orderlist tr:nth-of-type(even) td:first-child{
	width: 65px;
}
.orderlist tr:nth-of-type(2n-1){
	border: 1px solid  #52b5f8;
	/*border-right: 2px solid  #52b5f8;*/
	/*border-bottom: 0px;*/
	background-color: #f6f6f6;	
}
.orderlist tr:nth-of-type(2n){
	border: 1px solid  #52b5f8;
	/*border-right: 2px solid  #52b5f8;*/
	/*border-top: 0px;*/
}

/*表格间距*/
.orderlist tr:nth-of-type(2n){
	height: 10px;
}
.orderlist tr a{
	color: #0066cc;
	height: 58px;
}
/*td宽度*/
.tkth th:first-child{
	width: 70px;
}
.tkth th:nth-child(2){
	width: 220px;
}
.tkth th:nth-child(3){
	width: 120px;
}
.tkth th:nth-child(4){
	width: 140px;
}
.tkth th:nth-child(5){
	width: 120px;
}
.tkth th:nth-child(6){
	width: 120px;
}
/*行程字体大小*/
.tkfont{
	font-size: 14px;
}
.tkfont+p{
	font-size: 12px;
	color: #aaa;
}
.colorAaa{
	color: #aaa;
}
/*飞机图标大小*/
.tkimg {
	text-align: center;
}
.tkimg img{
	height: 22px;
}
/********************************** 详情  *************************************/
/*基本信息*/
#jpddxq{
	width:100%;
}
.jbxx{
	width: 100%;
	padding: 15px;
}
/*.jbxx-top>p{
	color: #999;
}*/
.jbxx-top>p span{
	color: #333;
}
.jbxx>div:nth-child(1){
	width: 700px;
	display: inline-block;
	float: left;
}
.jbxx>div:nth-child(2){
	display: inline-block;
	float: left;
	width:200px;
	height: 100%;
}
.jbxx>div:nth-child(3){
	border-left: 1px solid #52b5f8;
	width: 200px;
	float: left;
	display: inline-block;
	padding: 8px 0 8px 40px;
	height: 200px;
}
.jbxx>div:nth-child(3)>p{
	padding: 8px;
}
.jbxx>div:nth-child(2)>p {
    margin: 0;
		font-weight: bold;
		color: #999;
}
.jbxx>div:nth-child(2)>p:first-child span{
	color: #333;
}
.jbxx-bottom>p:first-child{
	padding: 15px 0 0 0;
	font-size: 0;
}

.jbxx-bottom>p:first-child span:not(:last-child){
	display: inline-block;
	width: 146px;
	font-size: 12px;
}
.jbxx-bottom>p:first-child span:last-child{
	font-size: 12px;

}
.jbxx-bottom>p:nth-child(2)>span:nth-child(4) {
	width: 40px;
}
.jbxx-bottom>p:not(:first-child){
	padding: 3px 0;
}
.jbxx-bottom>p:nth-child(2){
	padding: 3px 0 8px 0;
}
.jbxx-bottom-b{
	padding-top: 10px;
}
.jbxx-bottom-b div{
	display: inline-block;
	width: 140px;
	color: #999;
}
.jbxx-bottom-tk>div div{
	width: 150px;
	display: inline-block;
	padding: 5px;
}
.jbxx-bottom-tk>p span:not(:last-child){
	display: inline-block;
	width: 150px;
}
.trbg>thead>tr{
background-color: #ededed;
}
/*#0983df;*/
.mycontent-bottom>div{
	height: 40px;
	background-color: #EFF8FF;
	border: 1px solid #52b5f8;
	line-height: 39px;
}
.mycontent-bottom>div div{
	display: inline-block;
	padding: 0 10px;
	width: 220px;
}
.mycontent-bottom>div div.style-hook{
	width:auto;
}
.mycontent-bottom>div.style-hook>div{
	width:auto;
}
.btn-pad{
	width: 100px;
	display: inline-block;
}
/*标签*/
.tkorder-tag-blue,.tkorder-tag-green{
	width: 110px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	font-size: 14px;
	position: relative;
}
.tkorder-tag-blue{
	background-color: #0982DF;
	text-align: center;
}
.tkorder-tag-green{
	background-color: #5AD6A2;
	text-align: center;
}
.tkorder-tag-blue:after{
	border-left: 13px solid #0982DF;
}
.tkorder-tag-green:after{
	border-left: 13px solid #5AD6A2;
}
.tkorder-tag-blue:after,.tkorder-tag-green:after{
	content: "";
	position: absolute;
	right: -13px;
	top: 50%;
	width: 0;
	height: 0;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	margin-top: -17px;
}
/************************出差申请单首页***********************/
/*#travelRequest {
    width: 1180px;
    margin: 0 auto;
}*/
/*.mycontent-top, .mycontent-middle {
    margin: 0 0px;
}*/
.mycontent{
	padding-top: 20px;
	/*min-width: 1180px;
	margin: 0 auto;*/
}
.mycontent-top>div:nth-child(1) {
    width: 785px;
		background-color: #fff;
		padding: 26px 0 0 32px;
		margin-right: 15px;
		border: 1px solid #d7d7d7;
}
.mycontent-top>div:nth-child(1)>ul>li {
    float: left;
    margin-right: 45px;
}
.navList>div:nth-child(1)>ul>li{
	float: left;
    margin-right: 15px;
}
.navList>div:nth-child(1)>ul.ulBottom>li:first-child{
    margin-left: 0;
    margin-right:0;
}
.navList>div:nth-child(1)>ul.ulNav>li:not(:first-child) {
	float: left;
    margin-left: 60px;
    margin-right:0;
}

.navList .wid198{
	width:242px;
	margin-left:15px;
}
.navList .wid198 li{
	width:50%;
	margin-top:14px;
}
.navList>div:nth-child(1)>ul.wid198>li {
    margin-right:0;
}
.mycontent-top>div:nth-child(2) {
    width: 200px;
    height: 140px;
    position: relative;
}
.mycontent-middle>div:nth-child(2) {
    padding-top: 44px;
    padding-left: 15px;
    width: 690px;
    height: 450px;
}
.cityair:hover {
	background-color: #449ed4;
}

.train:hover {
	background-color: #449ed4;
}

.bgwitch {
    height: 156px;
    padding-top: 25px;
    text-align: center;
    background: #FFF;
    border-radius: 0 0 8px 8px;
}
.bgwitch p:nth-child(2) img{
	margin: 0 5px;
}
.bgwitch p{
	margin: 10px 0;
	font-size: 12px;
}
.bgwitch p:last-child{
	margin-top:20px;
}
.bgwitch p:first-child{
	display: inline-block;
	width: 180px;
	padding: 0 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}
/*.bgwitch p:nth-child(3) a{
	color: #0983df;
}*/
.bgwitch p:nth-child(3){
	text-decoration: underline;
}
/*****左侧列表*****/
/*内层列表*/
.table-hov{
	margin-bottom: 0;
	width: 308px;
	padding: 0 5px;
}
.table-hov tr {
	height: 50px;
	border-bottom: 1px solid #e9e9e9;
}
.table-hov tr:first-child{
	border-top: 1px solid #e9e9e9;
}
.table-hov tr:hover {
		background-color: #ebeff2;
}
.table-hov>tbody>tr div{
	display: inline-block;
	width: 50px;
}
.table-hov>tbody>tr>td>div{
	display: block;
	width: 100%;
	font-size: 12px;
	padding: 3px;
	padding-right: 10px;
}
.table-hov>tbody>tr>td{
	padding-left: 5px;
}
/*.table-hov>tbody>tr>td span:last-child{
	display: inline-block;
	float: right;
	padding-right: 5px;
}*/
.table-hov>tbody>tr>td>div .orange{
	display: inline-block;
	padding-left: 10px;
}

/*天润内层列表*/
.tabletr-hov{
	margin-bottom: 0;
	width: 308px;
	padding: 0 5px;
}
.tabletr-hov tr {
	height: 60px;
	border-bottom: 1px solid #e9e9e9;
}
.tabletr-hov tr:first-child{
	border-top: 1px solid #e9e9e9;
}
.tabletr-hov tr:hover {
		background-color: #ebeff2;
}
.tabletr-hov>tbody>tr div{
	display: inline-block;
	width: 50px;
}
.tabletr-hov>tbody>tr>td>div{
	display: block;
	width: 100%;
	font-size: 12px;
	padding: 3px;
	padding-right: 10px;
}
.tabletr-hov>tbody>tr>td{
	padding-left: 5px;
}
/*.table-hov>tbody>tr>td span:last-child{
	display: inline-block;
	float: right;
	padding-right: 5px;
}*/
.tabletr-hov>tbody>tr>td>div .orange{
	display: inline-block;
	padding-left: 10px;
}


/*外层*/
.tvrqst >li{
	vertical-align: middle;
	padding: 0 15px 0 0;
	border-bottom: 1px solid #DADADA;
}
.tvrqst >li:after{
	content: "";
	display: table;
	clear: both;
}
.tvrqst>li>a{
	border-left: 2px solid transparent;
	height: 50px;
	width: 13px;
	float: left;
}
.tvrqst>li>p{
	float: left;
	height:50px;
	line-height: 50px;
	margin-left: 10px;
}
.tvrqst>li div{
	width: 308px;
	max-height:130px;
	overflow-y:auto;
	overflow-x:hidden;
}
.tvrqst >li:first-child{
	border-top: 1px solid #DADADA;
}
.tvrqst >li:hover,.menuactive{
	cursor: pointer;
}

.tvrqst >li:hover a,.menu-a{
	border-left: 4px solid #026ac5 !important;
}
.tvaside{
	border: 1px solid #D7D7D7;
}
.tvrqst li>img {
    margin-top: 22px;
    width: 10px;
}
/*天润外层*/
.tvrqsttr >li{
	vertical-align: middle;
	padding: 0 15px 0 0;
	border-bottom: 1px solid #DADADA;
}
.tvrqsttr >li:after{
	content: "";
	display: table;
	clear: both;
}
.tvrqsttr>li>a{
	border-left: 2px solid transparent;
	height: 50px;
	width: 13px;
	float: left;
}
.tvrqsttr>li>p{
	float: left;
	height:50px;
	line-height: 50px;
	margin-left: 10px;
}
.tvrqsttr>li div{
	width: 308px;
	max-height:300px;
	overflow-y:auto;
	overflow-x:hidden;
}
.tvrqsttr >li:first-child{
	border-top: 1px solid #DADADA;
}
.tvrqsttr >li:hover,.menuactive{
	cursor: pointer;
}

.tvrqsttr >li:hover a,.menu-a{
	border-left: 4px solid #026ac5 !important;
}
.tvaside{
	border: 1px solid #D7D7D7;
}
.tvrqsttr li>img {
    margin-top: 22px;
    width: 10px;
}

/*表头*/
.tvxj{
	padding: 10px 0px 10px 5px;
	text-align: center;
	border-top: 2px solid #0067b6;
}
.tvxj>a{
	display: inline-block;
	color: #fff;
	margin-left: 50px;
	background-color: 	#53B5F9;
}
.tvxj>a:hover{
	background-color: #0983df;

}
.tvxj-more{
	float: right;
	margin: 20px 10px 0 0;
	display: inline-block;
	text-align: right;
}
.tvxj-more a{
	color:#0983df;
	font-size: 10px;
}
.spa{
	width: 5px;
}

/*天润表头*/
.tvxjtr{
	padding: 10px 50px 10px 5px;
	text-align: center;
	border-top: 2px solid #0067b6;
}
.tvxjtr>a{
	display: inline-block;
	color: #fff;
	margin-left: 50px;
	background-color: 	#53B5F9;
}
.tvxjtr>a:hover{
	background-color: #0983df;

}
.tvxjtr-more{
	float: right;
	margin: 20px 10px 0 0;
	display: inline-block;
	text-align: right;
}
.tvxjtr-more a{
	color:#0983df;
	font-size: 10px;
}
.spa{
	width: 5px;
}


/*右侧内容*/
.hctx{
	background-color: #fff;
	height: 230px;
	
}
.hctx img{
	width: 17px;
}
.hctx .layui-tab-title{
	padding:  0 0 0px 0px;
}
.hctx .layui-tab-title li{
	color: #0983df;
	border-top: 2px solid transparent;
	border-top-left-radius: 2px;
			height: 40px;
}
.hctx .layui-tab-title li:hover{
	background-color: #fff;
	border-top: 2px solid #0067b6;
}
.hctx>.layui-tab-title .layui-this {
    background-color: #fff;
		border-top: 2px solid #0067b6;
		color: #0983df;
		/*border-right: 1px solid #E2E2E2;*/
		
}
.hctx .layui-tab-content{
	padding-top: 3px;
}
.hctx-bottom>div:nth-child(1) {
    background-color: #fff;
    border-radius: 8px;
    height: 210px;
}
.hctx-bottom{
	margin-top: 15px;
}
/*新增出差申请单*/

.projectName{
	width: 90px;
	display: none;
}


/***************日期控件***************/
.ECalendarBox{
	z-index: 1;
	width: 200px;
}
.currenttime{
	display: none;
}
.ECalendarBox .currentdate h2 {
	font-size: 14px;
	text-align: center;
}
.ECalendarBox .currentdate {
	height: 25px;
	padding: 4px 4px ;
}
.ECalendarBox .oper {
    position: absolute;
    right: 4px;
		width: 100%;
		top: 0;
}
.ECalendarBox .oper li:first-child{
	position: absolute;
	left: 0;
	top: 0px;
}
.ECalendarBox .oper li:nth-child(2){
	position: absolute;
	right: 0;
	top:0px;
}
.ECalendarBox .oper li {
	height: 22px;
	line-height: 22px;
}
.ECalendarBox ul.week {
	margin-top: 0;
	background-color: #ddd;
	color: #333;
}
.ECalendarBox ul.day {
}
.ECalendarBox .head {
    position: relative;
     border-style: solid;
    border-top-width: 0px;
    border-left-width: 0px;
   border-right-width: 0px;
    border-bottom-width: 0;
}
.ECalendarBox ul.day li {
	height: 25px;
}
.ECalendarBox ul.day li{
	font-size: 12px;
	color: #0983df;
	color: #333;
	line-height: 22px;
}
.ECalendarBox li:hover {
	color: #fff;
}
/****************单订首页*******************/
.index1_bottom_right {
    width: 333px;
    float: left;
}
/*.index1_content_center{
	padding-left: 15px;
}*/
#myTabContent .tab-pane {
	border-radius: 5px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	height: 360px;
	width: 650px;
	margin-left: 0;
}
.mycontent .index1_content_left, .mycontent .index1_content_right, .mycontent .index1_content_center {
    height: 360px;
    float: left;
	  position: relative;
	}
	.mycontent .index1_content_center {
		width: 667px;
	}
	/*.mycontent-top, */
	.mycontent-middle {
		margin-top:10px;
	}
	.mycontent-middle>div:nth-child(2){
		padding-top: 0;
	}
	.index1_content_right_box {
	    height: 360px;
	    margin-left: 15px;
	    background: url(/static/images/denglehou/genrenzhongxintb.png) no-repeat left top;
	    background-color: #FFFFFF;
	}
	.index1_bottom_center {
    width: 742px;
    margin-left: 60px;
    float: left;
    margin-top: 30px;
}
.index1_bottom_right_box {
    height: 189px;
    margin-left: 30px;
     margin-top: 30px;
}
.borderr5 {
	height: 35px;
}
.userlog{
	top:10px;
}
/**/
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
	border-top: 0px;
	line-height: normal;
}
/*************style****************/
.index1-tabs .tkNav>a{
	border-top-left-radius: 5px;
	background: url(/static/images/denglehou/fjb.png) no-repeat;
	
	/*background: url(/static/images/travelRequest/bgfj.png) no-repeat -4px center;*/

}
.index1-tabs .zcpNav>a{
	border-top-left-radius: 5px;
	background: url(/static/images/denglehou/zcp-2.png) no-repeat;
	

}
.index1-tabs .htNav>a{
	background: url(/static/images/denglehou/jdb.png) no-repeat;
}
.index1-tabs .trNav>a{
	background: url(/static/images/denglehou/hcb.png) no-repeat;
}

.index1-tabs .carNav>a{
	background: url(/static/images/denglehou/ycb.png) no-repeat;
}

.index1-tabs .airportNav>a{
	background: url(/static/images/denglehou/jcfwb.png) no-repeat;
}

.index1-tabs .parkNav>a{
	background: url(/static/images/denglehou/dbcb.png) no-repeat;
	border-bottom-left-radius: 5px;
}

.mycontent .index1_content_left #myTab .tkNav:hover>a,.mycontent .index1_content_left #myTab li.sel.tkNav>a{
	background: url(/static/images/denglehou/fjl.png) no-repeat 10px 15px;
	background-size:18px 18px;
}
.mycontent .index1_content_left #myTab li.zcpNav:hover>a,.mycontent .index1_content_left #myTab li.sel.zcpNav>a{
	background: url(/static/images/denglehou/zcp-1.png) no-repeat 10px 15px;
	background-size:18px 18px;
}
.mycontent .index1_content_left #myTab li.htNav:hover>a,.mycontent .index1_content_left #myTab li.sel.htNav>a{
	background: url(/static/images/denglehou/jdl.png) no-repeat 10px 15px;
	background-size:18px 18px;
}
.mycontent .index1_content_left #myTab li.trNav:hover>a,.mycontent .index1_content_left #myTab li.sel.trNav>a{
	background: url(/static/images/denglehou/hcl.png) no-repeat 10px 20px;
	background-size:18px 10px;
}
.mycontent .index1_content_left #myTab li.carNav:hover>a,.mycontent .index1_content_left #myTab li.sel.carNav>a{
	background: url(/static/images/denglehou/ycl.png) no-repeat 10px 17px;
	background-size:18px 16px;
}
.mycontent .index1_content_left #myTab li.airportNav:hover>a,.mycontent .index1_content_left #myTab li.sel.airportNav>a{
	background: url(/static/images/denglehou/jcfwl.png) no-repeat 10px 15px;
	background-size:18px 18px;
}
.mycontent .index1_content_left #myTab li.parkNav:hover>a,.mycontent .index1_content_left #myTab li.sel.parkNav>a{
	background: url(/static/images/denglehou/dbcl.png) no-repeat 10px 15px;
	background-size:18px 18px;
}
/*
 * 这段注释去掉了主页左侧图标的鼠标悬停效果
.index1-tabs li:nth-child(1)>a:hover, .index1-tabs li:nth-child(1)>a.cur{
	background: url(/static/images/travelRequest/bgfj.png) no-repeat  top left;
	background-size: 82px 73px;
	background-color: transparent;
}
.index1-tabs li:nth-child(2)>a:hover, .index1-tabs li:nth-child(2)>a.cur{
	background: url(/static/images/travelRequest/bght.png) no-repeat  top left;
	background-size: 82px 73px;
	background-color: transparent;
}
.index1-tabs li:nth-child(3)>a:hover, .index1-tabs li:nth-child(3)>a.cur{
	background: url(/static/images/travelRequest/bgtr.png) no-repeat  top left;
	background-size: 82px 73px;
	background-color: transparent;
}
*/


.index1_content_right_box h4{
	height: 116px;
	line-height: 116px;
	text-align: center;
}
.index1_content_right_box div{
	height: 27px;
	/*text-align: center;*/
	padding-left: 70px;
	white-space: nowrap;
	width: 250px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index1_content_right_box p{
		padding-left: 70px;
		position: absolute;
		bottom: 30px;
}

.index1_bottom_head ul li{
	float:left;
}
.index1_bottom_head ul li a{
	width: 100px;
	height: 24px;
	float:left;
	text-align: center;
	line-height: 24px;
	background:url(/static/images/denglehou/jianbianhui.png) ;
	background-size:100% auto;
}
.index1_bottom_head ul li a:hover{
	text-decoration: none;
}
.index1_bottom_head ul li a.active{
	width: 100px;
	height: 24px;
	float:left;
	color: #ffffff;
	text-align: center;
	line-height: 24px;
	background:url(/static/images/denglehou/jianbianlan.png) ;
	background-size:100% auto;
}

.index1_bottom_head>ul>.more{
	float: right;
	height: 24px;
	line-height: 24px;
}
.index1_bottom_center_table thead{
	z-index: 1;
		position: absolute;
}

.index1_bottom_center_table th{
	padding: 15px 0;
	width: 93px;
	background-color:#f0f0f0 ;
	text-align: center;
}
#xingcheng{
	display: none;
}
#xingcheng th{
	padding: 15px 0;
	width: 109px;
	background-color:#f0f0f0 ;
	text-align: center;
}
#xingcheng tbody td{
	padding: 6px 0;
	width: 109px;
	text-align: center;
}
.index1_bottom_center_table{
			width: 650px;
			height: 165px;
			position: relative;
			overflow: hidden;
			border-bottom: 10px solid #FFFFFF;
			border-collapse:inherit;
}

.index1_bottom_center_table tbody{

		background-color:#ffffff ;
		position: absolute;
		top: 45px;
		left: 0;
		height: 110px;
		overflow-y: auto;
}
.index1_bottom_center_table tbody td{
	padding: 6px 0;
		width: 93px;
		text-align: center;
}


.index1_bottom_right_box_head a.head{
	width: 100px;
	height: 24px;
	float:left;
	color: #ffffff;
	text-align: center;
	line-height: 24px;
	background:url(/static/images/denglehou/jianbianlan.png) ;
	background-size:100% auto;
	display: block;
}
.index1_bottom_right_box .index1_bottom_right_box_qq{

	height: 165px;
		background: #FFFFFF;

}
.index1_bottom_right_box .index1_bottom_right_box_qq ul li b{
	display: inline-block;
	width: 50%;
	padding: 6px 0;
}

.index1_bottom_right_box .index1_bottom_right_box_qq ul li b span{
	display: inline-block;
	width: 50%;
		text-align: center;
		float: right;
}



.jipiao_form_left_huan{
	position: absolute;
		z-index: 1;
		top: 15px;
		left: 220px;
		width: 10px;
		height: 42px;
		border: 1px solid #f5a337;
		border-left: none;
		text-indent: 0;
		font: 12px/1.5 simsun, sans-serif;
}
.jipiao_form_left_huan a:hover {
		background-color: #06c;
		text-decoration: none;
}
.jipiao_form_left_huan a {
		position: absolute;
		z-index: 1;
		width: 18px;
		left: 3px;
		top: 12px;
		background-color: #f5a337;
		color: #fff;
		text-align: center;
}
.table_lunbo_btn{
			padding: 2px 12px;
		background: #f5a337;
		border-color: #f5a337;
		color: #ffffff;
		border: 1px solid transparent;
		cursor: pointer;
		border-radius: 4px;
}
.index1_content_right div .btn-blue{
	margin: 0 10px;
}
.index1_bottom_right_box_qq ul li b a{
	display: inline-block;
	width: 100%;
	text-align: right;
		color: #646464;
}


/***************style*******************/

/*个人中心*/
.userInfoNav
{
	height: 30px !important;
	border-bottom: 1px solid #52b5f9;
}
.userInfoNav .layui-this a{
	font-weight: normal;
	background-color: #52b5f9;
	color: #fff;
}
.userInfoNav li a{
	margin-right: 10px;
	border:1px solid #52b5f9;
	height: 30px;
	border-radius: 4px 4px 0 0;
}
.userInfoNav li a{
	color: #52b5f9;
	height: 30px !important;
	line-height: 30px;
	padding: 0 20px;
}
.userInfoNav li a:hover{
	background-color: #52b5f9;
	color: #fff;
}
.userInfoNav .layui-this:after {
	border: none;
}

.mytravel_left_box h4{
	margin: 10px 0;
}
.mytravel_left_box div {
    height: 28px;
    width: 140px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		text-align: left;
		padding-left: 10px;
}
.mytravel_right_box>div span:nth-of-type(even){
	display: inline-block;
	width: 120px;
}
.mytravel_right_box3{
	padding-left: 50px;
    height: 250px;
    display: inline-block;
    float: left;
    margin-top: 30px;
}
.mytravel_right_box3 div{
	padding: 10px 0;
}
.mytravel_right_box>div {
    padding: 10px 0;
}
.mytravel_right_box {
    width: 540px;
    height: 250px;
    display: inline-block;
    float: left;
		padding-left: 20px;
		padding-right: 20px;
    margin: 30px 0 30px 0;
		border-left: 1px solid #D7D7D7;
		border-right: 1px solid #D7D7D7;
}
.mytravel_left_box {
		width: 200px;
		margin: 0 0 0 20px;
    height: 290px;
    background: #FFFFFF;
    /*margin: 0 60px 0 50px;*/
    padding-right: 60px;
    /*width: 190px;*/
    display: inline-block;
    float: left;
    /*background: url(../images/travelmanagement/bg_border.jpg) no-repeat right center;*/
}
.uinfomidbox div span:nth-child(odd){
	width: 68px;
	text-align: right;
}
.mytravel_box_bottom {
	margin-top: 10px;
	border: 1px solid #d7d7d7;
}

.mytravel_box_bottom dl{
	width: 245px;
	height: 250px;
	float: left;
	padding: 0 12px;
}
.mytravel_box_bottom dl:nth-child(1){
	width: 255px;
	height: 250px;
	float: left;
	padding: 0 12px;
	text-align: center;
}
.mytravel_box_bottom dl dt{
	line-height: 56px;
	font-size: 18px;
	color: #0982df;
}
.mytravel_box_bottom dl dd{
	line-height: 32px;
}
ul.qbbb-tabs>li>a {
    display: block;
    padding: 6px 20px;
    border: 1px solid #52b5f9;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
}
/*编辑个人信息*/
.dcx:hover{color:#777;cursor:pointer;}
.editInfo{
	padding-left:20px
}
.editInfo>div:nth-child(1){
	height: 50px;
	margin: 10px 0;
}
.editInfo>div:nth-child(1) img{
	display: inline-block;
	width: 50px;
	vertical-align: text-bottom;
}
.editInfo>div:nth-child(1) div{
	display: inline-block;
	padding: 3px 0 0 3px;
}
.editInfo-lf,.editInfo-rgt{
	display: inline-block;
	width: 48%;
	float: left;
}
.editInfo-lf:after,.editInfo-rgt:after{
	content: "";
	display: table;
	clear: both;
}
.editInfo-lf select.form-control,.editInfo-rgt select.form-control{
	display: inline-block;
	width: 152px;
	font-size: 12px;
}
.editInfo-rgt div input[type='text'],.editInfo-lf div input[type='text']{
	width: 152px;
	font-size: 12px;
}
.editInfo-lf>div,.editInfo-rgt>div,.editInfo-last{
	display: inline-block;
	width: 100%;
	padding:10px 5px;
}
.editInfo-lf div label,.editInfo-rgt div label,.editInfo-last label{
	width: 86px;
	text-align: right;
	padding:0 10px;
}
.editInfo-rgt div:first-child input{
	width: 80px;
}
.editInfo-last input{
	width: 428px;
}
#engName1{
	width: 60px;
	font-size: 12px;
	padding-left: 2px;
	padding-right: 2px;
}
#engName2{
	padding-left: 2px;
	padding-right: 2px;
}
/*    修改密码*/
.pwdFrom{
	padding: 15px 0 0 74px;
}
.pwdFrom div{
	padding: 10px 20px 5px;
}
.pwdFrom input.form-control{
	width: 152px;
}
.pwdFrom span{
	display: inline-block;
	text-align: right;
	padding-right:10px;
	width: 80px;
}
.pwdFrom div:nth-child(4){
	color: #aaa;
	font-size: 12px;
}
.pwdipt{	
	width:180px;
	height:30px;
}
/*新增地址*/
.editAddres{
	padding-top: 10px;
}
.editAddres div{
	padding: 10px 20px 5px ;
}
.editAddres div:nth-child(2) input{
	width: 333px;
}
.xinghao{
	color: red;
}
.editAddres select{
	width: 92px;
}
.editAddres label{
	width: 90px;
	text-align: right;
	padding-right: 10px;
}

/*完成页*/
.xjtv-btn{
	display: inline-block;
	background-color: #0983df;
	color: #fff;
	height: 27px;
	line-height: 14px;
}

.xzxc , .bgxc  {
	padding: 20px 100px;
}
.xzxc img, .bgxc img{
	height: 16px;
}
.xzxc span, .bgxc span{
	display: inline-block;
	margin: 0 10px;
}
.xzxc p, .bgxc p {
    padding: 8px 0;
}
.xzxc div p:nth-child(2), .bgxc div p:nth-child(2)  {
	padding-left:100px;
}
.xzxc div, .bgxc div{
	padding-bottom: 10px;
}
.visbleSpan{
	display: inline-block;
	width: 36px;
}
.chidAbs{
	width: 220px;
	border: 1px solid #ddd;
	padding: 5px 10px;
	background-color: #fff;
	left: 300px;
}
.chidAbs p{
	padding: 5px;
}
/*支付*/
.payPage{
	width: 1000px;
	margin:50px auto;
}
.payPage .mafrom{
	padding: 15px;
}
.payPage>div div:first-child{
	width: 230px;
}

.payPage input{
	margin-top: 15px;
}
 .head-h5{
	 padding: 10px;
	 font-size: 14px;
	 font-weight: bold;
 }
  .head-h5 span:nth-child(2){
		color: #f5a337;
		font-size: 16px;
	}
 .head-h5{
 }
.paynav{
	height: 40px;
	padding-left: 10px;
}
.paynav li{
	border: 1px solid #ddd;
	border-bottom: 1px solid transparent;
	float: left;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	padding: 0 20px;
}
.paynav li:hover{
	cursor: pointer;
	color: #0983df;
	border: 1px solid #0983df;
	border-bottom: 1px solid transparent;
}

.paybody{
	border: 1px solid #0983df;
	height: 200px;
	background: #fff;
	*position: relative;
}
.paybody div.inner{
	padding: 10px 30px;
}
.paynav li.tab-active{
	border: 1px solid #0983df;
    border-bottom:1px solid transparent;
    background: #fff;
		height: 41px;
		padding-top: 1px;
		color: #0983df;
}
/***************************  2017 10 27 修改了订单列表的样式  很重要！！！没事勿动！！！*********************************/
.orderlist tr:not([tid])+tr[tid]{
	border:1px solid  #52b5f8;
	border-bottom: none;
	background: #f7f7f7;
}
.orderlist tr:not([tid])+tr[tid]+tr[tid]{
	border:1px solid  #52b5f8;
	border-top:none;
}
.orderlist tr:not([orderid])+tr[orderid]{
	border:1px solid #52b5f8;
	border-bottom: none;
	background:#f7f7f7;
}
.orderlist tr:not([orderid])+tr[orderid]+tr[orderid]{
	border:1px solid #52b5f8;
	border-top:none;
	background: none;
}
.travelmanagement_content:after{
	content: '';
	display: table;
	clear: both;
}
img+div.left>p.cor-black{
	color:rgb(51,51,51);
	font-weight: normal;
}
.yjorange>img.addRight{
	margin-right: 20px;
	margin-top:5px;
}
.yjorange>div.left>p.addTop:last-child{
	margin:5px 0;
}
.left20{
	margin-left:20px;
}
.btn-ss{
	width:88px;
	height:29px;
	color:#fff;
	background:#0983df;
	border-radius: 5px;
	margin-left:70px;
}
.pad10{
	padding: 10px;
}
.phover{
	cursor: pointer;
}
.phover:hover{
	background-color: #EEEEEE;
}
.font14{
	font-size: 14px;
}
.ver-txt-top{
	vertical-align: top;
}



/*置灰的颜色 start*/
.grayImport {
	color: #ccc!important;
}
.navGrayImport, .navGrayImport:hover{
	background: #ccc!important;
	color: #f5f5f5!important;
}

.mycontent .index1_content_left #myTab li.navGrayImport.tkNav:hover>a{
	background-image: url(/static/images/denglehou/fjb.png)!important;
	color: #f5f5f5!important;
}
.mycontent .index1_content_left #myTab li.navGrayImport.zcpNav:hover>a{
	background-image: url(/static/images/denglehou/zcp-2.png)!important;
	color: #f5f5f5!important;
}
.mycontent .index1_content_left #myTab li.navGrayImport.htNav:hover>a{
	background-image: url(/static/images/denglehou/jdb.png)!important;
	color: #f5f5f5!important;
}
.mycontent .index1_content_left #myTab li.navGrayImport.trNav:hover>a{
	background-image: url(/static/images/denglehou/hcb.png)!important;
	color: #f5f5f5!important;
}
.mycontent .index1_content_left #myTab li.navGrayImport.carNav:hover>a{
	background-image: url(/static/images/denglehou/ycb.png)!important;
	color: #f5f5f5!important;
}
.mycontent .index1_content_left #myTab li.navGrayImport.airportNav:hover>a{
	background-image: url(/static/images/denglehou/jcfwb.png)!important;
	color: #f5f5f5!important;
}
.mycontent .index1_content_left #myTab li.navGrayImport.parkNav:hover>a{
	background-image: url(/static/images/denglehou/dbcb.png)!important;
	color: #f5f5f5!important;
}
.ccsqdGray .cityair, .ccsqdGray .countryair,.ccsqdGray .cityhotel,.ccsqdGray .seahotel,.ccsqdGray .train{
	background: #ccc;
}
.homeCcsqdZcp .red {
	color: #f15626;
}

.zcp_pic_ccc, .ccsqdGray .zcp_pic {
	display: none;
}

.ccsqdGray .zcp_pic_ccc {
	display: inline-block;
}



.ccsqdGray .cityair+div,.ccsqdGray .countryair+div,.ccsqdGray .countryair+div,.ccsqdGray .cityhotel+div,.ccsqdGray .seahotel+div, .ccsqdGray .train+div{
	color: #ccc;
}

.mycontent-top>div:nth-child(1)>ul.ulBottom>li.ccsqdGray>a,.mycontent-top>div:nth-child(1)>ul.ulBottom>li.ccsqdGray>a:hover {
	color: #ccc;
}

.ccsqdGray2 .cityair, .ccsqdGray2 .countryair,.ccsqdGray2 .cityhotel,.ccsqdGray2 .seahotel,.ccsqdGray2 .train{
	background: #ccc;
}
.homeCcsqdZcp .red {
	color: #f15626;
}

.zcp_pic_ccc, .ccsqdGray2 .zcp_pic {
	display: none;
}

.ccsqdGray2 .zcp_pic_ccc {
	display: inline-block;
}



.ccsqdGray2 .cityair+div,.ccsqdGray2 .countryair+div,.ccsqdGray2 .countryair+div,.ccsqdGray2 .cityhotel+div,.ccsqdGray2 .seahotel+div, .ccsqdGray2 .train+div{
	color: #ccc;
}

.mycontent-top>div:nth-child(1)>ul.ulBottom>li.ccsqdGray2>a,.mycontent-top>div:nth-child(1)>ul.ulBottom>li.ccsqdGray2>a:hover {
	color: #ccc;
}

#myTab {
	height: 360px;
	background: #fff;
	border-bottom-left-radius: 6px;
}
/*置灰的颜色 End*/