@charset "UTF-8";
#shop .banner {
    width: 100%;
    height: 420px;
    background: url(../images/bg_big1.jpg) center;
    text-align: center;
    color: #fff;
}

#shop .banner h2 {
    padding: 70px 0 29px;
}

#shop .banner h2 img {
    display: block;
    margin: 0 auto;
}

#shop .banner .aim {
    font-size: 20px;
    margin-bottom: 34px;
}

#shop .banner a {
    display: inline-block;
    width: 180px;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    font-size: 16px;
    color: #fff;
    background: url(../images/btn_bg.png);
}

#shop .banner .call {
    width: 200px;
    margin: 20px auto;
    font-size: 14px;
    line-height: 18px;
    box-sizing: border-box;
    padding-left: 28px;
    background: url(../images/tel_icon.png) 8px no-repeat;
}

#shop .worth {
    padding-bottom: 115px;
    text-align: center;
}

#shop .worth h3 {
    font-size: 32px;
    padding: 78px 0 30px;
}

#shop .worth .sub {
    font-size: 16px;
    color: #888;
    margin-bottom: 60px;
}

#shop .worth ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#shop .worth li {
    width: 290px;
    height: 160px;
    margin-bottom: 24px;
    border-radius: 9px;
    line-height: 160px;
    color: #fff;
}

#shop .worth li p {
    font-size: 22px;
}

#shop .worth li:nth-child(1) {
    background: url(../images/trade1.png);
}

#shop .worth li:nth-child(2) {
    background: url(../images/trade2.png);
}

#shop .worth li:nth-child(3) {
    background: url(../images/trade3.png);
}

#shop .worth li:nth-child(4) {
    background: url(../images/trade4.png);
}

#shop .worth li:nth-child(5) {
    background: url(../images/trade5.png);
}

#shop .worth li:nth-child(6) {
    background: url(../images/trade6.png);
}

#shop .worth li:nth-child(7) {
    background: url(../images/trade7.png);
}

#shop .worth li:nth-child(8) {
    background: url(../images/trade8.png);
}

#shop h3 {
    padding: 80px 0 14px;
    font-size: 30px;
}

#shop .sub {
    margin-bottom: 76px;
    font-size: 16px;
}

#shop .marketing {
    text-align: center;
    background: #f4f4f4;
    padding: 0px 0px 80px;
}

#shop .marketing .sub {
    color: #666;
}

#shop .marketing ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#shop .marketing li {
    width: 280px;
    height: 160px;
    box-sizing: border-box;
    margin-bottom: 21px;
    padding: 22px 20px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 9px;
    text-align: left;
}

#shop .marketing li h4 {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-align: center;
}

#shop .marketing li p {
    padding: 15px 0;
    color: #868686;
    text-align: center;
}

#shop .marketing li .img {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

#shop .ensure {
    text-align: center;
}

#shop .ensure h3 {
    padding: 80px 0 33px;
}

#shop .ensure .ensure_con {
    padding: 60px 0px;
}

#shop .ensure .ensure_con li {
    float: left;
    width: 260px;
    padding-right: 53px;
    background: url(../images/arrow.png) 275px 38px no-repeat;
}

#shop .ensure .ensure_con li:last-child {
    padding-right: 0;
}

#shop .ensure .ensure_con li .icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    background: #fea500 url(../images/business1.png) center no-repeat;
}

#shop .ensure .ensure_con li .title {
    padding: 21px 0;
    font-size: 22px;
    clor: #666;
}

#shop .ensure .ensure_con li p {
    color: #666;
}

#shop .ensure .ensure_con li:nth-child(2) .icon {
    background: #fea500 url(../images/business2.png) center no-repeat;
}

#shop .ensure .ensure_con li:nth-child(3) .icon {
    background: #fea500 url(../images/business3.png) center no-repeat;
}

#shop .ensure .ensure_con li:nth-child(4) .icon {
    background: #fea500 url(../images/business4.png) center no-repeat;
}

#shop .ensure .business {
    padding-bottom: 15px;
}

#shop .ensure .business ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#shop .ensure .business li {
    position: relative;
    float: left;
    width: 260px;
    height: 190px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    margin-bottom: 40px;
}

#shop .ensure .business li:nth-child(1) .img {
    background: url(../images/bg1.png);
}

#shop .ensure .business li:nth-child(2) .img {
    background: url(../images/bg2.png);
}

#shop .ensure .business li:nth-child(3) .img {
    background: url(../images/bg3.png);
}

#shop .ensure .business li:nth-child(4) .img {
    background: url(../images/bg4.png);
}

#shop .ensure .business li:nth-child(5) .img {
    background: url(../images/bg5.png);
}

#shop .ensure .business li:nth-child(6) .img {
    background: url(../images/bg6.png);
}

#shop .ensure .business li:nth-child(7) .img {
    background: url(../images/bg7.png);
}

#shop .ensure .business li:nth-child(8) .img {
    background: url(../images/bg8.png);
}

#shop .ensure .business .img {
    position: relative;
    left: -1px;
    width: 260px;
    height: 120px;
    color: #fff;
}

#shop .ensure .business .category {
    font-size: 22px;
    padding: 41px 0 10px;
}

#shop .ensure .business .type {
    font-size: 16px;
}

#shop .ensure .business .con {
    padding: 15px 14px 0;
    text-align: left;
}

#shop .ensure .business .title {
    padding-bottom: 12px;
}

#shop .ensure .business .count {
    padding-left: 20px;
    background: url(../images/person.png) no-repeat;
    color: #666;
}

#shop .getthrough {
    background: #fff url(../images/yfsl_bg.png) bottom no-repeat;
    text-align: center;
    padding-bottom: 60px;
}

.more_box {
    border: 1px solid #ff9a16;
    color: #ff9a16;
    padding: 10px;
    display: block;
    width: 120px;
    margin: 40px auto 0px;
    border-radius: 100px;
}

.jx-box {
    padding: 60px 0px 0;
    height: auto;
    overflow: hidden;
}

.jx-box.cp {
    background-color: #f4f4f4;
}

.div_right {
    width: 620px;
    float: left;
}
.div_right p{
    color: #333;
    font-size: 16px;
    margin-top: 40px;
    display: inline-block;
    width: 30%;
}
.div_right p span{
    display: inline-block;
    /* width: 10px;
    height: 10px;
    background: #fea500; */
    border-radius: 50px;
    margin-right: 10px;
    border-top: 10px  solid transparent;
    border-bottom: 10px  solid transparent;
    border-left: 10px  solid #fea500;
    vertical-align: middle;
}
.div_right_title2 {
    font-size: 36px;
    color: #333;
    line-height: 40px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.div_right_shl2 {
    font-size: 16px;
    color: #666;
    line-height: 35px;
}

.img-left {
    display: block;
    float: left;
}
