﻿@charset "utf-8";
/* CSS Document */
body { font-size:16px; }
input.normalInput{ 
	width:326px;
	height:52px;
	line-height:52px;
	font-size:16px;
	color:#bfbfbf;
	border:1px solid #999;
	padding:0 0 0 5px;
}

input.normalBotton{
	width:auto;
	height:40px;
	line-height:40px;
	font-size:14px;
	color:#fff;
	text-align:center;
	border:none;
	background:#ff3737;
	display:block;
	margin:0 auto;
	padding:0 10px;
}

/*编辑器的默认样式*/
.content{
	line-height:180%;
	font-size:1em;
	font-weight:normal;
}

.qaList table td {
    font-size: 16px;
    color: #333;
    border: 1px solid #c0c0c0;
    padding: 10px;
}

.content pre{
	line-height:180%;
	border:none;
	padding:0 0 0 2em;
}

.content blockquote{
	line-height:180%;
	border:none;
	padding:0 0 0 2em;
}

.content p{
	max-width:100%;
	line-height:180%;
	font-size:1em;
	font-weight:normal;
}

.content img{
	max-width:100%;
	height:auto;
	margin-bottom:20px;
}

.content h1{
	line-height:180%;
	font-size:3em;
	font-weight:bold;
}

.content h2{
	line-height:180%;
	font-size:2em;
	font-weight:bold;
}

.content h3{
	line-height:180%;
	font-size:1.5em;
	font-weight:bold;
}

.content h4{
	line-height:180%;
	font-size:1.2em;
	font-weight:bold;
}

.content ul{
	font-size:1em;
	font-weight:normal;
	padding-left:20px;
}

.content ol{
	font-size:1em;
	font-weight:normal;
	padding-left:20px;
}

.content dl{
	font-size:1em;
	font-weight:normal;
	padding-left:20px;
}

.content u{
	font-size:1em;
	text-decoration:underline;
	font-weight:normal;
}

.content i{
	font-size:1em;
	font-style:italic;
	font-weight:normal;
}

.content strong{
	font-size:1em;
	font-weight:bold;
}

.content b{
	font-size:1em;
	font-weight:bold;
}

.content table{
	max-width:100%;
	font-size:1em;
	padding:0 20px;
}

.content table p{
	max-width:auto;
	width:auto;
	height:auto;
}

.content iframe{
	width:100%;
	display:block;
	margin:20px auto;
	padding:0 20px;
}

header{
	width:1200px;
	height:124px;
	margin:0 auto;
}

.logo{
	width:300px;
	height:124px;
	position:relative;
}

.logo img{
	max-width:100%;
	max-height:104px;
	position:absolute;
	left:0;
	top:50%;
	-webkit-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	transform:translate(0,-50%);
	z-index:99999;
}

.headerSearchMain{
	width:460px;
	height:auto;
	margin-top:25px;
}

.headerSearchArea{
	width:90px;
	height:35px;
	line-height:35px;
	font-size:16px;
	color:#333;
	border:1px solid #ec407b;
	background:url(../images/bg_header_search_area.png) 68px center no-repeat;
	padding-left:9px;
	cursor:pointer;
	position:relative;
	display:inline-block;
	float:left;
}

.headerSearchArea p#nowArea{
	width:90px;
	height:35px;
	line-height:35px;
	font-size:16px;
	color:#333;
	cursor:pointer;
}

ul.headerSearchHiddenArea{
	width:90px;
	height:auto;
	border:1px solid #ec407b;
	border-top:none;
	background:#fff;
	position:absolute;
	top:34px;
	left:-1px;
	list-style:none;
	display:none;
	z-index:99999;
}

ul.headerSearchHiddenArea li{
	width:90px;
	height:35px;
	line-height:35px;
	font-size:16px;
	color:#333;
	padding-left:9px;
	cursor:pointer;
	list-style:none;
}

ul.headerSearchHiddenArea li:hover{
	color:#fff;
	background:#ec407b;
}

input.headerSearchInput{
	width:270px;
	height:35px;
	line-height:35px;
	font-size:16px;
	color:#333;
	border:1px solid #ec407b;
	border-left:none;
	padding-left:5px;
	display:inline-block;
	float:left;
}

input.headerSearchBtn{
	width:81px;
	height:35px;
	line-height:35px;
	font-size:16px;
	color:#fff;
	text-align:center;
	border:none;
	background:#ec407b;
	display:inline-block;
	float:left;
	cursor:pointer;
}

.headerSearchHotwords{
	width:440px;
	height:25px;
	background:url(../images/bg_header_search.png) left 5px no-repeat;
	margin-top:10px;
	padding-left:20px;
	overflow:hidden;
}

.headerSearchHotwords a{
	width:auto;
	height:25px;
	line-height:25px;
	font-size:16px;
	color:#999;
	display:inline-block;
	margin-right:5px;
}

.headerHotline{
	width:330px;
	height:94px;
	overflow:hidden;
	padding-top:10px;
}

.headerHotline p{
	width:330px;
	height:30px;
	line-height:30px;
	font-size:16px;
	color:#333;
	overflow:hidden;
}

.headerHotline p.pinkFont{
	color:#e5004f;
	font-weight:bold;
}

menu{
	width:100%;
	height:40px;
	background:#e5004f;
}

menu ul{
	width:1200px;
	height:40px;
	margin:0 auto;
}

menu ul li{
	width:auto;
	height:40px;
	display:inline-block;
	float:left;
}

menu ul li.current{
	background:#ff4d79;
}

menu ul li:hover{
	background:#ff4d79;
	transition:ease-in-out 0.7s;
}

menu ul li a{
	width:auto;
	height:40px;
	line-height:40px;
	font-size:16px;
	color:#fff;
	text-align:center;
	display:block;
	padding:0 50px;
}

menu ul li a:hover{
	color:#fff;
}

.bgGray{
	width:100%;
	height:auto;
	background:#f7f7f7;
	padding-bottom:40px;
}

.breadCrumbs{
	width:1200px;
	height:55px;
	line-height:55px;
	font-size:16px;
	color:#333;
	margin:0 auto;
}

.breadCrumbs a{
	width:auto;
	height:55px;
	line-height:55px;
	font-size:16px;
	color:#666;
}

.breadCrumbs a:hover{
	color:#e5004f;
}

.menuAndFocus{
	width:1200px;
	height:auto;
	margin:0 auto;
}

.menu{
	width:290px;
	height:444px;
}

.menuTitle{
	width:290px;
	height:44px;
	line-height:44px;
	font-size:16px;
	color:#fff;
	text-align:center;
	background:#e5004f;
}

ul.menuList{
	width:290px;
	height:402px;
	border:2px solid #e5004f;
	border-top:none;
	background:#fff;
	list-style:none;
	position:relative;
}

ul.menuList li{
	width:286px;
	height:79px;
	border-bottom:1px dotted #bdbdbd;
	padding:2px 7px 0;
	cursor:pointer;
	list-style:none;
}

ul.menuList li:hover{
	background:#f0f0f0;
	border-bottom:1px dotted #e5004f;
}

ul.menuList li dl{
	width:233px;
	height:76px;
	padding-left:33px;
}

ul.menuList li dl.m1{
	background:url(../images/asia_icon.png) left 5px no-repeat;
	background-size:26px auto;
}

ul.menuList li dl.m4{
	background:url(../images/europe_icon.png) left 5px no-repeat;
	background-size:26px auto;
}

ul.menuList li dl.m7{
	background:url(../images/america_icon.png) left 5px no-repeat;
	background-size:26px auto;
}

ul.menuList li dl.m10{
	background:url(../images/oceania_icon.png) left 5px no-repeat;
	background-size:26px auto;
}

ul.menuList li dl.m13{
	background:url(../images/africa_icon.png) left 5px no-repeat;
	background-size:26px auto;
}

ul.menuList li dl dt{
	width:233px;
	height:28px;
}

ul.menuList li dl dt a{
	width:233px;
	height:28px;
	line-height:28px;
	font-size:16px;
	color:#333;
	display:block;
}

ul.menuList li dl dt a:hover{
	color:#e5004f;
}

ul.menuList li dl dd{
	width:240px;
	height:48px;
	overflow:hidden;
}

ul.menuList li dl dd a{
	width:auto;
	height:24px;
	line-height:24px;
	font-size:16px;
	color:#666;
	display:inline-block;
	margin-right:1px;
}

ul.menuList li dl dd a:hover{
	color:#e5004f;
}

.menuHiddenMenuLeftLine{
	width:2px;
	min-height:156px;
	background:#f0f0f0;
	position:absolute;
	left:-2px;
	top:0px;
	z-index:999999;
	overflow:hidden;
}

.menuHiddenMenu{
	width:500px;
	height:auto;
	min-height:160px;
	color:#fff;
	border:2px solid #e5004f;
	background:#f0f0f0;
	display:none;
	padding:10px 20px;
	position:absolute;
	left:286px;
	top:-2px;
	z-index:99999;
}

.menuHiddenMenuLeft{
/*	width:90%;
	height:auto;*/
	padding:0px 10px;
}

.menuHiddenMenuLeftLi{
	border-bottom:1px dotted #bdbdbd;
	padding:10px 0;
}

.menuHiddenMenuLeftNav{
	width:auto;
	height:35px;
	display:block;
}

.menuHiddenMenuLeftNav a{
	width:100px;
	height:25px;
	line-height:25px;
	font-size:16px;
	color:#e5004f;
	display:block;
}

.menuHiddenMenuLeftSubnav{
	width:100%;
	height:auto;
	display:block;
}

.menuHiddenMenuLeftSubnav a{
	width:105px;
	height:25px;
	line-height:25px;
	font-size:16px;
	color:#666;
	display:inline-block;
}

.menuHiddenMenuLeftSubnav a:hover{
	color:#e5004f;
}

.menuHiddenMenuLeftSubnav a.pinkFont{
	color:#e5004f;
}

.menuHiddenMenuRight{
	width:260px;
	height:auto;
}

.menuHiddenMenuRight a{
	width:260px;
	height:auto;
	display:block;
	margin:20px 0;
}

.menuHiddenMenuRight a img{
	width:450px;
	height:auto;
	display:block;
}

.focusAndVisaprocess{
	width:900px;
	height:444px;
}

.focus{
	width:900px;
	height:352px;
	position:relative;
}

ul.focusImages{
	width:900px;
	height:352px;
	list-style:none;
}

ul.focusImages li{
	width:900px;
	height:352px;
	display:none;
	list-style:none;
}

ul.focusImages li a img{
	width:900px;
	height:352px;
}

ul.focusImages li.current{
	display:block;
}

ul.focusTitle{
	width:900px;
	height:40px;
	list-style:none;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
}

ul.focusTitle li{
	width:222px;
	height:40px;
	line-height:40px;
	font-size:18px;
	color:#333;
	text-align:center;
	font-weight:bold;
	background:rgba(255,255,255,0.75);
	display:inline-block;
	float:left;
	list-style:none;
	cursor:pointer;
	margin-right:4px;
}

ul.focusTitle li.mr0{
	margin-right:0;
}

ul.focusTitle li:hover{
	color:#fff;
	background:rgba(0,0,0,0.75);
	transition:ease-in-out 0.7s;
}

ul.focusTitle li.current{
	color:#fff;
	background:rgba(0,0,0,0.75);
}

dl.visaProcess{
	width:900px;
	height:81px;
	border-bottom:2px solid #e6e6e6;
	margin-top:11px;
}

dl.visaProcess dt{
	width:110px;
	height:79px;
	line-height:25px;
	font-size:16px;
	color:#595959;
	text-align:center;
	background:#e6e6e6;
	display:inline-block;
	float:left;
	padding:14px 20px 15px;
}

dl.visaProcess dd{
	width:197.5px;
	height:79px;
	background:#fff url(../images/bg_visaProcess_li.png) 180px center no-repeat;
	display:inline-block;
	float:left;
	padding-top:17px;
	padding-left:25px;
}

dl.visaProcess dd.bgNone{
	background:#fff;
}

.visaProcessLeft{
	width:49px;
	height:49px;
	border-radius:50%;
	background:#d4efff;
	display:inline-block;
	float:left;
}

.visaProcessLeft1{
	background:#d4efff url(../images/visaprocess_step1.png) center center no-repeat;
	background-size:50% auto;
}

.visaProcessLeft2{
	background:#d4efff url(../images/visaprocess_step2.png) center center no-repeat;
	background-size:50% auto;
}

.visaProcessLeft3{
	background:#d4efff url(../images/visaprocess_step3.png) center center no-repeat;
	background-size:50% auto;
}

.visaProcessLeft4{
	background:#d4efff url(../images/visaprocess_step4.png) center center no-repeat;
	background-size:50% auto;
}

.visaProcessRight{
	width:90px;
	height:62px;
	display:inline-block;
	float:left;
	margin-left:13px;
}

.visaProcessRight p{
	width:90px;
	height:25px;
	line-height:25px;
	font-size:14px;
	color:#333;
	overflow:hidden;
}

.visaProcessRight p.visaProcessRightStep{
	color:#2699dd;
}

.indexNewsVisa{
	width:1200px;
	height:auto;
	margin:9px auto 0;
}

.indexNewsVisaLeft{
	width:290px;
	height:auto;
}

.indexNewsVisaLeftLi{
	width:290px;
	height:auto;
}

.indexNewsVisaLeftLiTitle{
	width:290px;
	height:44px;
	line-height:44px;
	font-size:16px;
	color:#fff;
	text-align:center;
	background:#e5004f;
}

.indexNewsVisaLeftLiNewsList{
	width:290px;
	height:302px;
	border:2px solid #e5004f;
	border-top:none;
	background:#fff;
	overflow:hidden;
}

.indexNewsVisaLeftLiNewsList a{
	width:286px;
	height:33px;
	line-height:33px;
	font-size:16px;
	color:#333;
	display:block;
	overflow:hidden;
	padding:0 10px;
}

.indexNewsVisaLeftLiNewsList a:hover{
	color:#e5004f;
}

.mt9{
	margin-top:9px;
}

.indexNewsVisaLeftLiClientList{
	height:113px;
	border:2px solid #e5004f;
	border-top:none;
	background:#fff;
	overflow:hidden;
}

.indexNewsVisaLeftLiClientList ul{
	list-style:none;
}

.indexNewsVisaLeftLiClientLi{
	width:290px;
	height:27px;
	overflow:hidden;
	list-style:none;
}

.indexNewsVisaLeftLiClientLiLeft{
	width:76px;
	height:27px;
	line-height:27px;
	font-size:14px;
	color:#595959;
	text-align:center;
	display:inline-block;
	float:left;
	overflow:hidden;
}

.indexNewsVisaLeftLiClientLiMiddle{
	width:105px;
	height:27px;
	line-height:27px;
	font-size:14px;
	color:#595959;
	text-align:center;
	display:inline-block;
	float:left;
	overflow:hidden;
}

.indexNewsVisaLeftLiClientLiRight{
	width:105px;
	height:27px;
	line-height:27px;
	font-size:14px;
	color:#595959;
	text-align:center;
	display:inline-block;
	float:left;
	overflow:hidden;
}

.indexNewsVisaLeftLiClientLiTitle{
	border-left:2px solid #e5004f;
	border-right:2px solid #e5004f;
	background:#fff;
}

.indexNewsVisaLeftLiClientLiTitle .indexNewsVisaLeftLiClientLiLeft{
	font-size:16px;
	color:#333;
	font-weight:bold;
}

.indexNewsVisaLeftLiClientLiTitle .indexNewsVisaLeftLiClientLiMiddle{
	font-size:16px;
	color:#333;
	font-weight:bold;
}

.indexNewsVisaLeftLiClientLiTitle .indexNewsVisaLeftLiClientLiRight{
	font-size:16px;
	color:#333;
	font-weight:bold;
}

.indexNewsVisaRight{
	width:900px;
	height:auto;
}

.indexNewsVisaRightLi{
	margin-bottom:10px;
}

.indexNewsVisaRightLiTitle{
	border-bottom:2px solid #269add;
	height:50px;
	padding:12px 0 13px;
}

.indexNewsVisaRightLiTitle span{
	width:auto;
	height:18px;
	line-height:18px;
	font-size:20px;
	color:#2599dd;
	border-left:4px solid #2599dd;
	padding-left:8px;
	display:inline-block;
	float:left;
	font-weight:bold;
	margin-bottom:15px;
}

.indexNewsVisaRightLiTitle em{
	width:auto;
	height:18px;
	line-height:18px;
	font-size:16px;
	color:#333;
	font-style:normal;
	display:inline-block;
	float:right;
}

.indexNewsVisaRightLiTitle em a{
	width:auto;
	height:18px;
	line-height:18px;
	font-size:16px;
	color:#333;
	font-style:normal;
	display:block;
}

.indexNewsVisaRightLiTitle em a:hover{
	color:#2599dd;
}

.indexNewsVisaRightLiContent{
	height:380px;
	overflow:hidden;
	padding:20px 10px 0;
	background-color:#FFF;
	border-bottom:2px solid #e6e6e6;
}

.indexNewsVisaRightLiContent dl{
	width:293px;
	height:120px;
	display:inline-block;
	float:left;
	overflow:hidden;
}

.indexNewsVisaRightLiContent dl dt{
	width:135px;
	height:84px;
	display:inline-block;
	float:left;
	overflow:hidden;
}
.indexNewsVisaRightLiContent dl dt img{ width:130px; height:82px; }

.indexNewsVisaRightLiContent dl dd{
	width:150px;
	height:120px;
	display:inline-block;
	float:left;
	overflow:hidden;
	margin-left:5px;
}

.indexNewsVisaRightLiContent dl dd p{
	height:50px;
	line-height:25px;
	font-size:16px;
	color:#333;
	overflow:hidden;
}

.indexNewsVisaRightLiContent dl dd p.indexVisaPrice{
	height:25px;
	line-height:25px;
	color:#E5004F;
	margin-top:10px;
}
.indexNewsVisaRightLiContent dl dd p.indexVisaPrice span{
	font-size:24px;
}

.indexNewsVisaRightLi2{
	height:300px;
}

.indexNewsVisaRightLiContent2{
	height:824px;
	overflow:hidden;
	padding:20px 10px;
	background-color:#FFF;
	border: 2px solid #e5004f;
}

.indexNewsVisaRightLiContent2 dl{
	height:54px;
	display:inline-block;
	float:left;
	margin-bottom:19px;
}

.indexNewsVisaRightLiContent2 dl dt{
	height:27px;
}

.indexNewsVisaRightLiContent2 dl dt em{
	width:24px;
	height:24px;
	line-height:24px;
	font-size:16px;
	color:#fff;
	text-align:center;
	font-weight:bold;
	font-style:normal;
	border-radius:50%;
	background:#e5004f;
	display:inline-block;
	float:left;
}

.indexNewsVisaRightLiContent2 dl dt span{
	width:230px;
	height:24px;
	line-height:24px;
	font-size:16px;
	color:#333;
	display:inline-block;
	float:left;
	margin-left:9px;
	overflow:hidden;
}

.indexNewsVisaRightLiContent2 a:hover dl dt span{
	color:#e5004f;
}

.indexNewsVisaRightLiContent2 dl dd{
	height:27px;
}

.indexNewsVisaRightLiContent2 dl dd em{
	width:24px;
	height:24px;
	line-height:24px;
	font-size:16px;
	color:#fff;
	text-align:center;
	font-weight:bold;
	font-style:normal;
	border-radius:50%;
	background:#2599dd;
	display:inline-block;
	float:left;
}

.indexNewsVisaRightLiContent2 dl dd span{
	width:230px;
	height:24px;
	line-height:24px;
	font-size:16px;
	color:#595959;
	display:inline-block;
	float:left;
	margin-left:9px;
	overflow:hidden;
}

.indexNewsVisaRightLiContent2 a:hover dl dd span{
	color:#2599dd;
}

.link{
	width:100%;
	height:auto;
	border-top:3px solid #e5004f;
	background:#f7f7f7;
}

.linkMain{
	width:1200px;
	height:auto;
	margin:0 auto;
	padding:10px 0;
}

.linkTitle{
	width:1200px;
	height:50px;
	line-height:50px;
	font-size:16px;
	color:#e5004f;
	margin:0 auto;
}

.linkList{
	width:1200px;
	height:auto;
	line-height:25px;
	font-size:16px;
	color:#333;
	margin-bottom:10px;
}

.linkList a{
	width:auto;
	height:25px;
	line-height:25px;
	font-size:16px;
	color:#333;
	display:inline-block;
	margin-right:5px;
}

.linkList a:hover{
	color:#e5004f;
}

footer{
	width:1200px;
	height:auto;
	margin:0 auto;
	padding:20px 0;
}

footer p{
	width:1200px;
	height:auto;
	line-height:140%;
	font-size:16px;
	color:#333;
	text-align:center;
	margin:0 auto;
	padding:5px 0;
}

footer .footerCode{
	width:1200px;
	height:auto;
	text-align: center;
}

footer .footerCode img{
	max-width:160px;
	height:auto;
	display:block;
	margin:10px auto;
}

footer p a{
	color:#333;
}

footer p a.footerPolice{
	background:url(../images/bg_police.jpg) left center no-repeat;
	display:inline-block;
	padding-left:20px;
}

footer p a:hover{
	color:#e5004f;
}

ul.rightServices{
	width:50px;
	height:auto;
	position:fixed;
	left:50%;
	top:20%;
	margin-left:620px;
	z-index:99999;
	list-style:none;
}

ul.rightServices li{
	width:50px;
	height:40px;
	position:relative;
	list-style:none;
	margin-bottom:1px;
	cursor:pointer;
}

.rightServicesTel{
	width:50px;
	height:40px;
	background:#ef858c url(../images/bg_right_services_icon1.png) center center no-repeat;
	background-size:auto 50%;
}

.rightServicesTelMain{
	width:150px;
	height:40px;
	line-height:40px;
	font-size:14px;
	color:#fff;
	text-align:center;
	background:#ef858c;
	display:none;
	position:absolute;
	right:50px;
	top:0;
}

.rightServicesQq{
	width:50px;
	height:40px;
	background:#ef858c url(../images/bg_right_services_icon2.png) center center no-repeat;
	background-size:auto 50%;
}

.rightServicesQqMain{
	width:150px;
	height:auto;
	background:#ef858c;
	display:none;
	position:absolute;
	right:50px;
	top:0;
}

.rightServicesQqMain p{
	width:130px;
	height:40px;
	line-height:40px;
	font-size:14px;
	color:#fff;
	border-bottom:1px dotted #fff;
	padding-left:20px;
}
.rightServicesQqMain a { color:#FFF; }
.rightServicesBackToTop{
	width:50px;
	height:40px;
	background:#ef858c url(../images/bg_right_services_icon3.png) center center no-repeat;
	background-size:auto 50%;
}

.channelMain{
	width:1200px;
	height:auto;
	margin:0 auto;
}

.channelLeft{
	width:290px;
	height:auto;
}

.channelRight{
	width:900px;
	min-height:1613px;
	border-bottom:3px solid #e5e5e5;
	background:#fff;
}

.visaType{
	width:900px;
	height:auto;
	border-top:2px solid #2599dc;
	border-bottom:3px solid #e5e5e5;
	background:#fff;
	margin-bottom:10px;
}

dl.visaTypeLi{
	width:900px;
	height:auto;
	border-bottom:1px solid #e5e5e5;
	padding:10px 0;
}

dl.visaTypeLi dt{
	width:95px;
	height:auto;
	line-height:25px;
	font-size:16px;
	color:#5b5b5b;
	text-align:right;
	display:inline-block;
	float:left;
	margin-right:5px;
}

dl.visaTypeLi dd{
	width:800px;
	height:auto;
	display:inline-block;
	float:left;
}

dl.visaTypeLi dd select{
	width:auto;
	height:auto;
	line-height:25px;
	font-size:16px;
	color:#5b5b5b;
	font-style:normal;
	border:1px solid #ccc;
	border-radius:5px;
	display:inline-block;
	margin-bottom:5px;
	padding:0 10px;
}

dl.visaTypeLi dd em{
	width:auto;
	height:auto;
	line-height:25px;
	font-size:16px;
	color:#5b5b5b;
	font-style:normal;
	border-radius:5px;
	display:inline-block;
	margin-right:10px;
	margin-bottom:5px;
	padding:0 10px;
	cursor:pointer;
}

dl.visaTypeLi dd em.current{
	color:#fff;
	text-align:center;
	background:#FF4D79;
}

.visaInfo{
	width:900px;
	height:auto;
	border-top:2px solid #2599dc;
	border-bottom:3px solid #e5e5e5;
	margin-bottom:10px;
	background:#fff;
	padding:15px 20px;
}

.visaInfoCountry{
	width:120px;
	height:76px;
}

.visaInfoCountry img{
	width:120px;
	height:76px;
}

.visaInfoCountryContent{
	width:729px;
	height:auto;
}

.visaInfoCountryContent h4{
	width:729px;
	height:auto;
	line-height:140%;
	font-size:20px;
	color:#595959;
	margin-bottom:10px;
}

.visaInfoCountryContent p{
	width:729px;
	height:auto;
	line-height:140%;
	font-size:16px;
	color:#595959;
	margin-bottom:5px;
}

ul.visaList{
	width:900px;
	height:auto;
	border-top:2px solid #2599dc;
	margin-top:10px;
	padding:15px 20px;
	background:#fff;
}

ul.visaList li{
	width:860px;
	height:auto;
	border-bottom:1px solid #e4e4e4;
	list-style:none;
	padding:18px 0;
}

.visaLiLeft{
	width:660px;
	height:auto;
	display:inline-block;
	float:left;
}

.visaLiLeft h4{
	width:660px;
	height:35px;
	line-height:35px;
	font-size:18px;
	color:#333;
	font-weight:normal;
}

.visaLiLeft p{
	width:660px;
	height:30px;
	line-height:30px;
	font-size:18px;
	color:#595959;
}

.visaLiRight{
	width:160px;
	height:auto;
	display:inline-block;
	float:right;
}

.visaLiRight p{
	width:160px;
	height:30px;
	line-height:30px;
	font-size:14px;
	color:#ff6d0f;
	text-align:right;
}

.visaLiRight p em{
	font-size:24px;
	font-style:normal;
}

.visaLiRight a{
	width:120px;
	height:39px;
	line-height:39px;
	font-size:16px;
	color:#fff;
	text-align:center;
	background:#ff4d79;
	display:block;
	margin-left:40px;
	margin-top:5px;
}

.pages{
	width:100%;
	height:auto;
	text-align:center;
	margin:80px auto;
}

.pages a{
	width:auto;
	height:36px;
	line-height:36px;
	font-size:20px;
	color:#4c4c4c;
	text-align:center;
	border:1px solid #e5e5e5;
	display:inline-block;
	margin:0 5px;
	padding:0 15px;
}

.pages a:hover,.pages a.current{
	color:#fff;
	border:1px solid #ff4d79;
	background:#ff4d79;
	transition:ease-in-out 1s;
}

.pages span{
	width:auto;
	height:36px;
	line-height:36px;
	font-size:20px;
	color:#4c4c4c;
	text-align:center;
	border:1px solid #e5e5e5;
	display:inline-block;
	margin:0 5px;
	padding:0 15px;
}
.pages .page_cur{
	color:#fff;
	border:1px solid #ff4d79;
	background:#ff4d79;
	transition:ease-in-out 1s;
}

.visaDetailInfo{
	width:900px;
	height:auto;
	border-top:2px solid #2599dc;
	padding:10px 20px;
}

.visaDetailInfo h4{
	width:860px;
	height:auto;
	line-height:140%;
	font-size:20px;
	color:#333;
	margin-bottom:5px;
}

dl.visaDetaiInfoMain{
	width:860px;
	height:auto;
}

dl.visaDetaiInfoMain dt{
	width:190px;
	height:120px;
	display:inline-block;
	float:left;
}
dl.visaDetaiInfoMain dt p { font-weight:normal; margin-top:5px; text-align:center; font-size:14px; }

dl.visaDetaiInfoMain dt img{
	width:190px;
	height:120px;
}

dl.visaDetaiInfoMain dd{
	width:630px;
	height:auto;
	display:inline-block;
	float:right;
}

dl.visaDetaiInfoMain dd{
	width:630px;
	height:auto;
	display:inline-block;
	float:right;
}

.visaDetailInfoContent{
	width:630px;
	height:auto;
	margin-bottom:10px;
}

.visaDetailInfoContent span{
	width:315px;
	height:30px;
	line-height:30px;
	font-size:16px;
	color:#333;
	display:inline-block;
	float:left;
}

.visaDetailInfoParameter{
	width:630px;
	height:auto;
	background:#f9f9f9;
	padding:20px;
}

.visaDetailInfoParameterLi {
	width:590px;
	height:auto;
	margin-bottom:10px;
}

.visaDetailInfoParameterLi span{
	width:90px;
	height:auto;
	display:inline-block;
	float:left;
}

.visaDetailInfoParameterLi select{
	width:auto;
	height:28px;
	line-height:28px;
	font-size:16px;
	color:#333;
	border:1px solid #ff924c;
	display:inline-block;
	float:left;
	padding:0 5px;
}

.visaDetailInfoParameterLi input{
	width:auto;
	height:28px;
	line-height:28px;
	font-size:16px;
	color:#333;
	border:1px solid #ff924c;
	display:inline-block;
	float:left;
	padding:0 5px;
}

.visaDetailInfoParameterLi button{
	width:auto;
	height:32px;
	line-height:32px;
	font-size:16px;
	color:#fff;
	border:none;
	background:#ff4d79;
	display:block;
	margin-left:90px;
	margin-top:10px;
	padding:0 25px;
}

.visaDetailMain{
	width:900px;
	height:auto;
	margin-top:40px;
}

ul.visaDetailMenu{
	width:860px;
	height:auto;
	border-bottom:1px solid #ff4d79;
	border-left:1px solid #eee;
	list-style:none;
	margin:0 auto;
	background:#ff4d79;
}

ul.visaDetailMenu li{
	width:auto;
	height:43px;
	line-height:43px;
	font-size:16px;
	color:#FFF;
	border:1px solid #eee;
	border-left:none;
	list-style:none;
	padding:0 30px;
	display:inline-block;
	float:left;
	margin-bottom:-1px;
	cursor:pointer;
	border:1px solid #ff4d79;
}
ul.visaDetailMenu li a{ color:#FFF; }
ul.visaDetailMenu li.current{
	color:#333;
	background:#FFF;
	border-bottom-color:#FFF;
}
ul.visaDetailMenu li.current a{ color:#333; }

.visaDetailMainContent{
	width:860px;
	height:auto;

	margin:23px auto;
}

.current{
	display:block;
}

ul.visaDetailSubmenu{
	width:860px;
	height:auto;
	list-style:none;
	
/*		border-bottom-left-radius:5px;
	border-top-left-radius:5px;*/
}

ul.visaDetailSubmenu li{
	width:auto;
	height:42px;
	line-height:42px;
	font-size:18px;
	color:#333;
	border:1px solid #c0c0c0;
	border-left:none;
	list-style:none;
	padding:0 20px;
	display:inline-block;
	float:left;
	cursor:pointer;
}
ul.visaDetailSubmenu li:first-child{ border-left:1px solid #c0c0c0; border-bottom-left-radius:5px; border-top-left-radius:5px; }
ul.visaDetailSubmenu li:last-child{ border-bottom-right-radius:5px; border-top-right-radius:5px; }

ul.visaDetailSubmenu li.current{
	color:#fff;
	border-color:#ff4d79;
	background:#ff4d79;
}

.career{
	width:860px;
	height:auto;
	display:none;
	margin:20px auto 0;
}

.current{
	display:block;
}

.career table{
	width:860px;
	height:auto;
	border:1px solid #c0c0c0;
	margin-bottom:20px;
}

.career table td{
	font-size:16px;
	color:#333;
	border:1px solid #c0c0c0;
	padding:10px;
}

.career table td a{
	font-size:16px;
	color:#333;
	display:block;
}

.mauto{
	margin:0 auto;
}

.visaDetailMoreTitle{
	width:860px;
	height:43px;
	border-bottom:1px solid #ff4d79;
	margin:20px auto 10px;
}

.visaDetailMoreTitle span{
	width:87px;
	height:43px;
	line-height:43px;
	font-size:16px;
	color:#fff;
	text-align:center;
	background:#ff4d79;
	display:block;
}

.visaDetailMoreContent{
	width:860px;
	height:206px;
	overflow:hidden;
	margin:0 auto;
}

.visaDetailMoreContent dl{
	width:286px;
	height:84px;
	display:inline-block;
	float:left;
	overflow:hidden;
	margin-bottom:25px;
}

.visaDetailMoreContent dl dt{
	width:135px;
	height:84px;
	display:inline-block;
	float:left;
	overflow:hidden;
}
.visaDetailMoreContent dl dt img{ width:130px; height:82px; }

.visaDetailMoreContent dl dd{
	width:140px;
	height:84px;
	display:inline-block;
	float:left;
	overflow:hidden;
}

.visaDetailMoreContent dl dd p{
	height:50px;
	line-height:25px;
	font-size:16px;
	color:#333;
	overflow:hidden;
}

.visaDetailMoreContent dl dd p.visaDetailMorePrice{
	height:25px;
	line-height:25px;
	color:#E5004F;
	margin-top:5px;
}
.visaDetailMoreContent dl dd p.visaDetailMorePrice span{ font-size:24px; }
.visaDetailMainContent2Content{
	height:auto;
	margin:20px;
}

.visaDetailMainContent2Content dl{
	width:800px;
	height:auto;
}

.visaDetailMainContent2Content dl dt{
	width:45px;
	height:45px;
	line-height:45px;
	font-size:22px;
	color:#fff;
	text-align:center;
	background:url(../images/bg_visadetail2dot.png) center center no-repeat;
	display:inline-block;
	float:left;
}

.visaDetailMainContent2Content dl dd{
	width:auto;
	height:auto;
	line-height:140%;
	font-size:16px;
	color:#333;
	display:inline-block;
	float:left;
	padding-bottom:35px;
}

.visaDetailMainContent2Content dl dd.visaDetailMainContent2ContentLiMiddle{
	width:200px;
	height:auto;
	display:inline-block;
	float:left;
	margin-left:25px;
}

.visaDetailMainContent2Content dl dd.visaDetailMainContent2ContentLiRight{
	width:500px;
	height:auto;
	display:inline-block;
	float:left;
	margin-left:25px;
}

.visaDetailMainContent3Content{
	width:860px;
	height:auto;
	padding:20px 0;
}

.aboutContent{
	width:860px;
	height:auto;
	margin:0 auto;
	padding:20px 0;
}

.qaList{
	width:860px;
	height:auto;
	margin:20px auto;
	overflow:hidden;
}

.qaList dl{
	width:860px;
	height:auto;
	background:#f9f9f9;
	display:inline-block;
	float:left;
	margin-bottom:30px;
	padding:10px;
}

.qaList dl dt{
	width:840px;
	height:auto;
}

.qaList dl dt em{
	width:24px;
	height:24px;
	line-height:24px;
	font-size:16px;
	color:#fff;
	text-align:center;
	font-weight:bold;
	font-style:normal;
	border-radius:50%;
	background:#e5004f;
	display:inline-block;
	float:left;
	margin-top:3px;
}

.qaList dl dt span{
	width:800px;
	height:auto;
	line-height:24px;
	font-size:16px;
	color:#333;
	display:inline-block;
	float:left;
	margin-left:9px;
	overflow:hidden;
}

.qaList a:hover dl dt span{
	color:#e5004f;
}

.qaList dl dd{
	width:840px;
	height:auto;
	margin-top:10px;
}

.qaList dl dd em.qaLiIcon{
	width:24px;
	height:24px;
	line-height:24px;
	font-size:16px;
	color:#fff;
	text-align:center;
	font-weight:bold;
	font-style:normal;
	border-radius:50%;
	background:#2599dd;
	display:inline-block;
	float:left;
	margin-top:5px;
}

.qaList dl dd span{
	width:800px;
	height:auto;
	display:inline-block;
	float:left;
	margin-left:9px;
	overflow:hidden;
}

.qaList a:hover dl dd span{
	color:#2599dd;
}

.mapMain{
	width:860px;
	height:auto;
	margin:0 auto;
	padding:20px 0;
}

.mapMain{
	width:860px;
	height:auto;
	margin:0 auto;
	padding:20px 0;
}

.mapMain dl{
	width:860px;
	height:auto;
	margin-bottom:20px;
}

.mapMain dl dt{
	width:860px;
	height:auto;
	margin-bottom:5px;
}

.mapMain dl dt a{
	width:87px;
	height:37px;
	line-height:37px;
	font-size:16px;
	color:#333;
	text-align:center;
	border-radius:10px;
	background:#e4e4e4;
	display:inline-block;
	margin-right:20px;
	margin-bottom:5px;
}

.mapMain dl dt a:hover{
	color:#fff;
	background:#ff4d79;
	transition:ease-in-out 1s;
}

.mapMain dl dd{
	width:860px;
	height:auto;
	margin-bottom:5px;
}

.mapMain dl dd a{
	width:auto;
	height:37px;
	line-height:37px;
	font-size:16px;
	color:#333;
	display:inline-block;
	margin-right:10px;
	margin-bottom:5px;
}

.mapMain dl dd a:hover{
	color:#ff4d79;
}

.joinUsMain{
	width:860px;
	height:auto;
	margin:20px auto;
}

.joinUsMainLi{
	width:860px;
	height:auto;
	cursor:pointer;
}

.joinUsLiTit{
	width:860px;
	height:45px;
	background:#ff4d79;
}

.joinUsLiTit span{
	width:205px;
	height:45px;;
	line-height:35px;
	font-size:18px;
	color:#fff;
	text-align:center;
	padding:5px;
	display:inline-block;
	float:left;
}

.joinUsLiTitle{
	width:auto;
	height:auto;
	line-height:35px;
	font-size:18px;
	color:#333;
	background:#f9f9f9;
	border-bottom:1px solid #d8d8d8;
	cursor:pointer;
}

.joinUsLiTitle span{
	width:205px;
	height:45px;;
	line-height:35px;
	font-size:18px;
	color:#333;
	text-align:center;
	padding:5px;
	display:inline-block;
	float:left;
}

.joinUsHiddenContent{
	width:auto;
	height:auto;
	line-height:35px;
	font-size:18px;
	color:#333;
	border-bottom:1px solid #d8d8d8;
	padding:20px;
	display:none;
}

.current{
	display:block;
}

.joinUsHiddenContent h4{
	font-weight:bold;
	margin-bottom:10px;
}







/* choose country */
.red { color:#e5004f; }
.form-control { border-radius:0; }
.ser-country { position:relative; }
dl.visaTypeLi dd.choose-country-trigger { border:1px solid #DDD; padding:5px 25px 5px 10px; display:inline-block; width:auto; text-align:left; cursor:pointer; background:url('../images/bg_header_search_area.png') no-repeat 92% center; background-size:auto 8px; }
dl.visaTypeLi dd.choose-country { position:absolute; left:100px; top:50px; background:#FFF; padding:20px; border:1px solid #AAA; width:600px; display:none; }
	.choose-country .pull-right { cursor:pointer; }
	.country-s  { height:32px; line-height:32px; position:absolute; top:40px; left:20px; padding-top:10px; }
	.country-s span { display:inline-block; padding:0 10px; cursor:pointer; }
	.country-s span.current { border:1px solid #FF4D79; border-bottom-color:#FFF; }
	.country-c { border-top:1px solid #FF4D79; margin-top:40px; padding:15px 0 0; }

.blackBox{
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	display:none;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.viewBox{
	width:700px;
	min-height:100px;
	height:auto;
	display:none;
	position:fixed;
	background:#FFF;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	z-index:99999;
}
.viewBoxClose{ float:right; width:40px; height:40px; background:#DDD url('../images/member_close.png') no-repeat center center; cursor:pointer; }
.viewBoxContent { padding:30px 50px; text-align:center; font-size:16px; line-height:40px; }

.visaDetailMaintT { border-bottom:2px solid #e5004f; color:#e5004f; font-size:16px; font-weight:bold; margin:20px 0; line-height:35px; }
.indexRAd { height:100px; margin-bottom:10px; background-color:#FFF; }



.cailiaotype { border:none; border-radius:5px; }
.cailiaotype td { border:none; padding:0; cursor:pointer; }
.cailiaotype td span{ width:100%;height:100%;display:block;border:1px solid #c0c0c0; padding:8px 0; cursor:pointer; }
.cailiaotype td.current { color:#FFF; background-color:#fff; }
.cailiaotype td.current span{ color:#FFF; border:1px solid #ff4d79;background-color:#ff4d79; }
table.cailiaotype tr td:first-child span{
    border-radius:5px 0 0 5px;
}
table.cailiaotype tr td:last-child span{
    border-radius:0 5px 5px 0;
}
