@charset "utf-8";
html {
    background: #f5f6fa;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: PingFang SC, Microsoft YaHei, Arial, Helvetica, sans-serif, SourceHanSansCN-Bold, SourceHanSansCN;
}

article,
aside,
blockquote,
body,
button,
code,
dd,
details,
div,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hr,
input,
legend,
li,
menu,
nav,
ol,
p,
pre,
section,
select,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400;
}

table {
    border-collapse: collapse;
}

body,
button,
input,
select,
textarea {
    font-size: 14px;
    color: #333;
}

input {
    outline: 0;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #f44446;
}

a,
ins {
    text-decoration: none;
}

img {
    border: 0;
    vertical-align: middle;
}

ol,
ul {
    list-style: none;
}

i {
    font-style: inherit;
}

/*清除浮动*/

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}

.btr,
.ntkf {
    cursor: pointer;
}

body {
    overflow-x: hidden;
    min-width: 1200px;
}

h3,
h4 {
    line-height: 1;
}

p {
    line-height: 1;
}

.w {
    width: 1200px;
    height: 100%;
    margin: auto;
    position: relative;
}

.warp {
    width: 100%;
    text-align: center;
    color: #333;
}

.mmar {
    margin-right: 0 !important;
}

/*头部开始*/

#header_div {
    width: 100%;
    height: 30px;
    background-color: #f5f6fa;
}

#header_div .w {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

#header_div .w .ul_1 {
    height: 100%;
    display: inline-block;
}

#header_div .w .ul_1 li {
    font-size: 12px;
    font-weight: 500;
    color: #666a6e;
    line-height: 30px;
    float: left;
    position: relative;
}

#header_div .w .ul_1 li a {
    display: block;
    padding: 0 10px;
}

#header_div .w .ul_1 li:nth-child(2) a:after {
    content: ">";
    display: inline-block;
    transform: rotate(90deg) scale(1, 1.5);
    margin-left: 5px;
}

#header_div .w .ul_1 li:nth-child(2):hover a:after {
    transform: rotate(-90deg) scale(1, 1.5);
}

#header_div .w .ul_2 {
    width: 220px;
    background-color: #f5f6fa;
    position: absolute;
    left: 50%;
    margin-left: -110px;
    top: 30px;
    z-index: 3;
}

#header_div .w .ul_2 li {
    text-align: center;
    width: 50%;
    float: left;
    border-bottom: 1px solid #ababab;
    font-size: 12px;
    font-weight: 500;
    color: #666a6e;
    line-height: 30px;
}

#header_div .w .ul_2 li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

#header_div .w .ul_2 li a:after {
    display: none !important;
}

#header_div .w .R {
    float: right;
    font-size: 12px;
    font-weight: 500;
    color: #666a6e;
    line-height: 30px;
}

.logo_div {
    width: 100%;
    height: 80px;
    background: #ffffff;
}

.logo_div .w {
    width: 1200px;
    height: 80px;
    margin: 0 auto;
}

.logo_div .w a {
    display: inline-block;
    vertical-align: middle;
}

.logo_div .w a img {
    width: 168px;
}

.logo_div .w a:hover {
    color: transparent;
}

.logo_div .w h2 {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    color: #1e2329;
    vertical-align: middle;
}

.logo_div .w h2 b {
    display: inline-block;
    width: 20px;
    height: 80px;
    font-size: 50px;
    vertical-align: middle;
    margin: 0 5px;
}

.slogan_div {
    width: 100%;
    height: 131px;
    background: url("../images/desc-bg.png") no-repeat center center;
    background-size: cover;
}

.slogan_div img {
    width: 68px;
    border: 6px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.slogan_div h2 {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    line-height: 130px;
    margin-left: 20px;
}

/*头部结束*/

/*底部开始*/

#footer_div .common-foot {
    margin-top: 30px;
    background: #262626;
}

#footer_div .common-foot .wrap {
    margin: 0 auto;
    width: 1200px;
}

#footer_div .common-foot .wrap .common-foot-header {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

#footer_div .common-foot .wrap .site-map ul {
    margin: 60px auto 40px;
    text-align: left;
    font-size: 0;
}

#footer_div .common-foot .wrap .site-map ul li {
    display: inline-block;
}

#footer_div .common-foot .wrap .site-map ul li a {
    padding: 0 40px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    line-height: 20px;
    border-right: 1px solid #ffffff;
}

#footer_div .common-foot .wrap .site-map ul .first a {
    padding-left: 0;
}

#footer_div .common-foot .wrap .site-map ul .last a {
    padding-right: 0;
    border-right: none;
}

#footer_div .common-foot .wrap .site-map dl {
    margin-bottom: 50px;
}

#footer_div .common-foot .wrap .site-map dl dt {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}

#footer_div .common-foot .wrap .site-map dl dd {
    display: inline-block;
}

#footer_div .common-foot .wrap .site-map dl a {
    padding: 0 16px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}

#footer_div .common-foot .wrap .qrcode-lists {
    position: absolute;
    top: 55px;
    right: 0;
    text-align: right;
}

#footer_div .common-foot .wrap .qrcode-lists .qrcode-lists-item {
    margin-left: 20px;
    display: inline-block;
    text-align: center;
}

#footer_div .common-foot .wrap .qrcode-lists .qrcode-lists-item .img {
    width: 100px;
    height: 100px;
    background: #fff;
}

#footer_div .common-foot .wrap .qrcode-lists .qrcode-lists-item .img img {
    width: 100%;
}

#footer_div .common-foot .wrap .qrcode-lists .qrcode-lists-item p {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    line-height: 30px;
}

#footer_div .common-foot .wrap .certs {
    margin-top: 30px;
    text-align: center;
}

#footer_div .common-foot .wrap .certs .cert-01 {
    display: inline-block;
}

#footer_div .common-foot .wrap .certs .cert-01 a {
    display: inline-block;
    width: 160px;
    height: 40px;
    background: url(../images/cbw.png);
    background-size: 100%;
}

#footer_div .common-foot .wrap .certs .cert-01 a:hover {
    background: url(../images/cbw-active.png);
    background-size: 100%;
}

#footer_div .common-foot .wrap .certs .cert-02 {
    display: inline-block;
    margin-left: 20px;
}

#footer_div .common-foot .wrap .certs .cert-02 a {
    display: inline-block;
    width: 160px;
    height: 40px;
    background: url(../images/jsj.png);
    background-size: 100%;
}

#footer_div .common-foot .wrap .certs .cert-02 a:hover {
    background: url(../images/jsj-active.png);
    background-size: 100%;
}

#footer_div .common-foot .wrap .certs .cert-03 {
    display: inline-block;
    margin-left: 20px;
}

#footer_div .common-foot .wrap .certs .cert-03 a {
    display: inline-block;
    width: 160px;
    height: 40px;
    background: url(../images/yyzz.png);
    background-size: 100%;
}

#footer_div .common-foot .wrap .certs .cert-03 a:hover {
    background: url(../images/yyzz-active.png);
    background-size: 100%;
}

#footer_div .common-foot .wrap .certs .cert-04 {
    display: inline-block;
    margin-left: 20px;
}

#footer_div .common-foot .wrap .certs .cert-04 a {
    display: inline-block;
    width: 160px;
    height: 40px;
    background: url(../images/dxyw.png);
    background-size: 100%;
}

#footer_div .common-foot .wrap .certs .cert-04 a:hover {
    background: url(../images/dxyw-active.png);
    background-size: 100%;
}

#footer_div .common-foot .wrap .certs .cert-05 {
    display: inline-block;
    margin-left: 20px;
}

#footer_div .common-foot .wrap .certs .cert-05 a {
    display: inline-block;
    width: 160px;
    height: 40px;
    background: url(../images/gbds.png);
    background-size: 100%;
}

#footer_div .common-foot .wrap .certs .cert-05 a:hover {
    background: url(../images/gbds-active.png);
    background-size: 100%;
}

#footer_div .common-foot .wrap .copyright {
    height: 76px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
}

#footer_div .common-foot .wrap .copyright p {
    margin: 30px auto;
    text-align: center;
}

/*底部结束*/

/*诚聘英才开始*/

.content_text {
    padding-top: 20px;
}

.content_text .fL {
    float: left;
    width: 220px;
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px #eef0f6;
}

.content_text .fL ul {
    width: 100%;
    height: 100%;
}

.content_text .fL ul>li {
    width: 100%;
    height: 56px;
}

.content_text .fL ul>li>a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 56px;
    font-size: 16px;
    font-weight: 500;
    color: #9ca4ab;
}

.content_text .fL ul>li>a:hover {
    color: #88b929;
}

.content_text .fL ul .lis_bj>a {
    color: #88b929;
}

.content_text .fL ul>.li_bold>a {
    font-size: 18px;
    font-weight: bold;
    color: #1e2329;
    cursor: default;
}

.content_text .fL ul>.li_bold>a>img {
    margin-right: 15px;
    margin-left: -30px;
}

.content_text .fL ul>.li_bold>a:hover {
    background: none;
    color: #1e2329;
}

.content_text .fR {
    float: right;
    width: 960px;
    min-height: 1334px;
    background: #ffffff;
    text-align: left;
    padding: 30px 30px 40px;
    box-sizing: border-box;
}

.content_text .fR h2 {
    margin-top: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #cccccc;
    font-size: 24px;
    text-align: left;
    color: #1e2329;
}

.content_text .fR h2>span {
    display: inline-block;
    padding-bottom: 20px;
}

.content_text .fR .norm-title {
    font-size: 24px;
}

.content_text .fR div {
    margin: 0 0 30px;
    text-indent: 0;
    border-width: 1px;
    border-style: solid;
    border-color: #ffdce4;
    padding: 16px 36px;
    line-height: 30px;
    background: #fff4f3;
}

.content_text .fR div>.h4_p {
    text-indent: 2em;
    line-height: 30px;
}

.content_text .fR h4 {
    margin-bottom: 10px;
    border-bottom: 1px dotted #cccccc;
    line-height: 24px;
    font-size: 20px;
    padding-top: 30px;
}

.content_text .fR h4>span {
    color: #ccc;
}

.content_text .fR>p {
    margin: 0 0 14px;
    padding: 0;
    line-height: 24px;
    padding-left: 20px;
}

.content_text .fR>p>span {
    color: #288cd2;
}

.content_text .about {
    float: right;
    width: 960px;
    min-height: 1334px;
    background: #ffffff;
    text-align: left;
    padding: 30px 30px 40px;
    box-sizing: border-box;
    text-align: center;
}

.content_text .about h2 {
    margin-top: 0;
    margin-bottom: 40px;
    border-bottom: 1px solid #cccccc;
    font-size: 24px;
    text-align: left;
    color: #1e2329;
}

.content_text .about h2>span {
    display: inline-block;
    padding-bottom: 20px;
}

.content_text .about .content {
    margin: 0 auto;
    width: 803px;
    text-align: center;
}

.content_text .about .content img.logo {
    padding-bottom: 7px;
    margin-bottom: 29px;
    width: 99px;
    border-bottom: 4px solid #ff6600;
}

.content_text .about .content p {
    margin-bottom: 25px;
    font-size: 18px;
    color: #333333;
    line-height: 28px;
    text-align: justify;
}

.content_text .about .content .last {
    margin-bottom: 55px;
}

.content_text .about .content .bout1 {
    width: 803px;
    height: 385px;
    background: url(../images/about1-bg.png);
    background-size: 100%;
    text-align: left;
}

.content_text .about .content .bout1 img {
    margin-left: 44px;
    width: 626px;
}

.content_text .about .content .title h3 {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    line-height: 28px;
}

.content_text .about .content .title h4 {
    margin: 7px auto;
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    line-height: 16px;
    text-transform: uppercase;
}

.content_text .about .content .title .line {
    margin: 0 auto 28px;
    width: 124px;
    height: 4px;
    background: #ff6600;
}

.content_text .about .content .title h5 {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
}

.content_text .about .content .about2 {
    width: 697px;
    margin: 40px auto 69px;
}

.content_text .about .content .target {
    margin-top: 28px;
    text-align: left;
}

.content_text .about .content .target .t1 {
    margin-bottom: 80px;
    width: 26%;
    display: inline-block;
    vertical-align: top;
}

.content_text .about .content .target .t1+.t1 {
    margin-left: 80px;
}

.content_text .about .content .target h3 {
    padding-left: 8px;
    width: 104px;
    height: 20px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 20px;
    border-left: 3px solid #ff6600;
}

.content_text .about .content .target p {
    padding-left: 11px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
}

.content_text .about .content .values .v1 {
    padding-left: 8px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    text-align: left;
}

.content_text .about .content .values .v1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    display: inline-block;
    width: 3px;
    height: 20px;
    background: #ff6600;
    border-radius: 2px;
}

.content_text .about .content .values .v1+.v1 {
    margin-left: 110px;
}

.content_text .about .content .about3 {
    margin: 10px 0;
}

.content_text .about .content .values2 {
    text-align: left;
}

/*诚聘英才结束*/

/*购物流程开始*/

.Gwlc_top {
    width: 801px;
    padding: 20px 0 30px;
    text-align: center;
    margin: 0 auto;
}

.Gwlc_top li {
    display: inline-block;
    width: 90px;
    height: 150px;
    font-size: 18px;
    color: #333;
    cursor: pointer;
    position: relative;
    vertical-align: text-bottom;
    padding: 0 20px;
}

.Gwlc_top .active {
    color: #88b929;
}

.Gwlc_top img {
    margin-bottom: 20px;
}

.showImg {
    padding-left: 0 !important;
    transition: all 0.2s;
    opacity: 0.8;
}

.showImg img {
    width: 100%;
}

.height_R {
    width: 100%;
}

/*购物流程结束*/