@import url(fonts.css);
:root {
  --main-green: #29ac43;
  --main-color: #0049e4;
  --main-btn-color: #22b573;
  --main-backgroud: linear-gradient(90deg, #00a199, var(--main-green));
  --main-hover: linear-gradient(135deg, #00a199, var(--main-green));
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
.text-center {
  text-align: center;
}
body {
  font-family: 'HanSansCN';
  overflow-x: hidden;
}
img.index-top {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
}
header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}
header .pc-munu {
  padding: 1.5em 0;
  position: fixed;
  top: 0;
  width: 100%;
}
header .pc-munu.active {
  background-color: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(24px);
}
header .pc-munu a {
  color: #fff;
  font-size: 1.05em;
  display: inline-block;
  margin: 0 1.8em;
  font-family: "HanSansCN-Normal";
}


header .pc-munu a:last-child{
  font-size: 1.2em;
  font-weight:bold;
}

header .pc-munu a:last-child img{
padding-right:10px;
margin-top:-6px;
}



.col-md{ margin-left:100px;}
header .pc-munu .right * {
  color: #fff;
  margin: 0;
}


header .pc-munu .right a.btn {
  background-color: #f9a84e;
  padding: 6px 22px;
  border-radius:30px;
  color: #fff;
  font-size:1.0em;
}


header .pc-munu .right a.btn img {
padding-right:10px;
margin-top:-1px;
}


header .pc-munu .right span {
  margin: 0 1em;
}



.main {
    width: 94%;
    max-width: 1300px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.footer {
    width: 100%;
    background-color: #191919;
}

    .footer .foot-top {
        width: 100%;
    }

        .footer .foot-top .tops {
            width: 100%;
            display: flex;
            flex: 1;
            justify-content: space-between;
        }

            .footer .foot-top .tops .nav {
                width: 100%;
                display: inline-flex;
                justify-content: space-between;
                padding-top: 60px;
                padding-bottom: 30px;
                padding-right: 40px;
            }

                .footer .foot-top .tops .nav .item {
                    padding-right: 10px;
                    color: #fff;
                }

                    .footer .foot-top .tops .nav .item .one {
                        font-size: 16px;
                        white-space: nowrap;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        margin-bottom: 10px;
                    }

                    .footer .foot-top .tops .nav .item .two {
                        font-size: 14px;
                        color: #777;
                        margin-top: 10px;
                        float: left;
                        clear: both;
                        transition: all 0.3s;
                    }

                        .footer .foot-top .tops .nav .item .two:hover {
                            color: #0068b7;
                        }

            .footer .foot-top .tops .ewm {
                width: 210px;
                min-width: 210px;
                border-left: 0px solid #333;
                padding-left: 40px;
                padding-top: 60px;
                padding-bottom: 30px;
                color: #fff;
            }

                .footer .foot-top .tops .ewm p {
                    font-size: 16px;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

                .footer .foot-top .tops .ewm .logo {
                    width: 147px;
                    height: 47px;
                    margin-top: 20px;
                }

                    .footer .foot-top .tops .ewm .logo img {
                        width: 100%;
                        height: 100%;
                    }

                .footer .foot-top .tops .ewm .img {
                    width: 160px;
                    height: 160px;
                    border-radius: 10px;
                    overflow: hidden;
                    margin-top: 30px;
                }

                    .footer .foot-top .tops .ewm .img img {
                        width: 100%;
                        height: 100%;
                    }

        .footer .foot-top .bots {
            width: 100%;
            display: flex;
            justify-content: space-between;
            border-top: 0px solid #333;
            padding: 40px 0;
        }

            .footer .foot-top .bots .item .label {
                width: 100%;
                height: 18px;
                white-space: nowrap;
            }

                .footer .foot-top .bots .item .label img {
                    width: 18px;
                    height: 18px;
                    float: left;
                }

                .footer .foot-top .bots .item .label span {
                    font-size: 16px;
                    color: #fff;
                    margin-left: 12px;
                    float: left;
                    line-height: 18px;
                }

            .footer .foot-top .bots .item .desc {
                margin-top: 20px;
                font-size: 16px;
                color: #777;
            }

    .footer .foot-bot {
        width: 100%;
        border-top: 1px solid #333;
        padding: 20px 0;
    }

        .footer .foot-bot .main {
            overflow: hidden;
            font-size: 14px; text-align:center;
        }

            .footer .foot-bot .main p, .footer .foot-bot .main a, .footer .foot-bot .main span {
                color: #515151;
            }

            .footer .foot-bot .main .left {
                color: #515151;
				text-align:center; width:100%; 
               
            }

               

            .footer .foot-bot .main .right {
                float: right;
            }




.bottom-buttons {
  width: 100%;
  height: 3rem;
  background: white;
  position: fixed;
  bottom: 0;
  z-index: 9999;
  color: var(--main-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-shadow: 0rem 0.2rem 0.4rem RGBA(79, 79, 79, 0.34);
  box-shadow: 0rem 0.2rem 0.4rem RGBA(79, 79, 79, 0.34);
}
.bottom-buttons span {
  font-family: "HanSansCN-Light";
  margin-left: 5px;
}
.bottom-buttons .bar {
  width: 1px;
  height: 15px;
  background-color: var(--main-color);
}
.bottom-buttons a {
  color: var(--main-color);
  /* font-size: 1.5em; */
}
.bottom-buttons a.btn {
  color: #fff;
  padding: 5px 8px;
  background-color: var(--main-color);
  border-radius: 15px;
  font-family: "HanSansCN-Light";
}
.bottom-buttons img {
  width: 15px;
  height: 15px;
}

span.line {
  display: block;
  border: 3px solid #fff;
  width: 55px;
  background-color: #fff;
}

.index .section h1 {
  text-align: center;
  font-size: 50px;
  font-family: "HanSansCN-Normal";
}

.section .arrow-bg {
  background-image: url(/template/default/images/arrow.png);
}
.index .section1 {
  padding-top: 195px;
  padding-bottom:100px;
  color: #fff;
  /* background-image: url(/template/default/images/index1-1.png); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.index .section1 h1 {
  /* font-size: 3.8em; */
  font-size: 56px;
  font-weight: bolder;
  text-align: left;
  font-family: "HanSansCN-Heavy";
}
.index .section1 span.line {
  margin-top:2.5em;
  margin-bottom:1.5rem;
}
.index .section1 p {
  font-size: 1.5em;
  margin-bottom: 0.8rem;
  font-family: "HanSansCN-Normal";
}
.index .section1 a {
  padding:8px 23px;
  border-radius:10px;
  background-color: #f9a84e;
  font-size: 1.0em;
  color:#FFFFFF;
  font-weight:bold;
}
.index .section1 a span {
  color: #FFFFFF;
  letter-spacing: 1px;
  -webkit-background-clip: text;
  background-image: var(--main-hover);
}
.index .section1 a:hover {
  background-color: #FFFFFF;
  background-image: var(--main-hover);
}
.index .section1 a:hover span {
  color: #fff;
}

.index .section2 {
  margin-top: 90px;
  margin-bottom:90px
}
.index .section2 .box {
  background-color: #fff;
  text-align: center;
  box-shadow: 5px 2px 10px #888888;
}
.index .section2 .box p {
  color: #999;
  font-size: 1.2em;
  font-weight: bold;
}


.index .section3{
  margin-top:4em;
}


.index .section3 h1:nth-child(2) {
  color: #4970cb;
}

.index .section4 {
  margin-top:4em;
  position: relative;
}
.index .section4 .container {
  position: relative;
}
.index .section4 .swiper-slide {
  text-align: center;
}
.index .section4 .swiper-slide img {
  width: 100%;
}
.index .section4 .swiper-pagination {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  position: relative;
  margin-bottom: 5em;
}
.index .section4 .swiper-pagination .swiper-pagination-bullet {
  margin: 0 8px;
  opacity: 1;
  background-color: #fff;
  border: 1px solid #4970cb;
}
.index .section4 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4970cb;
}
.index .section4 .swiper-button-prev {
  background-image: url(/images/leftbtn.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
}
.index .section4 .swiper-button-next {
  background-image: url(/images/rightbtn.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  right: 0;
}
.index .section4 .swiper-button-prev, .index .section4 .swiper-button-next {
  width: 70px;
  height: 70px;
}
.index .section4 .swiper-button-prev::after, .index .section4 .swiper-button-next::after {
  content: ''
}

.index .section5 {
  /* background-image: url(../images/index3.png); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index .section5 * {
  color: #fff;
}
.index .section5 h1 {
  font-size: 85px;
  font-weight: bolder;
  text-shadow: 1px 2px 5px #222;
  font-family: "HanSansCN-Heavy";
}
.index .section5 h3 {
  text-align: center;
  font-size: 38px;
  font-family: "HanSansCN-Normal";
  letter-spacing: 5px;
}
.index .section5 .box {
  padding: 0 5em;
}
.index .section5 p {
  font-size: 1.5em;
  font-family: "HanSansCN-Regular";
}
.index .section5 p.title {
  font-size: 42px;
  letter-spacing: 5px;
  margin-top: 0.5em;
  font-family: "HanSansCN-Medium";
}

.index .section6 {
  margin: 5em 0;
}
.index .section6 h1 {
  color: #4970cb;
}
.index .section6 .box {
  font-family: "HanSansCN-Light";
}
.index .section6 p {
  margin-bottom: 1em;
  font-size: 25px;
  letter-spacing: 1px;
}
.index .section6 span {
  display: block;
  text-align: right;
  position: relative;
  font-size: 20px;
  margin-right: 10px;
}
.index .section6 span::before {
  content: '';
  width: 100px;
  right: 220px;
  top: 50%;
  position: absolute;
  border-top: 1px solid #808080;
}
.index .section6 a {
  padding: 5px 35px;
  border-radius: 15px;
  background-color: #4970cb ;
  color: #fff;
  display: inline-block;
  margin-top: 2em;
}
.index .section6 img {
  width: 100%;
}
.index .section6 a.btn {
  margin: 0;
  padding: 5px 50px;
  border-radius: 10px;
  background-color: unset;
  background-image: var(--main-hover);
  font-size: 1.5em;
  font-family: "HanSansCN-Light";
}
.index .section6 a.btn span {
  color: #fff;
  margin: 0;
}
.index .section6 a.btn span::before {
  display: none;
}

.index .section7 {
  position: relative;
  background-image: url(../images/index6.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 5em 0;
}
.index .section7 img {
  /* position: absolute;
  top: 0;
  z-index: -1; */
  width: 100%;
}
.index .section7 .box {
  text-align: center;
  color: #fff;
  /* position: absolute; */
  /* bottom: 3.5em; */

}
.index .section7 .box p {
  font-family: "HanSansCN-Light";
  font-size: 25px;
}
.index .section7 .box h1 {
  font-family: "HanSansCN-Bolder";
  font-size: 88px;
  margin-bottom: 1rem;
  font-weight: bolder;
}
.index .section7 .box a {
  background-color: #fff;
  color: #000;
  display: inline-block;
  padding: 5px 8px;
  border-radius: 5px;
  font-family: "HanSansCN-Normal";
}

.index .section8 {
  /* margin: 5em 0; */
}
.index .section8 h1 {
  font-size: 42px;
  font-family: "HanSansCN-Regular";
}
.index .section8 .pic {
  position: relative;
}
.index .section8 .pic .text {
  position: absolute;
  top: 0.3em;
  color: #fff;
  left: 1.2em;
  font-size: 1.8em;
  display: flex;
  align-items: center;
  font-family: "HanSansCN-Medium";
}
.index .section8 .pic .text::before {
  content: '';
  width: 5px;
  height: 25px;
  background-color: #fff;
  left: -0.5em;
  position: absolute;
}
.index .section8 .list a {
  display: block;
  color: #999;
  font-family: "HanSansCN-Regular";
  font-size: 1.2em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* product */
.product .section1 {
  background-image: var(--main-backgroud);
  color: #fff;
  padding-top:180px;
  padding-bottom: 120px;
}
.product .section1 h1 {
  margin-top:10px;
  font-family: 'HanSansCN-Heavy';
  font-size: 56px;
  font-weight: bolder;
  margin-bottom:50px;
}
.product .section1 h3 {
  font-family: 'HanSansCN-Bold';
  font-size: 25px;
  margin-top: 0.5em;
  margin-bottom: 1.8em;
}
.product .section1 span.line {
  margin-top:2.5em;
  margin-bottom:1.5rem;
}
.product .section1 p {
  font-family: 'HanSansCN-Normal';
  font-size: 1.5em;
  margin-bottom: 0.8rem;
}
.product .section1 a{
  padding:8px 23px;
  border-radius:10px;
  background-color: #f9a84e;
  font-size: 1.0em;
  color:#FFFFFF;
  font-weight:bold;
}

.product .section2 {
  text-align: center;
}
.product .section2 a {
  font-size: 1em;
  font-family: 'HanSansCN-Normal';
  padding-bottom: 24px;
  color: #000;
}
.product .section2 .bars {
  padding-bottom: 1em;
}
.product .section2 .bars .col {
  padding: 20px 0;
  border-bottom: 1px solid #7e7e7e;
}
.product .section2 a:hover {
  padding-bottom: 27px;
}
.product .section2 a:hover, .product .section2 a.active {
  border-bottom: 2px solid var(--main-green);
  color: var(--main-green);
}
.product .section2 a.active {
  font-size: 1.2em;
}
.product .section2 a.active:hover {
  padding-bottom: 24px;
}
.product .section2 .bars2 > div {
  display: none;
}
.product .section2 .bars2 > div:nth-child(1) {
  display: block;
}
.product .section2 .bars2 h3 {
  font-family: 'HanSansCN-Bold';
  font-size: 25px;
  font-weight: bolder;
  margin-top: 0.5em;
}
.product .section2 .bars2 p {
  font-family: 'HanSansCN-Regular';
  font-size: 19px;
  margin-bottom: 0;
}
.product .section2 .bars2 p:nth-child(3) {
  margin-bottom: 1em;
}

.product .section3 h1 {
  font-family: 'HanSansCN-Bold';
  font-size: 50px;
  font-weight: bolder;
  text-align: center;
}
.product .section3 .pic img {
  width: 70px;
  height: 70px;
}
.product .section3 h3 {
  font-family: 'HanSansCN-Bold';
  font-size: 28px;
  margin-bottom: 0.5em;
  font-weight: bolder;
  color: #4d4d4d;
}
.product .section3 p {
  font-family: 'HanSansCN-Regular';
  font-size: 20px;
  margin-bottom: 0;
  color: #808080;
}

.product .section4 {
  background-image: var(--main-backgroud);
  padding: 5em 0;
  text-align: center;
}
.product .section4 h1 {
  font-family: 'HanSansCN-Heavy';
  font-size: 84px;
  color: #fff;
}
.product .section4 a {
  display: inline-block;
  padding: 5px 30px;
  color: var(--main-green);
  background-color: #fff;
  border-radius: 30px;
  font-family: 'HanSansCN-Normal';
  font-size: 1.5em;
  margin-top: 1em;
}

/* service */
.service .section1 {
  background-image: url(/images/about1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding-top:150px;
  padding-bottom: 100px;
}
.service .section1 h1 {
  font-size:40px;
  font-family: 'HanSansCN-Heavy';
  margin-bottom: 1.2em;
  margin-top:30px;
}
.service .section1 p {
  font-family: 'HanSansCN-Normal';
  font-size: 1.0em;
  margin-bottom: 2em;
  line-height: 2em;
  margin-top:30px;
}

.about .section2 {
  background-image: var(--main-backgroud);
  text-align: center;
  color: #fff;
  padding: 2em 0;
}
.about .section2 h3 {
  font-size: 38px;
  font-family: 'HanSansCN-Heavy';
}
.about .section2 p {
  margin-bottom: 0.5em;
  font-family: 'HanSansCN-Normal';
}

.about .section3 {
  text-align: center;
}
.about .section3 .box {
  padding: 5em 0;
}
.about .section3 .box:nth-child(2n) {
  background-color: #f5f5f5;
}
.about .section3 h1 {
  font-family: 'HanSansCN-Light';
  font-size: 34px;
  margin-bottom: 0.5em;
}
.about .section3 p {
  font-family: 'HanSansCN-Light';
  font-size: 21px;
  margin-bottom: 1em;
}
.about .section3 span {
  color: var(--main-color);
}

/* search */
.search .section1 {
  background-image: url(../images/search1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  min-height: 100vh;
  /* position: relative; */
}
.search .section1 .box {
  margin-top: 35vh;
}
.search .section1 .box h1 {
  font-family: 'HanSansCN-Medium';
  margin-bottom: 1em;
  font-size: 27px;
}
.search .section1 .box input {
  font-family: 'HanSansCN-Medium';
  width: 100%;
  background-color: rgb(0, 85, 55, 0.5);
  border: 0;
  height: 60px;
  border-radius: 30px;
  color: #fff;
  padding-left: 3em;
}
.search .section1 .box .form {
  position: relative;
  width: 70%;
  margin: 0 auto;
}
.search .section1 .box .form *:focus-visible {
  outline: 0;
}
.search .section1 .box input::-webkit-input-placeholder {
  color: rgb(255, 255, 255, 0.6);
  font-family: 'HanSansCN-Light';
}
.search .section1 .box button {
  position: absolute;
  right: 0;
  border: 0;
  border-radius: 30px;
  width: 30%;
  height: 60px;
  color: #808080;
  letter-spacing: 5px;
  font-family: 'HanSansCN-Light';
  font-size: 1.2em;
  background-color: #efefef;
}
.search .section1 .box .form img {
  position: absolute;
  left: 1em;
  top: 20px;
  width: 20px;
  height: 20px;
}
.search .section1 .code {
  margin-top: 5em;
}
.search .result-wrap {
  display: none;
}
.search .result {
  position: fixed;
  top: 0;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.search .result .box .pics {
  position: relative;
  display: none;
}
.search .result .box .pics img {
  min-height: 500px;
}
.search .result .box .pics .info {
  position: absolute;
  top: 12.8em;
  text-align: center;
  width: 100%;
  padding: 0 1em;
  font-family: 'HanSansCN-Medium';
}
.search .result .box .pics p.t1 {
  font-weight: bolder;
  font-size: 1.2em;
}
.search .result .box .pics p.t2 {
  font-size: 1.5em;
  font-weight: bolder;
}
.search .result .box .pics p.code {
  position: absolute;
  top: 1em;
  right: 1em;
  font-size: 12px;
  color: #fff;
}
.search .result .box .pics p {
  margin: 0;
  /* position: absolute;
  left: 25px;
  top: 140px;
  font-family: 'HanSansCN-Bold';
  font-weight: bolder;
  font-size: 10px;
  border-bottom: 1px solid #808080; */
}
.search .result .box .pics p.title {
  font-size: 18px;
}
.search .result .box .pics h3 {
  background-image: linear-gradient(135deg, rgb(196, 150, 52), rgb(249, 232, 196));
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  margin: 10px 0;
}
.search .result .box .pics p.right {
  text-align: right;
}
.search .result .box .error {
  display: none;
  text-align: center;
}
.search .result .box .error p {
  color: #fff;
  font-family: 'HanSansCN-Light';
  margin-bottom: 0;
}
.search .result .box {
  position: relative;
  /* top: 20vh; */
  background-color: rgb(0, 0, 0, 0.8);
  width: 60vw;
  padding: 3em 0;
  /* left: 20vw; */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
}
.search .result .box .cancel {
  position: absolute;
  top: 1em;
  right: 1em;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

/* apply */

.apply .section1 {
  background-image: url(../images/apply-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* color: #fff; */
  min-height: 100vh;
  /* position: relative; */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.apply input {
}
.apply .section1 .box .form {
  background-color: #fff;
  padding: 1.5em 5em;
  border-radius: 10px;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.apply .section1 .box .form .error {
  border-color: #f5222d !important;
}
.apply .section1 .box .form label.error {
  color: #f5222d;
}
.apply .section1 .box .form select {
  display: block;
  visibility: hidden;
  height: 0;
  padding: 0 !important;
}
.apply .section1 .box .form select.error + .layui-form-select input {
  border-color: #f5222d !important;
}
.apply .section1 .box .form .layui-form-select dl {
  top: 65px;
}
.layui-form-selectup dl {
  top: auto !important;
}
.apply .section1 .box h3 {
  font-family: 'HanSansCN-Light';
  margin-bottom: 1em;
  font-size: 27px;
  color: #666;
}
.apply .section1 .box input {
  padding: 1em;
  background: unset;
  border: 1px solid !important;
  border-radius: 5px !important;
  border-color: #cccccc !important;
  font-family: 'HanSansCN-Light';
  width: 100%;
  height: 60px;
  /* color: #fff; */
}
.apply .section1 .box input::-webkit-input-placeholder {
  /* color: rgb(255, 255, 255, 0.6); */
  font-family: 'HanSansCN-Light';
  font-size: 1.2em;
}
.apply .section1 .box select {
  
}
.apply .section1 .box {
  
  font-family: 'HanSansCN-Light';
}
.apply .section1 .box select {
  font-size: 1.2em;
  padding-left: 12px;
  color: #666;
}
.apply .section1 .box select option::selection {
  background-color: khaki;
}
/* .apply .section1 .box input:focus-visible {
  border-color: #fff !important;
} */
.apply .section1 .box .button {
  /* position: absolute;
  bottom: -3em; */
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.apply .section1 .box .button button {
  width: 50%;
  background-color: var(--main-btn-color);
  color: #fff;
  font-size: 2em;
  font-family: "HanSansCN-Medium";
  letter-spacing: 10px;
  border: 0;
  border-radius: 30px;
}
.apply .section1 .box .code {
  position: absolute;
  right: 2em;
  top: 0.8em;
  border: 1px solid var(--main-color);
  border-radius: 10px;
  padding: 5px 10px;
  color: var(--main-color);
  font-size: 1em;
  font-family: 'HanSansCN-Light';
}
.apply .section1 .box div {
  position: relative;
}
.apply .layui-form-select dl dd.layui-this {
  background-color: var(--main-color);
}
.apply .model {
  display: none;
}
.apply .model .mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  height: 100%;
  background-color: rgba(36, 36, 39, 0.9);
}
.apply .model .wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  overflow: auto;
  outline: 0;
  text-align: center;
  display: flex;
  align-items: center;
}
.apply .model .wrap .box {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 12px rgb(0 0 0 / 15%);
  box-shadow: 0 4px 12px rgb(0 0 0 / 15%);
  pointer-events: auto;
}
.apply .model .wrap .box .close {
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 10;
  padding: 0;
  color: rgba(0, 0, 0, 0.45);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.apply .model .wrap .box .body {
  padding: 24px;
  font-size: 14px;
  line-height: 1.5;
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.apply .model .wrap .box .body {
  color: rgba(0, 0, 0, 0.65);
  font-size: 1.2em;
}
.apply .model .wrap .box .body .title {
  font-size: 1.6rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 0.2rem;
}
.apply .model .wrap .box .body .weixin {
  /* width: 2em;
  height: 2em; */
}
.apply .model .wrap .box .body p {
  padding: 0 1em;
  text-align: left;
}
.apply .model .wrap .box .body .btn {
  display: block;
  background-color: var(--main-btn-color);
  width: 100%;
  padding: 10px;
  color: #fff;
  font-size: 1.2em;
  border-radius: 30px;
}


/* news */
.news .section1 {
  background-image: url(/images/banner_new.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding-top:150px;
  padding-bottom: 100px;
}
.news .section1 h1 {
  font-size:40px;
  font-family: 'HanSansCN-Heavy';
  margin-bottom: 1.2em;
  margin-top:30px;
}
.news .section1 p {
  font-family: 'HanSansCN-Normal';
  font-size: 1.0em;
  margin-bottom: 2em;
  line-height: 2em;
  margin-top:30px;
}





ol,ul{margin:0;padding:0;list-style-type:none}



/*¸¡¶¯QQ css*/
.x_w {
	width: 1200px;
	margin:0 auto;
}

.page-menu {
	padding: 0;
	background:#ebeff2;
	width:100%;
	margin:0 auto;
	height:60px;
	text-align:center;
}
.menu-list {
	flex-wrap: wrap;
}

.menu-list li {
	float: left;
}


.menu-list li:first-child { margin-left:19%}



.menu-list li a {
	display: block;
	padding: 15px 10px;
	white-space: nowrap;
	color: #000000;
	font-size: 16px;
	line-height: 30px;
	width:150px;
	float:left;
}
.menu-list li.on a, .menu-list li a:hover {
	background-color: #0049e4;
	color: #fff;
}



/* news */
.contact .section1 {
  background-image: url(/images/banner_contact.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding-top:150px;
  padding-bottom: 100px;
}
.contact .section1 h1 {
  font-size:40px;
  font-family: 'HanSansCN-Heavy';
  margin-bottom: 1.2em;
  margin-top:30px;
}
.contact .section1 p {
  font-family: 'HanSansCN-Normal';
  font-size: 1.0em;
  margin-bottom: 2em;
  line-height: 2em;
  margin-top:30px;
}




/* about */
.aboutus .section1 {
  background-image: url(/images/banner_about.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding-top:150px;
  padding-bottom: 100px;
}
.aboutus .section1 h1 {
  font-size:40px;
  font-family: 'HanSansCN-Heavy';
  margin-bottom: 1.2em;
  margin-top:30px;
}
.aboutus .section1 p {
  font-family: 'HanSansCN-Normal';
  font-size: 1.0em;
  margin-bottom: 2em;
  line-height: 2em;
  margin-top:30px;
}
