﻿html {
    width: 100%;
    height: 100%
}

body {
    font-family: SourceHanSansCN-Regular;
    font-size: 12px
}

article,
body,
dd,
div,
dl,
dt,
footer,
h1,
h2,
header,
html,
img,
input,
li,
nav,
ol,
p,
section,
small,
span,
strong,
ul,
video {
    padding: 0;
    margin: 0
}

img,
input {
    border: none
}

a {
    text-decoration: none
}

li {
    list-style: none
}

.w1200 {
    width: 1200px
}

.p10 {
    padding-bottom: 10px
}

@font-face {
    font-family: SourceHanSansCN-Light;
    src: url(../fonts/SourceHanSansCN-Light.otf)
}

@font-face {
    font-family: SourceHanSansCN-Regular;
    src: url(../fonts/SourceHanSansCN-Regular.otf)
}



.clear {
    clear: both
}


.fl {
    float: left;
}

.fr {
    float: right;
}

.wid {
    width: 1200px;
    margin: 0 auto;
}

/*nav-------------------------------------------------*/
.header-block {
    height: 60px;
}

.pg-header {
    position: fixed;
    width: 100%;
    height: 60px;
    line-height: 60px;
    z-index: 10000;
    transition: .26s;
    -webkit-transition: .26s;
    top: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);

}

.pg-header .logo img {
    max-width: 150px;
    max-height: 40px;
    vertical-align: middle;
}


.pg-header .nav ul>li {
    margin-left: 60px;
    float: left;
    position: relative;
}

.pg-header .nav ul li>a {
    font-size: 14px;
    color: rgba(102, 102, 102, 1);
    display: inline-block;
}

.pg-header .nav ul li.active>a {
    font-weight: bold;
    color: rgba(34, 34, 34, 1);
}


/*手机样式*/
.mb-header {
    display: none;
    position: fixed;
    left: 50%;
    top: 0;
    width: 100%;
    height: 44px;
    line-height: 44px;
    transform: translate(-50%, 0);
    z-index: 9;
    text-align: center;
    background: #000;
}

.mb-header img {
    height: 30px;
}

.mb-header .close {
    position: absolute;
    top: 0;
    left: 0;
    width: 44px;
    height: 44px;
}

.mb-header .close::before,
.mb-header .close::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 16px;
    top: 22px;
    left: 15px;
    background: #fff;
}

.mb-header .close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mb-header .close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.menuBtn {
    display: none;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: -1px;
    line-height: 40px;
    background: #fff;
    cursor: pointer;
    text-align: center;
}

.menuBtn::before {
    content: "";
    width: 20px;
    height: 2px;
    display: inline-block;
    box-shadow: 0 6px 0 #000, 0 -6px 0 #000;
}




.pg-footer {
    padding: 28px 0;
    background: rgba(234, 234, 234, 1);
}


.pg-footer .left {
    float: left;

}

.pg-footer .center {
    float: right;
    padding-right: 150px;
}

.pg-footer .tit {
    font-size: 12px;
}

.pg-footer .links {
    font-size: 0;
    margin-top: 6px;
}

.pg-footer .links a {
    font-size: 12px;
    padding-right: 10px;
    color: rgba(34, 34, 34, 1);
}

.pg-footer .desc {
    font-size: 12px;
    color: rgba(153, 153, 153, 1);
    margin-top: 10px;
}

.pg-footer .tel {
    font-family: SourceHanSansCN-Regular;
    font-weight: bold;
    color: rgba(34, 34, 34, 1);
    font-size: 20px;
}

.pg-footer .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    float: right;

}

.pg-footer .right img {
    width: 80px;
    height: 80px;
    margin-right: 10px;
}

.mb-company {
    display: none;
    text-align: center;
    font-size: 12px;
    color: rgba(153, 153, 153, 1);
    margin-top: 18px;
}

.go-top {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(207, 207, 207, 1);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    position: fixed;
    right: 15px;
    bottom: 43px;
    z-index: 99;
    transition: 0.3s ease all;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    background-image: url(../images/gotop.png)
}

.go-top.active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.pd-0 {
    padding-top: 0 !important
}

/* @media screen and (min-width:1000px) { */

::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 8px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 8px;
}

::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 8px;
    background: rgba(34, 34, 34, 1);
}

::-webkit-scrollbar-track {
    /*滚动条里面轨道*/

    border-radius: 8px;
    background: #EDEDED;
}

.pg-header .nav ul li:hover>a {
    color: rgba(34, 34, 34, 1);
}

.pg-header .nav dl {
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: block;
    left: 50%;
    opacity: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    min-width: 120px;
    top: 100%;
    margin-top: 10px;
    -webkit-transform: translate(-50%, 20px);
    transform: translate(-50%, 20px);
    -webkit-transition: 0.25s ease-out 0s;
    transition: 0.25s ease-out 0s;
    visibility: hidden;
    padding: 0.4em 0;
}


.pg-header dl:after,
.pg-header dl:before {
    bottom: 100%;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
}

.pg-header .nav dl a {
    display: block;
    width: 100%;
    line-height: 34px;
    -webkit-transition: 0.25s ease-out 0s;
    transition: 0.25s ease-out 0s;
    white-space: nowrap;
    color: rgba(102, 102, 102, 1);
    font-size: 14px;
}

.pg-header .nav li:hover dl {
    opacity: 1;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    visibility: visible;
}

.pg-header .nav dl a:hover {
    background: rgba(242, 242, 242, 1);
    color: rgba(34, 34, 34, 1);
}

.pg-footer .links a:hover {
    color: #76ba63;
}

/* */


.align-vertical {
    height: 100%;
    width: 100%;
    position: relative;
    display: table;
}

.vertical-inner {
    display: table-cell;
    vertical-align: middle;
}

.mt-150 {
    margin-top: 150px;
}

.mt-0 {
    margin-top: 0 !important;
}

.pg-footer .wid {
    max-width: 1003px;
}
