﻿#content{
	width:1200px;
	margin:0 auto;
}
#content .left_title{
	font-size:22px;
	text-align: center;
	line-height: 40px;
	margin-top:30px;
	margin-bottom:0;
	color:#000;
}
#content ul{
	padding-left: 0;
	margin-top:30px;
}
#content ul li{
	text-align: center;
	line-height: 56px;
	font-size:18px;
	border-bottom:1px solid #f1f1f1;
}
#content ul li a{
	color:#6A6A6A;
}
#content ul li a:hover{
	color:#F19301;
}
#content ul .active{
	border-top:1px solid #f1f1f1;
	border-left:3px solid #f29301;
	color:#F19301;
}
#content ul .active a{
	color:#f29301;
}
#content .right_title{
	font-size:28px;
	line-height: 40px;
	margin-top:30px;
	color:#000;
}
#content .right_content{
	font-size:14px;
	color:#727272;
	padding:15px 0;
}
#content .right_content p{
	margin-bottom:0;
	padding:15px 0;
}

#content .right_tip{
	font-size:14px;
	color:#6A6A6A;
	font-weight: bold;
	line-height: 40px;
}
#content .right_tip span{
	color:red;
	font-weight: normal;
}
#content .personinfo_title{
	font-size:14px;
	color:#f29301;
	border-bottom: 1px solid #f1f1f1;
	line-height: 30px;
}
#content .personinfo_title span{
	border-bottom: 2px solid #f29301;
	line-height: 30px;
	display: inline-block;
}
#content .row .col-sm-10 .col-sm-2,#content .row .col-sm-10 .col-sm-10{
	margin-top:20px;
	line-height: 25px;
}
#content .btn {
    margin-top: 20px;
    text-align: right;
    width: 308px;
    line-height: 35px;
    display: block;
    padding: 0;
}
#content .btn input{
	display: inline-block;
	background-color:#f29301;
	line-height: 35px;
	color:#fff;
}
#content .row .col-sm-10 .col-sm-10 input{
	width:300px;
	border:#E0E0E0 1px solid;
	height:40px;
	line-height:40px;
	padding-left: 15px;
}
#content .row .col-sm-2{
	color:#696969;
}
#content .row .col-sm-10 .col-sm-10>select{
	border:#E0E0E0 1px solid;
	line-height: 25px;
	width:300px;
	height:30px;
	padding-left:15px;
	border:1px solid #EDEDED;
}
#content .row .col-sm-10 .col-sm-10 select{
	border:1px solid #EDEDED;
}
#content .row .col-sm-10 .col-sm-10 textarea{
	width:320px;
	height:80px;
	padding-left:15px;
	border:1px solid #EDEDED;
}
#content .row .col-sm-10 .col-sm-2 span{
	color:red;
	margin-right: 10px;
}
#content .row .col-sm-10 .col_left_lang{
	width:300px;
}
#content .row .col-sm-10 .col_left_lang 
#province,#city,#district{
	width:100%;
	height:30px;
}
/*适应屏幕*/
@media (max-width: 1250px){
	#content{
		width: 800px;
	}
	#content .left_title{
		font-size:21px;
	}
	#content .btn{
		width:245px;
	}
}
@media(max-width: 758px){
	#content{
		width:100%;
		padding:0 15px 50px 15px;;
	}
	#nbanner .banner{
		height:120px;
	}
	#content .right_title{
		font-size:24px;
		text-align:center;
		margin-top:20px;
	}
	#content .right_tip{
		line-height: 25px;
	}
	#content .row .col-sm-10 .col-sm-10 input{
		width:100%;
	}
	#content .row .col-sm-10 .col-sm-10>select{
		width:100%;
	}
	#content .row .col-sm-10 .col_left_lang{
		width:100%;
	}
	.intro{
        padding-left:60px !important;
    }
}
