@charset "utf-8";
/*--默认--*/

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
big,
cite,
code,
del,
em,
font,
img,
ins,
small,
strong,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
    margin: 0;
    padding: 0;
}

body {
    font-family: 微软雅黑, 黑体;
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 100%;
}



a {
    text-decoration: none;
    color: inherit;
}

img {
    border: none;
    vertical-align: middle;
    width: 100%;
}

table {
    border-collapse: collapse;
}

tr,
td,
th {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    color: #474747;
    line-height: 100%;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

i,
em,
b,
strong {
    font-style: normal;
    font-weight: normal;
}

input,
textarea,
select {
    padding: 0;
    border: 1px solid #CCC;
    font-family: inherit;
    outline: none;
    resize: none;
    background: none;
}

input::-moz-placeholder {
    opacity: 1;
    color: inherit;
}

input::-webkit-placeholder {
    opacity: 1;
    color: inherit;
}

input::-ms-placeholder {
    opacity: 1;
    color: inherit;
}

textarea::-moz-placeholder {
    opacity: 1;
    color: inherit;
}

textarea::-webkit-placeholder {
    opacity: 1;
    color: inherit;
}

textarea::-ms-placeholder {
    opacity: 1;
    color: inherit;
}

::-webkit-input-placeholder {
    opacity: 1;
    color: inherit;
}


/*--类--*/

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.footer_f {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

*:after {
    content: "";
}

.font-red{color: #be0008;}
.yellow-bg-1{background:#dcb079;}
.yellow-bg-2{background:#d5a76d; }
.yellow-bg-3{background:#ce9e5f;}
.font-black{color:#222222;}
.font-gray{color: #666666;}
.font-white{color:#ffffff;}
.font-yellow{color:#d5ae77;}
.img-gray{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}


/** banner **/

.container{
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #ffffff;
}

.menu{
    height: 78px;
    width: 100%;
    margin: 0 auto;
    z-index: 100;
    background-color: #ffffff;
    border-bottom: 1px solid #e8e8e8;
}

.menu img {
    float: left;
    width: 160px;
    margin-top: 18px;
    margin-left: 10px;
}

.menu .pcmenu_container{
    width: 1200px;
    margin: 0 auto;
}

.menu .nocurrent {
    border-bottom: transparent;
}

.menu .current,
.menu .hover {
    border-bottom: 4px solid #000000;
}

.scrolled .current,
.scrolled .hover {
    border-bottom: 4px solid #000000;
}

.menu ul {
    margin: 0;
    padding: 0;
    line-height: 70px;
    margin-top: 4px;
}
.menu ul li {
    float: left;
    display: inline-block;
    padding: 0;
    padding-left: 44px;
    letter-spacing: 0.06em;
}

.menu .rightmenu li a {
    letter-spacing: 0em;
    text-decoration: none;
}

.sub-menu{
    height: 50px;
    width: 100%;
    margin: 0 auto;
    background-color: #fafafa;
}

.sub-menu .pcsubmenu_container{
    width: 1200px;
    margin: 0 auto;
}

.sub-menu ul {
    margin: 0;
    padding: 0;
    line-height: 50px;
}
.sub-menu ul li {
    float: left;
    display: inline-block;
    padding: 0;
    padding-left: 30px;
    letter-spacing: 0.06em;
    line-height: 50px;
}

.sub-menu ul li p {
    letter-spacing: 0em;
    text-decoration: none;
    cursor: pointer;
}


/** banner **/
.banner_container{
    position: relative;
    width: 100%;
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

.banner_container a{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    display: block;
    position: relative;
    min-height: 250px;
}

/** 主体 **/
.main_container{
    position: relative;
    float: left;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 50px;
}

.main {
    width: 1200px;
    margin: 0 auto;
}

.part-type {
    position: absolute;
    border-radius: 50px;
    width: 200px;
    height:30px;
    border: 1px solid #f5f5f5;
    padding:5px;
    font-size: 14px;
}

.part-type .type-check{
    line-height:30px;
    height:30px;
    width: 90px;
    border-radius: 50px;
    background-color: #be8c44;
    color: #ffffff;
    text-align: center;
    padding: 0 5px;
    cursor:pointer;
}

.part-type .type-nocheck{
    line-height:30px;
    height:30px;
    width: 90px;
    border-radius: 50px;
    background-color: #ffffff;
    color: #222222;
    text-align: center;
    padding: 0 5px;
    cursor: pointer;

}

.part-category{
    width: 100%;
    display: inline-block;
}

.category-title{
    text-align: center;
    font-size: 30px;
    padding-top: 28px;
}

.category-list{

}

.category-banner{
    width: 100%;
}

.category-content{
    float: left;
    display: block;
    position: relative;
    width: 271px;
    height: 398px;
    background-color: #f8f8f8;
    margin: 50px 13px 20px 10px;
    border:3px solid transparent;
    cursor: pointer;

}

.category-content:hover{
    border-bottom: 3px solid #d7aa71;
}


.category-content .title{
    font-size: 18px;
    padding-left: 20px;
    padding-top: 25px;
    height: 20px;
}

.category-content .mark{
    font-size: 14px;
    padding-left: 15px;
    padding-top: 15px;
    color: #666666;
}

.category-content .desc{
    font-size: 12px;
    padding-left: 15px;
    padding-top: 15px;
    color: #b3b3b3;
    border-top: 1px solid #f0f0f0;
    margin: 15px 30px 30px 10px;
    line-height: 17px;
    text-align: justify;
}

.category-more{
    text-align: center;
    width: 100%;
    padding-top: 50px;
}

.category-more .btn{
    color: #be8c44;
    border-radius: 50px;
    width: 200px;
    border: 1px solid #be8c44;
    height: 45px;
    font-size: 16px;
    cursor: pointer;
}

.category-loading{
    text-align: center;
    width: 100%;
    display: none;
}

.category-loading .rolling{
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background-image: url("http://qn.mktcreator.cn/website/images/loading.gif");
    background-position: center;
    -webkit-background-size: 100px;
    background-size: 100px;
    background-repeat: no-repeat;
}

.category-product{
    width: 100%;
    background-color: #f9f9f9;
    margin-top: 85px;
    display: inline-block;
    padding-top: 20px;
    text-align: center;
}

.category-product .title{
    line-height: 40px;
    color: #222222;
}

.category-product .sub_title{
    font-size: 22px;
    line-height: 40px;

}
.category-product .mark{
    border-bottom: 1px solid #cdcdcd;
    width: 55px;
    margin: 0 auto;
    line-height: 25px;
    font-size: 12px;
    color: #222222;
}
.category-product .desc{
    line-height: 30px;
    padding: 20px 40px;
    text-align: left;
    font-size: 12px;
    color: #222222;
}

.category-show{
    width: 100%;
}

.category-show img{
    width: 100%;
}

.category-code{
    width: 100%;
    text-align: center;
    padding-top: 45px;
}

.category-code-main{
    border: 2px solid #d7aa71;
    padding: 15px;
    width: 180px;
    margin: 0 auto;
}

.category-code-main img{
    width: 159px;
}
.category-code-main .title{
    font-size: 14px;
}



.footer_container{
    width: 100%;
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    background-color: #272727;
    height: 300px;
}

.menu_contrainer {
    width: 1200px;
    margin: 0 auto;
    padding-top: 45px;

}

.footer_menu{
    float: left;
    width: 80%;
    padding-right: 110px;
    margin-top: 20px;
}

.footer_menu .menu-line{
    border: 0.5px solid #464646;
    margin-top: 40px
}

.footer_menu ul{
    margin-left: -40px;
}

.footer_menu ul li:first-child{
    list-style: none;
}

.footer_menu ul li{
    width: 150px;
    text-indent: 40px;
    color: #ffffff;
}

.footer_menu .menu-web{
    padding-top: 15px;
    color: #b3b3b3;
    font-size: 12px;
}

.code{
    width: 124px;
}

.detail_contrainer{
    display: none;
}

.list_container{
    display: block;
}
