@charset "utf-8"; .main { width: 100%; min-height: 500px; background-color: #f5f5f5; padding: 50px 0 100px; } /*分类*/ .group { width: 1200px; min-height: 50px; background-color: #fff; margin: 0 auto 40px; } .group li { width: 120px; height: 50px; line-height: 50px; text-align: center; float: left; border-right: 2px solid #f5f5f5; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; } .group li a { display: block; font-size: 16px; color: #666666; } .group li:active, .group li:hover, .group li.on { background-color: #f55f33; } .group li:active a, .group li:hover a, .group li.on a { color: #ffffff; } @media (max-width:1440px) { } @media (max-width:1200px) { .group { max-width: 1200px; width: auto; margin: 0 10px 40px; box-sizing: border-box; } } @media (max-width:991px) { .main { padding: 35px 0 70px; } .group { min-height: 40px; margin: 0 10px 20px; } .group li { width: 25%; height: 40px; line-height: 40px; } .group li a { font-size: 14px; } } @media (max-width:640px) { .main { padding: 20px 0 40px; } .group li { width: 25%; } .group li a { font-size: 14px; } } /*公司简介*/ .about { width: 100%; background-color: #fff; padding: 58px 0 88px; } .about .abconn { width: 1200px; margin: 0 auto; } .about .abconn img { float: left; width: 553px; margin-right: 45px; } .about .abconn h3 { line-height: 46px; font-size: 36px; color: #333333; text-align: left; font-weight: normal; padding-top: 15px; margin-bottom: 50px; } .about .abconn p { line-height: 26px; font-size: 16px; color: #686868; text-indent: 2em; text-align: left; } .about .abconn p span { color: #f55f33; } @media (max-width:1200px) { .about .abconn { max-width: 1200px; width: 100%; padding: 0 10px; box-sizing: border-box; } .about .abconn img { width: 45%; height: auto; } } @media (max-width:991px) { .about { padding: 20px 0 30px; } .about .abconn img { margin-right: 20px; } .about .abconn h3 { line-height: 40px; font-size: 30px; margin-bottom: 30px; } .about .abconn p { line-height: 26px; font-size: 14px; } } @media (max-width:640px) { .about .abconn img { margin-right: 0; width: 100%; margin-bottom: 15px; } .about .abconn h3 { line-height: 30px; font-size: 20px; margin-bottom: 15px; } .about .abconn p { line-height: 24px; font-size: 14px; } } /*公司愿景*/ .company { width: 100%; height: 630px; padding-top: 390px; background: url(../images/abtbg.jpg) center top no-repeat; } .company .vision { width: 1200px; height: 235px; padding: 40px; background-color: #fff; margin: 0 auto; } .company .vision .vistit { width: 205px; float: left; padding-top: 15px; } .company .vision .vistit span { height: 36px; line-height: 36px; font-size: 30px; color: #333333; text-align: left; margin-bottom: 5px; display: block; } .company .vision .vistit p { height: 24px; line-height: 24px; font-size: 16px; color: #333333; text-align: left; } .company .vision .viscon { width: 915px; height: 155px; line-height: 24px; font-size: 16px; color: #686868; padding: 30px 90px 0; float: right; position: relative; } .company .vision .viscon::after { content: ""; width: 64px; height: 61px; position: absolute; left: 0; top: 0; display: block; background: url(../images/abico1.png) center center no-repeat; } .company .vision .viscon::before { content: ""; width: 64px; height: 61px; position: absolute; right: 0; bottom: 0; display: block; background: url(../images/abico2.png) center center no-repeat; } @media (max-width:1200px) { .company { width: 100%; min-height: 630px; height: auto; } .company .vision { max-width: 1200px; width: auto; margin: 0 10px; box-sizing: border-box; } .company .vision .vistit { width: 20%; } .company .vision .viscon { width: 80%; } } @media (max-width:991px) { .company .vision { padding: 20px; height: auto; } .company .vision .vistit { width: 100%; padding-top: 0; float: none; margin-bottom: 10px; } .company .vision .vistit span { height: 30px; line-height: 30px; font-size: 24px; margin-bottom: 0; } .company .vision .vistit p { height: 24px; line-height: 24px; font-size: 14px; } .company .vision .viscon { width: 100%; height: auto; font-size: 14px; float: none; padding: 10px 40px; } .company .vision .viscon::after { width: 34px; height: 32px; background: url(../images/abico1.png) center center no-repeat; background-size: 34px 32px; } .company .vision .viscon::before { width: 34px; height: 34px; background: url(../images/abico2.png) center center no-repeat; background-size: 34px 32px; } } @media (max-width:640px) { .company .vision .vistit span { height: 26px; line-height: 26px; font-size: 20px; } .company .vision .vistit p { height: 20px; line-height: 20px; font-size: 14px; } .company .vision .viscon { font-size: 14px; } } /*联系我们*/ .contact-lxwm { width: 1200px; min-height: 480px; margin: 0 auto; background-color: #fff; margin-bottom: 40px; padding-top: 100px; } .contact-lxwm ul { } .contact-lxwm li { width: 25%; float: left; text-align: center; cursor: pointer; } .contact-lxwm li .lxwm-img { width: 109px; height: 109px; line-height: 109px; background-color: #f55f33; background-position: center center; background-repeat: no-repeat; border: 1px solid #f55f33; border-radius: 50%; margin: 0 auto 30px; text-align: center; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; } .contact-lxwm li .lxwm-ewm { } .contact-lxwm li .lxwm-ewm img { width: 136px; height: 136px; } .contact-lxwm li:hover .lxwm-img { background-color: #fff; } .contact-lxwm li:nth-child(1) .lxwm-img { background-image: url(../images/lxion1.png); } .contact-lxwm li:nth-child(2) .lxwm-img { background-image: url(../images/lxion2.png); } .contact-lxwm li:nth-child(3) .lxwm-img { background-image: url(../images/lxion3.png); } .contact-lxwm li:nth-child(4) .lxwm-img { background-image: url(../images/lxion4.png); background-color: #f55f33; border: 1px solid #f55f33; } .contact-lxwm li:nth-child(1):hover .lxwm-img { background-image: url(../images/lxion1-h.png); } .contact-lxwm li:nth-child(2):hover .lxwm-img { background-image: url(../images/lxion2-h.png); } .contact-lxwm li:nth-child(3):hover .lxwm-img { background-image: url(../images/lxion3-h.png); } .contact-lxwm li:nth-child(4):hover .lxwm-img { background-image: url(../images/lxion4-h.png); background-color: #fff; border-color: #f55f33; } .contact-lxwm li h3 { line-height: 22px; font-size: 20px; color: #303030; margin-bottom: 20px; } .contact-lxwm li:hover h3 { color: #f55f33; } .contact-lxwm li p { line-height: 24px; font-size: 16px; color: #777777; margin-bottom: 20px; } .contact-lxwm li span { line-height: 20px; font-size: 12px; color: #303030; font-weight: bold; display: block; text-transform: uppercase; word-wrap: break-word; word-break: normal; } .contact-lxwm li .lxwm-con { line-height: 20px; font-size: 12px; color: #303030; font-weight: bold; text-transform: uppercase; } /*网站地图*/ .contact-map { width: 1200px; min-height: 480px; margin: 0 auto; background-color: #fff; border: 1px solid #dcdcdc; overflow: hidden; margin-bottom: 40px; } .contact-map img { max-width: 100%; } /*留言*/ .contact-mess { width: 1200px; min-height: 480px; margin: 0 auto; background-color: #fff; padding: 60px 135px; } .contact-mess h3 { width: 100%; height: 40px; line-height: 40px; font-size: 32px; color: #333333; text-align: center; margin-bottom: 10px; } .contact-mess p.p { width: 100%; height: 20px; line-height: 20px; font-size: 14px; color: #686868; text-align: center; margin-bottom: 33px; } .contact-mess .message-form { width: 100%; height: 363px; overflow: hidden; position: relative; } .contact-mess .message-form ul { } .contact-mess .message-form li { width: 49%; float: left; line-height: 40px; padding: 0 15px; background-color: #fff; border-radius: 2px; border: 1px solid #eaeaea; border-radius: 5px; margin-bottom: 20px; } .contact-mess li.fy-form-email { margin-right: 2%; } .contact-mess li.fy-form-realname { width: 100%; } .contact-mess li.fy-form-mobilephone { width: 100%; } .contact-mess .l-name-span { height: 40px; line-height: 40px; color: #757575; float: left; font-size: 14px; text-align: right; } .contact-mess .l-name-span em { color: #757575; font: 12px/1.75 "宋体", arial, sans-serif; float: right; height: 40px; line-height: 40px; margin-left: 5px; } .contact-mess .l-name-span .d-a { font-size: 16px; } .contact-mess .r-infor { float: left; width: 75%; } .contact-mess .infor-input { color: #333; height: 40px; line-height: 40px; font-size: 14px; border: none; outline: 0; box-sizing: border-box; } .contact-mess .formtype-1 .infor-input { width: 100%; padding-left: 10px; } .contact-mess li.formtype-2 { width: 100%; padding: 0 15px 15px; } .contact-mess .formtype-2 .l-name-span { width: 70px; text-align:left; } .contact-mess .formtype-2 .r-infor { width: 100%; } .contact-mess .formtype-2 .fy-textarea { width: 100%; height: 120px; line-height: 30px; font-size: 14px; color: #333; float: left; font-family: "Microsoft YaHei"; outline: 0; } .contact-mess li.fy-form-yzm { width: 49%; margin-bottom: 0; padding-right: 0px; } .contact-mess .fy-form-yzm .l-name-span { height: 40px; line-height: 40px; color: #757575; float: left; font-size: 14px; text-align: right; } .contact-mess .fy-form-yzm .input-yzm { width: 62%; height: 40px; line-height: 40px; color: #333; float: left; font-size: 14px; padding-left: 15px; border: none; display: block; outline: 0; box-sizing: border-box; } .contact-mess .fy-form-yzm .r-infor { float: left; width: 90%; } .contact-mess .fy-form-yzm .yzm-img { line-height: 40px; display: block; float: left; box-sizing: border-box; } .contact-mess .fy-form-yzm .yzm-img img { width: 150px; height: 40px; cursor: pointer; } .contact-mess .fy-form-yzm .yzm-a { display: none; } /*提交按钮*/ .contact-mess .mess-b-box { width: 180px; text-align: center; position: absolute; right: 0; bottom: 0; } .contact-mess .mess-b-box .mess-btn { float: left; width: 180px; height: 40px; line-height: 38px; font-size: 16px; color: #fff; background-color: #f55f33; border: 1px solid #f55f33; border-radius: 3px; cursor: pointer; text-align: center; border-radius: 5px; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; } .contact-mess .mess-b-box .mess-btn:hover { color: #f55f33; background-color: #fff; } @media (max-width:1200px) { .contact-lxwm { max-width: 1200px; width: 100%; height: auto; padding: 40px 10px 0; } .contact-map { max-width: 1200px; width: 100%; min-height: 100px; height: auto; padding: 10px; } .contact-map img { } .contact-mess { max-width: 1200px; width: 100%; height: auto; padding: 40px 10px 40px; } } @media (max-width:991px) { .contact-lxwm { margin-bottom: 20px; } .contact-lxwm ul { margin-left: -2%; overflow: hidden; } .contact-lxwm li { width: 48%; margin-bottom: 20px; margin-left: 2%; } .contact-lxwm li .lxwm-img { width: 50px; height: 50px; line-height: 50px; background-size: 25px; margin: 0 auto 20px; } .contact-lxwm li h3 { line-height: 22px; font-size: 16px; margin-bottom: 10px; } .contact-lxwm li p { line-height: 24px; font-size: 14px; margin-bottom: 10px; } .contact-map { min-height: 100px; height: 300px; padding: 10px; margin-bottom: 20px; } .contact-map img { display: none; } .contact-map .ditu { width: 100%; height: 100%; background: url(../images/ditu.jpg) center center no-repeat; } .contact-mess { padding: 20px 10px 20px; } .contact-mess h3 { height: 30px; line-height: 30px; font-size: 24px; } .contact-mess .message-form { height: auto; } .contact-mess .message-form li { width: 100%; } .contact-mess .formtype-2 .fy-textarea { height: 90px; } .contact-mess li.fy-form-yzm { width: 49%; } .contact-mess .fy-form-yzm .r-infor { width: 75%; float: right; } .contact-mess .fy-form-yzm .yzm-img { width: 38%; } .contact-mess .fy-form-yzm .yzm-img img { width: 100%; } } @media (max-width:640px) { .contact-mess h3 { font-size: 20px; } .contact-mess p.p { font-size: 12px; } .contact-mess .message-form li { padding: 0 10px; } .contact-mess .r-infor { float: right; width: 70%; } .contact-mess li.fy-form-yzm { width: 100%; } .contact-mess .mess-b-box { width: 100%; position: inherit; right: 0; bottom: 0; margin-top: 20px; } .contact-mess .mess-b-box .mess-btn { width: 100%; } } @media (max-width:400px) { .contact-lxwm ul { margin-left: 0; } .contact-lxwm li { width: 100%; margin-bottom: 20px; margin-left: 0; text-align: left; position: relative; padding-left: 60px; box-sizing: border-box; } .contact-lxwm li .lxwm-img { width: 50px; height: 50px; line-height: 50px; background-size: 25px; margin: 0 auto 20px; float: left; position: absolute; left: 0; top: 0; } .contact-lxwm li h3 { line-height: 22px; font-size: 16px; margin-bottom: 10px; } .contact-lxwm li p { line-height: 24px; font-size: 14px; margin-bottom: 10px; } } /*汇款页面*/ /*说明*/ .explain { max-width: 1200px; min-height: 120px; margin: 0 auto; padding: 33px; background-color: #fff; margin-bottom: 40px; } .explain h3 { width: 100%; height: 24px; line-height: 24px; font-size: 20px; color: #666666; font-weight: normal; text-align: left; padding-left: 18px; background: url(../images/pay-jt.png) left center no-repeat; margin-bottom: 10px; } .explain p { width: 100%; line-height: 20px; font-size: 14px; color: #666666; text-align: left; padding-left: 18px; } /*公司银行*/ .bank { max-width: 1200px; min-height: 242px; margin: 0 auto; padding: 40px 50px; background-color: #fff; margin-bottom: 40px; } .bank h3 { width: 100%; height: 34px; line-height: 34px; font-size: 32px; color: #333333; text-align: left; } .bank .bank-ka { width: 100%; } .bank .bank-ka .ka { height: 136px; padding-top: 30px; float: left; } .bank .bank-ka .ka li { height: 36px; line-height: 36px; text-align: left; font-size: 16px; color: #333333; font-weight: bold; } .bank .bank-ka .ka li span { color: #686868; float: left; font-weight: normal; } .bank .bank-ka img { float: right; } /*快捷支付*/ .quick { max-width: 1200px; min-height: 242px; margin: 0 auto; padding: 50px 50px 90px; background-color: #fff; } .quick h3 { width: 100%; height: 34px; line-height: 34px; font-size: 32px; color: #333333; text-align: left; margin-bottom: 55px; } .quick .kj-pay { width: 100%; height: 618px; } .quick .kj-pay .wechat { width: 458px; height: 618px; float: left; margin-right: 150px; } .quick .kj-pay .alipay { width: 458px; height: 618px; float: left; } @media (max-width:1200px) { .quick .kj-pay { width: 100%; height: auto; } .quick .kj-pay .wechat { width: 45%; height: auto; float: left; margin-right: 10%; } .quick .kj-pay .alipay { width: 45%; height: auto; float: left; } .quick .kj-pay .wechat img, .quick .kj-pay .alipay img { max-width: 100%; } } @media (max-width:991px) { .explain { padding: 20px; margin-bottom: 20px; } .explain h3 { height: 24px; line-height: 24px; font-size: 18px; } .explain p { line-height: 20px; font-size: 14px; } .bank { padding: 20px 30px; background-color: #fff; margin-bottom: 20px; } .bank h3 { height: 28px; line-height: 28px; font-size: 26px; float: none; } .bank .bank-ka { width: 100%; } .bank .bank-ka .ka { width: 100%; height: auto; padding-top: 20px; float: none; } .bank .bank-ka .ka li { height: auto; line-height: 30px; font-size: 14px; } .bank .bank-ka img { float: none; max-width: 100%; } .quick { padding: 20px; } .quick h3 { height: 24px; line-height: 24px; font-size: 18px; margin-bottom: 30px; } } @media (max-width:640px) { .explain h3 { font-size: 16px; } .explain p { font-size: 14px; } .bank h3 { font-size: 20px; } .bank .bank-ka .ka { padding-top: 10px; } .bank .bank-ka .ka li { height: auto; line-height: 26px; font-size: 14px; } quick h3 { margin-bottom: 15px; } .quick .kj-pay .wechat { width: 100%; height: auto; float: left; margin-right: 0; margin-bottom: 20px; } .quick .kj-pay .alipay { width: 100%; height: auto; float: left; } } /*发展历程*/ .history { width: 1200px; min-height: 800px; font-size: 14px; background-color: #fff; padding: 40px; margin: 0 auto; } .history .histit { width: 100%; margin-bottom: 65px; } .history .histit h3 { width: 100%; height: 30px; line-height: 30px; font-size: 24px; color: #333333; text-align: left; font-weight: normal; margin-bottom: 10px; } .history .histit p { width: 100%; line-height: 20px; font-size: 14px; color: #686868; text-align: left; } .history .htcon { overflow: hidden; padding-top: 35px; padding-bottom: 50px; background: url(../images/xian.jpg) 143px top repeat-y; } .history .fy-left { float: left; width: 12%; line-height: 30px; font-size: 18px; color: #f55f33; font-weight: bold; padding-right: 2%; text-align: left; } .history .fy-right { float: left; width: 80%; line-height: 30px; font-size: 14px; color: #666666; font-weight: bold; background: url(../images/dian.png) left center no-repeat; padding-left: 3.5%; } @media (max-width:1200px) { .history { max-width: 1200px; width: auto; height: auto; margin: 0 10px; box-sizing: border-box; } .history .htcon { background-position: 13% top; } .history .fy-left { } .history .fy-right { } } @media (max-width:991px) { .history { padding: 20px; } .history .histit { margin-bottom: 30px; } .history .histit h3 { height: 30px; line-height: 30px; font-size: 20px; } .history .htcon { background-position: 16.5% top; padding-top: 20px; padding-bottom: 30px; } .history .fy-left { width: 15%; font-size: 16px; } .history .fy-right { width: 75%; padding-left: 5%; font-size: 14px; } } @media (max-width:640px) { .history .histit { margin-bottom: 20px; } .history .histit p { font-size: 14px; } .history .htcon { background-position: 89px top; padding-top: 15px; padding-bottom: 20px; } .history .fy-left { width: 80px; } .history .fy-right { width: 70%; background-position: left 7px; padding-left: 12%; } .index_advan{display:none;} } @media only screen and (max-width: 768px) and (min-width: 320px){ .index_advan{visibility:hidden;} }