@charset "utf-8";
.u-login-box{
	background: #fff;
	-moz-box-shadow:2px 14px 20px #ccdef4; 
	-webkit-box-shadow:2px 14px 20px #ccdef4; 
	box-shadow:2px 14px 20px #ccdef4;
	margin-top: 20px;
	padding: 15px 100px 30px 100px;
}
.u-login-box ul li{
	padding-bottom: 10px;
}
.u-login-box ul li label{
	color:#000;
	font-weight: 500;
	line-height: 2;
	display: block;
}
.u-login-box ul li .u-login-text{
	height:34px;
	border:1px solid #dcdce8;
	padding-left: 30px;
	width: 100%;
}
.u-login-box ul li .u-user{
	background: url(../../img/icon/u-user.png) 6px center no-repeat;
}
.u-login-box ul li .u-passw{
	background: url(../../img/icon/u-password.png) 6px center no-repeat;
}
.u-login-box ul li .u-login-text1{
	width: 60%;
	height:34px;
	border:1px solid #dcdce8;
}
.u-login-box ul li img{
	height:34px;
	width: 40%;
}
.u-login-box ul li .u-nothin{
	display: inline-block;
	font-size: 14px;
	color:#0e69ab;
	background: url(../../img/icon/u-help.png) 0px 3px no-repeat;
	padding-left: 22px;
}
.u-login-box ul li .u-nothin:hover{
	color:#094672;
	text-decoration: underline;
}
.u-login-shop{
	padding-top: 20px;
	border-top:1px solid #f0f0f8;
	text-align: center;
}
.u-login-shop input{
	width: 70%;
	background: #d0021b;
	border-radius: 5px;
}
.u-login-box1{
	margin-top:30px;
	margin-bottom: 30px;
	font-size: 14px;
}
.u-login-box1 a{
	display: inline-block;
	float: left;
	color:#0e69ab;
}
.u-login-box1 a:hover{
	color:#094672;
	text-decoration: underline;
}
.u-login-box1 span{
	display: inline-block;
	float: right;
	text-align: right;
}


/*transaction main*/
.transaction-main {
	margin-top: 50px;
}
.col-bg-01 {
	background: #fafaf9;
}
.brief {
	padding: 15px 0 30px 40px;
}
.brief h2 {
	margin: 0;
	line-height: 1.5;
	color: #3172b9;
	font-weight: 600;
	font-size: 30px;
}
.brief .con {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #606060;
	line-height: 28px;
	font-size: 16px;
}
.tr-title-01 {
	color: #313131;
	font-size: 30px;
	font-weight: normal;
	padding-bottom: 25px;
	background: url(../../img/bg/trTitBg_01.png) no-repeat bottom center;
}
.f-cb:after {
    display:block;
    clear:both;
    visibility:hidden;
    height:0;
    overflow:hidden;
    content:".";
}
.f-cb {
    zoom:1;
}
.need-menu {
	margin:10px 0 35px;
	padding-left: 0%;
}
.need-menu li {
	float: left;
	margin-left: 2%;
	width: 12%;
	text-align: center;
	cursor: pointer;
}
.need-menu li em {
	display: inline-block;
	width: 88px;
	height: 88px;
	border: 2px solid #3172b9;
	border-radius: 50%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.need-menu .a1 {
	background: url(../../img/bg/imgNeedMenu_01.png) no-repeat center center;
}
.need-menu .a2 {
	background: url(../../img/bg/imgNeedMenu_02.png) no-repeat center center;
}
.need-menu .a3 {
	background: url(../../img/bg/imgNeedMenu_03.png) no-repeat center center;
}
.need-menu .a4 {
	background: url(../../img/bg/imgNeedMenu_04.png) no-repeat center center;
}
.need-menu .a5 {
	background: url(../../img/bg/imgNeedMenu_05.png) no-repeat center center;
}
.need-menu .a6 {
	background: url(../../img/bg/imgNeedMenu_06.png) no-repeat center center;
}
.need-menu .a7 {
	background: url(../../img/bg/imgNeedMenu_07.png) no-repeat center center;
}
.need-menu .a1:hover {
	background:#d0021b url(../../img/bg/imgNeedMenu_11.png) no-repeat center center;
	border:2px solid #d0021b;
}
.need-menu .a2:hover {
	background:#d0021b url(../../img/bg/imgNeedMenu_12.png) no-repeat center center;
	border:2px solid #d0021b;
}
.need-menu .a3:hover {
	background:#d0021b url(../../img/bg/imgNeedMenu_13.png) no-repeat center center;
	border:2px solid #d0021b;
}
.need-menu .a4:hover {
	background:#d0021b url(../../img/bg/imgNeedMenu_14.png) no-repeat center center;
	border:2px solid #d0021b;
}
.need-menu .a5:hover {
	background:#d0021b url(../../img/bg/imgNeedMenu_15.png) no-repeat center center;
	border:2px solid #d0021b;
}
.need-menu .a6:hover {
	background:#d0021b url(../../img/bg/imgNeedMenu_16.png) no-repeat center center;
	border:2px solid #d0021b;
}
.need-menu .a7:hover {
	background:#d0021b url(../../img/bg/imgNeedMenu_17.png) no-repeat center center;
	border:2px solid #d0021b;
}
.need-menu li:hover p a {
	color: #d0021b;
}
.need-menu li p {
	margin-top: 16px;
}
.need-menu li p a {
	color: #3172b9;
	line-height: 1em;
	font-weight: bold;
	font-size: 19px;
}
.tr-title-02 {
	background: url(../../img/bg/trTitBg_02.png) repeat-x center;
}
.tr-title-02 h4 {
	float: left;
	margin: 0;
	padding: 0 15px 0 25px;
	line-height: 30px;
	font-size: 30px;
	font-weight: normal;
	background:#fff url(../../img/icon/iconTrTit-01.png) no-repeat left center;
}
.tr-title-02 a {
	float: right;
	padding-left: 8px;
	background: #fff;
}
.tr-column {
	margin-bottom: 30px;
}
.tr-column h5 {
	margin: 25px 0 8px;
	font-size: 20px;
	font-weight: normal;
}
.tr-column p {
	margin:0;
}
.tr-column .p-txt {
	height: 78px;
	color: #9c9c9c;
	font: normal 14px/26px '';
	overflow: hidden;
}
.tr-column .p-info {
	margin: 10px 0;
	line-height: 16px;
}
.tr-column .p-info a {
	color: #2562b3;
	font-size: 14px;
}
.tr-column .p-label a {
	display: inline-block;
	padding: 0 8px;
	height: 26px;
	color: #5d5d5d;
	line-height: 26px;
	font-size: 14px;
	background: #f1f1f1;
	border-radius: 2px;
}

.slideBox {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.slideBox .hd {
	margin-left: -50px;
	height: 15px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom: 15px;
	z-index: 1;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.slideBox .hd ul li {
	float: left;
	margin-right: 8px;
	width: 20px;
	height: 4px;
	background: #2d91ff;
	cursor: pointer;
}
.slideBox .hd ul li.on {
	background: #d0021b;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}
.slideBox .bd img {
	width: 100%;
	height: auto;
	display: block;
}
.contact-body {
	margin-top: 25px;
	border: 1px solid #dedede;
}
.contact-body .c-header {
	padding-left: 24px;
	height: 74px;
	line-height: 74px;
	color: #fff;
	font-size: 24px;
	background: url(../../img/bg/contactTitBg-02.png) no-repeat top center;
	background-size: 100% 100%;
	border-bottom: 1px solid #dedede;
}
.contact-body .c-con {
    padding:10px 15px;
    height:306px;
	color: #000;
}
.contact-body .c-con dl dt{
	font: normal 20px/30px '';
}
.contact-body .c-con dl dd {
	margin: 13px 0 25px;
	padding: 2px 0 2px 62px;
	font: normal 14px/24px '';
}
.contact-body .c-con dl dd.dd1 {
	background: url(../../img/bg/contactBg_01.png) no-repeat left center;
	height: 54px;
}
.contact-body .c-con dl dd.dd3 {
	background: url(../../img/bg/contactBg_03.png) no-repeat left center;
	height: 54px;
}
.contact-body .c-con dl dd.dd2 {
	background: url(../../img/bg/contactBg_02.png) no-repeat left center;
	height: 54px;
}

.contact-body .c-footer {
	padding: 12px 0;
	background: #f5f5f5;
	border-top: 1px solid #dedede;
}
.contact-body .c-footer p {
	padding-left: 29px;
}
.contact-body .c-footer p a {
	float: left;
	margin: 12px 12px 0 0;
	width: 47px;
	height: 47px;
	border: 1px solid #cecece;
	border-radius: 50%;
}
.contact-body .c-footer p a:nth-child(1) {
	background: url(../../img/icon/iconContact_1_1.png) no-repeat center center;
}
.contact-body .c-footer p a:nth-child(2) {
	background: url(../../img/icon/iconContact_1_2.png) no-repeat center center;
}
.contact-body .c-footer p a:nth-child(3) {
	background: url(../../img/icon/iconContact_1_3.png) no-repeat center center;
}
.contact-body .c-footer p a:nth-child(4) {
	background: url(../../img/icon/iconContact_1_4.png) no-repeat center center;
}
.contact-body .c-footer p a:nth-child(5) {
	background: url(../../img/icon/iconContact_1_5.png) no-repeat center center;
}
.contact-body .c-footer p a:nth-child(1).cur,
.contact-body .c-footer p a:hover:nth-child(1) {
	background:#3498db url(../../img/icon/iconContact_0_1.png) no-repeat center center;
	border: 1px solid #3498db;
}
.contact-body .c-footer p a:nth-child(2).cur,
.contact-body .c-footer p a:hover:nth-child(2) {
	background:#3498db url(../../img/icon/iconContact_0_2.png) no-repeat center center;
	border: 1px solid #3498db;
}
.contact-body .c-footer p a:nth-child(3).cur,
.contact-body .c-footer p a:hover:nth-child(3) {
	background:#3498db url(../../img/icon/iconContact_0_3.png) no-repeat center center;
	border: 1px solid #3498db;
}
.contact-body .c-footer p a:nth-child(4).cur,
.contact-body .c-footer p a:hover:nth-child(4) {
	background:#3498db url(../../img/icon/iconContact_0_4.png) no-repeat center center;
	border: 1px solid #3498db;
}
.contact-body .c-footer p a:nth-child(5).cur,
.contact-body .c-footer p a:hover:nth-child(5) {
	background:#3498db url(../../img/icon/iconContact_0_5.png) no-repeat center center;
	border: 1px solid #3498db;
}
.tr-main-02 {
	background: url(../../img/bg/trBodyBg_01.png) no-repeat top center;
	background-size:100% 100%;
	-moz-background-size:100% 100%;
}
.tr-main-02 .flat-wrapper {
	padding-top: 40px;
}
.tr-main-02 .flat-wrapper .breadcrumbs {
	border: none;
}
.area {
	margin-bottom: 10px;
	background: #c8d6e7;
	border: 1px solid #c8d6e7;
}
.area-header {
	padding: 20px 0 0 12px;
	height: 55px;
	color: #346eb8;
	font: normal 20px/24px '';
	background: #eff4fa url(../../img/bg/areaTitBg_01-gss.png) 90% -18% no-repeat;
}
.area-header-yi{
	padding: 20px 0 0 12px;
	height: 55px;
	color: #346eb8;
	font: normal 20px/24px '';
	background: #eff4fa url(../../img/bg/tag-banner1.png) 90% center no-repeat;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}
.area-header-yi:hover{color:#215392;font-weight:500;}
.area-header-wei{
	padding: 20px 0 0 12px;
	height: 55px;
	color: #346eb8;
	font: normal 20px/24px '';
	background: #eff4fa url(../../img/bg/tag-banner2.png) 90% center no-repeat;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}
.area-header-wei:hover{color:#215392;font-weight:500;}
.area-header-contact{
	padding: 20px 0 0 12px;
	height: 55px;
	color: #346eb8;
	font: normal 20px/24px '';
	background: #eff4fa url(../../img/bg/area-title.gif) center no-repeat;
	background-size: 272px 57px;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}
.area-header-contact:hover{color:#215392;font-weight:500;}

.area-header-invest{
	padding: 20px 0 0 12px;
	height: 55px;
	color: #346eb8;
	font: normal 20px/24px '';
	background: #eff4fa url(../../img/bg/tag-banner4.png) 90% center no-repeat;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}
.area-header-invest2{
	padding: 12px 0 0 12px;
	height: 70px;
}
.area-header-invest:hover{color:#215392;font-weight:500;}

.area-con {
	padding: 4px 2px 10px 12px;
	background: #fff;
}
.area-con a {
	display: inline-block;
	margin: 2px 5px 0 0;
	padding-left: 12px;
	width: 29%;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	background: url(../../img/bg/areaListBg_01.png) no-repeat left center;
	border-radius: 2px;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}
.area-con a:hover,
.area-con a.cur {
	color: #fff;
	background: #d1021c;
}

.tr-item-list>div:nth-child(1) {
	padding-left: 15px;
}
.tr-item-list>div {
	padding: 0 8px;
}
.tr-item-list>div.tr-need-tit {
	padding-top: 90px;
}
.tr-need-tit h3 {
	margin: 0;
	padding-bottom: 30px;
	color: #0d69aa;
	font: normal 24px/30px '\5FAE\8F6F\96C5\9ED1';
	background: url(../../img/bg/trTitBg_01-gss.png)  no-repeat left bottom;
}
.tr-need-tit p {
	margin-top: 15px;
	color: #000;
	line-height: 30px;
	font-size: 14px;
}
.tr-need-box {
	background:rgba(255, 255, 255, 0.6);
}
.tr-need-box .t-header img {
	width: 88%;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.tr-need-box {
	padding: 25px 15px 10px;
}

.tr-need-box h4 {
	margin:5px 0 8px;
	color: #346eb8;
	font: normal 20px/22px '';
}
.tr-need-box h5 {
	margin: 0;
	color: #346eb8;
	font: normal 16px/20px '';
}
.tr-need-box .con {
	margin-top: 15px;
}
.tr-need-box .con p {
	height: 90px;
	color: #000;
	font: normal 12px/18px '';
	overflow: hidden;
}
.tr-need-box .con a.btn {
	padding: 0 24px;
	height: 30px;
	color: #365a81;
	font: normal 12px/30px '\5B8B\4F53';
	background: #e8f3ff;
	border: none;
	margin-bottom:15px;
}
.f-mt15 {margin-top: 15px;}
.f-mt20 {margin-top: 20px;}
.f-mt25 {margin-top: 25px;}
.area-con-02 {
	height: 560px;
	background: #fff url(../../img/bg/areaConBg_01.png) no-repeat center center;
}
 .flat-wrapper .breadcrumbs {
	padding-left: 20px;
	background: url(../../img/icon/iconLocation_01.png) no-repeat 2px center;
}
 .flat-wrapper .breadcrumbs::before {
	content:'';
	left:-100px;
}

.tr-need-box .t-header a {
	display: inline-block;
	width: 60px;
	height: 60px;
}
.t-header a.a1 {
	background: url(../../img/bg/imgNeedMenu_01.png) no-repeat 0 0;
}
.t-header a.a2 {
	background: url(../../img/bg/imgNeedMenu_02.png) no-repeat 0 0;
}
.t-header a.a3 {
	background: url(../../img/bg/imgNeedMenu_03.png) no-repeat 0 0;
}
.t-header a.a4 {
	background: url(../../img/bg/imgNeedMenu_04.png) no-repeat 0 0;
}
.t-header a.a5 {
	background: url(../../img/bg/imgNeedMenu_05.png) no-repeat 0 0;
}
.t-header a.a6 {
	background: url(../../img/bg/imgNeedMenu_06.png) no-repeat 0 0;
}
.t-header a.a7 {
	background: url(../../img/bg/imgNeedMenu_07.png) no-repeat 0 0;
}
.trCursor .t-header a.a1 {
	background: url(../../img/bg/imgNeedMenu_01_1.png) no-repeat 0 0;
}
.trCursor .t-header a.a2 {
	background: url(../../img/bg/imgNeedMenu_02_1.png) no-repeat 0 0;
}
.trCursor .t-header a.a3 {
	background: url(../../img/bg/imgNeedMenu_03_1.png) no-repeat 0 0;
}
.trCursor .t-header a.a4 {
	background: url(../../img/bg/imgNeedMenu_04_1.png) no-repeat 0 0;
}
.trCursor .t-header a.a5 {
	background: url(../../img/bg/imgNeedMenu_05_1.png) no-repeat 0 0;
}
.trCursor .t-header a.a6 {
	background: url(../../img/bg/imgNeedMenu_06_1.png) no-repeat 0 0;
}
.trCursor .t-header a.a7 {
	background: url(../../img/bg/imgNeedMenu_07_1.png) no-repeat 0 0;
}
.trCursor h4,
.trCursor h5 {color:#d0021b;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;}
.trCursor .con a.btn {
	color: #fff;
	background: #d1021c;
}
/*190227 cj*/
.hotel-area-search{
	border: 1px solid #ddd;
    padding: 10px 20px;
    margin-bottom: 20px;
}
.hotel-area-search span{
	color: #999999;
}
.hotel-area-search .text01{
	width: 150px;
	line-height: 1;
	padding:6px 10px;
	margin-right: 5px;
}
.hotel-area-search > a {
    background-color: #eeeeee;
    color: #d0011b;
	border-radius: 4px;
	padding: 6px 12px;
}

a.more-link01{
	padding: 7px 45px 7px 25px;
    display: inline-block;
    font-weight: bold;
	text-transform: uppercase;
	position: relative;
	border: 2px solid;
	color: #66aeff;
	margin-left: 10px;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
	background: url(../../img/icon/iconLeft2.gif) no-repeat 74px 13px;
}
a.more-link01:hover{
	color: #004e66;
	background: url(../../img/icon/iconLeft21.gif) no-repeat 74px 13px;
}
/* General sidebar left */
.flat-general.sidebar-left .general {
    padding-right: 15px;
    padding-left: 25px;
    float: right;
}

.flat-general.sidebar-left .general-sidebars {
    padding-left: 15px;
    padding-right: 25px;
    float: left;
}

.general-sidebars .widget.widget_nav_menu1 ul li {
    background-color: #21242b;
}

.general-sidebars .widget.widget_nav_menu1 ul li a {
    display: block;
    padding: 15px 70px 15px 20px;
    font-weight: bold;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.general-sidebars .widget.widget_nav_menu1 ul li a:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 57px;
    background-color: #32bfc0;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.general-sidebars .widget.widget_nav_menu1 ul li a.active:before {
    background-color: #ffc952;
}

.general-sidebars .widget.widget_nav_menu1 ul li a:hover:before {
    background-color: #ffc952;
}

.general-sidebars .widget.widget_nav_menu1 ul li a:after {
    content: "";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 21px;
    font-weight: normal;
}
.general-sidebars .widget.widget_nav_menu1 ul li a.disabled{
    color: #666;
}
.general-sidebars .widget.widget_nav_menu1 ul li a.disabled:before,
.general-sidebars .widget.widget_nav_menu1 ul li a.disabled:hover:before{
    background-color: #93a6ab;
}

.general-sidebars .widget.widget_nav_menu1 ul li a{
    background-color: #e1e1e1;
    color: #5e6f83;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.general-sidebars .widget.widget_nav_menu1 ul li a:before{
    background-color:#c1c8cb;
}

.general-sidebars .widget.widget_nav_menu1 ul li.active a{
    background-color: #282c37;
}

.general-sidebars .widget.widget_nav_menu1 ul li.active a:before{
    background-color: #30a9de;
}
.general-sidebars .widget.widget_nav_menu1 ul li a.active:before,
.general-sidebars .widget.widget_nav_menu1 ul li a:hover:before{
    background-color: #ec5350 !important;
    color: #fff;
}
.general-sidebars .widget.widget_nav_menu1 ul li a.active,
.general-sidebars .widget.widget_nav_menu1 ul li a:hover{
    background-color: #0067cb;
    color: #fff;
}
.general-sidebars .widget.widget_nav_menu1 ul li a.active:before,
.general-sidebars .widget.widget_nav_menu1 ul li a:hover:before{
    background-color: #ec5350 !important;
    color: #fff;
}

/* pay page css */
.orderNumber {
	padding: 10px 0;
	font: bold 22px/35px '\5FAE\8F6F\96C5\9ED1';
	border-bottom: 2px solid rgba(0, 0, 0, 0.07);
	position: relative;
}
.orderNumber span {
	display: inline-block;
	padding-left: 53px;
	height: 35px;
	background: url(../../img/icon/iconOrder_01.png) no-repeat left center;
}
.orderNumber em {
	color: #d0021b;
}
.pay-box {
	padding-bottom: 150px;
	background: url(../../img/bg/payBg_01.png) no-repeat right 25px;
	background-size: auto 70%;
}
.pay-box h4.pay-tit {
	margin: 0;
	padding:0;
	color: #999;
	font: normal 16px/32px '\5FAE\8F6F\96C5\9ED1';
}
.pay-box .pay-con a {
	float: left;
	margin-right: 30px;
	width: 200px;
	height: 60px;
	color: #000;
	border: 1px solid #e6e6e6;
	border-radius: 2px;
}
.pay-box .pay-con a.cur {
	background: url(../../img/bg/payCurBg_01.png) no-repeat top right;
	border:1px solid #ed4259;
}
.pay-box .pay-con a span {
	display: block;
	padding-left: 73px;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
}
.pay-box .pay-con a:nth-child(1) span {
	background: url(../../img/bg/payImg_01.png) no-repeat 12px center;
}
.pay-box .pay-con a:nth-child(2) span {
	background: url(../../img/bg/payImg_02.png) no-repeat 12px center;
}
.pay-box .pay-con a:nth-child(3) span {
	padding-left: 80px;
	background: url(../../img/bg/payImg_03.png) no-repeat 12px center;
}
.pay-box .pay-ft {
	margin-top: 80px;
}
.pay-box .pay-ft .btn-primary {
	width: 180px;
	height: 42px;
	font-size: 18px;
	background: #2e9de7;
	border: none;
}
.pay-box .pay-ft p {
	margin-top: 10px;
	color: #999;
	font: normal 14px/28px '\5FAE\8F6F\96C5\9ED1';
}
.pay-box-02 {
	padding-bottom: 50px;
}
.pay-box-02 .pay-tit {
	margin: 0;
	padding:0;
	color: #999;
	font: normal 18px/32px '\5FAE\8F6F\96C5\9ED1';
}
.pay-box-02 .pay-tit em {
	color: #d0021b;
	font-weight: bold;
}
.pay-code {
	margin-top: 15px;
	padding: 0 8%;
}
.pay-code .p-img img {
	padding: 10px;
	border: 1px solid #ccc;
}
.pay-finish {
	padding: 80px 10px 120px;
}
.pay-finish p {
	display: inline-block;
	padding-left: 80px;
	height: 54px;
	color: #000;
	font: bold 30px/54px '\5FAE\8F6F\96C5\9ED1';
	background: url(../../img/bg/finishBg_01.png) no-repeat left center;
}
.pay-finish .btn-back {
	width: 100px;
	height: 42px;
	color: #939393;
	line-height: 30px;
	font-size: 16px;
	background: #f5f5f5;
	border: 1px solid #eaecef;
	border-radius: 3px;
}


@media only screen and (max-width: 767px) {
	.u-login-box{
		padding: 20px 30px 20px 30px;
	}
	.tr-title-02 h4 {
		font-size: 20px;
	}
	.brief {
		padding: 15px 20px 30px 20px;
	}
	.slideBox {
		padding: 0 3%;
	}
	.tr-column {
		padding: 0 3%;
	}
	.tr-m-r {
		margin-top: 15px;
	}
	.contact-body {
		margin-top: 10px;
    }
    .need-menu{margin:0px !important;}
    .need-menu ul{margin-left:4%;}
    .need-menu li:nth-child(1){margin-left:0%;}
    .need-menu li{margin-left:1.7%;}
	.need-menu li em {
		width: 50px;
		height: 50px;
		background-size: 50% 50% !important;
	}
	.need-menu li p {
		margin-top: 2px;
		line-height: 1.1;
	}
	.need-menu li p a {
		font-size: 14px;
	}
	.tr-item-list > div.tr-need-tit {
		padding-top: 0;
		text-align: center;
	}
	.tr-need-tit h3 {
		font-size: 20px;
		background: url(../../img/bg/trTitBg_01.png) no-repeat bottom center;
	}
	.tr-item-list {
		padding: 0 15px;
	}
	.tr-need-box {
		margin-bottom: 15px;
	}
	.tr-need-box .con p {
		margin-bottom: 10px;
		height: 54px;
		font-size: 14px;
	}
	.hotel-area-search{
		padding:10px;
	}
	.pay-finish p {
		display: inline-block;
		padding-left: 60px;
		height: 54px;
		color: #000;
		font: bold 22px/54px '\5FAE\8F6F\96C5\9ED1';
		background: url(../../img/bg/finishBg_01.png) no-repeat left center;
	}
	.pay-box {
		padding-bottom: 60px;
		background: none;
	}
	.pay-box .pay-ft {
		margin-top: 40px;
	}
}
@media only screen and (max-width: 750px) {
	.pay-box .pay-con a {
		margin-bottom: 12px;
	}
}
@media screen and (min-width:768px) and (max-width:990px) {
	.tr-title-02 h4 {
		font-size: 20px;
	}
	.area-con {
		padding: 4px 2px 10px 5px;
	}
	.area-con a {
		margin: 6px 3px 0 0;
		width: 46%;
	}
	.tr-item-list > div.tr-need-tit {
		padding-top: 30px;
	}
}
.need-detail p{font-size:16px;color:#606060;line-height:28px;padding:0px 15px 15px 15px;}
.contact-body .c-con{height:400px;}
.cc-list {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.cc-list .hd {
	transform:translate(-50%,-50%);
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom:-4px;
	z-index: 1;
}
.cc-list .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.cc-list .hd ul li {
	float: left;
	margin-right: 3px;
	width: 8px;
    height: 8px;
    border-radius: 50%;
	border:1px solid #2d91ff;
	cursor: pointer;
}
.cc-list .hd ul li.on {
	background: #2d91ff;
}
.cc-list .bd {
	position: relative;
	height: 315px;
	z-index: 0;
}
.cc-list .bd li {
    zoom: 1;
    height:300px;
    overflow: hidden;
}
.contact-body .c-con .bd-list dd{margin:0px;padding:0px;vertical-align: middle;height:30px;line-height:30px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.contact-body .c-con .bd-list dd em{display: inline-block;width:6px;height:6px;background-color:#d9d9d9;}
.contact-body .c-con .bd-list dd span{padding-left:10px;color:#4a4a4a;line-height:30px;}
.tr-gss-item .col-sm-3:nth-child(1) .t-header h4{width:120%;}
.marb15{margin-bottom:15px;}
/* .bd-list dd{} */

/* we-chat */
.we-chat{width: 100%;height: 304px;background:url("../../img/bg/wechat-back_02.png") center no-repeat;background-size:100% 100%;margin-top:32px;}
.wc-son{margin:24px auto 0px;width:84%;height: 280px;border-top-left-radius:10px;border-top-right-radius:10px;background:url("../../img/bg/wechat-back_01.png") right top no-repeat;background-color:#fff;}
.wcs-tip{padding-left:14.5%;padding-top:40px;}
.wcs-tip p{font-size:20px;color:#000411;font-weight:900;line-height:35px;padding:0px;margin:0px;}
.wcs-btn{padding-left:14.5%;padding-top:40px;}
.wcs-btn p{width:100%;height:48px;border-top-left-radius: 24px;border-bottom-left-radius: 24px;line-height:48px;padding-left:23%;}
.wcs-btn .wb-sure{background:url("../../img/bg/wechat-icon1.png") 24px center no-repeat;background-color:#c8261e;color:#fff;}
.wcs-btn .wb-cancel{background:url("../../img/bg/wechat-icon2.png") 24px center no-repeat;background-color:#e3e8f1;color:#1b1b1b;margin-top:12px;}

/*jiaoyituan news start*/
.area-header-news{
	padding: 20px 0 0 12px;
	height: 55px;
	color: #346eb8;
	font: normal 20px/24px '';
	background: #eff4fa url(../../img/bg/tag-banner3.png) 90% 10px no-repeat;
}
.jyt-news-list li{
	padding:4px 0;
	position: relative;
	height:56px
}
.jyt-news-list li a{
	width: 98%;
	margin: 0;
	line-height: 24px;
	background: url(../../img/bg/areaListBg_01.png) no-repeat left 10px;
}
.jyt-news-list li a:hover{
	background: url(../../img/bg/areaListBg_01.png) no-repeat left 10px;
	color: #c00;
}
.jyt-news-list li span{
	position: absolute;
	bottom:4px;
	right:15px;
	font-size: 12px;
	color: #999;
}
.jyt-news-more{
	text-align: right;
}
.jyt-news-more a{
	display: inline-block;
	background: none;
	width: 23%;
	padding-left: 0;
	text-align: center;
}
