@charset "utf-8";
body {
    background: #000d4a url(../images/bg.jpg) center top;
    background-size: cover;
    color: #666;
    font-size: 14px;
    /* overflow: hidden; */
}

li {
    list-style-type: none;
}

i {
    margin: 0px;
    padding: 0px;
    text-indent: 0px;
}

img {
    border: none;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #399bff;
}

a.active,
a:focus {
    outline: none!important;
    text-decoration: none;
}

ol,
ul,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}


/*谷哥滚动条样式*/

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    position: absolute
}

::-webkit-scrollbar-thumb {
    background-color: #5bc0de
}

::-webkit-scrollbar-track {
    background-color: #ddd
}


/***/

.canvas {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 99%;
    z-index: 1;
}

.allnav {
    height: calc(100% - 30px);
}

.loading {
    position: fixed;
    left: 0;
    top: 0;
    font-size: 18px;
    z-index: 100000000;
    width: 100%;
    height: 100%;
    background: #1a1a1c;
    text-align: center;
}

.loadbox {
    position: absolute;
    width: 160px;
    height: 150px;
    color: #aaa;
    left: 50%;
    top: 50%;
    margin-top: -100px;
    margin-left: -75px;
}

.loadbox img {
    margin: 10px auto;
    display: block;
    width: 40px;
}

.head {
    height: 1rem;
    background: url(../images/head_bg.gif) no-repeat center bottom;
    background-size: 100% auto;
    position: relative;
    z-index: 100;
}

.head a.fl,
.head p {
    margin-top: .66rem;
}

.head a.fl {
    margin-left: .4rem;
}

.head p {
    margin-right: .4rem;
    float: right;
    color: #01daf8;
}

.mainbox {
    padding: 0 .4rem;
    position: relative;
    z-index: 2;
}

.mainbox .solgn {
    position: absolute;
    left: 0;
    top: 0;
    height: 90%;
}

.boxline_top {
    position: relative;
    z-index: 10;
    box-shadow: inset 0 0 20px 0px #187fff94;
    -webkit-box-shadow: inset 0 0 20px 0px #187fff94;
    -moz-box-shadow: inset 0 0 20px 0px #187fff94;
    border: solid 1px #00dffb;
}

.boxline_top:after {
    position: absolute;
    width: 50%;
    height: .1rem;
    content: "";
    border-top: 3px solid #00dffb;
    top: -4px;
    right: -1px;
}

.boxline_top:before {
    position: absolute;
    width: 90%;
    height: .1rem;
    content: "";
    border-top: 2px solid #00dffb;
    top: -2px;
    right: -1px;
}

.boxline_bottom:before {
    border-left: 3px solid #00dffb;
    left: 0;
}

.boxline_bottom:after,
.news_nav::after {
    border-right: 3px solid #00dffb;
    right: 0;
}

.boxline_bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

.boxline_bottom:before,
.boxline_bottom:after,
.news_nav::after {
    position: absolute;
    width: .2rem;
    height: .2rem;
    content: "";
    border-bottom: 3px solid #00dffb;
    bottom: 0;
}

.index_map {
    padding-top: .84rem;
    text-align: center;
    z-index: 20;
}

.index_map img {
    width: 90%;
}

.welcome_title {
    border: solid 1px #00dffb;
    padding: 0 0 .1rem .15rem;
    font-size: 28px;
    color: #03e0fb;
    font-weight: 700;
    position: absolute;
    left: .78rem;
    top: .5rem;
    border-top: none;
    line-height: 28px;
    border-right: none;
}

.welcome_title::before {
    content: '';
    position: absolute;
    left: -3px;
    top: 0;
    width: .06rem;
    height: .28rem;
    background-color: #00dffb;
}

.welcome_title::after {
    content: '';
    position: absolute;
    right: 7px;
    bottom: -2px;
    width: .18rem;
    height: .04rem;
    background-color: #00dffb;
}

.welcome_con {
    position: absolute;
    left: .78rem;
    top: 1.5rem;
    width: 20%;
    height: 600px;
    background-color: #026cd83d;
    border: solid 1px #00dffb;
    box-sizing: border-box;
    padding: 20px;
    padding-right: 0;
    color: #fff;
    line-height: 28px;
    text-indent: 2em;
    text-align: justify;
}

.welcome_con .swiper-slide {
    padding-right: 20px;
}


/* 滚动内容样式 */


/* .scroll_main {} */


/* 滚动内容区样式 */

.welcome_con .scroll_wrap {
    padding-right: 20px;
}

.scroll_wrap {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
}


/* 滚动内容样式 */

.scroll_wrap .scroll_cont {
    height: 100%;
    overflow: hidden;
}


/* 滚动条 */

.scroll_wrap .scroll_bar {
    position: absolute;
    top: 0;
    right: 7px;
    width: 3px;
    height: 100%;
    background: rgba(0, 223, 251, 0.46);
}


/* 滚动块 */

.scroll_wrap .scroll_slider {
    position: absolute;
    top: 0;
    left: -1px;
    width: 5px;
    height: 48px;
    background-color: #00dffb;
    border-radius: 5px;
    opacity: .5
}

.scroll_wrap .scroll_slider:hover {
    opacity: 1
}

.index_link {
    position: absolute;
    right: .78rem;
    top: 50%;
    margin-top: -.5rem;
}

.index_link a {
    display: block;
    width: 1.6rem;
    height: .42rem;
    line-height: .42rem;
    background-image: linear-gradient(90deg, #00dffb5e 26%, #689df157 100%);
    text-align: center;
    font-size: 18px;
    color: #b7f7ff;
    border: solid 1px #00dffb;
}

.map2 {
    position: absolute;
    opacity: .5;
    width: 5.66rem;
    top: 2.35rem;
    left: 50%;
    margin-left: -2.83rem;
    z-index: 0;
    opacity: 0.2;
    animation: myfirst 10s infinite linear;
}

.index_bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #00000030;
    width: 100%;
    height: .64rem;
    line-height: .64rem;
    box-sizing: border-box;
    padding: 0 .64rem;
    color: #2487c7;
    z-index: 2;
}

.index_bottom span {
    font-size: 18px;
}

.index_bottom p {
    font-size: 16px;
}

.index_bottom p a {
    color: #2487c7;
}

.layui-layer-nobg {
    background-color: #0380ff1c;
    border: solid 1px #00dffb;
}

#focusLayer {
    width: 5.8rem;
}

#focusLayer p {
    padding: .2rem .16rem .2rem .2rem;
}

#focusLayer p a {
    float: left;
    width: 19%;
    margin-right: 1%;
    height: .42rem;
    line-height: 42px;
    text-align: center;
    background-color: #01defbc4;
    font-size: 18px;
    color: #000a58;
    margin-bottom: .2rem;
}

#focusLayer p a:hover {
    background-color: #01dffb;
}

#focusLayer h1 {
    position: relative;
    width: 100%;
    height: .52rem;
    line-height: .52rem;
    text-align: center;
    font-size: 18px;
    color: #00dffb;
    letter-spacing: 1px;
    background-color: #01defb20;
}

#focusLayer h1 i {
    position: absolute;
    right: .2rem;
    cursor: pointer;
}

.nav_left {
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    display: flex;
    background-color: #020021d4;
    z-index: 100;
    align-items: center;
    justify-content: center;
}

.nav_left p {
    display: none;
}

.nav_left p a {
    display: block;
    width: 1.3rem;
    height: .42rem;
    line-height: .42rem;
    margin-bottom: .45rem;
    background-image: linear-gradient(90deg, #00dffb5e 26%, #689df157 100%);
    text-align: center;
    font-size: 18px;
    color: #b7f7ff;
    border: solid 1px #00dffb;
    cursor: pointer;
}

.nav_left span {
    display: block;
    position: absolute;
    left: -30px;
    top: 50%;
    width: 30px;
    height: 60px;
    line-height: 60px;
    text-align: right;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    background-color: #020021d4;
    font-size: 20px;
    cursor: pointer;
    color: #00dffb;
}

.mainbox_news {
    padding: .6rem 0 0;
    overflow: hidden;
}

.news_nav {
    float: left;
    width: 10%;
    margin-right: 2%;
    height: 785px;
    border: solid 1px #02e0fb;
    border-left: none;
    background-color: #0381ff36;
    z-index: 2;
    position: relative;
}

.news_nav h1 {
    height: .7rem;
    line-height: .7rem;
    text-align: center;
    font-size: 24px;
    color: #fff;
    background-image: linear-gradient(90deg, #00dffb8a 26%, #689df11a 100%);
}

.sideMenu {
    padding: 0 .1rem 0 .2rem;
}

.sideMenu h3 {
    height: .4rem;
    line-height: .4rem;
    padding-left: .15rem;
    margin-top: .3rem;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
}

.sideMenu h3 a {
    color: #fff;
}

.sideMenu h3.on {
    background-image: linear-gradient(90deg, #00dffb8a 26%, #689df11a 100%);
}

.sideMenu ul {
    padding-left: .15rem;
    padding-top: .15rem;
    display: none;
}

.sideMenu ul li a {
    color: #fff;
    display: block;
    padding: .1rem 0;
    cursor: pointer;
}

.sideMenu ul li a.color_blue{
    color: #0ad4ff;
}

.news_list {
    float: left;
    width: 85%;
    height: 785px;
    z-index: 90;
    background-color: #0381ff36;
    border: solid 1px #01dffb;
}

.news_con {
    padding: 30px 15px;
}

.news_con li {
    padding: 0 20px 10px;
    margin-bottom: 20px;
}

.news_con li:nth-child(2n) {
    background-color: #01defb21;
}

.news_con li a {
    display: block;
    line-height: 50px;
    font-size: 18px;
    color: #adf1ff;
}

.news_con li p {
    line-height: 26px;
    color: #0ad4ff;
}

.news_con li p span {
    cursor: pointer;
}

.moreLayerBg {
    background-color: #003d79f2;
    border: solid 1px #00dffb;
}

#moreLayer {
    max-height: 7rem;
}

#moreLayer h1 {
    padding: .2rem;
    text-align: center;
    color: #adf1ff;
    font-size: 24px;
}

#moreLayer .new_detail {
    padding: .2rem;
    line-height: 240%;
    text-indent: 2em;
    color: #adf1ff;
}

@keyframes myfirst2 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

@keyframes myfirst {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-359deg);
    }
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.swiper-container-vertical>.swiper-scrollbar {
    background: rgba(0, 223, 251, 0.46);
    right: 8px;
    width: 3px;
}

.swiper-scrollbar-drag {
    background-color: #00dffb;
    width: 5px;
    left: -1px;
}

.detail_con {
    padding: .4rem;
    font-size: 16px;
    line-height: 240%;
    color: #adf1ff;
}

.detail_con img {
    max-width: 100%;
}

.detail_con p {
    margin-bottom: 20px;
    text-indent: 2em;
}

.in_list {
    height: 720px;
    margin-top: 65px;
    position: relative;
	width: 42%;
	margin-right: 1%;
}

.in_list div.top,
.in_list p.top {
    position: absolute;
    line-height: 65px;
    padding-left: .2rem;
    left: 0;
    top: -73px;
    font-size: 16px;
    color: #adf1ff;
    width: 100%;
}

.in_list div.top>span,
.in_list p.top>span {
    float: left;
    padding-right: 1.7rem;
}

.listTable thead th {
    height: 70px;
    font-size: 18px;
    line-height: 70px;
    text-align: center;
    color: #adf1ff;
    font-weight: normal;
}

.listTable tbody td {
    height: 52px;
    line-height: 20px;
    text-align: center;
    color: #adf1ff;
    padding: 8px;
    box-sizing: border-box;
}

.listTable tbody td.al {
    text-align: center;
}

.listTable tbody tr:nth-child(even) td {
    background: none;
}

.listTable tbody tr:nth-child(odd) td {
    background-color: #00defb23;
}


/* 总体规划 */

.planning {
    padding: .4rem;
    overflow: hidden;
}

.planning .bd {
    width: 80%;
    margin: 0 auto;
}

.planning .bd ul li {
    width: 100%;
    margin: 0 auto;
}

.planning .bd ul li span {
    font-size: 18px;
    display: block;
    text-align: center;
    color: #79f0ff;
    line-height: .48rem;
}

.planning .hd {
    height: 100%;
    padding-bottom: 10px;
    text-align: center;
}

.planning .hd .pageState {
    color: #00dffb;
    font-size: 18px;
}

.planning .hd .prev,
.planning .hd .next {
    display: block;
    width: 50px;
    height: 100px;
    overflow: hidden;
    cursor: pointer;
    background-color: #0003;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    color: #fff;
    text-align: center;
    line-height: 100px;
}

.planning .hd .prev {
    left: 20px;
}

.planning .hd .next {
    right: 20px;
}

.planning .hd .prevStop {
    background-position: -60px 0;
}

.planning .hd .nextStop {
    background-position: -60px -50px;
}

.mer_area {
    float: left;
    text-align: center;
    width: 85%;
    height: 785px;
    z-index: 90;
}

.mer_area img {
    height: 785px;
}

.map_right {
    float: left;
    width: 85%;
    height: 785px;
    z-index: 90;
}

.industry {
    position: relative;
}

.industry_left,
.industry_right {
    position: absolute;
    top: 0;
    height: 100%;
}

.industry_left {
    left: 0;
}

.industry_right {
    right: 0;
}

.industry_center {
    width: 55%;
    height: 100%;
    margin: 0 auto;
}

.building_map,
.building_con {
    float: left;
    height: 100%;
    box-sizing: border-box;
}
.building_map{
	width: 58%;
	margin-right: 2%;
}
.building_con {
    width: 40%;
    height: 60%;
    overflow: hidden;
    margin-top: 10%;
}

.project_title {
    padding-bottom: .2rem;
    height: .5rem;
    position: relative;
}

.project_title>span {
    font-size: 26px;
    color: #00dffb;
    position: relative;
    padding-left: .2rem;
}

.project_title>span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 6px;
    height: 26px;
    background-color: #00dffb;
}

.project_title div {
    min-width: 140px;
    height: 40px;
    line-height: 40px;
    background-color: #0380ff2e;
    border: solid 1px #00dffb;
    box-sizing: border-box;
    padding: 0 10px;
    color: #00dffb;
    font-size: 16px;
    cursor: pointer;
    position: relative;
}

.project_title ul {
    position: absolute;
    left: 0;
    top: 50px;
    display: block;
    background: #00c6ffeb;
    padding: 5px 15px;
    line-height: 30px;
    z-index: 99999;
}

.project_title ul i {
    position: absolute;
    top: -17px;
    left: 50%;
    margin-left: -10px;
    color: #00c6ff;
    font-size: 20px;
}

.project_title ul li {
    color: #141d6a;
    cursor: pointer;
}

.about_con {
    float: left;
    width: 35%;
    height: 600px;
    box-sizing: border-box;
    color: #adf1ff;
    font-size: 16px;
    line-height: 28px;
    text-indent: 2em;
    text-align: justify;
    padding: 40px 0 40px 40px;
    margin-top: 100px;
}

.about_con .swiper-slide {
    padding-right: 40px;
}

.about_map {
   width: 64%;
   margin-right: 1%;
}

.industry_con {
    float: left;
    width: 35%;
}

.industry_top {
    width: 2.2rem;
    text-align: center;
}

.industry_top h1 {
    height: .42rem;
    line-height: .42rem;
    text-align: center;
    font-size: 18px;
    color: #b5f7ff;
    background-image: linear-gradient(90deg, #00dffb8a 26%, #689df11a 100%);
}

.industry_top p {
    padding: .2rem;
}

.industry_top p span {
    display: block;
    line-height: .26rem;
    color: #adf1ff;
    letter-spacing: 2px;
}

.industry_con>p {
    font-size: 22px;
    color: #63faff;
    padding: .2rem 0 .1rem;
}

.industry_con .industry_bottom {
    height: 5rem;
    overflow: hidden;
}

.ts_about {
    float: none;
    margin: 0 auto;
}

.ts_about .detail_con h1.title {
    text-align: center;
    font-size: 36px;
    padding-bottom: 30px;
}

.video {
    z-index: 100;
    width: 1200px;
    height: 675px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    margin-top: -300px;
    top: 50%;
}

area {
    outline: none;
}

.company_top {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}

.company_top>li {
    height: 40px;
    line-height: 40px;
    padding-bottom: 20px;
}

.color_blue {
    color: #00dffb;
}

.f30 {
    font-size: 30px;
}

.company_top .project_title div {
    width: auto;
}

.mr20 {
    margin-right: 20px;
}

.overflow_h {
    overflow: hidden;
    width: 100%;
}

.s_title{
    width: 100%;
    height: 68px;
}

.industry_top .p_warp{
    height: 1.17rem;
    overflow: hidden;
    padding: .2rem;
}

.industry_top .p_warp p{
    padding: 0;
}

.detail_con img.w_max_500{
    max-width: 500px;
}

.amap-marker-label{
	background-color: #ffffffd9;
	border: 1px solid #ffffffd9;
	padding: 0;
	font-size: 16px;
	padding: 3px;
	border-radius: 3px;
}
.invest_box{
	width: 14%;
	height: 248px;
	margin-right: 0.5%;
	margin-bottom: 20px;
	overflow: hidden;
}
.invest_box h1{
	font-size: 16px;
	color: #adf1ff;
	background-color: #0c5b9b;
	padding: 15px;
	text-align: center;
}
.invest_box h1 span{
	margin-left: 20px;
}
.invest_box ul{
	overflow: hidden;
}
.invest_box ul li{
	border-bottom: 1px dotted #37a1b7;
	color: #adf1ff;
	cursor: pointer;
	padding: 10px;
}
.invest_box ul li p{
	font-size: 15px;
	padding-bottom: 5px;
	color: #fff;
}