﻿@charset "UTF-8";
* {
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 10px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 10px;

}
::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(44, 44, 44, 0.2);
    -moz-shadow: inset 0 0 5px rgba(44, 44, 44, 0.2);
    -webkit-box-shadow: inset 0 0 5px rgba(44, 44, 44, 0.2);
    background: #a4c8fc;
}

::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(118, 118, 118, 0.2);
    -moz-box-shadow: inset 0 0 5px rgba(118, 118, 118, 0.2);
    -webkit-box-shadow: inset 0 0 5px rgba(118, 118, 118, 0.2);
    border-radius: 10px;
    background: #9daac6;
}

body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div {
    margin: 0;
    padding: 0;
    border: 0;
    font-family:微软雅黑;
}

ul,
ol {
    list-style-type: none
}

select,
input,
img,
select {
    outline: none;
    max-width: 100%;
    background: none;
    vertical-align: top;
}

input[type=checkbox] {
    width: 16px;
    height: 16px;
    position: relative;
}

input[type=checkbox]::after {
    position: absolute;
    top: 0;
    color: #000;
    width: 16px;
    height: 16px;
    display: inline-block;
    visibility: visible;
    padding-left: 0px;
    text-align: center;
    content: ' ';
    border-radius: 3px;
}

input[type=checkbox]:checked::after {
    content: "✓";
    color: #fff;
    font-size: 10px;
    line-height: 15px;
    background-color: #2781fc;
}

input[type=radio] {
    width: 16px;
    height: 16px;
    border-radius: 16px;
    position: relative;
}

input[type=radio]::after {
    position: absolute;
    top: 0;
    color: #000;
    width: 16px;
    height: 16px;
    display: inline-block;
    visibility: visible;
    padding-left: 0px;
    text-align: center;
    content: ' ';
    border-radius: 16px;
}

input[type=radio]:checked::after {
    content: "●";
    color: #fff;
    font-size: 12px;
    line-height: 15px;
    background-color: #2781fc;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #333;
}

button {
    cursor: pointer;
    outline: 0;
    border: 0
}

.fl {
    float: left
}

.fr {
    float: right
}

.cl,
.clearfix {
    clear: both;
    display: block;
}

html,
body {
    padding: 0;
    margin: 0;
    font-size: 0;
    display: block;
    background: #091E40;
    position: relative;
}
body {
    width: 1920px;
    margin: 0 auto;
    overflow-x: scroll;
    overflow-y: scroll;
}

.titw {
    background: rgba(0, 8, 67, 0.3) url(../img/topbj_.png) no-repeat;
    background-size:100% 100%;
    height: 87px;
    width: 100%;
    display: block;
    font-weight: 600;
    text-align: center;
    line-height: 87px;
    letter-spacing: 0px;
    word-spacing: 0px;
}

.clock {
    background: url(../img/bk_1.png) no-repeat;
    background-size:100% 100%;
    width: 268px;
    height: 66px;
    display: flex;
    float: left;
    margin-top: 20px;
    margin-left: 15px;
}

.titw .n2 {
    width: 507px;
    display: inline-block;
    height: 44px;
    font-size: 38px;
    font-weight: bold;
    line-height: 45px;
    color: #FFFFFF;
}

.clock1 {
    background: url(../img/bk_1.png) no-repeat;
    background-size:100% 100%;
    width: 268px;
    height: 66px;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    color: #03CFF7;
    padding: 10px 20px;
    float: right;
    margin-top: 20px;
    margin-right:15px;
}

.clock .date {
    width: 142px;
    height: 68px;
    font-size: 36px;
    font-family: Arial;
    font-weight: bold;
    line-height: 68px;
    color: #03CFF7;
    margin-left: 20px;
}

.clock .time {
    width: 66px;
    height: 48px;
    font-size: 18px;
    font-family: Arial;
    font-weight: 400;
    line-height: 24px;
    color: #03CFF7;
    margin-top: 10px;
    margin-left: 20px;
}
.heit{
    clear: both;
    display: block;
    height: 10px;
}

.contentl {
    padding:0;
    margin:0;
    width: 26.5%;
    padding-left:0;
}
.contentc {
    padding:0;
    margin:0;
    width: 45.5%;
}
.contentr {
    padding:0;
    margin:0;
    width: 26.5%;
    padding-left:0;
}
.contenta {
    padding-left: 10px;
}
.contentb .nyr{
    position: absolute;
    right:40px;
    top:10px;

}
.contentb .nyr a{
    display: inline-block;
    text-align: center;
    width: 36px;
height: 27px;
font-size: 16px;
font-weight: 400;
line-height: 27px;
cursor: pointer;
color: #FFFFFF;
}
.contentb .nyr a.on{
    width: 36px;
height: 27px;
background: rgba(7,166,255,0.59);
opacity: 1;
border-radius: 4px;
cursor: pointer;
}
.contentb .nyr a:hover{
    width: 36px;
height: 27px;
background: rgba(7,166,255,0.59);
opacity: 1;
border-radius: 4px;
cursor: pointer;
}
.contit {
    clear: both;
    display: block;
    background: url(../img/tit_.png) no-repeat;
    background-size: 486px 24px;
    background-position: left 0 top 11px;
    width: 486px;
    height: 37px;
    margin-top:5px;
    text-align: left;
    overflow: hidden;
}

.ico1 {
    background: url(../img/arttit_4.png) no-repeat;
    background-size: 21px 21px;
    width: 21px;
    height: 21px;
}

.sb {
    padding-left: 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
    color: #FFFFFF;
}


.contentct {
    width: 896px;
    height: 130px;
    background: url(../img/main_.png) no-repeat;
    background-size: 896px 130px;
    margin:0 auto;
}

.contentct1 {
    width: 174px;
    height: 130px;
}

.contentct1 p {
    display: block;
    clear: both;
    height: 20px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 20px;
    color: #FFFFFF;
    text-align: center;
    padding-top: 25px;
}

.contentct1 strong {
    display: block;
    clear: both;
    height: 38px;
    font-size: 42px;
    font-family: LCD;
    font-weight: bold;
    line-height: 84px;
    color: #03CFF7;
    text-shadow: 0px 6px 36px rgba(3, 207, 247, 0.86);
    text-align: center;
    padding-top: 5px;
}

.contentct2 {
    width: 265px;
    height: 130px;
    margin-left: 6px;
}

.contentct2 ul {
    padding-top: 10px;
    text-align: center;
}

.contentct2 ul li {
    clear: both;
    display: block;
    text-align: left;
    padding-left: 60px;
}

.contentct2 ul li .sp1 {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #C1CADC;
}

.contentct2 ul li .sp2 {
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
    line-height: 22px;
    color: #03CFF7;
}

.contentct2 ul li .sp3 {
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
    line-height: 22px;
    color: #FFFFFF;
}

.contentct2 ul li .sp4 {
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
    line-height: 22px;
    color: #FFC036;
}

.contentct2 ul li .sp5 {
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
    line-height: 22px;
    color: #1FA8F5;
}

.contentct2 ul li .sp6 {
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
    line-height: 22px;
    color: #58EDC3;
}

.contentct3 {
    width: 174px;
    height: 130px;
    margin-left: 6px;
}

.contentct3 p {
    display: block;
    clear: both;
    height: 20px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 20px;
    color: #FFFFFF;
    text-align: center;
    padding-top: 25px;
}

.contentct3 strong {
    display: block;
    clear: both;
    height: 38px;
    font-size: 42px;
    font-family: LCD;
    font-weight: bold;
    line-height: 84px;
    color: #FF305C;
    text-shadow: 0px 6px 36px rgba(255, 48, 92, 0.86);
    text-align: center;
    padding-top: 5px;
}

.contentct4 {
    width: 265px;
    height: 130px;
    margin-left: 6px;
}

.contentct4 ul {
    padding-top: 32px;
    text-align: center;
}

.contentct4 ul li {
    clear: both;
    display: block;
    text-align: left;
    padding-left: 60px;
}

.contentct4 ul li .sp1 {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #C1CADC;
}

.contentct4 ul li .sp2 {
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
    line-height: 22px;
    color: #03CFF7;
}

.contentct4 ul li .sp3 {
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
    line-height: 22px;
    color: #FFFFFF;
}

.contentct4 ul li .sp4 {
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
    line-height: 22px;
    color: #FFC036;
}



.contentr1 {
    margin-left: 10px;
}

.contentra {
    margin-left: 20px;
}

.contentrb {
    margin-left: 20px;
    padding-bottom:10px;
}

.ico2 {
    background: url(../img/arttit_3.png) no-repeat;
    background-size: 21px 21px;
    width: 21px;
    height: 21px;
}
.conconux{
    height: 295px;
    width: 472px;
}
.swiper-container{
    height: 295px;
}

.conconu {
    padding: 0;
    margin: 0;
    font-size: 0;
    width: 472px;
    padding-left: 1px;
}

.conconu dl {
    padding: 0;
    margin: 0;
    background: url(../img/bk_2.png) no-repeat;
    background-size: 466px 82px;
    width: 466px;
    height: 82px;
    margin-bottom: 5px;
    padding-top: 15px;
    padding-left: 16px;
    text-align:left;
}

.conconu dl dt {
    padding:0;
    margin:0;
    clear: both;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #C1CADC;
    text-align:left;
}

.conconu dl dt .low {
    color: #FF305C;
}

.conconu dl dt .syn {
    color: #ffc036;
}

.conconu dl dt .gy {
    color: #03cff7;
}

.conconu dl dd {
    padding:0;
    margin:0;
    clear: both;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    color: #A2A8B4;
    text-align:left;
}

.contentcm {
    background: url(../img/ksh41.png) no-repeat;
    background-size: 100% 100%;
    height: 627px;
    width: 850px;
    text-align: center;
    position: relative;
}

.contentcm .map {
    width: 830px;
    height: 608px;
}

.contentcm .hebei {
    position: absolute;
    left: 520px;
    top: 260px;
    width:32px;
    height:32px;
}
.contentcm .xing {
    
    width: 32px;
    height: 32px;
    cursor: pointer;
    z-index: 10;
}
.contentcm .xing img{
    width:32px;
    height:32px;
}
.contentcm .hebei:hover .tancheng{
    display:block ;
}
.tancheng {
    background: url(../img/bk_.png) no-repeat;
    background-size: 220px 100px;
    width: 220px;
    height: 100px;
    cursor: pointer;
    z-index: 100;
    padding: 20px;
    text-align: left;
    display:none;
}

.tancheng .closex {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    background: url(../img/close.png) no-repeat;
    background-size: 20px 20px;
    cursor: pointer;
    z-index: 1000;
    left: 195px;
    top: 40px;
    z-index: 10000;
}

.tancheng strong {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.tancheng p {
    color: #c1cadc;
    font-size: 12px;
    line-height: 30px;
    padding-top: 12px;
}

.tancheng p span {
    font-size: 20px;
    font-weight: bold;
    color: #03CFF7;
}
.conconux .swiper-pagination .swiper-pagination-bullet{
    position: relative;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    color: #07a6ff;
    font-size: 12px;
    background: #09193e;
    display: inline-block;
    border: 1px solid #07a6ff;
   border-radius:0;
 }
 .conconux .swiper-pagination .swiper-pagination-bullet::after{
    content: " ";
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    width: 16px;
    height: 14px;
    text-align: center;
    position:absolute;
    left:0;
    top:0px;
 }
 .conconux .swiper-pagination .swiper-pagination-bullet:nth-child(1)::after{
    content: "1";
 }
 .conconux .swiper-pagination .swiper-pagination-bullet:nth-child(2)::after{
    content: "2";
 }
 .conconux .swiper-pagination .swiper-pagination-bullet:nth-child(3)::after{
    content: "3";
 }
 .conconux .swiper-pagination .swiper-pagination-bullet:nth-child(4)::after{
    content: "4";
 }
 .conconux .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #07a6ff;
    color: #fff;
    text-decoration: none;
 }
.conconux .swiper-button-prev{
    top: auto;
    margin-top: -26px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 12px 12px;
    -webkit-background-size: 12px 12px;
    background-size: 12px 12px;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #07a6ff;
    width: 15px;
    height: 15px;
    left:174px;
}
.conconux .swiper-button-next{
    top: auto;
    margin-top: -26px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 12px 12px;
    -webkit-background-size: 12px 12px;
    background-size: 12px 12px;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #07a6ff;
    width: 15px;
    height: 15px;
    right:174px;
}
#lunbob .swiper-button-prev{
    margin-top:-44px;
}
#lunbob .swiper-button-next{
    margin-top:-44px;
}
.contentb {
    padding-top: 10px;
    margin-left: 10px;
    position: relative;
}

.concon {
    padding-top: 5px;
    height: 285px;
    width: 466px;
}

.ico11 {
    background: url(../img/arttit_1.png) no-repeat;
    background-size: 21px 21px;
    width: 21px;
    height: 21px;
}

.contentrc {
    margin-left: 20px;
    padding-top: 10px;
}

.conconx {
    padding-top: 5px;
    height: 260px;
    width: 466px;
}

.conconx .conl {
    width: 24px;
    height: 24px;
    padding-top: 100px;
}

.conconx .conl img {
    width: 24px;
    height: 24px;
}

.conconx .conr {
    width: 24px;
    height: 24px;
    padding-top: 100px;
}

.conconx .conr img {
    width: 24px;
    height: 24px;
}

.conconx .conm {
    width: 480px;
}

.conconx .conm img {
    width: 400px;
    margin: 0 auto;
}

.contentd {
    clear: both;
    display: block;
    padding-top: 20px;
    height: 300px;
    padding-left:10px;
}

.ico12 {
    background: url(../img/arttit_.png) no-repeat;
    background-size: 21px 21px;
    width: 21px;
    height: 21px;
}

.ico13 {
    background: url(../img/arttit_5.png) no-repeat;
    background-size: 21px 21px;
    width: 21px;
    height: 21px;
}
.conconk{
    clear: both;
    display: block;
    height:300px;
}
.conconk .uuux{
    clear: both;
    display: block;
    width: 480px;
    height:232px;
    overflow-y: scroll;
}
.conconk .uuux ul{
    padding: 0;
    margin: 0;
    display: block;
    clear: both;
}
.conconk .uuux ul li {
    padding: 0;
    margin: 0;
    display: block;
    clear: both;
    background: url(../img/li.png) no-repeat;
    background-size: 470px 46px;
    width: 470px;
    height: 46px;
    line-height: 46px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.conconk .uuux ul li .sp1 {
    display: inline-block;
    color: #c1cadc;
    font-size: 14px;
    width: 150px;
    text-align: left;
    padding-left: 20px;
}

.conconk .uuux ul li .sp2 {
    display: inline-block;
    color: #58edc3;
    font-size: 14px;
    width: 150px;
    text-align: left;
    padding-left: 80px;
}

.conconk .uuux ul li .sp3 {
    display: inline-block;
    color: #ffc036;
    font-size: 14px;
    width: 150px;
    text-align: left;
    padding-left: 80px;
}

.contentcbw {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    position: relative;
}

.contentcbw::after {
    content: " ";
    width: 31px;
    height: 27px;
    background: url(../img/bottomleft.png) no-repeat;
    background-size: 31px 27px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.contentcbw::before {
    content: " ";
    width: 27px;
    height: 27px;
    background: url(../img/bottomright.png) no-repeat;
    background-size: 27px 27px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.contentcb {
    border: 1px solid #077db3;
    width: 100%;
    height: 235px;
    display: flex;
}

.conkk {
    clear: both;
    display: flex;
    height: 30px;
    overflow: hidden;
}

.conkk .lia {
    width: 33%;
   float:left;
   padding-left:7%;
   padding-right:7%;
}

.conkk .lia select {
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    height: 24px;
    line-height: 24px;
    border: 0;
    background:#091f40;
}

.conkk .lib {
    width: 33%;
    float:left;
    padding-left:7%;
    padding-right:7%;
    display: flex;
   
}

.conkk .lit {
    width: 80%;
    padding-left: 5%;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    height: 24px;
    line-height: 24px;
}

.conkk .litc {
    height: 24px;
    width: 20px;
    padding-top: 5px;
}

.conkk .litc span {
    clear: both;
    display: block;
    cursor: pointer;
}

.conkk .litc span img {
    width: 14px;
    height: 7px;
}

.conkk .lic {
    width: 33%;
    float:left;
    padding-left:7%;
    padding-right:7%;
    float:left;
    display: flex;

}

.tcb {
    clear: both;
    display: block;
    padding: 20px;
}

.tcb strong {
    color: #fff;
    line-height: 20px;
    font-size: 20px;
    font-weight: bold;
}

.tcb select {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #03CFF7;
    background:#091f40;
    border: 0
}
.tentcb{
    width:45%;
}
.tentcb1{
    width:17.5%;
    padding-top:50px;
    margin-left:0.5%;
}
.tcc {
    clear: both;
    display: block;
    padding-left:20px;
    
}

.tcc ul li {
    float: left;
    width: 33%;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #C1CADC;
    cursor: pointer;
    padding-top:2px;
    padding-bottom:2px;
}
.tcc ul li:hover{
    color:#03CFF7;
}
.tcc ul li.on{
    color:#03CFF7;
}
.circle{
    display: block;
    width:134px;
    height:134px;
    background:url(../img/circle1.png) no-repeat;
    background-size:134px 134px;
    border-radius:134px;
}
.circle1{
    display: block;
    width:134px;
    height:134px;
    background:url(../img/circle2.png) no-repeat;
    background-size:134px 134px;
    border-radius:134px;
}
.circle2{
    display: block;
    width:134px;
    height:134px;
    background:url(../img/circle3.png) no-repeat;
    background-size:134px 134px;
    border-radius:134px;
}
.circlen{
    width:70px;
    height:70px;
    text-align: center;
    padding-top:42px;
    margin-left:32px;
}
.circlen p{
    clear: both;
    display: block;
    color:#c1cadc;
    font-size:12px;
    font-weight:300;
}
.circlen p strong{
    color:#ffffff;
    font-size:25px;
    font-weight:600;
}