﻿html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu,img{margin:0;padding:0;font-family: "微软雅黑";}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;outline:none;}
del,ins,u,s,a,a:hover{text-decoration:none;}
a:focus{outline:none}
a{
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}
/**{font-family: "微软雅黑";font-size: 14px;}*/
/*滚动条样式*/
::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}
::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}
button:hover{opacity: 0.8;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(37,119,227,0.2);
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(37,119,227,0.2);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(37,119,227,0.2);
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;}
select:focus{
	border:1px solid #2577E3 !important;
	outline:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px rgba(48,95,233,0.6);
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px rgba(48,95,233,0.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px rgba(48,95,233,0.6);
}
input:focus{
	border:1px solid #2577E3 !important;
	outline:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px rgba(48,95,233,0.6);
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px rgba(48,95,233,0.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px rgba(48,95,233,0.6);
}
html,
body {
	position: relative;
	background-color: #FFFFFF;
	/*width: 100%;*/
	/*height: 100%;*/
	min-width: 1280px;
}
.red{color:#ff3333;vertical-align: middle;}
.top{
	width: 100%;
	background:url(../images/logo_bj.png) repeat-x;
	height: 75px;
	line-height:75px;
	position: absolute;
	z-index: 2;
	display: flex;
	padding-left: 10%;
}
.top img{
	vertical-align: middle;
	/* margin-left: 10%; */
	margin-top: -5px;
}
.banner{
	width: 100%;
	height: 690px;
	overflow: hidden;
}
.banner img{
	width: 100%;
	margin-top:30px;
}
.login{
	background: url(../images/bg.png) no-repeat;
	width: 354px;
	height: 336px;
	position: absolute;
	right: 15%;
	top:27%;
	text-align: center;
}
.login h1{
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 10px;
	color: #333333;
}
.login form input{
	border: 0;
	margin: 10px 0;
	font-size: 14px;
	font-weight: bold;
	padding-left: 60px;
}
.login .text{
	background: url(../images/k1.png) no-repeat;
	width: 221px;
	height: 40px;
	border: 1px solid #dcdee2;
	border-radius: 4px;
}
.login .password{
	background: url(../images/k2.png) no-repeat;
	width: 221px;
	height: 40px;
	border: 1px solid #dcdee2;
	border-radius: 4px;
}
.login a{
	color: #ff9900;
	font-size: 14px;
	display: inline-block;
	width: 40%;
	text-align: left;
}
.login form button{
	background: url(../images/button.png) no-repeat;
	width: 286px;
	height: 42px;
	border: 0;
	margin-top: 26px;
}
.copy {
	text-align: center;
	margin: 15px;
}
.copy ul li{
	width: 30%;
	display: inline-block;
	text-align: left;
	font-size: 13px;
	color: #333333;
	margin: 2px;
	padding-left: 5%;
}
/*导航样式开始*/
.nav {
	background:url(../images/menu.png) repeat-x bottom;
	width:90%;
	height: 37px;
	line-height:37px;
	color: #FFFFFF;
	display: block;
	padding-top: 75px;
	padding-left: 10%;
	margin-bottom: 15px;
}
.nav .m {
	color: #FFFFFF;
	font-size: 14px;
	width: 100px;
	height: 41px;
	text-align: center;
	display: inline-block;
	float: left;
	margin-top: -4px;
}
.nav .m:hover {
	background: url(../images/xz.png);

}
.nav .m p{
	text-align: center;
}
.nav .m p span{
	color: #FFFFFF;
}
.nav .m p img{
	position: relative;
	margin-left: 3px;
	top: -2px;
}
.nav .m .sub{
	background-color: #0167cb;
	text-align: center;
	display: none;
	position: relative;
	z-index: 6;
	margin-top: 3px;
}
.nav .m .sub li{
	background-color: #0167cb;
	width: 100%;
	height: 40px;
	line-height: 40px;
}
.nav .m .sub li a{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	height: 40px;
}
.nav .m .sub li:hover{
	background-color: #0B80D9;

}
.nav .activeA{
	background: url(../images/xz.png);
}
.menuT{
	float: right;
	margin-right: 9%;
}
.menuT a{
	color: #FFFFFF;
	font-size: 14px;
	width: 40px;
	height: 41px;
	text-align: center;
	display: inline-block;
	float: left;
}
.menuT a img{
	vertical-align: middle;
	margin-top: -5px;
}
/*导航样式结束*/
.regist{
	padding-top: 110px;
	text-align: center;
}
.regist form{
	padding:30px 0  80px 0;
	width: 72%;
	margin:30px auto;
}
.regist .registTitle {
	width: 100%;
	font-size: 20px;
	text-align: center;
	color: #495060;
	line-height: 30px;
	margin-bottom: 15px;
}
.regist form{
	font-size: 14px;
	color: #333333;
}
.regist ul li{
	padding: 12px 0;
}
.regist ul li label{
	width: 150px;
	display: inline-block;
	text-align: right;
	padding-right: 5px;
}
.regist ul li input{
	display: inline-block;
	width: 40%;
	height: 32px;
	line-height:32px;
	padding: 4px 7px;
	font-size: 14px;
	border: 1px solid #dcdee2;
	border-radius: 4px;
	color: #515a6e;
	background-color: #fff;
	background-image: none;
	position: relative;
	cursor: text;
	transition: border .2s ease-in-out,background .2s ease-in-out,box-shadow .2s ease-in-out;
}
.regist ul li select {
	display: inline-block;
	width: 40%;
	height: 32px;
	line-height:32px;
	padding: 4px 7px;
	font-size: 14px;
	border: 1px solid #dcdee2;
	border-radius: 4px;
	color: #515a6e;
	background-color: #fff;
	background-image: none;
	position: relative;
	cursor: text;
	transition: border .2s ease-in-out,background .2s ease-in-out,box-shadow .2s ease-in-out;
}
.regist ul li textarea {
	display: inline-block;
	width: 40%;
	height: 100px;
	line-height:25px;
	padding: 4px 7px;
	font-size: 14px;
	border: 1px solid #dcdee2;
	border-radius: 4px;
	color: #515a6e;
	background-color: #fff;
	background-image: none;
	position: relative;
	cursor: text;
	transition: border .2s ease-in-out,background .2s ease-in-out,box-shadow .2s ease-in-out;
}
.regist ul li .ivu-radio-input{
	width: 16px;
	vertical-align: middle;
	margin-right:8px;
}
.regist ul li font{
	width: 39%;
	display: inline-block;
	text-align: left;
}
.regist ul li label font{
	width: 10%;
	display: inline-block;
	text-align: left;
	color: #ed4014;
}
.regist ul li span{
	display:block;
	text-align: left;
	margin-left: 37%;
	margin-top: 15px;
}
.regist ul li span img{
	vertical-align: middle;
}
.regist ul li span a{
	color: #57a3f3;
	margin-left: 10px;
}
.regist ul li p{
	display: inline-block;
	width: 42%;
	text-align:left;
}
.ivu-btn{
	color: #fff;
	background-color: #2d8cf0;
	border-color: #2d8cf0;
	border: 0;
	padding: 8px 12px;
	border-radius: 4px;
	margin-top: 10px;
	font-size: 13px;
}
.regist button{
	float: left;
	margin-left: 37%;
}

/*班列订舱*/
.menu{
	background:url(../images/menu.png) repeat-x bottom;
	width:100%;
	height: 37px;
	line-height:37px;
	color: #FFFFFF;
	display: block;
	padding-top: 75px;
}

.newmenu{
	background:url(../images/menu.png) repeat-x bottom;
	width:100%;
	height: 37px;
	line-height:37px;
	color: #FFFFFF;
	display: block;
	padding-top: 75px;
}

.menu a:first-of-type{margin-left: 10%;}
.menu a{
	color: #FFFFFF;
	font-size: 14px;
	width: 100px;
	height: 40px;
	text-align: center;
	display: inline-block;
	float: left;
	margin-top: -3px;
}
.menu a:hover{
	background: url(../images/xz.png) no-repeat center top;
}
.menu a.active{
	background: url(../images/xz.png) no-repeat center top;
}
.menu span {
	margin-right: 100px;
	float: right;
	width: 12%;
}
.menu span a{
	color: #FFFFFF;
	font-size: 14px;
	width: 40px;
	height: 41px;
	text-align: center;
	display: inline-block;
	float: left;
}
.menu span a img{
	vertical-align: middle;
}

.use{
	position: absolute;
	z-index: 3;
	font-size: 14px;
	color: #666666;
	right: 10%;
	top: 3%;
}
.use a{
	color: #ed4014;
}
.trip{
	width:80%;
	margin: 0 auto;
	margin-top: 5px;
}
.trip form{
	width:98%;
	display: block;
	background: #f0f0f0;
	padding: 1%;
}
.trip form ul li{
	font-size: 14px;
	color: #333333;
	display: inline-block;
	margin: 10px 35px 10px 20px;
}
.trip form ul li:last-child{
	margin: 10px 0 10px 20px;
}
.trip .ng-pristine ul li{
	font-size: 14px;
	color: #333333;
	display: inline-block;
	margin: 10px 1% 10px 20px;
}
.trip ul li a img{
	vertical-align: middle;
}
.trip form select{
	display: inline-block;
	width: 126px;
	height: 32px;
	line-height: 32px;
	padding: 2px 5px;
	font-size: 14px;
	border: 1px solid #dcdee2;
	border-radius: 4px;
	color: #515a6e;
	background-color: #fff;
	margin-left: 5px;
}
.trip form input{
	display: inline-block;
	width: 126px;
	height: 26px;
	line-height: 26px;
	padding: 2px 5px;
	font-size: 14px;
	border: 1px solid #dcdee2;
	border-radius: 4px;
	color: #515a6e;
	background-color: #fff;
	margin-left: 5px;
}
.trip .fcrq{
	background:#FFFFFF  url(../images/rl.png) no-repeat 110px center;
}
.trip ul:nth-child(3)  select{
	width: 381px;
}
.list{
	width: 80%;
	margin: 0 auto;
	margin-top: 10px;
}
.list ul{
	padding: 10px 0;
	/*border-bottom: 1px solid #dcdee0;*/
}
.list ul li{
	width: 22%;
	display: inline-block;
	vertical-align: middle;
	padding: 10px 0;
	font-size: 14px;
}
.list ul li p{
	display: block;
}
.list ul li p font{
	color: red;
}
.list h1{
	background: #eff6ff;
	width: 100%;
	text-align: center;
}
.list h1 img{
	vertical-align: middle;
}
.list h1 a{
	width: 14.6%;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	height: 52px;
	line-height: 52px;
	border-top: 2px solid #eff6ff;
}
.list h1 a.active{
	border-top: 2px solid #2577e3;
	background: #FFFFFF;
}
.list h1 .jt{
	width: 3.7%;
}
.list h1 .jt:hover{
	border-top: 2px solid #FFFFFF;
	background: #eff6ff;
}
.list .fist{
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	width: 25%;
	text-align: center;
}
.list .two{
	text-align: left;
	width: 22%;
	color: #666666;
}
.list .three{
	text-align: left;
	width: 22%;
	color: #666666;
}
.list .four{
	text-align: left;
	width: 17%;
	color: #666666;
}
.list .last{
	text-align: center;
	width: 12%;
	color: #666666;
}
.list ul li p{
	padding: 2px 0;
}
.Yd{
	background: #ff9900;
	border-radius: 4px;
	padding: 6px 12px;
	color: #FFFFFF;
	font-size: 13px;
	display:inline-block;
	margin-bottom: 10px;
	margin-top: 5px;
}
.Yd:hover{
	-moz-box-shadow:inset 0 0 1px #fff,
	inset 4px 4px 20px rgba(255,255,255,0.23),
	inset -2px -2px 10px rgba(255,255,255,0.15);
	box-shadow:inset 0 0 1px #fff,
	inset 4px 4px 20px rgba(255,255,255,0.23),
	inset -2px -2px 10px rgba(255,255,255,0.15);

}
.Nyd{
	background: #666666;
	border-radius: 4px;
	padding: 6px 12px;
	color: #FFFFFF;
	font-size: 13px;
	display:inline-block;
	margin-bottom: 10px;
	margin-top: 5px;
}
/*9预定*/
.YD{
	width: 80%;
	margin: 0 auto;
	font-size: 14px;
	color: #333333;
	margin-top: 12px;
}
.YD h1{
	width: 100%;
	background: #eff6ff;
	height: 44px;
	line-height: 44px;
	color: #2577E3;
	font-size: 16px;
	font-weight: bold;
}
.YD h1 img{
	vertical-align: middle;
	margin: -3px 5px 0 10px;
}
.YD select{
	display: inline-block;
	width: 369px;
	height: 32px;
	line-height: 32px;
	padding: 2px 5px;
	font-size: 14px;
	border: 1px solid #dcdee2;
	border-radius: 4px;
	color: #515a6e;
	background-color: #fff;
	margin-left: 5px;
}
.YD form{
	padding: 10px 0 0 6px;
	width: 100%;
	display: block;
	margin-top: 12px;
}
.YD ul{
	margin-top: 18px;
	margin-bottom: 14px;
}
.YD ul li{
	width: 23%;
	display: inline-block;
	vertical-align: middle;
	padding: 5px;
	font-size: 14px;
}
.ysyw{
	width: 80%;
	margin: 0 auto;
	font-size: 14px;
	color: #333333;
}
.ysyw ul{
	text-align: center;
}
.order ul:first-of-type{
	font-weight: bold;
}
.ysyw h1{
	width: 100%;
	background: #eff6ff;
	height: 44px;
	line-height: 44px;
	color: #2577E3;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0;
    text-align: left;
}
.ysyw h1 img{
	vertical-align: middle;
	margin: -3px 5px 0 10px;
}
.order ul li{
	display: inline-block;
	padding-top: 6px;
	text-align: center;
	height: 32px;
	line-height: 32px;
}
.ysyw ul li{
	width: 7.8%;
	display: inline-block;
	padding-top: 5px;
	text-align: center;
}
.trip ul li a:first-of-type{
	margin-right:10px;
}
.order{
    padding-bottom: 30px;
}
.order ul li:first-of-type{
	width: 19%;
}

.order ul li:last-child{
	width: 13%;
	/*text-align: left;*/
}
.order ul:nth-child(odd){
	background-color: #eff6ff;
}
.ysyw  select{
	display: inline-block;
	width: 85px;
	height: 28px;
	line-height: 28px;
	padding: 2px 5px;
	font-size: 14px;
	border: 1px solid #dcdee2;
	border-radius: 4px;
	color: #515a6e;
	background-color: #fff;
	margin-left: 5px;
}
/*.ysyw input{*/
	/*display: inline-block;*/
	/*width: 76px;*/
	/*height: 22px;*/
	/*line-height: 22px;*/
	/*padding: 2px 5px;*/
	/*font-size: 14px;*/
	/*border: 1px solid #dcdee2;*/
	/*border-radius: 4px;*/
	/*color: #515a6e;*/
	/*background-color: #fff;*/
	/*margin-left: 5px;*/
/*}*/
.copy-btn{
	background: #2db7f5;
	border-radius: 4px;
	padding: 4px 6px;
	color: #FFFFFF;
	font-size: 13px;
	margin: 0 3px;
}
.delete{
	background: #ff3333;
	border-radius: 4px;
	padding: 4px 6px;
	color: #FFFFFF;
	font-size: 13px;
}
.blue{
	background:#2577e3;
	border-radius: 4px;
	padding: 4px 6px;
	font-size: 13px;
	display:inline-block;
	color: #FFFFFF;
}
.addA{
	text-align: center;
	margin-bottom: 20px;
}
.addA a{
	background: #ffffff;
	border-radius: 4px;
	padding: 5px 25px;
	color: #333333;
	font-size: 13px;
	display:inline-block;
	margin: 0 auto;
	margin-top: 20px;
	border: 1px solid #cfd1d5;
}
.addA a:hover{
	border: 1px solid #2577e3;color: #2577e3;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(37,119,227,0.2);
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(37,119,227,0.2);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(37,119,227,0.2);
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
}
.ysyw p{
	width: 45%;
	display: inline-block;
	padding-top: 8px;
}
.ysyw .ivu-radio-input {
	width: 16px;
	vertical-align: middle;
	margin-right: 8px;
}
.ysyw .dcxz{
	text-align: center;width: 100%;
	margin: 20px 0;
}
.dcxz input{
	width: 14px;
	vertical-align: middle;
	margin-right: 8px;
	border: 1px solid #dcdee2;
}
.dcxz a{
	color:#2577E3;
	text-decoration:underline;
}
/*遮罩*/
.mask{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: .7;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	top: 0;
	left: 0;
	z-index: 6;
	display: none;
}
.add{
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -470px;
	margin-top: -300px;
	width: 920px;
	height: 600px;
	background-color: #FFFFFF;
	z-index: 7;
	border-radius: 5px;
	display: none;
}
.titleName{
	position: relative;
	text-align: center;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
	border-bottom: 1px solid #dcdee0;
	font-weight: bold;
}
.titleName img{
	position: absolute;
	right: 10px;
	top: 9px;
	cursor: pointer;
}
.tkys{
	width:96%;
	margin: 0 auto;
	padding-top: 1%;
	font-size: 14px;
	color: #333333;
}
.tkys h1{
	width: 100%;
	background: #eff6ff;
	height: 40px;
	line-height: 40px;
	color: #2577E3;
	font-size: 16px;
	font-weight: bold;
}
.tkys h1 font{
	float: right;
	color: #ff6000;
	margin-right: 10px;
	font-weight: normal;
}
.tkys h1 img{
	vertical-align: middle;
	margin: -3px 5px 0 10px;
}
.tkys ul{
	margin-top: 8px;
}
.tkys ul li{
	width: 10.5%;
	display: inline-block;
	padding: 2px 0;
	text-align: center;
}
.zje {
	float: right;
	color: #ff6000;
	margin-right: 10px;
	font-weight: bold;
	font-size: 15px;
	margin-top: 10px;
}
.btn{
	text-align: center;
}
.btn-1 {
	background: #19be6b;
	border-radius: 4px;
	padding: 8px;
	color: #ffffff;
	font-size: 14px;
	display: inline-block;
	width: 200px;
	border: 1px;
	position: fixed;
	top: 79%;
	left: 41.6%;
}
/*date*/
.wui-area {
	margin-bottom: 30px;
}
/*上次图片*/
._filelist li{/*这个选择器一定要有宽高，否则图片显示不出来，因为它里面的内容是绝对定位的*/
	width: 180px;
	height: 160px;
}
.choose-file-btn{
	width: 100px;
	height: 75px;
	overflow: hidden;
	background: url(../images/upload-bj.png) no-repeat;
}
.wxts{
	color: #FF9900;
	font-size: 14px;
	margin: 10px 0;
}
.ysyw h4{
	color: #FF9900;
	font-size: 14px;
	margin: 10px 0;
	font-weight: normal;
}
/*选项卡样式*/
.tab-content>.tab-pane{display:none;visibility:hidden;}
.tab-content>.active{display:block;visibility:visible;}
.active ul{
	text-align: center;
}
.active ul li img{
	width: 46%;
	margin: 20px;
}
.active ul li h1{
	font-size: 17px;
	color: #666666;
}
.zgzh{
	background: #eff6ff;
	width: 80%;
	margin: 0 auto;
	font-size: 14px;
	color: #333333;
}
.zgzh a{
	color: #333333;
	height: 40px;
	display: inline-block;
	line-height: 40px;
	width: 10%;
	text-align: center;
}
.zgzh a.active{
	color: #2577e3;
	border-bottom: 3px solid #2577e3;
	border-left: 0px;
}
.act{
	border-bottom: 1px solid #d8d8d8;
}
article{
	width: 100%;
	text-align: center;
	margin: 0 auto;
	background: #ffffff;
	margin-bottom: 10px;
}
article:last-of-type{
	width: 100%;
	text-align: center;
	margin: 0 auto;
	background: #ffffff;
	margin-bottom: 0px;
}
article ul {
	width: 100%;
	margin: 0 auto;
}
article ul li{
	border-bottom: 1px solid #e3e3e3;
	padding: 9px 0;
	font-size: 13px;
	width: 100%;
	display: inline-block;
}
article ul li:last-of-type{
	border-bottom: 0px;
}
article ul li span{
	float:left;
	color: #333333;
	margin-left: 10px;
	width: 25%;
	text-align: left;
}
article ul li font{
	text-align: right;
	color: #666666;
	margin-right: 10px;
	width: 68%;
	float: right;
}
.active p{
	width: 92%;
	color:#999999;
	font-size: 12px;
	margin: 0 auto;
	padding-top: 10px;
}
.je{
	color: #ff6666;
}
/*date*/
.wui-area {
	margin-bottom: 30px;
}
/*上传图片*/
._filelist li{/*这个选择器一定要有宽高，否则图片显示不出来，因为它里面的内容是绝对定位的*/
	width: 180px;
	height: 160px;
}
.choose-file-btn{
	width: 100px;
	height: 75px;
	overflow: hidden;
	background: url(../images/upload-bj.png) no-repeat;
	margin: 12px 0 0px 10px;
}
/*page*/
.page{
	width: 100%;
	text-align: center;
	margin: 30px 0;
}
.page a{
	border: 1px solid #dcdee2;
	border-radius: 4px;
	color: #515a6e;
	background-color: #fff;
	padding: 2px 8px;
}
.page a:hover{
	border: 1px solid #2577e3;
	border-radius: 4px;
	color: #2577e3;
}
.page a.active{
	border: 1px solid #2577e3;
	border-radius: 4px;
	color: #2577e3;
}
.page select {
	display: inline-block;
	width: 85px;
	height: 26px;
	line-height: 26px;
	padding: 2px 5px;
	font-size: 14px;
	border: 1px solid #dcdee2;
	border-radius: 4px;
	color: #515a6e;
	background-color: #fff;
	margin-left: 5px;
}
.gq select {
	display: inline-block;
	width: 90%;
	height: 32px;
	line-height: 32px;
	padding: 2px 5px;
	font-size: 14px;
	border: 1px solid #dcdee2;
	border-radius: 4px;
	color: #515a6e;
	background-color: #fff;
	margin-left: 5px;
}
.gq{
	position: fixed;
	top: 50%;
	left: 44%;
	margin-left: -300px;
	margin-top: -200px;
	width: 800px;
	/*height: 310px;*/
	background-color: #FFFFFF;
	z-index: 7;
	border-radius: 5px;
	display: none;
}
.gq ul{
	margin-left: 40px;
}
.gq ul li{
	width: 100%;
}
.gq label{
	width: 100%;
	display: inline-block;
	color: #333333;
	font-size: 14px;
	padding: 20px 0;
}
.gq .title{
	display: inline-block;
	width: 90%;
	height: 32px;
	line-height: 32px;
	padding: 2px 5px;
	font-size: 14px;
	color: #2577e3;
	background-color: #fff;
	margin-left: 5px;
}
.btnC {
	text-align: center;
	margin-top: 34px;
}
.sure{
	background: #2577e3;
	border-radius: 4px;
	padding: 5px;
	color: #ffffff;
	font-size: 14px;
	display: inline-block;
	margin: 0 auto;
	width: 15%;
	border: 1px solid #2577e3;
	margin: 10px;
}
.sure:hover{
	opacity: 0.7;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(37,119,227,0.2);
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(37,119,227,0.2);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(37,119,227,0.2);
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
}
.ysyw ul li a:hover{
	opacity: 0.7;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(37,119,227,0.2);
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(37,119,227,0.2);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(37,119,227,0.2);
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
}
.cancel{
	background: #FFFFFF;
	border-radius: 4px;
	padding: 5px;
	color: #666666;
	font-size: 14px;
	display: inline-block;
	margin: 0 auto;
	width: 15%;
	border: 1px solid #dcdee2;
	margin: 10px;
}
.cancel:hover{
	border: 1px solid #2577e3;color: #2577e3;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(37,119,227,0.2);
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(37,119,227,0.2);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(37,119,227,0.2);
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
}
.ckbox input{
	display: inline-block;
	width:16px ;
	height: 16px;
	line-height: 22px;
	padding: 2px 5px;
	font-size: 14px;
	border: 1px solid #dcdee2;
	border-radius: 0px;
	color: #515a6e;
	background-color: #fff;
	vertical-align: middle;
}
/*时间切换*/
#timeLine{
	width: 100%;
	margin:10px auto;
	/*border:  solid 1px #434343;*/
	/*background: rgba(500,500,500,0.9);*/
	overflow: hidden;
}
#yearList{
	width: 100%;
	list-style: none;
	position: relative;
	/*left: 457px;*/
	margin-left: 457px;
}
#yearList:after,.container-li:after{
	content: "";
	display: table;
	clear: both;
}
#yearList li{
	float: left;
	cursor: pointer;
	text-align: center;
	font-size: 21px;
	padding: 10px 20px;
}
.year-dot{
	width: 10px; height: 10px; border-radius: 5px;
	background-color: #002f21;
	margin: 10px auto;
	display: block;
}
.dotted-line{
	border-bottom: dashed 2px  #7b7d7b;
	position: relative;
	top: -26px;
	z-index: -1;
}
#cList{
	width: 100%;
	position: relative;
	background: #eff6ff;;
}
#btnLeft{
	width: 50px; height:50px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 10px;
	text-align: center;
	line-height: 40px;
}
#btnRight{
	width: 50px; height: 50px;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 10px;
	text-align: center;
	line-height: 40px;
}
#cUl{
	width: 100%;
	list-style: none;
	height:50px;
	margin: 0 auto;
	position: relative;
	left: 0px;
	line-height: 30px;
}
#cUl li{
	width: 100%;
	position: absolute;
	padding: 0;
}
.li-tit.active {
	border-top: 2px solid #2577e3;
	background: #FFFFFF;
	line-height: 48px;
	margin-top: -10px;
}
.li-tit{
	width: 14%;
	float: left;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	border-top: 2px solid #eff6ff;

}
.container-li{
	width: 100%;
	padding: 20px 50px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: solid 1px #434343;
}
.c-li-left{
	width: 40%;
	float: left;
}
.c-li-right{
	width: 60%;
	float: right;
}
.year-active{
	color: red;
}
.year-active i{
	background-color: red;
}

/**服务订舱协议**/
.regist ul li a {
	color: #57a3f3;
	margin-left: 0px;
}
.bounce{
	width: 100%;
	position: fixed;
	top: 0%;
	left: 0%;
	background-color: #FFFFFF;
	z-index: 7;
	border-radius: 5px;
	display: none;
	overflow: auto;
	height: 100%;
	-webkit-animation-duration:0.5s;
	animation-duration:0.5s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both
}
.agree{
	width: 66%;
	margin: 0 auto;
	padding: 30px 0;
	border-bottom: 1px solid #ebebeb;
}
.agree h1{
	text-align: center;
	font-size: 24px;
	color: #333333;
	margin: 10px 0;
}
.agree h2{
	text-align: left;
	font-size: 18px;
	color: #333333;
	padding: 8px 0;
}
.agree p{
	text-indent: 32px;
	line-height: 28px;
	color: #666;
}
.off{
	position: absolute;
	top: 3%;
	right: 3%;
}
.inner-container::-webkit-scrollbar {
	display: none;
}
.bounce::webkit-scrollbar-track{
	display: none;
}

/**客户信息编辑**/
.edit{
	width: 80%;
	margin: 0 auto;
	padding-top: 1%;
	font-size: 14px;
	color: #333333;
}
.edit h1{
	width: 100%;
	background: #eff6ff;
	height: 44px;
	line-height: 44px;
	color: #2577E3;
	font-size: 16px;
	font-weight: bold;
}
.edit h1 a{
	float: right;
	margin-right: 10px;
}
.edit h1 img{
	vertical-align: middle;
	margin: -3px 5px 0 10px;
}
.edit form{
	padding-top: 10px;
	width: 100%;
	display: block;
}
.edit ul li{
	width: 48%;
	display: inline-block;
	vertical-align: middle;
	padding: 6px 0;
	font-size: 14px;
}
.edit ul li p{
	margin-right: 3px;
}
.cor-1{
	text-align: right;
	width: 90px;
	display: inherit;
	color: #333;
}
.cor-1 p{
	display: inline-block;
}
.cor-2{
	text-align: right;
	width: 126px;
	display: inherit;
}

.form-s[disabled],
.form-1[readonly],.form-2[readonly]{
	background-color: #eee!important;
	opacity: 1;
}

.edit .form-1{
	display: inline-block;
	width: 369px;
	height: 26px;
	line-height: 26px;
	padding: 2px 5px;
	font-size: 14px;
	border: 1px solid #dcdee2;
	border-radius: 4px;
	color: #515a6e;
	background-color: #fff;
	margin-left: 5px;
}
.edit .form-2{
	display: inline-block;
	width: 259px;
	height: 26px;
	line-height: 26px;
	padding: 2px 5px;
	font-size: 14px;
	border: 1px solid #dcdee2;
	border-radius: 4px;
	color: #515a6e;
	background-color: #fff;
	margin-left: 5px;
}
.edit .form-s{
	display: inline-block;
	width: 100px;
	height:32px;
	line-height: 32px;
	padding: 2px 5px;
	font-size: 14px;
	border: 1px solid #dcdee2;
	border-radius: 4px;
	color: #515a6e;
	background-color: #fff;
	margin-left: 5px;
}
.btn button{margin:10px;}
.submit{
	background: #2d8cf0;
	border-radius: 4px;
	padding: 5px 25px;
	color: #ffffff;
	font-size: 13px;
	display: inline-block;
	margin: 0 auto;
	border: 1px solid #2d8cf0;
}
.cancel-1{
	background: #ffffff;
	border-radius: 4px;
	padding: 5px 25px;
	color: #333333;
	font-size: 13px;
	display: inline-block;
	margin: 0 auto;
	border: 1px solid #cfd1d5;
}
.edit .Title{
	font-weight: bold;
}
.edit .employ{
	padding: 10px 0;
}
.edit .employ li{
	width: 100%;
}
.edit .employ li span{
	width: 15%;
	text-align: center;
	display: inline-block;
}
.add-yg,.edit-box,.reset-box{
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -350px;
	margin-top: -210px;
	width: 600px;
	height: 360px;
	background-color: #FFFFFF;
	z-index: 7;
	border-radius: 5px;
	display: none;
	-webkit-animation-duration:0.5s;
	animation-duration:0.5s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both
}
.form-box{
	width: 100%;
	text-align: center;
}
.form-box ul{
	padding: 20px 0;
	text-align: left;
	margin-left: 80px;
}
.form-box li{
	width: 40%;
	display: inline-block;
	margin: 10px 5px;
	text-align: left;
}
.form-box input{
	display: inline-block;
	width: 126px;
	height: 26px;
	line-height: 26px;
	padding: 2px 5px;
	font-size: 14px;
	border: 1px solid #dcdee2;
	border-radius: 4px;
	color: #515a6e;
	background-color: #fff;
	margin-left: 5px;
}
.form-box select{
	display: inline-block;
	width: 136px;
	height: 30px;
	line-height: 26px;
	padding: 2px 5px;
	font-size: 14px;
	border: 1px solid #dcdee2;
	border-radius: 4px;
	color: #515a6e;
	background-color: #fff;
	margin-left: 5px;
}
.delete-box{
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -150px;
	width: 500px;
	height: 200px;
	background-color: #FFFFFF;
	z-index: 7;
	border-radius: 5px;
	display: none;
	-webkit-animation-duration:0.5s;
	animation-duration:0.5s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both
}
.prompt-box{
	text-align: left;
	padding: 40px 0;
	width: 60%;
	margin: 0 auto;
}
.prompt-box h1{
	font-size: 16px;
	margin: 10px 15px;
}
.prompt-box h1 img{
	margin-right: 20px;
	margin-top: -3px;
}
.prompt-box p{
	margin-left: 60px;
	margin-bottom: 20px;
}
.reset-box .form-box li{
	width: 100%;
	display: inline-block;
	margin: 10px 5px;
	text-align: left;
}
.reset-box .form-box input{
	display: inline-block;
	width: 260px;
	height: 26px;
	line-height: 26px;
	padding: 2px 5px;
	font-size: 14px;
	border: 1px solid #dcdee2;
	border-radius: 4px;
	color: #515a6e;
	background-color: #fff;
	margin-left: 5px;
}
.reset-box .red{
	font-size: 12px;
	margin-left: 10px;
}
.reset-box .form-box ul{
	padding: 40px 0;
	text-align: left;
	margin-left: 110px;
}
/*animat*/

@keyframes zoomIn {
	0% {
		opacity:0;
		-webkit-transform:scale3d(.5,.5,.5);
		-ms-transform:scale3d(.5,.5,.5);
		transform:scale3d(.5,.5,.5)
	}
	50% {
		opacity:1
	}
}
.zoomIn {
	-webkit-animation-name:zoomIn;
	animation-name:zoomIn
}
.Yd:hover{
	-moz-box-shadow:inset 0 0 1px #fff,
	inset 4px 4px 20px rgba(255,255,255,0.23),
	inset -2px -2px 10px rgba(255,255,255,0.15);
	box-shadow:inset 0 0 1px #fff,
	inset 4px 4px 20px rgba(255,255,255,0.23),
	inset -2px -2px 10px rgba(255,255,255,0.15);

}
.wtdRow a:hover{
	-moz-box-shadow:inset 0 0 1px #fff,
	inset 4px 4px 20px rgba(255,255,255,0.23),
	inset -2px -2px 10px rgba(255,255,255,0.15);
	box-shadow:inset 0 0 1px #fff,
	inset 4px 4px 20px rgba(255,255,255,0.23),
	inset -2px -2px 10px rgba(255,255,255,0.15);

}
.menu span a:hover{background: inherit;}

/****订单管理*****/
.clxx{
	width: 80%;
	margin: 0 auto;
	padding-top: 1%;
	font-size: 14px;
	color: #333333;
}
.clxx h1{
	width: 100%;
	background: #eff6ff;
	height: 44px;
	line-height: 44px;
	color: #2577E3;
	font-size: 16px;
	font-weight: bold;
    text-align: left;
}
.clxx h1 img{
	vertical-align: middle;
	margin: -3px 5px 0 10px;
}
.dincang ul li{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 9.5%;
	padding: 7px 0;
}
.dincang ul:first-of-type:hover{
	background:none;
}
.dincang ul:hover{
	background: #f6f6f6;
}
.list ul:hover{
	background: #f6f6f6;
}
.dincang ul:first-of-type{
	font-weight: bold;
}
.dincang ul:first-of-type li{
	overflow:inherit;
	text-overflow: inherit;
	white-space: nowrap;
}
.clxx ul li{
	width: 16%;
	display: inline-block;
	vertical-align: middle;
	padding: 5px;
	font-size: 14px;
}
.zgzh{
	background: #eff6ff;
	width: 80%;
	margin: 0 auto;
	font-size: 14px;
	color: #333333;
}
.zgzh a{
	color: #333333;
	height: 40px;
	display: inline-block;
	line-height: 40px;
	width: 10%;
	text-align: center;
}
.zgzh a.active{
	color: #2577e3;
	border-bottom: 3px solid #2577e3;
	border-left: 0px;
}
/*选项卡样式*/
.tab-content>.tab-pane{display:none;visibility:hidden;}
.tab-content>.active{display:block;visibility:visible;}
.active ul{
	text-align: center;
}
.active ul li img{
	width: 46%;
	margin: 20px;
}
.active ul li h1{
	font-size: 17px;
	color: #666666;
}
.zgzh{
	background: #eff6ff;
	width: 80%;
	margin: 0 auto;
	font-size: 14px;
	color: #333333;
}
.zgzh a{
	color: #333333;
	height: 40px;
	display: inline-block;
	line-height: 40px;
	width: 10%;
	text-align: center;
}
.zgzh a.active{
	color: #2577e3;
	border-bottom: 3px solid #2577e3;
	border-left: 0px;
}
.act{
	border-bottom: 1px solid #d8d8d8;
}
article{
	width: 100%;
	text-align: center;
	margin: 0 auto;
	background: #ffffff;
	margin-bottom: 10px;
}
article:last-of-type{
	width: 100%;
	text-align: center;
	margin: 0 auto;
	background: #ffffff;
	margin-bottom: 0px;
}
article ul {
	width: 100%;
	margin: 0 auto;
}
article ul li{
	border-bottom: 1px solid #e3e3e3;
	padding: 9px 0;
	font-size: 13px;
	width: 100%;
	display: inline-block;
}
article ul li:last-of-type{
	border-bottom: 0px;
}
article ul li span{
	float:left;
	color: #333333;
	margin-left: 10px;
	width: 25%;
	text-align: left;
}
article ul li font{
	text-align: right;
	color: #666666;
	margin-right: 10px;
	width: 68%;
	float: right;
}
.active p{
	width: 92%;
	color:#999999;
	font-size: 12px;
	margin: 0 auto;
	padding-top: 10px;
}
.je{
	color: #ff6666;
}
.clxx ul{
	margin: 15px 0;
}
/*减舱页面样式*/
#jcang{text-align: center;clear: both;}
.jcang-lt{
    width: 40%;
    display: inline-block;
}
.jcang-rt{
    width: 40%;
    display: inline-block;
}
.jcang-lt ul li{
    width: 15.3%;
    padding:5px 0;
}
.jcang-rt ul li{
    width: 15.3%;
    padding:5px 0;
}
#jcang .ysyw ul:first-of-type{padding-top: 5px;}
.jcang-lt .clxx ul li{
    width: 45%;
    text-align: left;
    padding-left: 2%;
}
.jcang-rt .clxx ul li{
    width: 45%;
    text-align: left;
    padding-left: 2%;
}
#jcang .ysyw{width: 98%;padding-bottom: 12px;}
#jcang .clxx{width: 98%;text-align: left;padding-bottom: 12px;}
#jcang .ysyw ul:first-of-type{padding-top: 5px;}
#jcang .clxx ul:first-of-type{padding-top: 5px;}
.jc-2{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dcang-list{
    height: 200px;
    overflow: auto;
}
.dcang-list-1{
    height: auto;
    overflow: hidden;
}

.cx-btn{
	background: #2d8aec url(../images/cx-icon.png) no-repeat 8px center;
	border-radius: 4px;
	display: inline-block;
	padding: 6px 14px 6px 24px;
	color: #FFFFFF;
	font-size: 13px;
	margin-left: 5px;
}
.cz-btn{
	background: #2d8aec url(../images/cz-icon.png) no-repeat 8px center;
	border-radius: 4px;
	display: inline-block;
	padding: 6px 14px 6px 24px;
	color: #FFFFFF;
	font-size: 13px;
	margin-left: 5px;
}
.bc-btn{
	background: #2d8aec url(../images/bc-icon.png) no-repeat 8px center;
	border-radius: 4px;
	display: inline-block;
	padding: 6px 16px 6px 24px;
	color: #FFFFFF;
	font-size: 13px;
	margin-left: 5px;
}
.ty-btn{
	background: #2d8aec;
	border-radius: 4px;
	display: inline-block;
	padding: 6px 14px;
	color: #FFFFFF;
	text-align: center;
	font-size: 13px;
	margin-left: 5px;
	margin-top:5px;
}
.bc-btn:hover,.cz-btn:hover,.cx-btn:hover,.ty-btn:hover{
	opacity: 0.4;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(37,119,227,0.2);
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(37,119,227,0.2);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(37,119,227,0.2);
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
}
.btnN{float: right;margin-top: 12px;}
.btnN-1{text-align: right;margin-top: 10px;}