html {
    margin: 0;
    padding: 0
}

body {
    font-family: 微软雅黑, "Microsoft YaHei", 宋体, SimSun, Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    /*min-width: 1200px;*/
}

ul, li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

h3, p, a {
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
    color: #333;
}

a img {
    border: 0;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

.main {
    width: 100%;
    background: url("../images/bg_left.png") no-repeat left top, url("../images/bg_right.png") no-repeat right bottom;
    background-color: #f7faff;
}

.content {
    margin: 0 auto;
    padding-bottom: 50px;
    /*width: 1200px;*/
    position: relative;
    max-width: 1200px;
}

/***header begin***/
.header {
    /*height: 80px;*/
    width: 100%;
    border-bottom: 1px solid #dff0ff;
}

.header .content {
    padding-bottom: 18px;
}

.header .logo {
    float: left;
    margin-top: 25px;
    cursor: pointer;
}

.header .right {
    float: right;
}

.header .right ul {
    margin-top: 25px;
}

.header .right ul li {
    float: left;
}

.header .right ul li:not(:last-child) {
    margin-right: 25px;
}

.header .right ul li h3, .main .header .right ul li image {
    display: inline;
}

.header .right ul li h3 {
    position: relative;
    top: -9px;
    font-size: 14px;
    color: #aaabae;
    font-weight: 500;
    padding-left: 10px;
}

/***header end***/

/***content begin***/
.content .item-large {
    width: 100%;
    text-align: center;
    margin-top: 13px;
    position: relative;
}

.content .item-large .item-title h3 {
    font-weight: 600;
    font-size: 30px;
    color: #44566c;
    margin-top: 30px;
}

.content .item-large .item-title p {
    color: #46566b;
    font-size: 14px;
    margin: 20px 0;
}

.content .item-large .itemss {
    width: 100%;
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
}

.content .item-large .items {
    /* width: 262px;
     height: 298px;
     display: inline-block;*/
    text-align: center;

    width: 25%;
    float: left;
    padding: 2px 10px;
    flex: 0 0 25%;
}

/*.content .item-large .items:not(:last-child) {
    margin-right: 20px;
}*/

.content .item-large .items > a {
    display: block;
    width: 100%;
    border: 1px solid #e8f4ff;
    border-radius: 10px;
    background-color: #ffffff;
}

.content .item-large .items > a {
    position: relative;
}

.content .item-large .items > a .abs-yhq {
    position: absolute;
    right: -10px;
    top: -17px;
    width: 94px;
    height: 34px;
    z-index: 100;
    background: url("../images/yhq.jpg") no-repeat center center;
}

.content .item-large .items > a:hover {
    border: 1px solid #e8f4ff;
    box-shadow: 0 1px 2px rgba(150, 150, 150, 0.3);
}

.content .item-large .skyblue > a:hover {
    box-shadow: 0 0 4px 1px rgb(214, 237, 255);
}

.content .item-large .lighred > a:hover {
    box-shadow: 0 0 4px 1px rgb(255, 231, 232);
}

.content .item-large .viridity > a:hover {
    box-shadow: 0 0 4px 1px rgb(221, 251, 215);
}

.content .item-large .purple > a:hover {
    box-shadow: 0 0 4px 1px rgb(207, 222, 255);
}

.content .item-large .indigo > a:hover {
    box-shadow: 0 0 4px 1px rgb(144, 200, 255);
}

.content .item-large .qing > a:hover {
    box-shadow: 0 0 4px 1px rgb(192, 241, 254);
}

.content .item-large .deepgreen > a:hover {
    box-shadow: 0 0 4px 1px rgb(169, 235, 232);
}

.content .item-large .black > a:hover {
    box-shadow: 0 0 4px 1px rgb(212, 221, 241);
}

.content .large-top {
    margin-top: 42px;
}

.content .item-large .main {
    background-size: 258px 188px;
    /*width: 258px;*/
    height: 188px;
    margin: 2px auto 0;
    position: relative;
    z-index: 2;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.content .item-large .bg2 {
    background: url("../images/bg_2.png") no-repeat center center;
    background-size: 100% 100%;
}

.content .item-large .bg3 {
    background: linear-gradient(180deg, #e5fde0, #b6f0ab);
}

.content .item-large .bg5 {
    background: linear-gradient(180deg, #d7e2fc, #93b2ec);
}

.content .item-large .bg7wp {
    background: url("../images/bg7_wp.png") no-repeat center center;
    background-size: 100% 100%;
}

.content .item-large .items.indigo .main {
    background: linear-gradient(180deg, #e4ebff, #85c3ff);
}

.content .item-large .items.qing .main {
    background: linear-gradient(180deg, #d3fffe, #71bbff);
}

.content .item-large .items.deepgreen .main {
    background: linear-gradient(180deg, #a4eae7, #c0efef);
}

.content .item-large .items.black .main {
    background: linear-gradient(180deg, #b7c5e5, #dae1f4);
}

.content .item-large .main h3 {
    display: inline-block;
    width: 186px;
    margin: 30px auto 0;
    line-height: 49px;
    color: #ffffff;
    font-size: 24px;
}

.content .item-large .main .f18 {
    font-size: 18px;
}

.content .item-large .main .bg4 {
    background: url("../images/bg_4.png") no-repeat;
    background-size: cover;
}

.content .item-large .main .bg7 {
    background: url("../images/bg_7.png") no-repeat;
    background-size: cover;
}

.content .item-large .main .bg8 {
    background: url("../images/bg_8.png") no-repeat;
    background-size: cover;
}

.content .item-large .main .bg9 {
    background: url("../images/bg_9.png") no-repeat;
    background-size: cover;
}

.content .item-large .main .bg21 {
    background: url("../images/bg_2-1.png") no-repeat;
    background-size: cover;
}

.content .item-large .main .bg22 {
    background: url("../images/bg_2-2.png") no-repeat;
    background-size: cover;
}

.content .item-large .main .bg23 {
    background: url("../images/bg_2-3.png") no-repeat;
    background-size: cover;
}

.content .item-large .main .bg24 {
    background: url("../images/bg_2-4.png") no-repeat;
    background-size: cover;
}

.content .item-large .main.orange {
    background: linear-gradient(0deg, #FFC9C2, #FFF6F5);
}

.content .item-large .main .bg-ywj {
    background: linear-gradient(45deg, #FE3936, #F86231);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.content .item-large .main p {
    margin-top: 20px;
    font-size: 16px;
}

.content .item-large .main span {
    font-weight: 600;
    font-size: 16px;
}

.content .item-large .bottom {
    height: 105px;
    /*width: 262px;*/
}

.content .item-large .bottom p {
    color: #44566d;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    top: 24px;
    line-height: 48px;
}

.content .item-large .bottom button {
    border-radius: 50px;
    border: none;
    font-weight: bold;
    color: #ffffff;
    font-size: 18px;
    width: 160px;
    height: 50px;
    line-height: 50px;
    position: relative;
    top: 24px;
    display: none;
    outline: none;
    cursor: pointer;
}

.content .item-large .bottom .bf-wf-btn {
    background: #149bff;
}

.content .item-large .bottom .bf-wp-btn {
    background: #fc7a5e;
}

.content .item-large .bottom .bf-ww-btn {
    background: #88cb4a;
}

.content .item-large .bottom .bf-cg-btn {
    background: #6d96f2;
}

.content .item-large .bottom .bf-ywj-btn {
    background: #F86031;
}

.content .item-large .items.indigo .bottom .bf-btn {
    background: #0055f1;
}

.content .item-large .items.qing .bottom .bf-btn {
    background: #169af6;
}

.content .item-large .items.deepgreen .bottom .bf-btn {
    background: #05ba93;
}

.content .item-large .items.black .bottom .bf-btn {
    background: #515c78;
}

.lighRed {
    margin-top: 34px;
    text-align: left;
}

.itLogo {
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: -1;
}

.gramLogo {
    left: 49%;
    top: 64px;
}

.tuinLogo {
    top: 50px;
    left: 51%;
}

.checkpassLogo {
    top: 48px;
    left: 55%;
}

.zaojcLogo {
    top: 52px;
    left: 54%;
}

.paperLogo {
    top: 56px;
    left: 57%;
}

.ywjlogo {
    left: 24%;
    top: 40px;
}

.aiLogo {
    top: 60%;
    left: auto;
    right: 2%;
}

.collect {
    display: inline-block;
    border: 1px solid #3d8be0;
    font-size: 16px;
    color: #3d8be0;
    padding: 8px 0;
    cursor: pointer;
    position: fixed;
    left: 20px;
    top: 50%;
    margin-top: -70px;
    width: 28px;
    text-align: center;
    z-index: 100;
}

.collect img {
    margin-bottom: 10px;
}

/***content end***/

/*** footer begin***/
.footer {
    text-align: center;
    height: 59px;
    color: #44566c;
    font-size: 12px;
    background-color: #ffffff;
}

.footer p {
    display: block;
    line-height: 65px;
}

/*** footer end***/

/*** navigation ***/
.navigation {
    position: fixed;
    right: 20px;
    top: 50%;
    /*margin-top: -120px;*/
    margin-top: -70px;
    z-index: 1000;
}

.navigation .navItme {
    width: 40px;
    height: 46px;
    background: #3a3843;
    color: #e6e5e5;
    text-align: center;
    line-height: 15px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 12px;
    padding: 7px;
    transition: all .3s;
    border-bottom: 2px solid #fff;
    position: relative;
}

.navigation .navItme:hover {
    color: #fff;
}

.navigation .navItme-head {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.navigation .navItme-foot {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: none;
}

.navigation .active {
    background: #3c8ae2;
    color: #fff;
}

.navigation .navItme.navItme-kf {
    background: #fff;
    border-color: #3c8ae2;
}

.navigation .navItme-hover-body {
    background: #fff;
    position: absolute;
    top: 4px;
    right: 40px;
    color: #333333;
    font-size: 14px;
    box-shadow: 0px 0px 4px 0px #e1dfdf;
    display: none;
}

.navigation .navItme:hover .navItme-hover-body {
    display: block;
}

.navigation .navItme-hover-body.qq {
    /*left: -261px;*/
    width: 260px;
    line-height: 54px;
}

.navigation .navItme-hover-body.wx {
    /*left: -251px;*/
    width: 250px;
    padding: 10px;
    text-align: center;
}

.navItme-hover-body.qq .concat {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    width: 76px;
    height: 30px;
    background: linear-gradient(49deg, #ff9740, #fc6372);
    background-color: #ff9740;
    line-height: 30px;
    border-radius: 50px;
    margin-left: 10px;
}

.navItme-hover-body.wx .wx-c {
    width: 115px;
    float: left;
}

.navItme-hover-body.wx img {
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
}

/*241115*/
.show-xs {
    display: none !important;
}

.hidden-xs {
    display: block !important;
}

/*241121*/
.content .item-large .items > a > .flag {
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    background: url("../images/flag.png") no-repeat center center;
    background-size: 100% 100%;
    z-index: 1000;
    color: #fff;
    padding-bottom: 8px;
    text-align: center;
}

/*250114*/
.friendlinks > ul {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0 10px;
}

.friendlinks > ul > li {
    margin: 0 10px;
}

.friendlinks > ul > li > a {
    text-decoration: underline;
}

/*响应式*/
@media (max-width: 1200px) {
    .collect {
        left: 0
    }

    .navigation {
        right: 0;
    }

    .hidden-xs {
        display: none !important;
    }

    .show-xs {
        display: block !important;
    }
}

@media (max-width: 800px) {
    .collect {
        display: none;
    }

    .content .item-large .items {
        width: 100%;
        flex: 0 0 100%;
    }
}