body,
ul,
ol,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
span,
header,
b,
section,
i,
header,
li,
nav,
article,
aside,
figure,
code,
dialog,
footer,
iframe,
html {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-weight: normal;
    outline: none;
    border: none;
}

img {
    border: none;
}

a {
    text-decoration: none;
}

* {
    font-family: "Microsoft Yahei";
    box-sizing: border-box;
}

a,
button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Microsoft Yahei";
    color: #333;
    background: #fff;
    font-size: 16px;
}

input:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-modify: read-write-plaintext-only;
}

input[type="text"] {
    -webkit-appearance: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

button {
    border-radius: 0;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

input:focus,
textarea:focus {
    outline: none;
}

input:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-modify: read-write-plaintext-only;
}

body {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: "";
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.clearfix {
    *zoom: 1;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}

/* 头部 */
.in-header {
    width: 100%;
    height: 80px;
    /*padding-top: 13px;*/
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 52px;
}

.in-head-box {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.in-head-left {
    float: left;
    /*width: 200px;*/
    margin-right: 225px;
}

.in-head-left img {
    width: 100%;
    height: 100%;
    display: block;
    margin-top: 13px;
}

.in-head-center {
    width: 506px;
    float: left;
    margin: 30px 0 0;
    display: none;
    opacity: 0;
}

.in-he-close {
    width: 38px;
    height: 40px;
    display: inline-block;
    vertical-align: top;
    background: url("../images/index/i1.png") no-repeat center;
    margin-right: 10px;
    cursor: pointer;
}

.in-he-suo {
    width: 38px;
    height: 40px;
    display: inline-block;
    vertical-align: top;
    background: url("../images/index/i2.png") no-repeat center;
    margin-left: 10px;
    cursor: pointer;
}

.in-head-right {
    float: right;
    margin: 20px 0 0;
    position: relative;
}

.in-head-search {
    width: 120px;
    height: 38px;
    line-height: 38px;
    background-color: #8b1f25;
    color: #d9b63c;
    font-size: 16px;
    border-radius: 25px;
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
    text-align: center;
    vertical-align: top;
}

.in-head-people {
    width: 38px;
    height: 38px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.in-head-people img {
    display: block;
    width: 100%;
    height: 100%;
}

.in-head-shop {
    width: 38px;
    height: 38px;
    display: inline-block;
    margin-right: 25px;
    position: relative;
    vertical-align: top;
}
.in-head-shop .in-head-message {
    background: red;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    right: 0px;
}

.in-head-shop img {
    display: block;
    width: 100%;
    height: 100%;
}

.in-head-ul {
    width: 178px;
    height: 97px;
    background: url("../images/index/i5.png") no-repeat center;
    position: absolute;
    left: -121px;
    top: 60px;
    padding: 15px 0 0;
    z-index: 100;
    display: none;
    opacity: 0;
}

.in-head-a {
    width: 100%;
    display: block;
    text-align: center;
    color: #666666;
    font-size: 16px;
    line-height: 32px;
}

.in-head-a:hover {
    color: #8b1f25;
}

.in-head-aon {
    color: #8b1f25;
}

.in-head-dian {
    width: 6px;
    height: 6px;
    background: #ff0000;
    border-radius: 50%;
    position: absolute;
    left: 30px;
    top: 2px;
}

.in-head-nav {
    display: none;
    width: 100%;
    height: 52px;
    position: absolute;
    top: 131px;
    left: 0;
    border-bottom: 1px solid #e6e6e6;
}

.in-head-nav-on {
    background: #fff;
    border-bottom: 2px solid #e6e6e6;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999999;
}

.in-nav-ul {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}

.in-nav-ul>li {
    float: left;
    position: relative;
    margin: 0px 68px;
    text-align: center;
}

.in-nav-ul>li a {
    color: #333333;
    font-size: 16px;
    line-height: 52px;
    text-transform: uppercase;
}

.in-nav-ul>li .hover {
    color: #8b1f25;
    padding-bottom: 3px;
    border-bottom: 2px solid #8b1f25;
}

.in-nav-ul>li:hover>a {
    color: #8b1f25;
    padding-bottom: 3px;
    border-bottom: 2px solid #8b1f25;
}

.in-nav-ul>.in-nav-li-on>a {
    color: #8b1f25;
    padding-bottom: 3px;
    border-bottom: 2px solid #8b1f25;
}

.in-nav-ul1>.in-nav-li1-on a {
    color: #8b1f25;
}

.in-nav-ul1 {
    text-align: left;
    width: 205px;
    position: absolute;
    left: 0px;
    top: 52px;
    padding: 10px 0 10px;
    z-index: 20;
    display: none;
    opacity: 0;
}

.in-nav-ul1>li a {
    color: #666;
    line-height: 36px;
}

.in-nav-bottom {
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    left: 0;
    top: 52px;
    display: none;
    opacity: 0;
    z-index: 10;
}

.in-nav-ul1 li:hover a {
    color: #8b1f25;
}

/* 底部开始 */
.G-bgc-b {
    background-color: #8b1f25;
}

.G-foot {
    padding: 60px 0;
}

.G-fl {
    float: left;
}

.G-fr {
    float: right;
}

.G-clearfix:after {
    content: "";
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.G-clearfix {
    *zoom: 1;
}

.G-w1200 {
    width: 1200px;
    margin: 0 auto;
}

.G-foot-tit p {
    font-size: 16px;
    line-height: 16px;
    color: #d9b63c;
    text-align: center;
    margin-bottom: 20px;
}

.G-foot-tit h5 {
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    margin-bottom: 60px;
    font-weight: bold;
}

.G-footer {
    padding: 35px 0 40px;
}

.G-footer p {
    color: #999;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
}

.G-foot-l h5 {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
    padding-bottom: 10px;
    text-align: left;
}

.G-foot-l {
    width: 525px;
    display: inline-block;
    padding-right: 40px;
    vertical-align: top;
}

.G-foot-l p {
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    margin-top: 10px;
    text-align: left;
}

.G-foot-r {
    width: 480px;
    display: inline-block;
    vertical-align: top;
    margin-left: -5px;
}

.G-foot-a a {
    margin-top: 60px;
    display: block;
    width: 180px;
    height: 40px;
    line-height: 40px;
    background-color: #D9B63C;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.G-foot-a a img {
    margin-left: 10px;
}

.G-foot-box {
    text-align: center;
}

/* 地图代码 */
.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}

.in-foot {
    width: 100%;
    background: #69196d;
    padding: 100px 0;
}

.in-foot-box {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.in-foot-bottom {
    width: 100%;
    padding: 16px 0 12px;
}

.in-foot-bottom p {
    color: #666666;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
}

/* 分页导航*/
.barlist-path {
    padding: 60px 0 20px;
    color: #8b1f25;
    font-size: 20px;
}

.barlist-path a {
    color: #8b1f25;
}

/*翻页*/
.barlist-page {
    text-align: center;
}

.barlist-page li {
    display: inline-block;
    padding: 0 10px;
}

.barlist-page .active a,
.barlist-page .active span {
    color: #f94343;
    font-size: 18px;
}

.barlist-page a {
    color: #333;
}

/* 线 */
.cc-solid {
    border-top: 1px solid #e6e6e6;
}
/*　间距　*/
.bot-60{
    margin-bottom: 60px;
}

/* loading */
.in-op-main{
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: 99999;
    overflow: hidden;
    text-align: center;

}
.in-op-hint{
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    bottom: 0;
    right: 0;
    position: fixed;
    background-color: rgba(51, 51, 51, 0.411);
    z-index: 99999;
    overflow: hidden;
    text-align: center;

}
.load img{
    width: 100px;
}
.load{
    width: 200px;
    margin: 17% auto;
    background-color: rgba(0, 0, 0, 0.582);
    padding: 0 20px;
}
.load-p{
    font-size: 18px;
    line-height: 1em;
    text-align: center;
    color: #ffffff;
    padding-bottom: 20px;
}
.hint{
    max-width: 400px;
    margin: 17% auto;
    background-color: #fff;
    padding:30px 20px;
    transform: scale(1);
    animation: scale .5s 1;
    display: inline-block;
    text-align: center;
    position: relative;
}
.hint-p{
    font-size: 18px;
    line-height: 1.5em;
    text-align: center;
    color: #8b1f25;
    margin-bottom: 30px;
}
.hint-btn{
    border:0;
    background-color: #8b1f25;
    color: #fff;
    font-size: 18px;
    line-height: 1em;
    padding: 10px 40px;
    cursor: pointer;
}


.hint-close{
    display: block;
    width: 13px;
    height: 13px;
    background: url(../images/close.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
@keyframes scale{
    0%{
        transform: scale(0);
    }
    100%{
        transform: scale(1);
    }
}
