.nav .top-nav{
	text-align: left;
}

.nav .top-nav span{
    padding: 30px 160px;
    font-size: 28px;
    color: #333;
}

.body-banner, .body-banner img{
	width: 100%;
}

.body-banner{
	margin-bottom: 20px;
}

.body {
    width: 100%;
    overflow: auto;
    min-height: 800px;
    margin-top: 80px;
}

.body .content{
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
    min-height: 80px;
}

.body .content .sidebar{
	float: left;
    padding-bottom: 140px;
    border: 1px solid #ffe9e1;
    width: 182px;
    padding: 0;
    margin: 0;
}

.body .content .sidebar li{
    border-bottom: 1px dotted #fadbdf;
    height: 48px;
    line-height: 48px;
}

.body .content .sidebar li a{
    display: block;
    position: relative;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    color: #333;
    line-height: 44px;
}

.body .content .sidebar li a:before{
	content: ">";
    position: absolute;
    right: 20px;
    top: -2px;
    display: none;
}

.body .content .sidebar li .active{
	color: #f60;
}

.body .content .sidebar li .active:before{
	display: block;
}

.body .content .details{
    padding: 10px 20px;
    border: 1px solid #efefef;
    width: 767px;
    float: right;
    margin-bottom: 20px;
}

.body .content .details .title{
    font-size: 20px;
    text-align: center;
    border-bottom: 1px solid #efefef;
    padding-bottom: 16px;
    margin-bottom: 20px;
    color: #333;
    padding-top: 6px;
}

.about-descript dl dt{
	line-height: 31px;
    font-size: 18px;
    margin-bottom: 15px;
    color: #333;
}

.about-descript dl dd{
    line-height: 24px;
    font-size: 14px;
    color: #333;
}

.about-descript dl .goal4{
	margin-bottom: 30px;
}

.lips{
	margin-top: 30px;
}

.lips .type, .lips .jobs{
    line-height: 31px;
    font-size: 18px;
    margin-bottom: 15px;
    color: #333;
}

.lips .jobs a{
    display: inline-block;
    width: 100%;
    height: 27px;
    line-height: 25px;
    font-size: 14px;
    text-decoration: none;
    color: #333;
}

.lips .jobs a:hover{
	color: #f60;
}

.lips .jobs > div{
    display: none;
    border: 1px solid #efefef;
    padding: 15px 20px 20px;
    background: #fafafa;
    margin: 10px 0 20px;
}

.lips .jobs > div span{
    display: block;
    font-size: 14px;
}

.lips .jobs > div p{
    line-height: 24px;
    font-size: 14px;
    display: inline-block;
    margin: 5px 0;
    width: 100%;
}

.lips .jobs > div .sty{
    margin-top: 10px;
}

.lips .jobs > div input{
	width: 62px;
    height: 30px;
    color: #fff;
    font-size: 14px;
    margin: 20px auto 0 317px;
    background-color: #f60;
    border: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

.faq-wrapper {
    width: 960px;
    margin: 0 auto;
    padding: 50px 0;
}

.faq-wrapper dl {
    margin-bottom: 20px;
}

.faq-wrapper dt {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
    color: #73ba00;
    border-bottom: 1px dashed #eaeaea;
    font-weight: 400;
}

.faq-wrapper dd {
    font-size: 14px;
    line-height: 21px;
    color: #333;
    margin-bottom: 7px;
}

.faq-wrapper dd:before {
    display: inline-block;
    content: "";
    width: 4px;
    height: 4px;
    margin-top: -2px;
    margin-right: 15px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
    background: #bababa;
}

.faq-wrapper dd p {
    margin-left: 20px;
    line-height: 21px;
}

.faq-wrapper dd p:before {
    display: inline-block;
    content: "";
    width: 4px;
    height: 4px;
    margin-top: -2px;
    margin-right: 15px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
    background: #bababa;
}

.faq-wrapper dd a {
    color: #f60;
    text-decoration: none;
}

.contact-description .address {
    padding-top: 20px;
    float: left;
    line-height: 24px;
    font-size: 14px;
    color: #333;
}

.contact-description .company {
    display: block;
    float: right;
    padding: 8px;
    background: #f4f4f4;
    border: 1px solid #efefef;
    margin-left: 35px;
}

.contact-description .companyaddress {
    clear: both;
    line-height: 24px;
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
    padding-top: 50px;
}

.contact-description .map {
    display: block;
    border: 0 none;
    margin-bottom: 20px;
}

.contact-description .address .email {
    text-decoration: none;
    outline: 0 none;
    color: #333;
}

.contact-description .address .email:hover {
    color: #f60;
}

.about-description p {
    text-indent: 2em;
    margin-bottom: 10px;
    line-height: 25px;
    font-size: 14px;
}

.about-description img{
    width: 100%;
}
/******************** yyy *************************/
@media (min-width: 768px) {
  .container {
    width: 750px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
  }
}