﻿body {
    background: url('../img/back.png');
    background-size: 100%;
}

#app {
    width: 1260px;
    margin: 0 auto 0;
    background-color: #fff;

}

.box {
    width: 1200px;
    margin: 0 auto 0;
}

/* é¡¶éƒ¨æ—¶é—´ */
.nav_date {
    width: 100%;
    padding-top: 24px;

}

.nav_date>span {
    text-indent: 20px;
}

/*é¡¶éƒ¨æ—¶é—´ç»“æŸ */



/* logoå’Œæœç´¢ */
.logo {
    width: 100%;
    height: 177px;
    background: url('../img/penr.png');
}

.logo_left {
    float: left;
    width: 700px;
    margin-top: 45px;
}

.logo_left>img {
    width: 100%;
}

.search {
    float: right;
    width: 270px;
    height: 40px;
    margin-top: 50px;
    Box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3)
}

.search>input {
    width: 200px;
    height: 100%;
    font-size: 12px;
    padding-left: 20px;
}

.search>i {
    display: block;
    float: right;
    width: 50px;
    height: 100%;
    background: url('../img/se.png') no-repeat;
    background-position: 15px 8px;
    background-size: 50%;
    cursor: pointer;
}

/* logoå’Œæœç´¢ ç»“æŸ */




/* å¯¼èˆªæ  */
.tablist {
    width: 100%;
    height: 60px;
}

.tablist>ul {
    width: 100%;
    height: 100%;
    position: relative;
}

.tablist>ul>li {
    float: left;
    width: 171px;
    height: 100%;
    background-color: #0e499e;
}

.tablist>ul>li>a>i {
    display: none;
    content: "";
    width: 0px;
    height: 0px;
    border-top: 10px solid #0e499e;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -10px;
    left: 78px;
    z-index: 2;
}

.tablist>ul>li:hover>a>i {
    display: block;
}

/* å¯¼èˆªæ ä¸‹æ‹‰ */
.tablist>ul>li>.cur {
    position: absolute;
    top: 60px;
    display: none;
    width: 1200px;
    height: 90px;
    background-color: #f0f0f0;
    /* opacity: 0.9; */
    z-index: 1;
    transition: .3s;
    overflow: hidden;
    left: 0;
}

.tablist>ul>li:hover .cur {
    display: block;
    /* height: 90px; */
}

/* .cur>ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
}

.cur>ul>li {
    margin-right: 10px;
    margin-left: 10px;
}

.cur>ul>li>a {
    text-align: center;
    line-height: 90px;
    width: 75px;
    height: 19px;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #4679c1;
} */

.cur>ul>li>a:hover {
    text-decoration: underline;
}

.tablist>ul>li>a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 22px;
    position: relative;
}

.tablist>ul>li:hover {
    background-color: #4679b1;
}

/* å¯¼èˆªæ ç»“æŸ */


/* å†…å®¹ */
.content {
    width: 100%;
}

.news {
    width: 100%;
    height: 390px;
    margin-top: 20px;
}

.news>.shuffling {
    float: left;
    width: 600px;
    height: 100%;
}

.shuffling .active {
    background-color: #82160c !important;
}

.newslist {
    float: right;
    width: 570px;
    height: 100%;
}

.tabbar {
    width: 100%;
    height: 40px;
}

.tabbar>ul {
    float: left;
    width: 89%;
    height: 100%;
}

.tabbar>ul>li {
    float: left;
    padding: 0 10px 0 10px;
    margin-right: 10px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    color: #015293;
    font-family: "微软雅黑";
    font-weight: bold;
}

.tabbar>ul>.new_active {
    font-family: "微软雅黑";
    font-weight: bold;
    background: url('../img/bat.png') no-repeat;
    background-position: -29px 30px;
}

.tabbar>span {
    float: right;
    line-height: 40px;
}

.tab_news_list {
    width: 100%;
}

.tab_news_list>ul {
    display: none;
    width: 100%;
}

.tab_news_list>.tab_active {
    display: block;
}

.tab_news_list>ul>li{
    width: 100%;
    height: 25px;
    margin-top: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.tab_news_list>ul>li>a>i {
    display: block;
    float: left;
    width: 12px;
    height: 15px;
    background: url('../img/1.png') no-repeat;
    margin-top: 5px;
}

.tab_news_list>ul>li>a>span {
    height: 25px;
    padding-left: 10px;
    font-size: 18px;
}

.tab_news_list>ul>li>a:hover span {
    color: #0e499e;
}
.tab_news_list>ul>li>a:hover i{
    background: url('../img/cctv.png') no-repeat;
}
/* æ–°é—»å’Œè½®æ’­ç»“æŸ */



/* æ¨ªå¹… */
.banner {
    width: 100%;
    height: 100px;
    margin-top: 10px;
}

.banner .active {
    background-color: red !important;
}

/* æ¨ªå¹…ç»“æŸ */


/* æ”¿åä¼šè®® è§†æ“¦è°ƒç ” è§†é¢‘æ–°é—» */
.options_list {
    width: 100%;
    height: 385px;
    background-color: #f2f9ff;
}
.applist{
    margin-top: 10px;
}
.options_list>ul {
    display: flex;
    width: 100%;
    height: 100%;
}

.options_list>ul>li {
    width: 378px;
    margin-left: 10px;
    margin-right: 10px;
}

.options_list>ul>li:last-child {
    margin-right: 0;
    height: 375px;
}

.title_top {
    width: 100%;
    overflow: hidden;
    /* padding-top: 20px; */
    border-bottom: 1px solid #aaabab;
}

.title_top>div {
    float: left;
    padding-bottom: 3px;
    border-bottom: 2px solid #0e499e;
}

.title_top>div>img {
    float: left;
    width: 27px;
    height: 27px;
    margin-top: 7px;
}

.title_top>div>h4 {
    float: left;
    padding-left: 10px;
    font-size: 24px;
    color: #0e499e;
    line-height: 40px;
}

.title_top>span {
    float: right;
    line-height: 40px;
}
.title_top>span>a{
    font-size: 16px;
    color: #666;
}
.list {
    width: 100%;
}

.list>ul {
    width: 100%;
    height: 100%;
    margin-top: 20px;
}

.list>ul>li {
    overflow: hidden;
    padding: 0 0 15px 0;
}

.list>ul>li>a {
    display: block;
    width: 100%;
    height: 100%;
}

.list>ul>li>a>i {
    float: left;
    width: 20px;
    height: 20px;
    background: url(../img/onjico.png) no-repeat;
    margin-top: 2px;
}

.list>ul>li>a>span {
    float: right;
    width: 350px;
    height: 25px;
    font-size: 18px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.list>ul>li>a:hover i {
    background: url('../img/jico.png') no-repeat;
}

.list>ul>li>a:hover span {
    color: #0e499e;
}

.video_list {
    overflow: hidden;
}

.video_top {
    width: 100%;
    overflow: hidden;
    margin-top: 12px;
    border-bottom: 1px solid #aaabab;
}

.video_top>div {
    float: left;
    padding-bottom: 3px;
    border-bottom: 2px solid #0e499e;
}

.video_top>div>img {
    float: left;
    width: 27px;
    height: 27px;
    margin-top: 7px;
}

.video_top>div>h4 {
    float: left;
    padding-left: 10px;
    font-size: 24px;
    line-height: 40px;
    color: #0e499e;
}

.video_top>span {
    float: right;
}

.video_top>span>a {
    line-height: 40px;
    font-size: 16px;
    color: #666;
}

.video_conten {
    height: 78%;
    padding-top: 10px;
    overflow: hidden;
}

.video_conten ul li {
    height: 190px !important;
    margin-top: 20px;
}

.project {
    width: 100%;
    height: 220px;
    margin-top: 15px;
}

.project a {
    display: block;
    width: 100%;
    height: 100%;
}

.project>div>ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.project>div>ul>li {
    width: 290px;
    height: 100px;
}

.project>.one>ul>li>a {
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 10px;
}

.project>.one>ul>li>a>img {
    width: 100%;
    height: 100%;
}

.project>.two {
    width: 100%;
    height: 100px;
    margin-top: 10px;
}

/* .project>.two>ul {
    background-color: rgba(38,159,114);
} */

.project>.two>ul>li {
    background-color: rgba(38, 159, 114);
}

.project>.two>ul>li>a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.project>.two>ul>li>a>img {
    padding-top: 20px;
}

.project>.two>ul>li>a>p {
    padding-top: 10px;
    color: #fff;
}

.project>.two>ul>li>a:hover {
    background-color: rgba(29, 94, 51);
}


/* åº•éƒ¨ä¸“é¢˜ä¸“æ  */
.three>ul>li {
    width: 383px !important;
    height: 80px !important;
}

.three>ul>li>a>img {
    width: 100%;
    height: 100%;
}



/* ä¸“é¢˜ä¸“æ ç»“æŸ */


/* å·¥ä½œåˆ—è¡¨ */
.Work_list {
    background-color: #fff;
}

.Work_list .list>ul>li>a>i {
    background: url('../img/itn.png') no-repeat;
}

.Work_list .list>ul>li>a:hover i {
    background: url('../img/oen.png') no-repeat;
}

.on_two {
    background-color: #f2f9ff;
}

/* åˆ—è¡¨æ•°æ®ç»“æŸ */


.bottomproject {
    height: 100%;
}



/* åœ°å¸‚ */
.cities {
    width: 100%;
    height: 50px;
    margin-top: 15px;
}


.cities>ul {
    display: flex;
    position: relative;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.cities>ul>li {
    width: 190px;
    /* padding:0 20px 0 20px; */
    height: 100%;
    background-color: #cce6ff;
}

.cities>ul>li>a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 50px;
    color: #557bb9;
}

.cities>ul>li>a>i {
    display: inline-block;
    width: 15px;
    height: 10px;
    transform: rotate(180deg);
    transition: .3s;
    margin-left: 5px;
    background: url('../img/triangle.png') no-repeat;
}



/* åœ°å¸‚hover */
.box_cities {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: .3s;
    background-color: #0e499e;
    overflow: auto;
}

.box_cities>ul {
    display: flex;
    flex-wrap: wrap;
    width: 93%;
    margin: 10px auto 0;
}

.box_cities>ul>li {
    display: flex;
    width: 20%;
    text-align: center;
}

.box_cities>ul>li>a {
    text-align: center;
    color: #Fff;
    display: block;
    width: 98%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.box_cities>ul>li::after {
    content: '|';
    /* height: 10px; */
    /* width: 1px; */
    margin-top: 10px;
    color: #b3c5de;
    font-size: 10px;
}

.addaft::after {
    content: '' !important;
    height: 20px;
    margin-top: 5px;
    color: #0e499e;
}

.cities>ul>li:hover .box_cities {
    top: -100px;
    height: 100px;
}

.cities>ul>li:hover a>i {
    transform: rotate(0)
}

.box_on_one>ul>li {
    width: 110px !important;
    /* font-size: 16px; */
}

.box_on_two>ul>li {
    width: 137px !important;
}

.box_cities>ul>li>a:hover {
    background: #004379;
}





.foot {
    width: 100%;
    padding-top: 20px;
    background-color: #fff;
    padding-bottom: 30px;
}

.foot>div {
    display: flex;
    justify-content: center;
    width: 1200px;
    margin: 0 auto 0;
}

.foot>div>div {
    margin-left: 20px;
}

.foot>div>.foot_logo {
    margin-top: 20px;
}

.foot>div>.foot_title>p,
.foot>div>.foot_title>p>span,
.foot>div>.foot_title>p>span>a {
    font-size: 16px;
    text-align: center;
    line-height: 30px;
}

.foot>div>.foot_title>p>img {
    width: 20px;
    height: 20px;
}

/* å°¾éƒ¨ç»“æŸ */


/* æ‚¬æµ®çª— */
.netMonitor {
    position: fixed;
    right: 0px;
    text-align: center;
    z-index: 99;
    cursor: pointer;
    user-select: none;
}

.netMonitor>.leftbut {
    position: relative;
    color: #000;
    background: #fff;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    transition: .3s;
    background: #a7bac9;
}

.netMonitor>.leftbut:hover {
    background-color: #0e499e;
    color: #fff
}

.netMonitor>div {
    margin-top: 10px;
}

.netMonitor>div>span {
    font-size: 20px;
}


/* åˆ—è¡¨css */
.location {
    padding-top: 20px;
}

.location>:nth-child(2) {
    color: #b2b2b2;
    font-weight: bolder;
    font-size: 16px;
    padding-left: 10px;
}

.location>span {
    line-height: 32px;
}

.location>span>a {
    padding-left: 10px;
    padding-right: 10px;
}

/* .content_list {
    display: flex;
    justify-content: space-between;
} */

.title_list {
    margin-top: 10px;
    width: 100%;
}

.list_on {
    border-top: 2px solid #0e499e;
    padding-top: 20px;
}

.title_list>ul {
    width: 100%;
    margin-top: 5px;
}

.title_list>ul>li>a {
    display: block;
    display: flex;
    width: 100%;
    margin-bottom: 30px;
    justify-content: space-between;
}

.title_list>ul>li>a>span {
    font-size: 16px;
    color: #909090;
}

.title_list>ul>li>a:hover {
    color: #0e499e
}

/* åˆ†é¡µ */
.title_list>.page {
    text-align: center;
    overflow: hidden;
    line-height: 45px;
}

.title_list>.page>span,
.title_list>.page>a {
    margin-right: 10px;
}

.title_video_list {
    margin-top: 20px;
    width: 380px;
    border-top: 2px solid #0e499e;
}

.title_video_list>.title_img_a>h1 {
    padding: 10px;
    font-weight: bolder;
}

.title_img {
    width: 100%;
    height: 400px;
}

.title_img>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.title_img>ul>li {
    width: 178px;
    height: 170px;
    background-color: #eee;
    margin-left: 2px;
}

.title_img>ul>li>a>img {
    width: 100%;
    height: 115px;
}

.title_img>ul>li>a>p {
    display: block;
    width: 90%;
    margin: 0 auto 0;
    padding-top: 5px;
    font-size: 14px;
    text-align: left;
    line-height: 25px;
    color: #5178b1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.video_reports {
    width: 100%;
    margin-top: 20px;
    border-top: 1px solid #0e499e;
}

.video_reports>h1 {
    padding: 10px;
    font-weight: bolder;
}

.video_list_a {
    width: 1005;
}

.video_list_a>ul {
    width: 100%;
    height: 100%;
}

.video_list_a>ul>li {
    width: 100%;
}

.video_list_a>ul>li>a>img {
    width: 100%;
    height: 190px;
}

.video_list_a>ul>li>a>p {
    padding-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.video_list_a>ul>li>a>p>i {
    display: block;
    width: 25px;
    float: left;
    height: 25px;
    margin-right: 10px;
    background: url(../img/video_ico.png) no-repeat;
}

.video_list_a>ul>li>a>p>span {
    display: block;
    width: 345px;
    color: #4679b1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}



/* datelcss */
.content_title {
    border-top: 2px solid #eee;
    margin-top: 10px;
}

.content_title>p {
    text-align: center;
    line-height: 45px;
    margin-top: 20px;
    margin-bottom: 15px;
    line-height: 45px;
    color: #578ec2;
    font-size: 30px;
    font-weight: bolder;
}

.share {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.source>span {
    padding-left: 20px;
    font-size: 14px;
    color: #797979;
}

.font>.on {
    cursor: pointer;
}

.font>.on:hover {
    color: #0e499e
}


/* åˆ†äº« */
.gogo {
    padding-left: 20px;
}


/* ç¿»ç¯‡ */
.piece {
    margin-top: 60px;
}

.piece>ul>li {
    position: relative;
    margin-top: 15px;
}

.piece>ul>li>a {
    padding-left: 20px;
}

.piece>ul>li>.box {
    position: absolute;
    left: -10px;
    top: 2px;
    display: none;
    width: 5px;
    height: 20px;
    margin-top: 2px;
    margin-right: 20px;
    background-color: #0e499e;
}

.piece>ul>li:hover .box {
    display: block;
}


/* é¢†å¯¼ä»‹ç»css */
.introduce {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
    border-top: 2px solid #0e499e;
    padding-top: 20px;
}

.introduce_left {
    width: 280px;
}

.introduce_left>.rank {
    display: flex;
    justify-content: center;
    width: 100%;
    line-height: 61px;
    text-align: center;
    color: #fff;
    background-color: #0e499e;
    font-size: 22px;
    cursor: pointer;
}

.introduce_left>.rank>i {
    width: 14px;
    height: 10px;
    background: url('../img/180ico.png') no-repeat;
    margin-top: 27px;
    margin-left: 10px;
}

.introduce_left>ul {
    width: 100%;
}

.introduce_left>ul>li {
    width: 100%;
}

.introduce_left>ul>li>a {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 60px;
    color: #000;
    background-color: #eeeeee;
}

.introduce_right {
    width: 872px;
}

.right_img {
    width: 100%;
    /* height: 330px; */
    text-align: center;
    padding-top: 10px;
    background-color: #eee;
}

.right_img>h1 {
    display: flex;
    line-height: 50px;
    font-size: 22px;
    color: #0e499e;
}

.right_img>h1>i {
    display: block;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 50%;
    margin: 18px 20px 0 20px;
}

.right_img>img {
    width: 175px;
    /* height: 255px; */
}

.personage {
    width: 100%;
    margin-top: 20px;
}

.personage_title {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 55px;
    background-color: #eee;
}

.personage_title>li:First-child {
    width: 130px;
    height: 100%;
    text-align: center;
    line-height: 55px;
    color: #fff;
    background-color: #0e499e;
}

.personage_title>li>a {
    text-align: center;
    line-height: 55px;
    font-size: 14px;
    padding-right: 10px;
}

.personage_list {
    width: 100%;
    height: 100%;
}

.personage_list>ul {
    width: 100%;
    height: 100%;
}

.personage_list>ul>li {
    width: 100%;
    margin: 10px 0 10px 0;
    padding: 5px 0 5px 0;
}

.personage_list>ul>li>a {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.personage_list>ul>li>a>span:First-child {
    width: 80%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}



/* ä¸‹æ‹‰ */

.tablist>ul>li>.tablist_bar {
    display: none;
    position: relative;
    left: -168px;
    /* display: flex; */
    flex-wrap: nowrap;
    justify-content: center;
    width: 290%;
    height: 60px;
    z-index: 2;
}

.tablist>ul>li>.tablist_bar>li {
    margin-right: 8px;
    margin-left: 12px;
}

.tablist>ul>li:hover .tablist_bar {
    display: flex;

}

.tablist>ul>li>.tablist_bar>li>a {
    text-align: center;
    width: 75px;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #4679c1;
    line-height: 90px;
}

.tablist_bar>li>a:hover {
    text-decoration: underline
}

.shuffling img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}





/* ä¸¤æ ç›®åˆ—è¡¨ */
.column {
    width: 100%;
    height: 100%;
}

.column_one {
    width: 100%;
    margin-top: 25px;
}

.one_title {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: #eee;
}

.one_title>span {
    display: block;
    width: 200px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    color: #fff;
    background-color: #0e499e;
}

.one_title>a {
    font-size: 14px;
    line-height: 55px;
    padding-right: 10px;
}

.column_one>ul>li>a {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 15px;
    justify-content: space-between;
}

/* é¢†å¯¼ä»‹ç» */
.referral {
    text-align: center;
    line-height: 70px;
}


.article {
    margin-top: 50px;
}

.video_list img {
    width: 100%;
    height: 100%;
}

.video_list ul>li>a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.video_list ul>li>a>span {
    position: absolute;
    display: block;
    width: 98%;
    bottom: 0px;
    line-height: 40px;
    padding-left: 10px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
}

.codeimg {
    position: relative;
}



/* 飘窗 */
.bay_indo {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 320px;
    height: 265px;
    z-index: 9999;
}

.offimg{
    float: right;
    width: 30px;
    line-height: 24px;
    text-align: center;
    color:#fff;
    background-color: #ffb92b;
    cursor: pointer;
}

.bay_indo .active {
    background-color: red !important;
}

.bay_img{
    width: 100%;
    height: 240px;
}
.netMonitor img{
    width: 100px;
    height: 100px;
}

video{
    width: 420px;
}