@font-face {
    font-family: 'pingfang-Regular';
    src: url('../font/PINGFANG-REGULAR.ttf');
}

@font-face {
    font-family: 'pingfang-Medium';
    src: url('../font/PINGFANG-MEDIUM.ttf');
}

@font-face {
    font-family: 'HelveticaNeueLTPro-Th';
    src: url('../puhui-font/puhuiti-regular.ttf');
}

* {
    font-family: 'pingfang-Regular';
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    -webkit-text-size-adjust: none;
    word-break: break-all;
    word-wrap: break-word;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
}

*::after, *::before {
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    display: block;
}

a {
    color: #333;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer;
    text-decoration: none;
}

:focus {
    outline: 0;
}

ul, li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    font-weight: 700;
}

.clearfix:after {
    display: table;
    content: "";
    clear: both;
}

.clearfix {
    *zoom: 1;
}

div, section {
    margin: 0 auto;
}

img {
    vertical-align: top;
}

body {
    font-size: 12px;
    overflow-x: hidden;
}

.margin_top20 {
    margin-top: 20px;
}

/*banner*/
.banner{position: relative}
.banner-words{position: absolute;left: 50%;top: 50%;color: #FFFFFF;text-align: center;min-width: 800px;margin-left: -400px;margin-top: -57px}
.banner-words h2{font-size: 45px;font-weight: bold;margin-bottom: 25px}
.banner-words h3{font-size: 30px;}

.banner img {
    width: 100%;
}
@media screen and (max-width: 950px) {
  .banner-words{display: none}
}
/*link*/
.link-wrap {
    width: 86px;
    position: fixed;
    z-index: 2;
    left: 50%;
    margin-left: -650px;
    top: 60%;
    border: 1px solid #d4d2d3;
    border-radius: 4px;
    background-color: #fff;
}

.link {
    position: relative;
    padding: 0 8px;
}

.link img {
    position: absolute;
    z-index: 2;
    left: 50%;
    margin-left: -21px;
    top: -26px;
}

.link ul li {
    padding: 8px 0;
    border-bottom: 1px solid #e5e4e5;
}

.link ul li:last-child {
    padding: 8px 0;
    border-bottom: 1px solid transparent;
}

.link ul li a {
    border-radius: 4px;
    color: #333;
    font-size: 12px;
    display: block;
    text-align: center;
    height: 29px;
    line-height: 29px;
    background-color: #fff;
}

.link ul li a:hover {
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    display: block;
    text-align: center;
    height: 29px;
    line-height: 29px;
    background-color: #fc7814;
}

.link ul li a.active {
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    display: block;
    text-align: center;
    height: 29px;
    line-height: 29px;
    background-color: #fc7814;
}


/*footer*/
.footer-wrap {
    background-color: #1A1C2E;
    padding: 31px 5% 31px;
    margin: 0;
    height: 32%;
}

.footer-wrap .footer {
    width: 1200px;
}

.footer-wrap .footer .footer-left{
    width: 50%;
    float: left;
}
.footer-wrap .footer .footer-right{
    width: 240px;
    float: right;
}
.footer-wrap .footer .footer-left li{
    float: left;
    margin-bottom: 23px;
    text-align: center;
}
.footer-wrap .footer .footer-left li a{
    color: #ffffff;
    font-size: 14px;
}
.footer-wrap .footer .footer-left-1 li{
    margin-right: 20px;
}
.footer-wrap .footer .footer-left-2 li{
    margin-right: 10px;
}
.footer-wrap .footer .footer-left-3 li{
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #666;
    margin-bottom: 0;
}
.footer-wrap .footer .footer-left-3 li:last-child{
    border-right: none;
}
.footer-wrap .footer .footer-left-3 li a{
    color: #666;

}
.footer-wrap .footer  .footer-right li{
    background-color: #4A4C5A;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    float: left;
    margin-right: 30px;
    margin-top: 24px;
    position: relative;
    cursor: pointer;
}

.footer-wrap .footer  .footer-right li>img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.footer-wrap .footer  .footer-right li>div{
    position: absolute;
    left: -66px;
    top: -50px;
    background-color: #ffffff;
    height: 40px;
    line-height: 40px;
    color: #232323;
    width: 150px;
    border-radius: 10px;
    opacity: 0;
    z-index: 6;
    visibility: hidden;
    transition: all 0.3s;
}
.footer-wrap .footer  .footer-right li>a img{
    margin-top: 6px;
}
.footer-wrap .footer  .footer-right .f-code{
    top: -170px;
    height: 160px;
    line-height: inherit;
    width: 150px;
}
.footer-wrap .footer  .footer-right li:hover{
    background-color: #ffffff;
}
.footer-wrap .footer  .footer-right li:hover >div{
    opacity: 1;
    visibility: inherit;
}


.footer-wrap .footer .lf {
    margin-left: 0;
}

.footer-wrap .footer .lf .code-img {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.footer-wrap .footer .lf .code-img .f-code {
    text-align: center;
}

.footer-wrap .footer .lf .code-img .f-code:first-child {
    margin-right: 20%;
}

.footer-wrap .footer .lf .code-img .f-code p {
    text-align: center;
    font-size: 12px;
    color: rgba(255, 255, 255, .7);
    line-height: 23px;
}

.footer-wrap .footer .rg {
    margin-right: 0;
}

.footer-wrap .footer .f-title {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}

.footer-wrap .footer .cg .f-title {
    margin-bottom: 32px;
}

.footer-wrap .footer .second-link {
    font-size: 14px;
    color: rgba(255, 255, 255, .7);
    line-height: 23px;
}

.footer-wrap .footer .second-link:not(:last-child) {
    margin-bottom: 23px;
}

.footer-wrap .footer .cg {
    padding: 0 8%;
}

.footer-wrap .footer .cg ul li:not(:last-child) {
    margin-bottom: 15px;
}

.footer-wrap .footer .cg ul li:hover a {
    color: #fff;
}

.footer-wrap .footer .lf img {
    width: 133px;
    height: 133px;
}

.footer-wrap .footer .cg {
    border-right: 1px solid rgba(255, 255, 255, .08);
    border-left: 1px solid rgba(255, 255, 255, .08);
}

.footer-wrap .footer .rg ul .phone-num {
    font-size: 24px;
    font-weight: bold;
    color: rgba(255, 255, 255, .8);
    line-height: 31px;
    margin: 26px 0 20px 0;
}

.footer-wrap .footer .rg .logo {
    width: 180px;
}

.small-footer-wrap .footer .second-link {
    font-size: 12px;
}

.small-footer-wrap .footer .f-title {
    font-size: 12px;
}

.small-footer-wrap .footer .rg ul .phone-num {
    font-size: 26px;
}

.small-footer-wrap .footer .lf img {
    width: 100px;
    height: 100px;
}

.small-footer-wrap .footer .cg ul li:not(:last-child) {
    margin-bottom: 7px;
}

.small-footer-wrap .footer .cg .f-title {
    margin-bottom: 24px;
}

.small-footer-wrap .footer .rg ul .phone-num {
    margin: 22px 0 12px 0;
}

.small-footer-wrap .footer .second-link:not(:last-child) {
    margin-bottom: 10px;
}

.xs-footer-wrap .footer .lf img {
     width: 95px;
     height: 95px;
 }

.xs-footer-wrap .footer .f-title {
    margin-bottom: 12px;
}

.xs-footer-wrap .footer .cg .f-title {
    margin-bottom: 15px;
}

.xs-footer-wrap .footer .rg ul .phone-num {
    margin-top: 20px;
}

/*copyright*/
.copyright {
    height: 40px;
    line-height: 40%!important;
    padding: 25px;
    text-align: center;
    color: #666;
    font-size: 12px;
    background-color: #111221;
}

.copyright img {
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
    top: -6px;
}

.copyright a {
    color: #666;
}


/*common title*/
/*.common .title{ padding-top: 63px; margin-bottom: 50px; text-align: center;}*/
/*.common .title img{ display: inline-block;}*/
/*.common .title span{ display: inline-block; font-size: 22px; color: #333; text-align: center;}*/

/*customer*/
.customer {
    position: fixed;
    z-index: 4;
    left: 0;
    top: 50%;
    margin-top: -57px;
}

@media screen and (max-width: 1200px) {
    .footer-wrap .footer {
        width: 100%;
    }

    .footer-wrap .footer .lf .code-img .f-code:first-child {
        margin-right: 10%;
    }

    /*.footer-wrap .footer .cg{padding: 0 5%;}*/
    .footer-wrap .footer .lf img {
        width: 105px;
        height: 105px;
    }

    .footer-wrap .footer .cg .f-title, .footer-wrap .footer .cg ul li:not(:last-child) {
        margin-bottom: 13px
    }

    .footer-wrap .footer .second-link:not(:last-child) {
        margin-bottom: 14px
    }

    .footer-wrap .footer .rg ul .phone-num {
        margin: 20px 0 16px 0;
    }

    .footer-wrap .footer .rg .logo {
        width: 152px;
    }

    /*.footer-wrap .footer .lf{ padding-left: 20px;}*/
    /*.footer-wrap .copyright{ font-size: 14px; padding-left:20px; padding-right: 20px;}*/
}

@media screen and (max-width: 1024px) {
    .footer-wrap .footer .lf .code-img .f-code:first-child {
        margin-right: 5%;
    }

    /*.footer-wrap .footer .lf{ width: 100%;}*/
    /*.footer-wrap .footer .rg{ width: 100%;}*/
    /*.footer-wrap .footer .rg ul{ padding-top: 4px;}*/
    /*.footer-wrap .footer .rg ul li{line-height: 24px;font-size: 15px;color: #92A2B5;margin-bottom: 6px;}*/
}

@media screen and (max-width: 1000px) {
    .footer-wrap {
        padding: 30px 10px;
    }

    .footer-wrap .footer .cg {
        padding: 0 2%;
    }

    /*.footer-wrap .footer .cg{display: none;}*/
    /*.footer-wrap .footer .lf{ width: 100%;}*/
    /*.footer-wrap .footer .rg{ width: 100%;}*/
    /*.footer-wrap .footer .rg ul{ padding-top: 4px;}*/
    /*.footer-wrap .footer .rg ul li{line-height: 24px;font-size: 15px;color: #92A2B5;margin-bottom: 6px;}*/
}

@media screen and (max-width: 820px) {
    .footer-wrap .footer .cg {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .footer-wrap .footer .lf .code-img .f-code:first-child {
        margin-right: 5%;
    }

    .footer-wrap .footer .lf img {
        width: 95px;
        height: 95px;
    }

    .footer-wrap .footer .rg ul .phone-num {
        margin: 19px 0 12px 0;
        font-size: 22px;
    }

    .footer-wrap .footer .second-link:not(:last-child) {
        margin-bottom: 10px;
    }

    .copyright {
        font-size: 14px;
        line-height: 22px;
        padding: 8px;
    }

    /*.footer-wrap .footer .lf{ width: 100%;}*/
    /*.footer-wrap .footer .rg{ width: 100%;}*/
    /*.footer-wrap .footer .rg ul{ padding-top: 4px;}*/
    /*.footer-wrap .footer .rg ul li{line-height: 24px;font-size: 15px;color: #92A2B5;margin-bottom: 6px;}*/
}

@media screen and (max-width: 680px) {
    .footer-wrap {
        padding: 20px 8px;
    }

    .footer-wrap .footer .rg .logo {
        width: 100px;
    }

    .footer-wrap .footer .f-title {
        text-align: center;
        margin-bottom: 26px;
    }

    .footer-wrap .footer .rg ul .phone-num {
        font-size: 18px;
    }

    .footer-wrap .footer {
        display: block;
    }

    .footer-wrap .footer .lf .code-img {
        justify-content: flex-start;
        margin: 0 !important;
    }

    .footer-wrap .footer .rg .rg-num {
        display: flex;
        align-items: center;
        font-size: 18px;
        margin-top: 20px;
        /*justify-content: space-between;*/
    }

    .footer-wrap .footer .rg ul .phone-num {
        margin: 0 0 0 2%;
    }

    .footer-wrap .footer .rg .rg-address li:first-child {
        margin-right: 2%;
    }

    .footer-wrap .footer .rg .rg-address {
        display: flex;
        /*justify-content: space-between;*/
    }

    .footer-wrap .footer .second-link:not(:last-child) {
        margin-bottom: 0;
    }

    .copyright {
        font-size: 12px;
        line-height: 20px;
        padding: 5px 0;
    }
}

@media screen and (max-width: 640px) {
    .footer-wrap {
        padding-top: 30px
    }

    .footer-wrap .footer .rg ul li {
        line-height: 20px
    }

    .footer-wrap .copyright {
        margin-top: 30px;
        font-size: 12px;
    }
}

@media screen and (max-width: 560px) {
    .footer-wrap .footer .rg .rg-address {
        display: block;
    }
}

