.container {
    width: 100%;
}

* {
    margin: 0;
    padding: 0;
}
a {
    color: #000000;
}
a {
    text-decoration: none;
}  
.xin {
    width: 1180px;
    margin: 0 auto;
}

.topbar {
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-list img {
    vertical-align: middle;
    margin-right: 5px
}

.top-right {
    display: flex;
}

.top-left img {
    width: 240px;
}

.top-list {
    margin-right: 20px;
    margin-top: 5px;
    display: flex;
    align-items: center;
}

.navbar {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #f87510;
}

ul,
li {
    list-style: none;
}

.nav-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.nav-list {
    width: 100px;
    text-align: center;
    color: #fff;
}

.nav-list img {
    width: 100%;
    vertical-align: bottom;
}

.nav {
    background-color: #d65d1b;
}

.need {
    position: relative;
    margin: 30px auto;
}

.need-title {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
}

.need-line {
    width: 50px;
    height: 2px;
    background-color: orange;
    position: absolute;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
}

.search {
    display: flex;
}

.search select {
    width: 170px;
    height: 30px;
    outline: none;
    margin-right: 20px;
    border-radius: 5px;
    border: 1px solid #f0f0f0;
}

.ne-title::after {
    content: '';
    width: 60px;
    height: 2px;
    display: block;
    background-color: #eb5c17;
    margin: 0 auto;
    margin-top: 2px;
}

.need-cont {
    text-align: center;
    background-color: #f2f2f2;
    padding-bottom: 20px;
}

.need-list {
    width: 22%;
    height: 300px;
}

.need-list:hover {
    cursor: pointer;
    transition: all 0.1s;
    transform-origin: bottom;
    transform: scale(1.1);
}

.need-list img {
    width: 100%;
    vertical-align: bottom;
}

.ne-text {
    width: 80%;
    margin: 0 auto;
}

.need-item {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}

.ne-title {
    padding: 20px 0;
}

.necont-active {
    background-color: #fda45f;
    color: #fff;
}

.pingjia {
    width: 100%;
    padding-bottom: 50px;
    background: url(../images/bg1.png)no-repeat 0 100%;
}

.pj-item {
    display: flex;
}

.pj-vedio {
    padding: 10px;
    width: 25%;
    height: 790px;
    background-color: #fff;
    overflow-y: scroll;
    border: 1px solid #e4e4e4;
}

.pj-vedio video {
    width: 100%;
    margin-bottom: 5px;
}

.pj-right {
    padding: 0 20px;
    margin-left: 10px;
    flex: 1;
    background-color: #fff;
    overflow-y: scroll;
    border: 1px solid #e4e4e4;
}

.pj-title {
    display: flex;
    margin-top: 10px;
}

.pj-title p {
    width: 100px;
    text-align: center;
    margin-right: 40px;
    padding-bottom: 5px;
}

.pj-act {
    color: #fda45f;
    border-bottom: #fda45f solid 2px;
}

.pj-title {
    border-bottom: 2px solid #e8e8e8;
}

.pj-left {
    display: flex;
}

.wang-title img {
    width: 12px;
}

.ima img {
    width: 60px;
}

.wang-cont {
    margin-top: 5px;
}

.wang {
    margin-top: 5px;
    margin-left: 5px;
}

.pj-top {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.pj-one {
    width: 100px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 20px;
    color: #fda45f;
    border: 1px solid #fda45f;
}

.pj-photo {
    display: flex;
    margin-top: 10px;
}

.pj-photo img {
    margin-right: 10px;
}

.line {
    margin-top: 15px;
    width: 100%;
    height: 1px;
    background-color: #e8e8e8;
}

.more {
    margin: 10px auto;
    text-align: center;
}

.more img {
    width: 16px;
    margin-left: 5px;
    vertical-align: middle;
}

.enact {
    width: 100%;
    height: 105px;
    line-height: 105px;
    margin: 0 auto;
    background: url('../images/ys7.png')no-repeat 0 /100%;
}

.enact1 {
    width: 100%;
    height: 105px;
    line-height: 105px;
    color: #fff;
    margin: 0 auto;
    background: url('../images/ys28.png')no-repeat 0 /100%;
}

.enact2 {
    width: 100%;
    height: 105px;
    line-height: 105px;
    color: #fff;
    margin: 0 auto;
    background: url('../images/ys39.png')no-repeat 0 /100%;
}

.enact1 a {
    color: #fff;
}

.enact2 a {
    color: #fff;
}

.enact-title {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-left: 40px;
}

.bgc {
    position: relative;
}

.now {
    width: 80px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border-radius: 20px;
    border: 1px solid #333333;
    margin: 20x auto;
}

.now-white {
    border: 1px solid #fff;
}

ul,
li {
    list-style: none;
}

.tab {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.tab-list img {
    width: 60px;
}

.tab-act::after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: block;
    border: 2px solid #fee2cc;
    background-color: #fda45f;
    margin: 0 auto;
    margin-top: 10px;
}

.tab-line {
    width: 100%;
    height: 1px;
    background-color: #dfdfdf;
    position: absolute;
    top: 36px;
    left: 0;
    z-index: -100;
}

.swiper-slide img {
    margin: 0 auto;
    display: block;
}

.qa {
    width: 100%;
    background-color: #f9f9f9;
}

.qa-two {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}

.qa-left {
    width: 48%;
}

.qa-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mo img {
    width: 16px;
    margin-left: 5px;
    vertical-align: middle;
}

.qa-line {
    width: 100%;
    height: 1px;
    margin: 10px auto;
    background-color: #dfdfdf;
}

.tuwen {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.tuwen-time {
    color: #c3c3c3;
    font-weight: bold
}

.tuwen-cont {
    padding-left: 10px;width:80%;
}

.tuwen-cont:hover {
    background-color: #fda45f;
    color: #fff !important;
}

.denav {
    color: #fda45f;
}

.denav:hover {
    cursor: pointer;
}

.tuwen-cont:hover .denav {
    color: #fff;
}

.tuwen-cont:hover .tuwen-time {
    color: #fff;
}

.tuwen-cont:hover .tuwen-child3 {
    color: #fff;
}

.new {
    font-size: 18px;
    font-weight: bold;
}

.mo {
    color: #fda45f
}

.tuwen-title {
    margin: 10px auto;
}

.tuwen-img img {
    vertical-align: bottom;
    width: 8rem;
    height: 8rem;				
}

.tuwen-cont :nth-child(3) {
    color: #c3c3c3
}

.intro1 {
    margin-bottom: 5px;
}

.introimg {
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
}

.introimg img {
    width: 30%;
}

.foot {
    padding: 20px 0;
    background-color: #4c4c4c;
}
.foot a {
    text-decoration: none;
}  
.foot-title {
    color: #fff;
    line-height: 40px;
}

.foot-cont {
    display: flex;
    justify-content: space-between;
}

.stick {
    display: none;
    position: fixed;
    top: 25%;
    right: 0;
    z-index: 99999;
    border-radius: 10px;
    background-color: #fff;
}

.stick-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
}

.stick-list a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stick-list img {
    width: 30px;
    height: 30px;
}

.stick-item {
    width: 80px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #e4e4e4
}

.line1 {
    width: 100%;
    height: 1px;
    background-color: #e4e4e4;
}

.freecont {
    position: absolute;
    width: 300px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    top: 100px;
    right: 100px;
    background-color: #fda45f;
    border-radius: 10px;
    display: none;
    color: #fff;
    padding: 10px;
}

.fr1 {
    display: flex;
}

.freecont input {
    width: 70%;
    border-radius: 10px;
    outline: none;
    border: 1px solid #fff;
}

.stick-list:hover {
    background-color: #fda45f;
    color: #fff !important;
}

.stick-list a {
    color: #000000;
    text-decoration: none;
}

.codecont {
    position: absolute;
    width: 180px;
    height: 180px;
    top: 200px;
    right: 100px;
    display: none;
}

.codecont img {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
}

.sin-item {
    display: flex;
    justify-content: space-between;
}

.sin-list {
    margin-bottom: 20px;
    position: relative;
}

.sin-none {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.nav-list:hover {
    cursor: pointer;
}

.sinence {
    padding-top: 20px;
}

.sin-title {
    text-align: center;
    letter-spacing: 2px;
    width: 100%;
    margin: 10px auto;
}

.whole {
    padding: 20px 0 60px 0;
    background: url('../images/ys17.png') no-repeat 0/100%;
}

.whole-item {
    display: flex;
}

.whole-list {
    width: 20%;
    padding: 30px 0;
    position: relative;
    border: 1px solid #b7b7b7;
    border-right: none;
    border-bottom: none;
}

.whole-list1 {
    width: 20%;
    padding: 30px 0;
    position: relative;
    border: 1px solid #b7b7b7;
    border-right: none;
    border-bottom: 1px solid #b7b7b7;
}

.who-li {
    text-align: center;
}

.who-free {
    width: 70px;
    margin: 10px auto;
    border-bottom: 1px solid #000000;
}

.trangle:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: -30px;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-left: 15px solid #4c4c4c;
}

.trangle:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: -29px;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-left: 15px solid rgb(246, 246, 245);
    z-index: 999;
}

.trangle:hover:after {
    border-left: 15px solid #f88126
}

.trangle:hover:before {
    border-left: 15px solid #f88126
}

.trangle1:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: -30px;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-right: 15px solid #000;
    z-index: 999;
}

.trangle1:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: -30px;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-right: 15px solid rgb(246, 246, 245);
    z-index: 999;
}

.trangle1:hover:after {
    border-right: 15px solid #f88126
}

.trangle1:hover:before {
    border-right: 15px solid #f88126
}

.trangle2:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    bottom: -1px;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-top: 15px solid #000;
}

.trangle2:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    bottom: -1px;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-top: 15px solid rgb(246, 246, 245);
    z-index: 999;
}

.trangle2:hover:after {
    border-top: 15px solid #f88126
}

.trangle2:hover:before {
    border-top: 15px solid #f88126
}

.whole-list:hover {
    background-color: #f88126;
    color: #fff;
}

.whole-list:hover .who-free {
    border-bottom: 1px solid #fff;
}

.whole-list1:hover .who-free {
    border-bottom: 1px solid #fff;
}

.whole-list1:hover {
    background-color: #f88126;
    color: #fff;
}

.real-item {
    padding-top: 20px;
    display: flex;
    margin-bottom: 40px;
    justify-content: space-between;
}

.real-list {
    width: 23%;
}

.real-list img {
    width: 100%;
    vertical-align: bottom;
}

.real-cont {
    width: 100%;
    border: 1px solid #eeeeee;
    border-top: none;
}

.real-middle {
    width: 70%;
    margin: 0 auto;
}

.real-tag {
    color: #999999;
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between;
}

.real-name {
    font-weight: bold;
    width: 90px;
    padding: 10px 0;
    margin: 0 auto;
}

.real-line {
    width: 100%;
    height: 1px;
    background-color: #eeeeee;
}

.real-detail {
    width: 80px;
    color: #dcdcdc;
    margin: 0 auto;
    padding: 10px 0;
}

.real-cont:hover {
    color: #fff;
    background-color: #fda45f;
}

.real-cont:hover .real-tag {
    color: #fff;
}

.real-cont:hover .real-detail {
    color: #fff;
    cursor: pointer;
}

.distance {
    padding-top: 20px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}

.dis-cont {
    display: flex;
    align-items: center;
}

.jiantou {
    position: absolute;
    bottom: 0;
    right: 0;
}

.jiantou:hover {
    cursor: pointer;
}

.worry {
    position: relative;
}

.worry img {
    display: block;
    margin: 0 auto;
}

.worry-cont {
    position: absolute;
    top: 20px;
    left: 14%;
}

.worry-title {
    font-weight: bold;
    margin: 10px auto 10px 170px;
}

.w1 {
    top: 190px;
    left: 10%;
}

.t1 {
    margin-left: 160px;
}

.worry-color {
    color: #999999;
}

.w2 {
    top: 400px;
}

.t2 {
    margin-left: 200px;
}

.w3 {
    left: 65%;
}

.t2 {
    margin-left: 0;
}

.w4 {
    top: 190px;
    left: 71%;
}

.w5 {
    top: 400px;
    left: 65%;
}