* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*, body {
    padding: 0;
    margin: 0;
    color: #fff
}

body, html {
    background: url(../images/bg.png) no-repeat;
    background-size: cover;
    font-size: 16px;
    color: #fff;
    position: relative;
    width: 100%;
    height: 100%;
    font-family: "苹方"
}

a {
    text-decoration: none;
    cursor: pointer !important;
}

ol, ul {
    list-style: none
}

.allnav {
    height: 100%
}
/* @font-face{font-family:myFirstFont;src:url('DISPLAY FREE TFB.ttf')} */

.allnav {
    height: 100%
}

.boxall {
    position: relative;
    border: 1px solid #0bc4e9;
    background: rgba(0,72,115,.28);
    transition: all 1s;
    cursor: pointer;
    margin-bottom: 15px;
    /* backdrop-filter: blur(5px); */
}

    .boxall:before {
        content: '';
        position: absolute;
        width: 80%;
        height: 100%;
        bottom: -1px;
        top: -1px;
        left: 10%;
        border-bottom: 1px solid #007297;
        border-top: 1px solid #007297;
        transition: all .5s
    }

    .boxall:after {
        content: '';
        position: absolute;
        width: 100%;
        /* height: 80%; */
        left: -1px;
        right: -1px;
        top: 10%;
        border-left: 1px solid #007297;
        border-right: 1px solid #007297;
        transition: all .5s
    }

    .boxall:hover::before {
        width: 0%
    }

    .boxall:hover::after {
        height: 0%
    }

    .boxall:hover {
        box-shadow: -5px 0 2px rgba(255,255,255,.1),0 -5px 2px rgba(255,255,255,.1),5px 0 2px rgba(255,255,255,.1),0 5px 2px rgba(255,255,255,.1);
        background: rgba(255,255,255,.1)
    }

.border h4 {
    margin: 15px 0 5px 20px;
    color: #8adeff;
    line-height: 35px;
    font-size: 18px;
    font-weight: 500
}

* {
    cursor: url(../images/pointer.png) 8 3,auto !important
}

.main, body, html {
    height: 100%
}

.header {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}

.header-left {
    display: flex;
    align-items: center;
    color: #fff;
}

.header-title {
    text-align: center;
    /* width: 50%; */
    position: relative;
    color: #fff;
    font-size: 45px;
    font-family: "微软雅黑";
    text-shadow: 0 0 30px #00d8ff;
    height: 90px;
    line-height: 70px;
    font-weight: bolder;
    letter-spacing: 3px
}

.header-img {
    background: url(../images/head.gif) no-repeat center bottom;
    background-size: 100% auto;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: .5;
}

.header-right {
    align-items: center;
    display: flex;
}

.header-bottom {
    width: 100%;
    height: 18px;
    background: url(../images/header.png) no-repeat center bottom;
    position: absolute;
    left: 0;
    opacity: .2;
    bottom: 0;
    z-index: 100;
    margin-top: -18px;
    background-size: 100% auto;
}

.center {
    padding: 15px 10px 10px 10px;
    height: calc(100% - 90px);
    display: flex;
    overflow: hidden;
}

    .center > li {
        /* height: 100%; */
        width: 30%;
        padding: 0 7px;
    }

        .center > li:nth-child(2) {
            width: 50%;
        }



.left-top,
.left-cen,
.left-bottom,
.right-top,
.right-cen,
.right-bottom {
    height: calc(33.3333% - 15px)
}

.center .center-left .left-top h1 {
    color: #fff;
    font-size: 40px;
    transform: rotateX(0);
    align-items: center;
    margin-bottom: 8px;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform-origin: 50% 50%;
    transition: transform .5s cubic-bezier(.15,.52,.5,.9) 0s;
    transition: all 1s
}

.title {
    width: 90%;
    height: 30px;
    position: relative;
    top: 10px;
    left: 25px;
    color: #fff;
    padding-left: 12px;
    line-height: 30px;
	font-size: 18px;
}

    .title:before {
        width: 5px;
        height: 25px;
        top: 2px;
        position: absolute;
        content: "";
        background: #59ebe8;
        border-radius: 2px;
        left: 0
    }

.top-list p {
    font-size: 18px;
    color: #029698;
    padding: 30px
}

.top-list li {
    float: left;
    font-size: 20px;
    color: #fff;
    width: 50%;
    height: 40px;
    line-height: 40px;
    padding: 20px
}

.center .center-left .left-cen .company {
    width: calc(100% - 20px);
    height: calc(100% - 60px);
    margin-left: 10px;
    margin-top: 10px;
    padding: 20px;
    box-sizing: border-box
}

    .center .center-left .left-cen .company li {
        color: #fff !important;
        height: 30px; 
        line-height: 30px
		
    }

.boxnav {
    height: calc(100% - 30px);
    padding: 15px;
}

.center .center-cen .cen-top {
    height: calc(100% - 15px)
}



/*更多模板请访问：https://www.bootstrapmb.com*/

.gun span {
    display: block;
    float: left;
    height: 20px;
    width: 33.3%;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #61d2f7;
    text-align: center;
    margin-bottom: 10px
}

#FontScroll {
    width: 100%;
    height: calc(100% - 30px);
    overflow: hidden;
}

    #FontScroll ul li {
        /* height: 32px; */
        width: 100%;
        color: #fff;
        text-align: center;
        line-height: 32px;
        overflow: hidden;
        font-size: 28px
    }

        #FontScroll ul li:nth-child(1) {
            box-shadow: -10px 0 15px #034c6a inset,10px 0 15px #034c6a inset
        }

        #FontScroll ul li:hover {
            box-shadow: -.1rem 0 15px #034c6a inset,10px 0 15px #034c6a inset;
            cursor: pointer
        }

.fontInner span {
    display: inline-block;
    width: 23%;
    color: #fff;
	font-size:28px;
}

    .fontInner span b {
        display: inline-block;
        width: 20px;
        height: 20px;
        border-radius: 3px;
        color: #fff;
        line-height: 20px
    }

.btn {
    position: relative;
    text-align: center;
    line-height: 35px;
    padding: 0 15px;
    font-size: 15px;
    color: #0efcff;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px
}

    .btn::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border: 1px solid #6176af;
        transform: skewX(-38deg);
        border-color: #0efcff;
        box-shadow: 1px 1px 3px 1px #0efcff inset;
        border-radius: 10%
    }

.btn1::before {
    transform: skewX(38deg)
}

.top-bottom img {
    width: 100%;
    height: 100%
}

.fontInner span {
    width: 31.3%
}

.header .header-center .header-title:hover {
    color: #0efcff
}


.top-title {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 5px;
    font-size: 22px;
	float:left;
}
.top-bottom {
	width: 100%;
    height: 100%;
    /* position: absolute; */
	align-items: center;
}

.number-animate {
    line-height: 45px;
    margin: -10px 10px;
    height: 45px;
    font-size: 35px;
    overflow: hidden;
    display: inline-block;
    position: relative;
}

    .number-animate .number-animate-dot {
        width: 21px;
        float: left;
        text-align: center;
    }

    .number-animate .number-animate-dom {
        width: 40px;
        /* background: #00a8d7; */
        margin: 0 3px;
        border-radius: 10px;
        overflow: hidden;
        text-align: center;
        float: left;
        position: relative;
        top: 0;
    }

        .number-animate .number-animate-dom span, .number-animate .number-animate-dot span {
            float: left;
            width: 100%;
            height: 45px;
            /* font-family: "宋体"; */
            /* font-weight: bolder; */
        }

.map_tool * {
    color: #000;
}

.header_li .li_div_top
{
	height:100%;
}

.li_div_top li
{
	margin-top:15px;
}

.header_ul
{
	padding: 0px 10px 0px 10px;
	display: flex;
    overflow: hidden;
	height:15%;
}
.header_ul > li {
        
    width: 33.5%;
    padding: 0 7px;
}

.body_ul {
    padding: 0px 10px 10px 10px;
    height: calc(100% - 250px);
    display: flex;
    overflow: hidden;
}

.body_ul > li {
        
    width: 33.5%;
    padding: 0 7px;
}

#BodyScroll {
    width: 100%;
    height: calc(100% - 30px);
    overflow: hidden;
}

#BodyScroll ul li {
        /* height: 32px; */
    width: 100%;
	color: #fff;
    text-align: center;
    line-height: 32px;
    overflow: hidden;
    font-size: 14px
}

#BodyScroll ul li:nth-child(1) {
    box-shadow: -10px 0 15px #034c6a inset,10px 0 15px #034c6a inset
}

#BodyScroll ul li:hover {
    box-shadow: -.1rem 0 15px #034c6a inset,10px 0 15px #034c6a inset;
    cursor: pointer
}

.gun1 span {
    display: block;
    float: left;
    height: 20px;
    width: 50%;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #61d2f7;
    text-align: center;
    margin-bottom: 10px
}

.fontInner1 span {
    display: inline-block;
    width: 50%;
    color: #fff
}

.fontInner1 span b {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 3px;
	color: #fff;
	line-height: 20px;
}
.left-top1
{
	height:30%;
}