* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
li {
            list-style-type: none;
        }
a {
            text-decoration: none;
            color: #222222;
            border: 0;
            /* display: inline-block; */
            /* width: 50%; */
        }
div {
            margin: 0;
            padding: 0px;
        }
.tabbox1 ul{
        display: flex;
        flex-wrap: wrap;
}
.tabbox1 ul li {
        background: #f6f8fa;
        width: 30%;
        height: 78px;
        margin: 15px;
        box-shadow: 0px 8px 10px -1px #dddddd;
        border-radius: 17px;
        font-size: 42px;
        text-align: center;
        line-height: 78px;
        font-weight: 600;
}
img {
            border: 0;
            margin: 0;
            padding: 0;
        }
/*all*/
        .w100 {
            width: 100%;
            /*  */
        }
.w1200 {
            width: 1200px;
            margin: 0 auto;
        }
/*space*/
        .f1 {
            /* margin-top: 50px; */
            background: #fff;
        }
.f2 {
            padding: 50px 0;
        }
/*background*/
        .bg {
            background: #fff;
        }
body {
            font-family: "Microsoft YaHei";
            min-width: 1200px;
            background-color: #ffffff;
            overflow: hidden;
        }
.top p {
            
            font-size: 32px;
            line-height: 100px;
            color: #ffffff;
        }
/*hbg*/
        .hbg {
            width: 100%;
            
            padding: 30px 0;
            background: #004564;
            border-top: 1px solid #002b3e;
            border-bottom: 10px solid #145a79;
        }
.hbg img{
            height: 90px;
        }
.hbg .w1200 a{
            height: 90px;
            display: inline-block;
            margin-top: 30px;
            
            /* width: 300px; */
        }
.hbg .logo {
            width: 550px;
            height: 200px;
            
            background: url(../images/logo.png) no-repeat 20px center;
        }
.hbg .old {
            display: inline-block;
            
            margin-top: 60px;
            padding: 0 50px;
            font-size: 35px;
            color: #ffffff;
            line-height: 80px;
            text-align: center;
            font-weight: bold;
            letter-spacing: 2px;
            background: none;
            border-radius: 40px;
            border: 3px solid #ffffff;
        }
.hbg .wza {
            display: inline-block;
            
            margin-top: 15px;
            margin-right: 15px;
            padding: 0 28px;
            font-size: 24px;
            color: #ffffff;
            line-height: 55px;
            text-align: center;
            font-weight: bold;
            letter-spacing: 2px;
            background: none;
            border: 2px solid #ffffff;
            border-radius: 40px;
        }
/*module*/
        .module {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
        }
.module li {
            width: 370px;
            
            margin: 15px;
            box-shadow: 0px 8px 10px -1px #dddddd;
            border-radius: 20px;
            overflow: hidden;
        }
.module li a {
            display: block;
            width: 100%;
            
        }
.module li.icon1 {
            background: #80c9ab;
        }
.module li.icon2 {
            background: #73acc2;
        }
.module li.icon3 {
            background: #c3b378;
        }
.module li.icon4 {
            background: #5db8c1;
        }
.module li.icon5 {
            background: #cfae88;
        }
.module li.icon6 {
            background: #d59690;
        }
.module li a i {
            width: 135px;
            height: 135px;
            border-radius: 50%;
            width: 37%;
            display: inline-block;
            margin: 30px 117.5px;
        }
.module li.icon1 a i {
            background: url(../images/ico01.png) no-repeat top center;
            width: 37%;
            display: inline-block;
            /* height: 40%; */
        }
.module li.icon2 a i {
            background: url(../images/ico02.png) no-repeat top center;
        }
.module li.icon3 a i {
            background: url(../images/ico03.png) no-repeat top center;
        }
.module li.icon4 a i {
            background: url(../images/ico04.png) no-repeat top center;
        }
.module li.icon5 a i {
            background: url(../images/ico05.png) no-repeat top center;
        }
.module li.icon6 a i {
            background: url(../images/ico06.png) no-repeat top center;
        }
.module li a p {
            width: 100%;
            
            padding-bottom: 40px;
            font-size: 42px;
            line-height: 60px;
            color: #ffffff;
            letter-spacing: 2px;
            text-align: center;
            font-weight: bold;
        }
.module li:hover {
            transform: translateY(-4%);
            -webkit-transition: all 0.4s linear;
            -moz-transition: all 0.4s linear;
            -o-transition: all 0.4s linear;
            transition: all 0.4s linear;
        }
/*title*/
        .title {
            width: 100%;
            
            margin-bottom: 50px;
        }
.title p {
            
            margin: 0 50px;
            font-size: 50px;
            line-height: 75px;
            color: #004564;
            font-weight: bold;
            letter-spacing: 2px;
            text-align: center;
        }
.title::before,
        .title::after {
            content: "";
            width: 440px;
            height: 75px;
            
        }
.title::before {
            background: url(../images/title-l.png) no-repeat right center;
        }
.title::after {
            background: url(../images/title-r.png) no-repeat left center;
        }
.server li {
            width: 270px;
            
            margin: 15px;
        }
.server li a {
            display: block;
            width: 100%;
            height: 340px;
            
            background: #ffffff;
            box-shadow: 0px 8px 10px -1px #dddddd;
            border-radius: 6px;
            overflow: hidden;
        }
.server li.i1 a {
            background: url(../images/server1.png) no-repeat top center;
            background-size: 100% 135px;
        }
.server li.i2 a {
            background: url(../images/server2.png) no-repeat top center;
            background-size: 100% 135px;
        }
.server li.i3 a {
            background: url(../images/server3.png) no-repeat top center;
            background-size: 100% 135px;
        }
.server li.i4 a {
            background: url(../images/server4.png) no-repeat top center;
            background-size: 100% 135px;
        }
.server li.i5 a {
            background: url(../images/server5.png) no-repeat top center;
            background-size: 100% 135px;
        }
.server li.i6 a {
            background: url(../images/server6.png) no-repeat top center;
            background-size: 100% 135px;
        }
.server li.i7 a {
            background: url(../images/server7.png) no-repeat top center;
            background-size: 100% 135px;
        }
.server li.i8 a {
            background: url(../images/server8.png) no-repeat top center;
            background-size: 100% 135px;
        }
.server li a i {
            width: 72px;
            height: 72px;
            
            margin: 105px 100px 0;
            background: rgba(255, 255, 255, .6);
            border-radius: 50%;
        }
.server li a i::after {
            content: "";
            width: 62px;
            height: 62px;
            
            margin: 5px;
            border-radius: 50%;
        }
.server li.i1 a i::after {
            background: url(../images/i1.png) #ffffff no-repeat center;
        }
.server li.i2 a i::after {
            background: url(../images/i2.png)#ffffff no-repeat center;
        }
.server li.i3 a i::after {
            background: url(../images/i3.png)#ffffff no-repeat center;
        }
.server li.i4 a i::after {
            background: url(../images/i4.png)#ffffff no-repeat center;
        }
.server li.i5 a i::after {
            background: url(../images/i5.png)#ffffff no-repeat center;
        }
.server li.i6 a i::after {
            background: url(../images/i6.png)#ffffff no-repeat center;
        }
.server li.i7 a i::after {
            background: url(../images/i7.png)#ffffff no-repeat center;
        }
.server li.i8 a i::after {
            background: url(../images/i8.png)#ffffff no-repeat center;
        }
.server li a p {
            width: 100%;
            
            padding: 20px;
            font-size: 42px;
            line-height: 60px;
            color: #494949;
            letter-spacing: 2px;
            text-align: center;
            font-weight: bold;
        }
.server li:hover {
            transform: translateY(-4%);
            -webkit-transition: all 0.4s linear;
            -moz-transition: all 0.4s linear;
            -o-transition: all 0.4s linear;
            transition: all 0.4s linear;
        }
.server li:hover a p {
            color: #004564;
        }
.class-list li {
            width: 100%;
            
            border: 1px solid #eaeaea;
            margin-top: 49px;
            padding: 36px 38px;
        }
.class-list li a {
            display: block;
            
        }
.class-list li .l-l {
            width: 954px;
        }
.class-list li .l-l font {
            width: 795px;
            
            font-size: 36px;
            line-height: 50px;
            color: #004564;
            text-align: left;
            font-weight: 500;
        }
.class-list li .l-l font::before {
            content: "";
            width: 13px;
            height: 13px;
            
            margin: 20px 10px 0 0;
            background: #004564;
            border-radius: 50%;
        }
.class-list li .l-l span {
            width: 135px;
            
            padding-top: 19px;
            font-size: 24px;
            color: #888888;
            font-weight: 400;
        }
.class-list li .l-l p {
            width: 100%;
            
            font-size: 30px;
            line-height: 60px;
            color: #444444;
        }
.class-list li .l-r {
            width: 168px;
            height: 60px;
            
            position: relative;
            top: 30px;
            background: #ffffff;
            border: 2px solid #ccdae0;
            border-radius: 60px;
            font-size: 30px;
            line-height: 56px;
            color: #ccdae0;
            text-indent: 45px;
        }
.class-list li .l-r::after {
            content: "";
            position: absolute;
            top: 21px;
            right: 35px;
            width: 15px;
            height: 15px;
            
            background: none;
            border-top: 3px solid #ccdae0;
            border-left: 3px solid #ccdae0;
            -webkit-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
            transform: rotate(135deg);
        }
.class-list li:hover {
            transform: translateY(-2%);
            box-shadow: 5px 5px 10px #eaeaea;
            -webkit-box-shadow: 5px 5px 10px #eaeaea;
            -moz-box-shadow: 5px 5px 10px #eaeaea;
            -webkit-transition: all 0.4s linear;
            -moz-transition: all 0.4s linear;
            -o-transition: all 0.4s linear;
            transition: all 0.4s linear;
        }
.class-list li:hover .l-r {
            color: #004564;
            border-color: #004564;
        }
.class-list li:hover .l-r::after {
            border-top-color: #004564;
            border-left-color: #004564;
        }
.c29447sub_box img {
            border: none;
            width: 715px;
            height: 455px;
        }
#vsb_imgnewslist_bd1lfimg div {
            width: 100000px;
            margin-left: -4px;
        }
#vsb_imgnewslist_bd1lfimg dd h2 a {
            font-family: "Microsoft YaHei";
            color: #222222;
            font-weight: bold;
        }
#vsb_imgnewslist_bd1lfimg dd a {
            font-family: "Microsoft YaHei";
            color: #999999;
            text-decoration: none;
        }
.c29447sub_no li {
            display: block;
            width: 35px;
            height: 10px;
            
            margin-right: 10px;
            overflow: hidden;
            border-radius: 15px;
            line-height: 25px;
            vertical-align: middle;
            text-align: center;
            background: #cccccc;
            font-family: Arial;
            font-size: 11px;
            color: #cccccc;
            cursor: pointer;
        }
.c29447sub_no li.show {
            background: #004564;
            color: #004564;
        }
.lnb1_0{
            /* color: #ffffff; */
            overflow: hidden;
        }
.lnb1_1{
            /* color: #ffffff; */
            display: flex;
            justify-content: space-between;
        }
.lnb1_1_1{
            /* color: #ffffff; */
            width: 50%;
            height: 455px;
        }
.lnb1_1_1a img{
            color: #ffffff;
            width: 100%;
            height: 100%;
            display: block;
        }
.lnb1_1_2{
            /* color: #ffffff; */
            width: 40%;
            background: #fff;
            flex: 1;
        }
.ghbdbd{
    /* overflow:hidden; */
    /* height: 329px; */
    /* width: 100%; */
}