/* 整站通用 */

html,
body,
form,
iframe,
dl,
dd,
img,
form,
div,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
    margin: 0;
    padding: 0;
    border: 0;
}

@font-face {
    font-family: "iconfont";
    src: url('font/iconfontf6cd.eot?t=1539335486876');
    /* IE9*/
    src: url('font/iconfontf6cd.eot?t=1539335486876#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('font/iconfontf6cd.ttf?t=1539335486876') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('font/iconfontf6cd.svg?t=1539335486876#iconfont') format('svg');
    /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-baohu:before {
    content: "\e62f";
}

.icon-baohu1:before {
    content: "\e60d";
}

.icon-guijizhanghumingxichaxun:before {
    content: "\e64c";
}

.icon-qiyehuaxiangchaxun:before {
    content: "\e61c";
}

.icon-danjiangongcheng:before {
    content: "\e60f";
}


/* html,body,form,iframe,dl,dd,img,form,div,ul,ol,li,h1,h2,h3,h4,h5,h6,h7{margin:0;padding:0;border:0;} */
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    padding: 0;
    font-family: "苹方-简", PingFang, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "微软雅黑", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    background: url(../images/in_bg.jpg) repeat;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #2e2e2e;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    /* color: #cccccc; */
    text-decoration: underline;
}

a:not([href]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):hover {
    color: inherit;
    text-decoration: none;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1,
.h1 {
    font-size: 2.5rem;
}

h2,
.h2 {
    font-size: 2rem;
}

h3,
.h3 {
    font-size: 1.75rem;
}

h4,
.h4 {
    font-size: 1.5rem;
}

h5,
.h5 {
    font-size: 1.25rem;
}

h6,
.h6 {
    font-size: 1rem;
}

.header {
    position: relative;
    overflow: hidden;
}

.header .video {
    font-size: 0;
    position: relative;
}

.header .video video {
    object-fit: fill;
    /* display: flex;
    align-items: center; */
}

.header .video #errand {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    mix-blend-mode: color-dodge;
    /*screen*/
}

.header .videomask {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: opacity 2s;
    -webkit-transition: opacity 2s;
    /* Safari */
}

.header .videomask8 img {
    width: 100%;
}

.header .top {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 5rem;
}

.headers .top {
    position: relative;
    height: 5rem;
    -ms-height: 80px;
    background: #fff;
}

.top .logo {
    width: 24rem;
    position: absolute;
    left: 2rem;
    bottom: 0;
}

.headers .top .logo {
    bottom: auto;
    top: 1.4rem;
}

.top .menu {
    position: absolute;
    right: 3rem;
    -ms-right: 48px;
    bottom: 1rem;
    -ms-bottom: 16px;
    text-align: right;
}

.headers .top .menu {
    bottom: auto;
    top: 2rem;
    -ms-top: 32px;
}

.top .menu a {
    font-size: 1.2rem;
    -ms-font-size: 19.2px;
    padding: 0 0.8rem;
    -ms-padding: 0 12px;
}

.brandinfo {
    width: 100%;
    position: absolute;
    top: 90%;
    left: 0;
    text-align: center;
    color: #fff;
    opacity: 0.7;
    filter: alpha(opacity=70);
    /* IE8 及其更早版本 */
}

.footer {
    width: 100%;
    background-color: #353535;
    color: #ddd;
    /* font-size: 0.9rem; */
}

.footer a {
    color: #ddd;
}

.footer .main {
    width: 1380px;
    margin: 0 auto;
    padding: 2rem 0;
    -ms-padding: 32px 0;
    position: relative;
    line-height: 1.8;
}

.footer .main img {
    width: 15rem;
    -ms-width: 240px;
    color: #fff;
    opacity: 0.7;
    filter: alpha(opacity=70);
    position: absolute;
    right: 0;
    bottom: 2.5rem;
    -ms-bottom: 40px;
}

.footer .main .footermask {
    width: 20rem;
    -ms-width: 320px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}


/* 只对IE6/7/8有效  */

@media \0screen\,screen\9 {
    .header .top {
        height: 80px;
    }
    .headers .top {
        height: 80px;
    }
    .top .logo {
        width: 320px;
        left: 32px;
    }
    .headers .top .logo {
        top: 22px;
    }
    .top .menu {
        right: 48px;
        bottom: 16px;
    }
    .headers .top .menu {
        top: 32px;
    }
    .top .menu a {
        font-size: 19.2px;
        padding: 0 12px;
    }

    .footer .main {
        padding: 32px 0;
    }
    .footer .main img {
        width: 240px;
        bottom: 40px;
    }
    .footer .main .footermask {
        width: 320px;
    }
}

ul,
ol,
li {
    list-style-type: none;
}

a img {
    border: none
}

p {
    margin: 0;
}

iframe {
    border: none;
}


/* body {
    font-size: 12px;
    font-family: "微软雅黑";
    color: #646464;
    background: url(../images/in_bg.jpg) repeat;
} */


/* a {
    text-decoration: none;
    color: #8d8d8d;
}

a:visited {
    text-decoration: none;
    color: #9f9f9f;
}

a:hover {
    text-decoration: none;
    color: #9f9f9f;
}

a:active {
    text-decoration: none;
    color: #9f9f9f;
} */

b {
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

img {
    vertical-align: middle;
}


/* 功能函数 */

.fl {
    float: left;
    _display: inline;
}


/* 左浮动 */

.fr {
    float: right;
    _display: inline;
}


/* 右浮动 */

.h {
    display: none;
    visibility: visible;
}


/* 隐藏 */

.c {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    visibility: visible;
    /* display: none; */
}


/* 清除浮动 */

.right {
    text-align: right;
}


/* 右对齐 */

.left {
    text-align: left;
}


/* 左对齐 */

.b {
    font-weight: bold;
}


/* 加粗 */

.line-through {
    text-decoration: line-through;
}


/* 删除线 */

.under {
    text-decoration: underline;
}


/* 下划线 */

.break {
    word-break: break-all;
}


/* 打断英文字符 */

.dw {
    width: 1002px;
    margin: 0 auto;
}


/* 编辑器内容样式 凡是编辑器修改区域加上 */

.editor {
    line-height: 24px;
    text-align: left;
}

.editor p {
    text-indent: 2em;
}

.editor ol li {
    list-style-type: circle;
    margin-left: 25px;
}

.editor ul li {
    list-style-type: square;
    margin-left: 25px;
}


/* header　头部样式 

.header{ background:#fff;}

.header .top{ color:#aaa; font-size:12px;!important font-size:12px; background:#3f3f3f; height:30px; line-height:30px;}

.header .top a{color:#aaa;}

.header .top a:hover{color:#ccc;}

.header .top1{ width:450px; color:#aaa;}

.header .menufirst{ height:100px;background:#fff;}

.header .logoleft{ width:170px; padding-top:30px;}

.logoright .search .content{ width:228px; height:28px; margin-top:11px;}

.search .content label{ display:inline-block; float:left;  width:195px; height:28px;background:url(../images/sear_bg.jpg) no-repeat; position:relative; top:0px;}

.search .content label input{ vertical-align:middle; border:0; margin:3px 0 0 3px;padding:0 5px;color:#aaa; font-size:12px; width:178px; height:19px; line-height:19px;}

.search .content span{ display:block; float:left; position:relative; top:0px;}


*/


/* mainer 内容主体 */


/* footer 底部样式 

.footer{ height:165px; background:url(../images/footer_bg.jpg); margin-top:45px;}

.footer .copyright .dw{padding:0 20px;}

.footer .copyright{color:#a0a0a0;  font-size:12px; color:#a0a0a0; line-height:29px; margin:13px 0 10px 0; width:670px;}

.footer .copy_ri img{ margin-right:45px; margin-top:20px;}

.footer .copyright a{color:#a0a0a0;}

.footer .copyright a:hover{ text-decoration:underline;}

.footer .copyright p span{ font-size:18px; font-weight:bold;color:#cd9600; font-family:"Myriad Pro";}

.footer .dw{ position:relative;}*/


/* 首页 */


/* 关于我们filter:alpha(opacity=70); opacity:0.7;　 */


/* 右侧浮动　*/

.fixedRight {
    width: 90px;
    height: 210px;
    z-index: 11;
    position: fixed;
    bottom: 44%;
    right: 0px;
    background: #ffffff;
    text-align: center;
}

.fixedRight .item {
    height: 50%;
    /*padding: 10px;*/
}

.fixedRight .maplink {
    border-bottom: 1px solid #ccc;
}

.fixedRight .maplink .iconfont {
    font-size: 60px;
}

.fixedRight .item .itemBox {
    /*overflow: hidden;*/
    padding: 15px;
    display: block;
    position: relative;
    /*background: #665555;*/
}

.fixedRight .item .itemBox .scanweixin {
    /*display: none;*/
    position: absolute;
    right: 95px;
    bottom: 0px;
    background: #ffffff;
    border: 8px solid #fff;
    display: none;
}

.fixedRight .item .itemBox>img {
    width: 100%;
}

.fixedRight .item a.itemBox:hover {
    background: #cd9600;
    color: #fff;
}

.fixedRight .item a.itemBox:hover .scanweixin {
    display: block;
}

#AdLayer {
    position: fixed;
    width: 54px;
    height: 75px;
    bottom: 20%;
    right: 0px;
}

#AdLayer img:hover {
    filter: alpha(opacity=80);
    /*IE滤镜，透明度50%*/
    -moz-opacity: 0.8;
    /*Firefox私有，透明度50%*/
    opacity: 0.8;
    /*其他，透明度50%*/
}


/* 表格 */

.table {
    border-collapse: collapse;
    margin: 0 auto;
    text-align: center;
}

.table td,
.table th {
    border: 1px solid #fac02c;
    height: 35px;
}

.table thead th {
    background-color: #cd9600;
    width: 120px;
    color: #fff;
}

.table tr:nth-child(odd) {
    background: #fff;
}

.table tr:nth-child(even) {
    background: #fff0c1;
}

.table.txtleft {
    text-align: left;
}


/* 公共 */

.h100 {
    height: 100px;
}

.hidden {
    display: none;
}
