@charset "utf-8";

/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */

html {
    font-family: Microsoft YaHe;
    overflow-x: hidden;
}


/* 内外边距通常让各个浏览器样式的表现位置不同 */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
}


/* 要注意表单元素并不继承父级 font 的问题 */

body,
button,
input,
select,
textarea {
    font-family: "微软雅黑" !important; 
}

input,
select,
textarea {
    font-size: 100%;
}


/* 去掉 table cell 的边距并让其边重合 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* 去除默认边框 */

fieldset,
img,
button {
    border: none;
}


/* 默认居中 */

img,
input {
    vertical-align: middle;
}


/* ie6 7 8(q) bug 显示为行内表现 */

iframe {
    display: block;
}


/* 去掉 firefox 下此元素的边框 */

abbr,
acronym {
    border: none;
    font-variant: normal;
}

del {
    text-decoration: line-through;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 500;
}

ol,
ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 500;
}

q:before,
q:after {
    content: '';
}


/* 统一上标和下标 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

a {
    color: #191919;
}

a:hover {
    text-decoration: none !important;
    color: #6a62b8 !important;
}


/* 默认不显示下划线，保持页面简洁 */

ins,
a {
    text-decoration: none !important;
}


/* 去除 ie6 & ie7 焦点点状线 */

a:focus,
*:focus {
    outline: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


/* 清除浮动 */

* html .clear {
    height: 1%;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
    /* for ie6 & ie7 */
}

.main {
    width: 1000px;
    margin: 0 auto;
}

.header {
    background: #fff;
    position: relative;
    padding: 15px 0;
    width: 100%;
    box-shadow: 0 0 2px #ddd;
    z-index: 99999;
}

.header .logo {
    width: 300px;
    margin-left: 40px;
}

.header-nav a {
    display: inline-block;
    line-height: 50px;
    margin-right: 30px;
    font-size: 18px;
}

.tit-group {
    text-align: center;
    width: 100%;
    font-size: 32px;
    margin: 40px 0;
    color: #000000;
}

.box-two,
.box-three,
.box-four,
.box-five {
    padding: 85px 0 0;
}

.pt {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0;
}

.pt .pt-t,
.pt .pt-p {
    flex: 1;
    text-align: center;
}

.box-two .pt .pt-p img {
    width: 30%;
}

.pt .pt-t .tit {
    font-size: 32px;
    margin-bottom: 40px;
    text-align: left;
    padding-left: 100px;
    color: #000000;
}

.pt .pt-t .brief {
    line-height: 40px;
    text-align: left;
    padding-left: 100px;
    color: #666;
    font-size: 16px;
}

.box-three img {
    display: block;
    margin: 40px auto;
}

.map img {
    display: block;
    margin: 40px auto;
}

.map-name {
    text-align: center;
}

.map-name span {
    display: inline-block;
    padding-left: 20px;
    height: 30px;
    line-height: 30px;
    background: url("../images/icon.png") no-repeat left center;
    font-size: 16px;
    margin: 0 20px;
}

.footer {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    background: #09337d;
    width: 100%;
    padding: 30px 0;
    margin-top: 30px;
    align-items: center;
    justify-content: center;
}

.footer-img,
.footer-txt {
    flex: 1;
    padding: 0 20px;
}

.footer-img {
    text-align: right;
}

.footer-txt p {
    color: #fff;
    line-height: 40px;
}

.footer-txt p i {
    display: none;
}

.box-four img {
    box-shadow: 0 0 5px #ccc;
}

.box-one {
    height: 100vh;
    background: #c1c1c1;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
}

.box-one-logo {
    display: block;
}

.box-one-logo img {
    display: block;
    width: 100%;
    margin: -30px auto 30px;
}

.box-one-logo .logo2 {
    display: none;
}

.box-one-logo p {
    color: #fff;
    font-size: 34px;
}

.s-navbar-container {
    display: none;
}

.navbar-drawer-bar {
    background-color: transparent;
    box-sizing: border-box;
    left: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transition: all .4s cubic-bezier(.7, 0, .3, 1);
    width: 100%;
    z-index: 1010;
}


#btn_top img{
    height: 10%;
    width: 4.8%;
    position:fixed; ;
    right: 5%;
    bottom: 5%;
  }

.Infomain{
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding: 50px;
    margin-top: 40px;
    border-radius: 8px;
    box-shadow: 0px 2px 23px 6px rgba(138,136,136,0.2);
}

.Infomain p{

    font-size: 18px;
    color: #666;
    line-height: 33px;
    margin-bottom: 20px;
    text-indent: 28px;

    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px; 

  }

.line{
    width: 80px;
    height: 3px;
    background-color: #6699FF;
    margin: 6px auto 8px auto;
}
      
.layui-fixbar{
    position: absolute;
    position: fixed;
    top:600px;
    right: 0px;
}
  
@media screen and (max-width: 768px) {
    .main {
        width: 100%;
    }
    .box-one-logo .logo2 {
        display: block;
    }
    .box-one-logo .logo3 {
        display: none;
    }
    .header {
        display: none;
    }
    .box-two,
    .box-three,
    .box-four,
    .box-five {
        padding: 0;
    }
    .pt {
        display: block;
        margin: 20px 0;
    }
    .pt .pt-t,
    .pt .pt-p {
        flex: none;
        width: 100%;
    }
    .box-one-logo img {
        display: block;
        margin: -30px auto 30px;
    }
    .box-one-logo p {
        color: #fff;
        font-size: 24px;
    }
    .box-two {
        padding: 40px 0;
    }
    .pt .pt-t .tit {
        margin: 30px 0 0;
        padding: 0;
        text-align: center;
    }
    .pt .pt-t .brief {
        text-align: center;
        padding: 0;
    }
    .box-three img {
        max-width: 96%;
    }
    .box-four img,
    .footer-img {
        margin: 20px auto;
    }
    .box-four img {
        width: 90%;
    }
    .map img {
        margin: 20px auto;
        max-width: 96%;
    }
    .map-name span {
        display: block;
        text-align: left;
    }
    .footer {
        display: block;
    }
    .footer-img,
    .footer-txt {
        flex: none;
        width: 100%;
        display: block;
        padding: 0;
        text-align: center;
    }
    .tit-group {
        width: 96%;
        height: 50Vh;
        margin: 0 auto;
        align-items: center;
        justify-content: center;
        display: flex;
    }
    .Infomain{
        width: 58vh;
        height: 90Vh;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        display: flex;
        padding: 10px;
    }

    .Infomain p{
        
        margin-bottom: 10px;
        font-size:62.5%;
        line-height: 20px;
        
    }
 
    .footer-txt p i {
        display: block;
        height: 0;
    }
    .s-navbar-container {
        display: block;
    }
    .s-variation-default .navbar-drawer-bar {
        background-image: none;
    }
    .navbar-drawer-bar {
        display: block;
    }
    .navbar-drawer-bar .drawer-container {
        height: 40px;
        padding: 10px;
        position: relative;
        text-align: center;
    }
    .s-custom-colors .navbar-drawer-bar .navbar {
        background: #494545;
    }
    .navbar-drawer-bar a.navbar {
        float: left;
        line-height: 48px;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
        color: #fff;
        transition: all .3s ease-out;
    }
    .navbar-drawer-bar a {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        background: hsla(0, 0%, 45%, .9);
        border-radius: 3px;
        color: #fff;
        cursor: pointer;
        display: block;
        height: 40px;
        line-height: 40px;
        outline-style: none;
        pointer-events: all;
        position: relative;
        text-align: center;
        width: 40px;
        z-index: 1020;
    }
    .navbar-drawer-bar.drawer-open .navbar {
        background-color: #fff;
    }
    .navbar-drawer-bar .navbar .navbar-icons {
        -webkit-transform: rotate(0deg);
        cursor: pointer;
        display: inline-block;
        height: 17.3px;
        position: relative;
        transform: rotate(0deg);
        transition: .5s ease-in-out;
        width: 22px;
    }
    .navbar-drawer-bar .navbar .navbar-icons span {
        -webkit-transform: rotate(0deg);
        background-color: #fff;
        border-radius: 2px;
        display: block;
        height: 2px;
        left: 0;
        opacity: 1;
        position: absolute;
        transform: rotate(0deg);
        transition: .25s ease-in-out;
        width: 100%;
    }
    .navbar-drawer-bar.drawer-open .navbar .navbar-icons span {
        background-color: #636972;
    }
    .navbar-drawer-bar .navbar .navbar-icons span:first-child {
        -webkit-transform-origin: left center;
        top: 0;
        transform-origin: left center;
    }
    .navbar-drawer-bar.drawer-open .navbar .navbar-icons span:first-child {
        -webkit-transform: rotate(45deg);
        left: 3px;
        top: 0;
        transform: rotate(45deg);
    }
    .navbar-drawer-bar .navbar .navbar-icons span:nth-child(2) {
        -webkit-transform-origin: left center;
        top: 6px;
        transform-origin: left center;
    }
    .navbar-drawer-bar.drawer-open .navbar .navbar-icons span:nth-child(2) {
        opacity: 0;
        width: 0;
    }
    .navbar-drawer-bar .navbar .navbar-icons span:nth-child(3) {
        -webkit-transform-origin: left center;
        top: 12px;
        transform-origin: left center;
    }
    .navbar-drawer-bar.drawer-open .navbar .navbar-icons span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        left: 3px;
        top: 16px;
        transform: rotate(-45deg);
    }
    #navbar-drawer-mask {
        background-color: rgba(0, 0, 0, .4);
        bottom: 0;
        display: none;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 1001;
    }
    .strikingly-nav-transition {
        transition: -webkit-transform .4s cubic-bezier(.7, 0, .3, 1);
        transition: transform .4s cubic-bezier(.7, 0, .3, 1);
        transition: transform .4s cubic-bezier(.7, 0, .3, 1), -webkit-transform .4s cubic-bezier(.7, 0, .3, 1);
    }
    .strikingly-drawer {
        background: #fff;
        display: none;
        overflow: auto;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1002;
    }
    .strikingly-drawer {
        display: block;
    }
    .strikingly-drawer.navbar-drawer {
        -webkit-transform: translateY(-100%);
        max-height: 100vh;
        max-height: 100%;
        transform: translateY(-100%);
        transition: all .4s ease-in-out;
    }
    .strikingly-drawer.navbar-drawer.translate {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    .strikingly-drawer ul {
        -webkit-overflow-scrolling: touch;
        list-style: none;
        overflow: auto;
        padding: 44px 0 20px;
        position: relative;
    }
    .strikingly-drawer ul li {
        display: block;
        padding: 0 24px;
        position: relative;
        z-index: 1015;
    }
    .strikingly-drawer ul li a {
        border-bottom: 1px solid #eee;
        color: #666;
        display: block;
        font-size: 16px;
        font-weight: 300;
        padding: 15px 30px;
    }
    .block {
        display: block!important;
    }
    .flow {
        overflow-y: hidden!important;
    }
}