@charset "UTF-8";
#shop .banner {
   
	
	width: 100%;
    height: 420px;
    text-align: center;
    color: #fff;    
	background: linear-gradient(270deg, #ff9221 0%, #f55d14 100%);
    background-repeat: no-repeat;
}

#shop .header_1200 {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

#shop .header_1200 .content {
    position: absolute;
    top: 115px;
    left: 40px;
	text-align: left;
}


#shop .header_1200 .content h2 {
	padding: 20px 0px;
    font-size: 50px;
    text-shadow: 0 2px 4px rgba(0,0,0,.2);
	text-align: left;
}

#shop .header_1200 .content h2 span { 
	
	font-size:30px;
}


#shop .header_1200 .content h2 img {
    display: block;
    margin: 0 auto;
}

#shop .header_1200 .content .aim {
    font-size: 20px;
    margin-bottom: 20px;
}

#shop .header_1200 .content 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);
	text-align: center;
}

#shop .header_1200 .content .call {
    margin: 20px auto;
    font-size: 14px;
    line-height: 18px;
    box-sizing: border-box;
    padding-left: 22px;
    background: url(../images/tel_icon.png) 8px no-repeat;
}


#shop .header_1200 .showimg {
    position: absolute;
	top: 65px;
    right: 30px;
}

#shop .header_1200 .showimg img{ height:340px;}


#shop .worth {
    padding-bottom: 115px;
    text-align: center;
}

#shop .worth h3 {
    font-size: 32px;
    padding: 78px 0 5px;
    font-weight: normal;
}

#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;
	transition: all .5s linear;
	box-shadow: 0px 6px 70px 1px rgba(0, 0, 0, .1);
	
}

#shop .worth li:hover{
	
	transform: translateY(-5px);
	box-shadow: 0px 6px 70px 1px rgba(0, 0, 0, .1);
}

#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: 87px 0 14px;
    font-size: 30px;
    font-weight: normal;
}

#shop .sub {
    margin-bottom: 76px;
    font-size: 16px;
}

#shop .marketing {
    height: 700px;
    text-align: center;
    background: #f4f4f4;
}

#shop .marketing .sub {
    color: #666;
}

#shop .marketing ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#shop .marketing li {
    width: 230px;
    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;
    line-height: 1;
}

#shop .marketing li p {
    padding: 15px 0;
    color: #868686;
    text-align: center;
    font-size: 14px;
    line-height: 1;
}

#shop .marketing li .img {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

#shop .marketing li:nth-child(1) .img {
    background: url(../images/m1.png) center no-repeat;
}

#shop .marketing li:nth-child(2) .img {
    background: url(../images/m2.png) center no-repeat;
}

#shop .marketing li:nth-child(3) .img {
    background: url(../images/m3.png) center no-repeat;
}

#shop .marketing li:nth-child(4) .img {
    background: url(../images/m4.png) center no-repeat;
}

#shop .marketing li:nth-child(5) .img {
    background: url(../images/m5.png) center no-repeat;
}

#shop .marketing li:nth-child(6) .img {
    background: url(../images/m6.png) center no-repeat;
}

#shop .marketing li:nth-child(7) .img {
    background: url(../images/m7.png) center no-repeat;
}

#shop .marketing li:nth-child(8) .img {
    background: url(../images/m8.png) center no-repeat;
}

#shop .marketing li:nth-child(9) .img {
    background: url(../images/m9.png) center no-repeat;
}

#shop .marketing li:nth-child(10) .img {
    background: url(../images/m10.png) center no-repeat;
}

#shop .plugin {
    height: 700px;
    text-align: center;
    color: #fff;
    background: url(../images/bg_big2.png) center;
}

#shop .plugin ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#shop .plugin li {
    width: 230px;
    height: 160px;
    box-sizing: border-box;
    margin-bottom: 21px;
    padding: 22px 20px;
    background: #fff;
    border-radius: 9px;
    text-align: left;
}

#shop .plugin li h4 {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-align: center;
}

#shop .plugin li p {
    padding: 15px 0;
    color: #868686;
    text-align: center;
}

#shop .plugin li .img {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

#shop .plugin li:nth-child(1) .img {
    background: url(../images/icon1.png) center no-repeat;
}

#shop .plugin li:nth-child(2) .img {
    background: url(../images/icon2.png) center no-repeat;
}

#shop .plugin li:nth-child(3) .img {
    background: url(../images/icon3.png) center no-repeat;
}

#shop .plugin li:nth-child(4) .img {
    background: url(../images/icon4.png) center no-repeat;
}

#shop .plugin li:nth-child(5) .img {
    background: url(../images/icon5.png) center no-repeat;
}

#shop .plugin li:nth-child(6) .img {
    background: url(../images/icon6.png) center no-repeat;
}

#shop .plugin li:nth-child(7) .img {
    background: url(../images/icon7.png) center no-repeat;
}

#shop .plugin li:nth-child(8) .img {
    background: url(../images/icon8.png) center no-repeat;
}

#shop .plugin li:nth-child(9) .img {
    background: url(../images/icon9.png) center no-repeat;
}

#shop .plugin li:nth-child(10) .img {
    background: url(../images/icon10.png) center no-repeat;
}

#shop .template {
    text-align: center;
    background: #f9f9f9;
}

#shop .template h3 {
    padding: 63px 0 66px;
}

#shop .template ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 14px;
}

#shop .template ul li {
    margin-bottom: 30px;
}

#shop .template ul li img {
    display: block;
    width: 250px;
    height: 464px;
}

#shop .template ul li p {
    margin-top: 11px;
    line-height: 34px;
}

#shop .template ul li p span {
    font-size: 16px;
    color: #666;
}

#shop .template ul li .btn_mini {
    display: inline-block;
    width: 80px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #ff6800;
    border-radius: 17px;
    color: #ff6800;
    font-size: 16px;
    text-align: center;
    margin: 0 15px;
}

#shop .template ul li .btn_mini:hover {
    background: #ff6800;
    color: #fff;
}

#shop .template .more {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    padding: 0 27px;
    border-radius: 21px;
    margin: 4px 0 38px;
    background: #ff6800;
    font-size: 16px;
    color: #fff;
}

#shop .ensure {
    text-align: center;
}

#shop .ensure h3 {
    padding: 60px 0 33px;
}

#shop .ensure .ensure_con {
    padding-bottom: 63px;
}

#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 .news {
    background: #f4f4f4;
    padding-bottom: 62px;
}

#shop .news h3 {
    padding: 68px 0 55px;
    text-align: center;
}

#shop .news .news_img img {
    display: block;
    width: 600px;
    height: 360px;
}

#shop .news .news_li {
    width: 565px;
}

#shop .news .news_li li {
    margin-bottom: 20px;
}

#shop .news .news_li li:last-child {
    margin-bottom: 0;
}

#shop .news .news_li .time {
    width: 75px;
    height: 75px;
    padding-top: 13px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #ff6800;
    border: 1px solid #ff6800;
    box-sizing: border-box;
}

#shop .news .news_li .news_txt {
    width: 480px;
    height: 75px;
    padding: 0 10px;
    box-sizing: border-box;
}

#shop .news .news_li .news_txt .news_title {
    font-size: 16px;
    padding: 9px 0;
}

#shop .news .news_li .news_txt .news_con {
    display: block;
    height: 40px;
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #666;
}

#shop .news .news_li .news_txt:hover .news_title {
    color: #ff6800;
}

/* 右侧咨询栏 */
#consult_toolbar {
    position: fixed;
    right: 0px;
    top: 250px;
    z-index: 1020;
}

#consult_toolbar .line {
    width: 10px;
    height: 1px;
    background: #e7e7e7;
    margin: 0 auto;
}

#consult_toolbar .toolbarbox {
    width: 52px;
    background: #ffffff;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    box-shadow: 0px 0px 12px #f3f3f3;
    color: #ffffff;
    text-align: center;
}

#consult_toolbar .toolbarbox img {
    display: block;
    padding: 17px 0 20px;
    margin: 0 auto;
    cursor: pointer;
}

#consult_toolbar .toolbarbox .msg {
    display: none;
}

#consult_toolbar .toolbarbox .chat {
    position: relative;
}

#consult_toolbar .toolbarbox .chat img {
    padding-bottom: 10px;
}

#consult_toolbar .toolbarbox .chat .chat_msg {
    position: absolute;
    right: 100%;
    top: 14px;
    width: 215px;
    height: 40px;
    margin-right: 20px;
    line-height: 40px;
    border-radius: 5px;
    background: #ff6800 url(../images/chat_light.gif) no-repeat center;
}

#consult_toolbar .toolbarbox .chat .chat_msg p {
    font-size: 16px;
}

#consult_toolbar .toolbarbox .chat .chat_msg p:after {
    content: '';
    position: absolute;
    top: 11px;
    left: 100%;
    display: block;
    border: 8px solid transparent;
    border-left: 8px solid #ff6800;
}

#consult_toolbar .toolbarbox .mobile {
    position: relative;
}

#consult_toolbar .toolbarbox .mobile .msg {
    position: absolute;
    right: 100%;
    top: 9px;
    width: 187px;
    height: 32px;
    margin-right: 10px;
    line-height: 32px;
    font-size: 12px;
    text-align: center;
    background: url(../images/tel_msg.png) no-repeat;
}

#consult_toolbar .toolbarbox .go {
    position: relative;
}

#consult_toolbar .toolbarbox .go .msg {
    position: absolute;
    right: 100%;
    top: 7px;
    width: 77px;
    height: 32px;
    margin-right: 10px;
    line-height: 32px;
    font-size: 12px;
    text-align: center;
    background: url(../images/top_msg.png) no-repeat;
}

/*# sourceMappingURL=shop.css.map */
