body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, table, th, td, button, a {
    padding: 0;
    margin: 0;
    list-style: none;
    text-indent: 0px;
    -webkit-touch-callout: none;
    /*当你触摸并按住触摸目标时候，禁止或显示系统默认菜单 */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1, h2, h3, h4, h5, h6, th {
    font-size: 100%;
    font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after, button:before, button:after, input:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol, ul {
    list-style: none;
}

cite, em {
    font-style: normal;
}

img, button {
    border: 0px none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

button, object {
    cursor: pointer;
    background: none;
    vertical-align: middle;
    overflow: visible;
}

object {
    cursor: default;
}

input, button, select, textarea {
    outline: none;
    vertical-align: middle;
}

textarea {
    resize: none;
}

i, b {
    font-style: normal;
    font-weight: 100;
}

html {
    font-size: 100px;
    /*表示100px=1rem;       625%    62.5%*/
    font-family: "宋体";
    background: rgba(255, 255, 255, 1);
}

body {
    font-family: "microsoft yahei", "\534E\6587\7EC6\9ED1", Verdana, Arial, Helvetica, sans-serif;
    /*微软雅黑      华文细黑     最后一个字体：ios系统默认 */
    font-size: 16px;
    /* -webkit-user-select: none; */
    /*禁止选中内容*/
    -webkit-text-size-adjust: none;
    /*不调整（拉伸）字大小*/
    background: #fff;
}

#app {
    width: 100%;
    min-height: 12.46rem;
    /*min-height: 800px;*/
    background: rgba(255, 255, 255, 1);
    max-width: 7.5rem;
    min-width: 3.2rem;
    margin: 0 auto;
    -webkit-overflow-scrolling: touch;
}

input {
    font-size: 0.26rem;
}

input::-webkit-input-placeholder {
    color: #666;
}

input:-moz-placeholder {
    color: #666;
}

input::-moz-placeholder {
    color: #666;
}

input:-ms-input-placeholder {
    color: #666;
}

@font-face {
    font-family: 'iconfont';
    /* project id 2254573 */
    src: url('//at.alicdn.com/t/font_2254573_nb5hi0gtyv.eot');
    src: url('//at.alicdn.com/t/font_2254573_nb5hi0gtyv.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_2254573_nb5hi0gtyv.woff2') format('woff2'), url('//at.alicdn.com/t/font_2254573_nb5hi0gtyv.woff') format('woff'), url('//at.alicdn.com/t/font_2254573_nb5hi0gtyv.ttf') format('truetype'), url('//at.alicdn.com/t/font_2254573_nb5hi0gtyv.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'shuzi';
    /* project id 2254573 */
    src: url('../font/aparaj.ttf');
}

@font-face {
    font-family: 'shuzib';
    /* project id 2254573 */
    src: url('../font/aparajb.ttf');
}

@font-face {
    font-family: 'jiangxi';
    /* project id 2254573 */
    src: url('../font/JIAGNXIZHUOKAI-REGULAR.OTF');
}

.clear {
    clear: both;
}

/* 头部 start */

.w14 {
    max-width: 1400px;
    width: 96%;
    margin: 0 auto;
}

.head {
    /* position: fixed;
    top: 0;
    left: 0;
    right: 0; */
    background: url(../images/img01.jpg) repeat top left;
    padding: 30px 0 0;
    /* z-index: 20; */
}

.head .top {
    height: 80px;
    margin-bottom: 30px;
}

.head .lang {
    float: left;
    margin-top: 21px;
}

.head .lang a {
    float: left;
    width: 36px;
    line-height: 36px;
    font-size: 20px;
    color: #dd9c00;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #dd9c00;
    margin-right: 10px;
    font-family: "jiangxi";
}

.head .lang a.on, .head .lang a:hover {
    background: #dd9c00;
    color: #fff;
}

.head .logo {
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -92px;
    width: 184px;
}

.head .logo .img {
    display: block;
    width: 100%;
}

.head .search {
    float: right;
    margin-top: 15px;
    width: 268px;
    height: 48px;
    border: 1px solid #edebe8;
    border-radius: 25px;
    background: #fff;
}

.head .search .iconfont {
    float: left;
    width: 48px;
    line-height: 48px;
    font-size: 20px;
    color: #dd9c00;
    text-align: center;
}

.head .search input {
    float: left;
    width: 180px;
    height: 26px;
    border: 0;
    padding: 10px 0;
    line-height: 26px;
    font-size: 16px;
}

.head .nav {
    height: 70px;
    background: #dd9c00;
    position: relative;
}

.head .nav .navItem {
    float: left;
    padding: 10px 0;
    width: 9%;
    margin: 0 1%;
    height: 50px;
    position: relative;
}

.head .nav .onav {
    display: block;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    text-align: center
}

.head .nav .onav.on, .head .nav .onav:hover {
    background: #fff;
    color: #dd9c00;
    border-radius: 25px;
}

.head .nav .navpop {
    /* position: fixed;
    top: 210px; */
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    height: 70px;
    background: rgba(255, 255, 255, 0.9);
    z-index: 19;
    display: none;
}

.head .nav .tbox {
    position: absolute;
    top: 70px;
    left: 0;
    width: 400px;
    padding: 10px 0;
    height: 50px;
    z-index: 20;
    display: none;
}

.head .nav .navItem:last-child .tbox {
    left: auto;
    right: 0;
    width: 380px;
}

.head .nav .navItem:last-child .tnav {
    margin: 0 0 0 30px;
}

.head .nav .tbox .tnav {
    float: left;
    line-height: 50px;
    font-size: 18px;
    color: #2e2748;
    margin-right: 30px;
}

.head .nav .tbox .tnav i {
    font-weight: bold;
    font-size: 24px;
}

.head .nav .tbox .tnav.on, .head .nav .tbox .tnav:hover {
    color: #dd9c00;
}

/* .head .nav .navItem:hover .navpop{
    display: block;
} */

.head .nav .navItem:hover .tbox {
    display: block;
}

/* 头部 end */

/* 内页 start */

body {
    background: url(../images/img01.jpg) repeat top left;
}

/* banner start */

.banner {
    /* margin-top: 210px; */
    height: auto;
    position: relative;
}

.banner .img {
    display: block;
    width: 100%;
}

.banner .at {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 320px;
    height: 100px;
    padding-bottom: 8px;
    margin: -74px 0 0 -160px;
    background: url(../images/img09.png) no-repeat center center;
    background-size: 100% 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}

.banner .at .iconfont {
    font-size: 20px;
    color: #fff;
    line-height: 90px;
}

.banner .at .c1 {
    font-size: 46px;
    font-family: "jiangxi";
    color: #fff;
}

.banner .at .c2 {
    font-size: 46px;
    font-family: "jiangxi";
    color: #dea009;
}

/* banner end */

/*  分类 start */

.MainBox {
    padding-top: 60px;
    position: relative;
}

.MainBox .MainType {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    margin-top: -40px;
}

.MainBox .MainType .w14 {
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.MainBox .MainType .min.on, .MainBox .MainType .min:hover {
    background: #dda00a;
}

.MainBox .MainType .min .iconfont {
    font-size: 20px;
    color: #dda00a;
}

.MainBox .MainType .min span {
    font-size: 20px;
    color: #2e2748;
}

.MainBox .MainType .min.on span, .MainBox .MainType .min:hover span {
    color: #fff;
}

/* 分类 end */

/* 内页 end */

/* 底部 start */

.foot {
    height: 436px;
    position: relative;
    overflow: hidden;
}

.foot .bgImg {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    height: 436px;
}

.foot .fot {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
}

.foot .fot .fl {
    float: left;
    width: 76%;
}

.foot .fot .fl .flfl {
    float: left;
    width: 72%
}

.foot .fot .fl .flfl .flnav {
    height: 176px;
}

.foot .fot .fl .flfl a {
    float: left;
    width: 15%;
    margin-right: 5%;
    max-width: 90px;
    line-height: 28px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-bottom: 24px;
}

.foot .fot .fl .flfl .tel .iconfont {
    margin-top: 4px;
    float: left;
    width: 50px;
    line-height: 50px;
    font-size: 24px;
    color: #fff;
    background: #dd9c00;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
}

.foot .fot .fl .flfl .tel .telfr {
    float: left;
}

.foot .fot .fl .flfl .tel p {
    line-height: 20px;
    font-size: 18px;
    color: #fff;
    margin-bottom: 4px;
}

.foot .fot .fl .flfl .tel span {
    line-height: 30px;
    font-size: 40px;
    font-family: 'shuzib';
    color: #dd9c00;
}

.foot .fot .fl .flfr {
    float: right;
    width: 24%;
    position: relative;
}

.foot .fot .fl .flfr::after {
    position: absolute;
    top: 42px;
    right: 2px;
    bottom: 0;
    width: 1px;
    content: "";
    background: #555;
}

.foot .fot .fl .flfr .h2 {
    line-height: 28px;
    font-size: 20px;
    color: #fff;
    margin-bottom: 14px;
}

.foot .fot .fl .flfr .link {
    height: 180px;
    overflow-y: auto;
}

.foot .fot .fl .flfr .link::-webkit-scrollbar {
    width: 3px;
}

.foot .fot .fl .flfr .link::-webkit-scrollbar-thumb {
    background: #555;
    border-radius: 1px;
}

.foot .fot .fl .flfr .link::-webkit-scrollbar-track {
    background: transparent;
}

.foot .fot .fl .flfr .link a {
    display: block;
    width: 90%;
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #8d8d8d;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.foot .fot .fr {
    float: right;
    width: 20%;
    text-align: right;
}

.foot .fot .fr h1 {
    line-height: 32px;
    font-size: 20px;
    color: #fff;
}

.foot .fot .fr .icon {
    margin-top: 12px;
}

.foot .fot .fr .icon a {
    display: inline-block;
    margin-left: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    color: #dd9c00;
    text-align: center;
    border-radius: 20px;
}

.foot .fot .fr .pic {
    margin-top: 26px;
    width: 120px;
    float: right;
}

.foot .fot .fr .pic .img {
    display: none;
    width: 100%;
    height: 100%;
}

.foot .fot .fr .pic .img:first-child {
    display: block;
}

.foot .beian {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 68px;
    padding-top: 36px;
    border-top: 1px solid #333;
}

.foot .beian a {
    line-height: 28px;
    font-size: 14px;
    color: #fff;
}

.foot .beian .bnav {
    float: left;
    padding: 0 12px;
}

.foot .beian .btext {
    float: right;
}

/* 底部 end */