body,
html {
    padding: 0;
    margin: 0;
    font-family: microsoft yahei;
    font-size: 14px;
    color: #333;
}

ul,
li,
p,
h1 {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
}

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

.header {
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.header .center {
    display: flex;
}

.header .center .logo {
    flex-grow: 1;
    display: flex;
    justify-items: center;
    align-items: center;
}

.header .center .logo img {
    height: 80px;
}

.header .center .menu ul {
    display: flex;
}

.header .center .menu ul li {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 100px;
}

.header .center .menu ul li a {
    display: block;
    width: 120px;
}

.header .center .menu ul li a:hover {
    background: rgba(21, 73, 255, 0.5);
    color: #fff;
}

.home .swiper-container {
    width: 100%;
    height: 100vh;
    --swiper-theme-color: #ff6600;
    overflow: hidden;
}

.home .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
}

#video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-top {
    height: 130px;
}

.hide {
    display: none;
}

.module-title {
    margin: 0 auto;
    width: 500px;
    color: #fff;
    text-align: center;
}

.module-title .cn {
    font-size: 36px;
}

.module-title .line {
    margin: 0 auto;
    height: 3px;
    width: 80px;
    background: #fff;
    margin-top: 12px;
    margin-bottom: 3px;
}

.module-title .en {
    font-size: 36px;
}

#page2 .bg {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/page2Bg.jpg) center center / cover;
}

#page2 .bg canvas {
    width: 100%;
    height: 100%;
}

#page2 .bg:before {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(4, 0, 29, 0.53);
}

#page2 .center {
    margin-top: 50px;
    display: flex;
}

#page2 .center .img img {
    width: 550px;
    object-fit: cover;
}

#page2 .center .content {
    margin-left: 15px;
    flex-grow: 1;
    color: #fff;
    line-height: 1.8;
    font-size: 18px;
    padding: 0 15px;
}

#page2 .center .content p {
    text-indent: 2em;
    margin-bottom: 15px;
}

#page3 .bg {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/page3Bg.jpg) center center / cover;
}

#page3 .bg canvas {
    width: 100%;
    height: 100%;
}

#page3 .center {
    padding-top: 25px;
}

#page3 .center .hang1 li {
    margin: 0 15px;
}

#page3 .center .hang2 li {
    margin: 0 15px;
}

#page3 .center ul {
    display: flex;
    justify-content: center;
}

#page3 .center ul li {
    position: relative;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 15px;
    width: 26vh;
    height: 26vh;
}

#page3 .center ul li svg {
    position: absolute;
    left: -10px;
    top: -10px;
    width: 270px;
    height: 270px;
}

#page3 .center ul li img {
    border-radius: 50%;
    object-fit: cover;
    width: 26vh;
    height: 26vh;
    display: block;
}

#page3 .center ul li::before {
    content: " ";
    background: url(../img/yuanBg.png) center center / 100% 100% no-repeat;
    display: block;
    position: absolute;
    left: -4px;
    top: -4px;
    right: -4px;
    bottom: -4px;
    z-index: -1;
    animation: rotate 5s linear infinite;
}

#page3 .center ul li .name {
    opacity: 0;
    transition: opacity 0.3s;
    position: absolute;
    z-index: 1;
    background: rgba(0, 0, 0, 0.7);
    left: 15px;
    top: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#page3 .center ul li .name .icon {
    width: 80px;
    height: auto;
    display: block;
    margin: 0px auto 20px;
}

#page3 .center ul li .name .font {
    color: #fff;
    text-align: center;
    font-size: 24px;
}

#page3 .center ul li :hover .name {
    opacity: 1;
}

#page4 .bg {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/page4Bg.jpg) center center / cover;
}

#page4 .bg canvas {
    width: 100%;
    height: 100%;
}

#page4 .center {
    padding-top: 25px;
}

#page4 .center ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#page4 .center ul li {
    overflow: hidden;
    height: 138px;
    background: rgba(255, 255, 255, 0.8);
    margin-bottom: 15px;
    width: 590px;
}

#page4 .center ul li img {
    width: 168px;
    height: 138px;
    object-fit: cover;
    float: left;
}

#page4 .center ul li .right {
    float: left;
    padding: 25px 20px;
    width: 382px;
}

#page4 .center ul li .right .name {
    font-weight: bold;
    font-size: 16px;
    line-height: 2;
}

#page4 .center ul li .right .desc {
    color: #111;
    line-height: 1.5;
}

#page4 .center .moreBox {
    text-align: center;
}

#page4 .center .moreBox .more {
    margin: 30px auto;
    height: 50px;
    width: 150px;
    background: #fff;
    border: 0;
    color: #333;
    cursor: pointer;
}

#page5 .bg {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/page5Bg.jpg) center center / cover;
}

#page5 .bg canvas {
    width: 100%;
    height: 100%;
}

#page5 .center ul {
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

#page5 .center ul li {
    width: 250px;
    height: 250px;
}

#page5 .center ul li .icon {
    margin: 0 auto;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding: 20px;
}

#page5 .center ul li .icon img {
    width: 60px;
    height: 60px;
    height: auto;
    display: block;
    margin: 0 auto;
}

#page5 .center ul li .font {
    margin-top: 20px;
    color: #fff;
    line-height: 2;
    text-align: center;
    font-size: 16px;
}

.qrCode {
    display: flex;
    justify-content: center;
    align-items: center;
}

.qrCode .qr {
    margin: 0 30px;
    text-align: center;
    color: #fff;
    line-height: 2;
    font-size: 16px;
}

.qrCode .qr img {
    width: 150px;
    height: 150px;
    display: block;
}

.copyRight {
    margin-top: 20px;
    text-align: center;
    color: #fff;
}

.copyRight span {
    margin-left: 15px;
}

.copyRight a {
    color: #fff;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.xban1 {
    width: 100%;
    height: 450px;
    background: url(../img/xw2.jpg) no-repeat center;
}

.xban5 {
    width: 100%;
    height: 450px;
    background: url(../img/xw5.jpg) no-repeat center;
}

.xban6 {
    width: 100%;
    height: 450px;
    background: url(../img/xw6.jpg) no-repeat center;
}

.xban7 {
    width: 100%;
    height: 450px;
    background: url(../img/xw7.jpg) no-repeat center;
}

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

.biaoti_g {
    font-size: 40px;
    text-align: center;
    color: #000;
    margin: 20px 0px;
}

.count_g {
    width: 1200px;
    height: 140px;
    margin: 50px auto;
}

.count_g .llg {
    width: 24%;
    float: left;
}

.count_g .llg .span1 {
    display: block;
    font-size: 64px;
    font-weight: bold;
    color: #15499a;
    text-align: center;
}

.count_g .llg .span2 {
    display: block;
    border: 1px solid #ccc;
    width: 10%;
    margin: 10px auto;
}

.count_g .llg .span3 {
    display: block;
    font-size: 16px;
    text-align: center;
}

.left_g {
    width: 580px;
    height: 400px;
    float: left;
    font-size: 16px;
    line-height: 40px;
}

.left_g h1 {
    margin-bottom: 15px;
}

.left_g p {
    text-indent: 2em;
}

.right_g {
    width: 580px;
    height: 400px;
    float: right;
    font-size: 16px;
    line-height: 40px;
}

.right_g h1 {
    margin-bottom: 15px;
}

.right_g p {
    /* text-indent: 2em; */
}

.footer_g {
    width: 100%;
    height: 368px;
    background: url(../img/foot_bg.jpg) no-repeat center;
}

.foot_c {
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    color: #fff;
}

.foot_1 {
    width: 300px;
    float: left;
}

.foot_1 p a {
    color: #fff;
    line-height: 32px;
}

.product_g {
    float: left;
    margin-right: 25px;
    margin-bottom: 20px;
    width: 370px;
    height: 330px;
}

.box {
    width: 370px;
    height: 285px;
    overflow: hidden;
}

.box img {
    width: 370px;
    height: 285px;
    overflow: hidden;
    display: block;
}

.a {
    opacity: 0.8;
}

.b {
    display: none;
}

.chanpin ul {
    padding-top: 10px;
}

.chanpin ul li {
    width: 306px;
    float: left;
    text-align: center;
}

.chanpin ul li p {
    height: 30px;
    line-height: 30px;
}

.chanpin {}

.chanpin img {
    border: #dcdcdc solid 1px;
    padding: 2px;
    width: 295px;
    height: 210px;
}

.pages {
    text-align: center;
    padding-top: 5px;
}

.pages ul li {
    float: left;
}

.xinwen {
    padding: 8px 0px;
}

.xinwen ul {
    padding-left: 10px;
}

.xinwen ul li {
    border-bottom: #CCC dashed 1px;
    height: 60px;
    line-height: 35px;
    position: relative;
    margin-top: 10px;
    overflow: hidden;
}

.xinwen ul li a {
    font-size: 14px;
    background: url(../images/san.jpg) no-repeat left center;
    padding-left: 17px;
    color: #333;
}

.xinwen ul li a:hover {
    text-decoration: underline;
    color: #de0508;
}

.xinwen ul li p {
    height: 24px;
    line-height: 24px;
    position: absolute;
    top: 30px;
    left: 20px;
}

.time {
    float: right;
    color: #666666;
}

.pagination {
    position: absolute;
    z-index: 20;
    right: 20px;
    top: 50%;
    text-align: center;
}

.swiper-pagination-switch {
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 13px;
    background: #555;
    margin: 8px 0;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}

.swiper-active-switch {
    background: #fff;
}

.swiper-slide {
    position: relative;
}

.page-about{
	line-height:2;
}

.Click{display:block}


.lii_g{margin-bottom:20px; border-bottom: 1px solid #ccc; width: 48%; float: left; margin-right:20px; padding-bottom:5px;}
.lii_g:nth-child(even){ margin-right:0px; float: right; }