
.travel_person{
	height:430px;
	background:url(../img/48.jpeg) no-repeat;
	background-size: cover;
}
.travel_header{
	padding-top:145px;
}
.travel_header_link{
	text-align:center;
	display:block;
}
.travel_header_set{
	display:block;
	width:108px;
	height:108px;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center;
	margin:0 auto;
	border-radius:108px;
	border:solid 2px #fff;
	margin-bottom:20px;
}
.travel_header_link b{
	display:block;
	font-size: 24px;
	color: #FFFFFF;
	letter-spacing: 1.2px;
	text-align: center;
	font-weight: normal;
}
.travel_header_link em{
	display:block;
	text-align:center;
	font-style:normal;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 1.33px;
	text-align: center;
	padding-top:8px;
}
.travel_user{
	display:flex;
	margin-top:25px;
}
.travel_user li{
	flex: 1;
	font-size: 14px;
	color: #000000;
	letter-spacing: 0.7px;
	text-align: center;
	line-height: 16px;
}
.travel_user li a{
	display:inline-block;
	text-align:center;
	color:#fff;
}
.travel_user li b{
	display:block;
	font-size: 20px;
	color: #fff;
	letter-spacing: 0.7px;
	line-height: 20px;
	font-weight: normal;
	margin-top:5px;
}
.travel_user li:nth-child(1){
	text-align: right;
	padding-right:32px;
	position:relative;
}
.travel_user li:nth-child(1):after{
	content:'';
	width:1px;
	height:36px;
	background:#FFF;
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	margin:auto 0;
}
.travel_user li:nth-child(2){
	text-align: left;
	padding-left:32px;
}
.travel_nav{
	height:54px;
	border-bottom:solid 1px #DAE0E5;
	text-align:center;
	line-height:54px;
}
.travel_nav a{
	display:inline-block;
	font-size: 16px;
	color: rgba(51,51,51,0.80);
	letter-spacing: 0.8px;
	text-align: center;
	margin:0 24px;
	position:relative;
	line-height:54px;
}
.travel_nav a:hover:after,.travel_nav a.hover:after{
	content: '';
	width:100%;
	height:4px;
	background: #5017ab;
	position:absolute;
	left:0;
	right:0;
	bottom:-1px;
	margin:0 auto;
}
.travel_nav a:hover,.travel_nav a.hover{
	color: #5017ab;
	letter-spacing: 0.9px;
}
.travel_box{
	background:#F7F8F8;
}
.travel_box_content{
	max-width:1200px;
	margin:0 auto;
	padding-bottom:80px;
}
.travel_title{
	font-size: 24px;
	color: rgba(51,51,51,0.90);
	letter-spacing: 1.2px;
	padding-top:30px;
}
.travel_adress{
	margin-top:16px;
}
.travel_adress li{
	width:389px;
	height:188px;
	background:#fff;
	box-sizing: border-box;
	padding:14px 24px 24px;
	position:relative;
	float:left;
	margin-right:16px;
}
.travel_adress li:nth-child(3n){
	margin-right:0;
}
.travel_adress span{
	display:block;
	font-size: 12px;
	color: rgba(51,51,51,0.30);
	letter-spacing: 0.6px;
	margin-top:10px;
	margin-bottom:4px;
}
.travel_adress b{
	font-weight:normal;
	font-size: 16px;
	color: rgba(51,51,51,0.80);
	letter-spacing: 0.9px;
	background-size:18px auto;
}
.sex_name{
	display:block;
	font-weight:normal;
	font-size: 16px;
	color: rgba(51,51,51,0.80);
	letter-spacing: 0.9px;
	background:url(../img/icon_woman_s.png) no-repeat left center;
	background-size:18px auto;
	padding-left:25px;
}
.sex_name1{
	display:block;
	font-weight:normal;
	font-size: 16px;
	color: rgba(51,51,51,0.80);
	letter-spacing: 0.9px;
	background:url(../img/icon_man_s.png) no-repeat left center;
	background-size:18px auto;
	padding-left:25px;
}
.travel_adress li p{
	position:absolute;
	right:9px;
	top:15px;
	opacity: 0;
	transition: all 1s;
}
.travel_adress li p a{
	display:inline-block;
	margin:0 7px;
}
.travel_adress li p a img{
	width:21px;
}
.travel_adress li:hover{
	box-shadow: 0 1px 20px 0 rgba(0,0,0,0.10);
	border-radius: 1px;
}
.travel_adress li:hover p{
	opacity: 1;
}
.travel_info{
	background:#fff;
	margin-top:15px;
	padding:40px 120px;
}
.travel_info table tr td{
	padding-bottom:24px;
}
.travel_info table tr td span{
	font-size: 14px;
	color: rgba(21,21,21,0.90);
	letter-spacing: 0.61px;
	text-align: right;
	line-height: 20px;
	width:90px;
	float:left;
	line-height:36px;
	margin-right:20px;
}
.travel_info table tr td input{
	height:36px;
	box-sizing: border-box;
	border: 1px solid #DAE0E5;
	border-radius: 2px;
	padding-left:15px;
	width:828px;
}
.travel_info table tr td p i{
	display:inline-block;
	font-style:normal;
	font-size: 14px;
	color: rgba(51,51,51,0.90);
	letter-spacing: 0.7px;
	text-align: right;
	line-height:36px;
	background:url(../img/icon_man.png) no-repeat left center;
	background-size:18px auto;
	padding-left:25px;
	margin-right:112px;
	cursor: pointer;
}
.travel_info table tr td p i:last-child{
	background:url(../img/icon_woman.png) no-repeat left center;
	background-size:18px auto;
}
.travel_info table tr td p i.hover{
	background:url(../img/icon_man_s.png) no-repeat left center;
	background-size:18px auto;
}
.travel_info table tr td p i:last-child.hover{
	background:url(../img/icon_woman_s.png) no-repeat left center;
	background-size:18px auto;
}
.travel_info table tr td input.input_width{
	width:357px;
	height:36px;
}
.travel_info table tr td dl{
	float:left;
	position:relative;
}
.travel_info table tr td dl dt{
	box-sizing: border-box;
	width: 357px;
    height: 36px;
    background: #F9FAFA;
	border: 1px solid #DAE0E5;
	border-radius: 2px;
	line-height:36px;
	padding-left:15px;
	font-size:14px;
	color: rgba(51,51,51,0.30);
}
.select_content{
	position:absolute;
	left:0;
	top:35px;
	width:100%;
	box-sizing: border-box;
	background: #FFFFFF;
	border: 1px solid #DAE0E5;
	border-radius: 2px;
	display: none;
}
.select_content dd{
	display:block;
	line-height:36px;
	box-sizing: border-box;
	padding-left:15px;
	font-size:14px;
	color: rgba(51,51,51,0.60);
	letter-spacing: 0.7px;
	cursor: pointer;
}
.select_content dd:hover{
	background: rgba(218,224,229,0.30);
	font-size: 14px;
	color: rgba(51,51,51,0.90);
	letter-spacing: 0.7px;
}
.travel_info table tr td button{
	display:block;
	width:102px;
	height:44px;
	background: #E22E2E;
	border-radius: 1px;
	border:none;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0.4px;
	text-align: center;
	margin:20px auto 0;
}
.fixed_bg{
	background:rgba(0,0,0,0.5);
	position:fixed;
	left:0;
	top:0;
	z-index:10;
	width:100%;
	height:100%;
	display:none;
}
.fixed_adress{
	width:960px;
	background:#ffffff;
	position:fixed;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	z-index:11;
	border-radius: 2px;
	display:none;
}
.address_fixed{
	height:49px;
	border-bottom:solid 1px #DAE0E5;
	padding:0 22px;
	font-size: 16px;
	color: rgba(51,51,51,0.80);
	letter-spacing: 0.8px;
	line-height:49px;
}
.address_fixed span{
	float:right;
	margin-top:8px;
}
.address_fixed span img{
	width:25px;
	cursor: pointer;
}



.travel_info1{
	background:#fff;
	margin-top:15px;
	padding:28px 77px;
}
.travel_info1 table tr td{
	padding-bottom:24px;
}
.travel_info1 table tr td span{
	font-size: 14px;
	color: rgba(21,21,21,0.90);
	letter-spacing: 0.61px;
	text-align: right;
	line-height: 20px;
	width:90px;
	float:left;
	line-height:36px;
	margin-right:20px;
}
.travel_info1 table tr td input{
	height:36px;
	box-sizing: border-box;
	border: 1px solid #DAE0E5;
	border-radius: 2px;
	padding-left:15px;
	width:670px;
}
.travel_info1 table tr td p i{
	display:inline-block;
	font-style:normal;
	font-size: 14px;
	color: rgba(51,51,51,0.90);
	letter-spacing: 0.7px;
	text-align: right;
	line-height:36px;
	background:url(../img/icon_man.png) no-repeat left center;
	background-size:18px auto;
	padding-left:25px;
	margin-right:112px;
	cursor: pointer;
}
.travel_info1 table tr td p i:last-child{
	background:url(../img/icon_woman.png) no-repeat left center;
	background-size:18px auto;
}
.travel_info1 table tr td p i.hover{
	background:url(../img/icon_man_s.png) no-repeat left center;
	background-size:18px auto;
}
.travel_info1 table tr td p i:last-child.hover{
	background:url(../img/icon_woman_s.png) no-repeat left center;
	background-size:18px auto;
}
.travel_info1 table tr td input.input_width1{
	width:277px;
	height:36px;
}
.travel_info1 table tr td dl{
	float:left;
	position:relative;
}
.travel_info1 table tr td dl dt{
	box-sizing: border-box;
	width: 277px;
    height: 36px;
    background: #F9FAFA;
	border: 1px solid #DAE0E5;
	border-radius: 2px;
	line-height:36px;
	padding-left:15px;
	font-size:14px;
	color: rgba(51,51,51,0.30);
}
.select_content{
	position:absolute;
	left:0;
	top:35px;
	width:100%;
	box-sizing: border-box;
	background: #FFFFFF;
	border: 1px solid #DAE0E5;
	border-radius: 2px;
	display: none;
}
.select_content1{
	position:absolute;
	left:0;
	top:35px;
	width:100%;
	box-sizing: border-box;
	background: #FFFFFF;
	border: 1px solid #DAE0E5;
	border-radius: 2px;
	display: none;
}
.select_content dd{
	display:block;
	line-height:36px;
	box-sizing: border-box;
	padding-left:15px;
	font-size:14px;
	color: rgba(51,51,51,0.60);
	letter-spacing: 0.7px;
	cursor: pointer;
}
.select_content1 dd{
	display:block;
	line-height:36px;
	box-sizing: border-box;
	padding-left:15px;
	font-size:14px;
	color: rgba(51,51,51,0.60);
	letter-spacing: 0.7px;
	cursor: pointer;
}
.select_content dd:hover{
	background: rgba(218,224,229,0.30);
	font-size: 14px;
	color: rgba(51,51,51,0.90);
	letter-spacing: 0.7px;
}
.select_content1 dd:hover{
	background: rgba(218,224,229,0.30);
	font-size: 14px;
	color: rgba(51,51,51,0.90);
	letter-spacing: 0.7px;
}
.travel_info1 table tr td button{
	display:block;
	width:102px;
	height:44px;
	background: #E22E2E;
	border-radius: 1px;
	border:none;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0.4px;
	text-align: center;
	margin:20px auto 0;
}
.photogray_detail{
	display:block;
	width:460px;
	height:624px;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-top:40px;
	float:left;
}
.photogray_content{
	width:704px;
	float:right;
	margin-top:40px;
}
.photo_introduce{
	border: 1px solid #5017ab;
	padding:35px 35px 50px;
	position:relative;
	font-size: 16px;
	color: rgba(51,51,51,0.90);
	letter-spacing: 0.8px;
	background:#fff;
}
.photo_introduce div{
	display:block;
	position:absolute;
	left:65px;
	top:-11px;
	width:132px;
	background:#5017ab;
	text-align:center;
	font-size: 14px;
	color: #fff;
	letter-spacing: 0.8px;
	border-radius:50px;
}
/*.photo_introduce div:before,.photo_introduce div:after{
	content:'';
	width:8px;
	height:8px;
	transform: rotate(45deg);
	background: #F17070;
	position:absolute;
}
.photo_introduce div:before{
	left:0;
	top:0;
	bottom:0;
	margin:auto 0;
}
.photo_introduce div:after{
	right:0;
	top:0;
	bottom:0;
	margin:auto 0;
}*/
.photo_introduce b{
	display:block;
	width:32px;
	height:32px;
	position:absolute;
	left:0;
	right:0;
	bottom:-16px;
	margin:0 auto;
}
.photo_introduce b img{
	width:32px;
	display:none;
}
.photo_name{
	font-size: 24px;
	color: rgba(51,51,51,0.90);
	letter-spacing: 1.2px;
	margin-bottom:20px;
}
.margin_name{
	margin-top:40px;
}
.photo_honor_list{
	padding-top:30px;
}
.photo_honor_list li{
	padding-left:120px;
	font-size: 16px;
	color: rgba(51,51,51,0.90);
	letter-spacing: 0.8px;
	padding-bottom:24px;
	position:relative;
}
.photo_honor_list li span{
	display:block;
	font-size: 24px;
	color: rgba(51,51,51,0.90);
	letter-spacing: 1.2px;
	padding-bottom:8px;
}
.photo_honor_list li:before{
	content: '';
	width:1px;
	height:100%;
	background:#F17070;
	position:absolute;
	left:34px;
	top:1px;
}
.photo_honor_list li:after{
	content:'';
	width:70px;
	height:70px;
	background:url(../img/xunzhang.png) no-repeat;
	background-size:cover;
	position:absolute;
	left:0;
	top:0;
}
.photo_honor_list li:last-child:before{
	content: '';
	width:1px;
	height:100%;
	background:#F7F8F8;
	position:absolute;
	left:34px;
	top:1px;
}
.photo img{
	border-radius:2px
}
.line_list{
	margin-top:30px;
}
.line_list li{
	float:left;
	width:25%;
	height:300px;
	margin-bottom:10px;
}
.line_list li a{
	display:block;
	padding:7px;
}
.line_list li:hover{
	box-shadow: 0 1px 10px 0 rgba(0,0,0,0.12);
	border-radius: 1px;
	background:#fff;
}
.line_img{
	display:block;
	width:100%;
	height:163px;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center;
	position:relative;
}
.line_img i{
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 0.32px;
	font-style:normal;
	position:absolute;
	right:12px;
	bottom:10px;
}
.line_title{
	display:block;
	padding:12px 10px 0;
	font-size: 16px;
	color: rgba(51,51,51,0.80);
	letter-spacing: 0.8px;
}
.line_con{
	padding:15px 10px 0;
}
.line_con span{
	font-size: 14px;
	color: rgba(21,21,21,0.50);
	letter-spacing: 0.7px;
	line-height: 20px;
	background:url(../img/time1.png) no-repeat left 4px;
	background-size:15px auto;
	padding-left:22px;
}
.line_con span i{
	font-style:normal;
	font-size:18px;
	color:#0F1000;
	display:inline-block;
	padding:0 3px;
}
.line_con span em{
	display:block;
	font-style:normal;
	font-size:12px;
}
.line_con b{
	font-size: 24px;
	color: #DB1F1F;
	letter-spacing: 0.75px;
	text-align: right;
	font-weight:normal;
	line-height: 28px;
}
.line_con b i{
	font-style:normal;
	font-size:26px;
}
.line_con b em{
	font-style: normal;
	font-size:14px;
	display:inline-block;
	margin-left:2px;
	position:relative;
	top:-2px
}
.search_content{
	background: #F7F8F8;
	padding-bottom:50px;
}
.search_index{
	max-width:1200px;
	margin:0 auto;
}
.photo_grap li{
	height:402px;
	width:50%;
	float:left;
	/*background:#fff;*/
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom:3px
}
.right_pic>div{
    float:left;
    width:49.5%;
    box-sizing: border-box;
    padding:15px;
    background:#fff;
    margin-right:.5%;
    margin-bottom:.5%;
    height:402px;
    font-size: 14px;
	color: rgba(51,51,51,0.90);
	letter-spacing: 0.7px;
	text-align: right;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center;
}
.right_pic>div span{
	display:block;
	padding:10px 0 10px;
	margin-bottom:15px;
	border-bottom:solid 1px #DAE0E5;
	font-size: 18px;
	color: rgba(51,51,51,0.90);
	letter-spacing: 0.9px;
	text-align: right;
}
.left_pic>div{
    float:right;
    width:49.4%;
    box-sizing: border-box;
    padding:15px;
    height:402px;
    background:#fff;
    margin-right:.5%;
    margin-bottom:.5%;
    text-align:left;
     font-size: 14px;
	color: rgba(51,51,51,0.90);
	letter-spacing: 0.7px;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center;
}
.left_pic>div span{
	display:block;
	padding:10px 0 10px;
	margin-bottom:15px;
	border-bottom:solid 1px #DAE0E5;
	font-size: 18px;
	color: rgba(51,51,51,0.90);
	letter-spacing: 0.9px;
	text-align: left;
}
.sys_pic{
    position:relative;
    width:50%;
    height: 100%;
    background-repeat: no-repeat;
    background-size:cover;
    background-position:center center;
}
.sys_pic:before{
    content:'';
    display:block;
    position:absolute;
    border:15px solid transparent;
    border-left-color: #fff;
}
.top_left:before{
    top:20px;
    left:-3px;
}
.bottom_left:before{
    bottom:20px;
    left:-3px;
}
.top_right:before{
    top:20px;
    right:-3px;
    border:15px solid transparent;
    border-right-color: #fff;
}
.bottom_right:before{
    bottom:20px;
    right:-3px;
    border:15px solid transparent;
    border-right-color: #fff;
}
.search_mnav{
	line-height:45px;
	font-size: 12px;
	color: rgba(51,51,51,0.80);
	letter-spacing: 0.6px;
}
.search_mnav b{
	font-weight:normal;
	font-family: '宋体';
	display:inline-block;
	padding:0 5px;
}