<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.main {
    width: 1200px;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
}

.main::after {
    content: "";
    display: block;
    clear: both;
}

html {
    width: 100%;
    overflow-x: hidden;
}

html body {
    width: 100%;
    overflow-x: hidden;
}

header {
    line-height: 40px;
    background: #ffffff;
    position: fixed;
    z-index: 99999;
    width: 100%;
    top: 0;
    left: 0;
}

header .fr {
    float: right;
}

header .fr a {
    display: block;
    float: left;
    margin-right: 75px;
}

header .search {
    width: 20px;
    float: left;
    height: 40px;
    cursor: pointer;
    background: url(../png/search.png) no-repeat center;
}

header form {
    width: 300px;
    height: 40px;
    overflow: hidden;
    border: 1px solid #ddd;
    position: absolute;
    right: 0;
    top: 100%;
    display: none;
    z-index: 999999;
}

header form input[type="text"] {
    width: 85%;
    float: left;
    height: 100%;
    border: none;
    float: left;
    text-indent: 1em;
}

header form input[type="submit"] {
    width: 15%;
    float: left;
    height: 40px;
    border: none;
    background: #f99608;
    cursor: pointer;
    color: #000;
    font-size: 14px;
}

nav {
    position: fixed;
    z-index: 999;
    width: 100%;
    /*top: 40px;*/
    left: 0;
    transition: all 0.4s;
}

nav.on {
    top: 0;
    background: rgba(61, 59, 59, 0.8);
}

nav .logo {
    float: left;
    display: block;
    margin-top: 15px;
}

nav .logo img {
    display: block;
}

nav .block {
    padding: 20px 0;
}

nav .head {
    position: relative;
    background: rgba(61, 59, 59, 0.5);
    height: 94px;
    z-index: 9999;
}

nav .head .navbox {
    width: 1300px;
    margin: 0 auto;
}

nav .head .nav {
    display: block;
    float: right;
    width: calc(100% - 470px);
}

nav .head .nav .nav_pc {
    width: 100%;
}

nav .head .nav ul li {
    float: left;
    position: relative;
    box-sizing: border-box;
    z-index: 999;
}

nav .head .nav ul li .f_a {
    line-height: 94px;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    position: relative;
}

nav .head .nav ul li .f_a::after {
    content: "";
    display: block;
    width: 74px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -37px;
    background: #f99608;
    height: 4px;
    opacity: 0;
    transition: all 0.3s ease-out;
}

nav .head .nav ul li:hover .f_a {
    position: relative;
    color: #fff;
    transition: all 0.3s ease-out;
}

nav .head .nav ul li:hover .f_a::after {
    opacity: 1;
}

nav .head .nav ul li .s_navbox {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    background: rgba(61, 59, 59, 0.5);
    z-index: 9999;
    box-sizing: border-box;
    text-align: center;
    padding: 20px 0;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.29);
}

nav .head .nav ul li .s_navbox .s_a {
    display: inline-block;
    text-align: left;
}

nav .head .nav ul li .s_navbox .s_a a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    text-align: left;
    padding: 6px 4px 6px 16px;
  /*  background: url(/tpl/blue/images/icon_nav.png) no-repeat left center;*/
}

nav .head .nav ul li .s_navbox .s_a a:hover {
    color: #f99608;
    /*background: url(/tpl/blue/images/icon_navo.png) no-repeat left center;*/
}

nav .m_nav {
    display: none;
}

nav .headlf .m_logo {
    display: none;
}

nav .headrg .m_menuimg {
    display: none;
}

nav .active {
    background-color: #cf1322;
}

nav .activ2 {
    background-color: #cf1322;
}

nav .sidenav {
    position: relative;
    width: 180px;
    display: block;
    float: left;
}

nav .sidenav label {
    width: 180px;
    display: block;
    padding-left: 55px;
    box-sizing: border-box;
    background: #128ee3;
    position: relative;
    height: 48px;
    line-height: 48px;
    color: #fff;
    font-size: 16px;
}

nav .sidenav label i {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    background-size: 20px;
    left: 25px;
    top: 16px;
}

nav .sidenav .side {
    display: inline-block;
    position: absolute;
    top: 48px;
    left: 0;
    z-index: 999;
    width: 180px;
    background: #fff;
    border-top: none;
    background-color: rgba(255, 255, 255, 0.95);
    box-sizing: border-box;
}

nav .sidenav .side li {
    position: relative;
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}

nav .sidenav ul.side li:first-child {
    cursor: pointer;
}

nav .sidenav .side li a {
    color: #333;
    height: 40px;
    line-height: 40px;
    padding: 8px 0;
    display: block;
    font-size: 16px;
}

nav .sidenav .side li a:hover {
    background: 0 0;
    color: #0085cd;
}

nav .sidenav .side li a i {
    transition: all 0.3s ease 0s;
}

nav .sidenav .side li a i.side_t {
    margin-left: 10px;
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    background-size: 30px;
}

nav .sidenav .side li a:hover i {
    margin-left: 15px;
}

nav .sidenav .side li:hover .side_main {
    display: block;
    z-index: 999;
}

nav .sidenav .side .side_main {
    display: none;
    width: 500px;
    background: #fff;
    position: absolute;
    left: 180px;
    top: 0;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
    border: 1px #cecece solid;
    z-index: 7;
}

nav .sidenav .side .side_main dl {
    margin: 20px;
    padding: 0;
}

nav .sidenav .side .side_main dl dt {
    font-size: 18px;
    margin-bottom: 10px;
    color: #0173b2;
    font-weight: 700;
}

nav .sidenav .side .side_main dl dt b {
    font-size: 15px;
}

nav .sidenav .side .side_main dl dd {
    margin-bottom: 10px;
    display: inline-block;
}

nav .sidenav .side .side_main dl dd a {
    position: relative;
    display: inline-block;
    color: #777;
    font-size: 14px;
    margin: 0 4px;
    padding: 0 5px;
    border-right: 2px solid #bbb;
    height: auto;
    line-height: 1.5;
    transition: all 0.2s ease 0s;
}

nav i.icon-hot {
    background-position: 0 -240px;
}

nav i.icon-new {
    background-position: -40px -240px;
}

nav .sidenav .side .side_main dl dd a span {
    color: #999;
}

nav .sidenav .side .side_main dl dd a:hover {
    background: 0 0;
    color: #cf1322;
    transform: translateY(-2px);
}

nav .sidenav .side .side_main dl dd a:hover b {
    color: #40adf5;
}

nav .sidenav .side .side_main dl dd a:hover span {
    color: #40adf5;
}

nav .slider {
    position: relative;
    overflow: hidden;
    width: 100%;
}

nav .slideBox .hd {
    height: 10px;
    z-index: 1;
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    z-index: 1;
}

nav .slideBox .hd ul {
    text-align: center;
    padding-top: 5px;
}

nav .slideBox .hd ul li {
    cursor: pointer;
    float: left;
    margin-right: 5px;
    width: 30px;
    height: 10px;
    line-height: 14px;
    text-align: center;
    background: #fff;
}

nav .slideBox .hd ul .on {
    background: #00a2ff;
    color: #fff;
}

nav .slideBox .bd {
    position: relative;
    z-index: 0;
}

nav .slideBox .bd li img {
    width: 100%;
    vertical-align: top;
}

@media screen and (max-width: 1600px) and (min-width: 1200px) {
    nav .nav ul li .f_a {
        font-size: 14px;
    }

    nav .nav ul li .s_navbox .s_a a {
        font-size: 12px;
    }

    nav .foot_top ul {
        margin-left: 60px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 0px) {
    nav .msgNum {
        display: none;
    }

    nav .slider {
        margin-top: 44px;
    }

    nav .head {
        display: none;
    }

    nav .m_img {
        display: block;
        height: 44px;
        background: #3d3b3b;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
        overflow: hidden;
    }

    nav .m_img .headlf {
        padding-top: 2px;
        padding-left: 5px;
        float: left;
    }

    nav .m_img .headlf .m_logo {
        height: 30px;
        display: block;
        float: left;
        margin-top: 5px;
        margin-left: 10px;
    }

    nav .m_img .headlf .m_logo img {
        display: block;
        height: 100%;
    }

    nav .m_img .headrg {
        padding-right: 5%;
        padding-top: 14px;
        float: right;
    }

    nav .m_img .headrg a .m_menuimg {
        height: 16px;
        display: block;
    }

    nav .m_nav {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        overflow: hidden;
        z-index: 10000;
    }

    nav .m_nav .closecover {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #0b0d19;
        filter: alpha(opacity=0);
        opacity: 0;
        left: 0;
        top: 0;
        z-index: 1;
    }

    nav .m_nav .closeicon {
        position: absolute;
        width: 20%;
        left: 10px;
        top: 5%;
        z-index: 100;
        text-align: center;
        filter: alpha(opacity=0);
        opacity: 0;
    }

    nav .m_nav .m_navList {
        position: absolute;
        width: 80%;
        right: 0;
        top: 0;
        background: #3d3b3b;
        height: 100%;
        z-index: 100;
        right: -80%;
        overflow-y: scroll;
    }

    nav .m_nav .m_navList ul {
        padding-left: 5%;
        padding-right: 5%;
    }

    nav .m_nav .m_navList ul li {
        border-bottom: 1px solid #232530;
    }

    nav .m_nav .m_navList ul li a {
        display: block;
        height: 45px;
        color: #fff;
        line-height: 45px;
        padding-left: 5%;
        font-size: 16px;
    }

    nav .m_nav .m_navList ul li .m_f_a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    nav .m_nav .m_navList ul li .m_f_a a {
        flex: 1;
    }

    nav .m_nav .m_navList ul li .m_f_a i {
        width: 40px;
        height: 35px;
        box-sizing: border-box;
        padding: 0 5px;
        display: block;
    }

    nav .icon {
        background: url(https://www.sioc.cas.cn/images/plus.png) 100% no-repeat;
        background-position: 50% 50%;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s;
    }

    nav .icon_on {
        background: url(https://www.sioc.cas.cn/images/reduce.jpg) 50% no-repeat !important;
        background-position: 50% 50%;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s;
    }

    nav .m_nav .m_navList ul li .m_s_nav {
        display: none;
        width: 100%;
    }

    nav .m_nav .m_navList ul li .m_s_nav a {
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding-left: 10%;
        overflow: hidden;
        white-space: nowrap;
        width: 90%;
        text-overflow: ellipsis;
    }
}

.banner .swiper-slide {
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.banner .swiper-slide .center_font {
    position: absolute;
    z-index: 5;
    top: 40%;
    width: 100%;
    transform: translateY(-50%);
    left: 0;
    text-align: center;
}

.banner .swiper-slide .center_font .b_font {
    font-size: 7.2vw;
    font-family: 'SourceHanSans-Light';
    font-weight: bold;
    color: #fff;
    margin-bottom: 38px;
}

.banner .swiper-slide .center_font .sub_b {
    font-size: 1.8vw;
    color: #fff;
    letter-spacing: 0.5vw;
}

.banner .swiper-slide .center_font .t_font {
    font-size: 46px;
    color: #fff;
    text-align: left;
    padding-left: 110px;
    margin-bottom: 50px;
}

.banner .swiper-slide .center_font .t_font span {
    font-size: 30px;
}

.banner .swiper-slide .center_font .sub_t {
    text-align: left;
    color: #fff;
    width: 1200px;
    max-width: 100%;
    padding-left: 110px;
    font-size: 18px;
}

.banner .swiper-slide .center_font .sub_t em {
    display: inline-block;
    margin-right: 60px;
    margin-bottom: 25px;
    padding-left: 16px;
    background: url(/tpl/blue/images/icon_nav.png) no-repeat left center;
}

.banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    background: none;
    opacity: 1;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}

.banner_outer {
    position: relative;
}

.banner_outer .banner_nav {
    width: 1370px;
    max-width: 100%;
    position: absolute;
    z-index: 95;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    background: rgba(7, 117, 216, 0.75);
    overflow: hidden;
}

.banner_outer .banner_nav li {
    width: 20%;
    float: left;
    padding: 38px 10px;
    position: relative;
    z-index: 5;
}

.banner_outer .banner_nav li::after {
    content: "";
    display: block;
    width: 1px;
    height: 60%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
}

.banner_outer .banner_nav li:last-of-type::after {
    display: none;
}

.banner_outer .banner_nav li .face {
    text-align: center;
}

.banner_outer .banner_nav li .face img {
    display: block;
    margin: 0 auto 25px;
    max-width: 100%;
}

.banner_outer .banner_nav li .face p {
    color: #fff;
}

.banner_outer .banner_nav li .bh {
    position: absolute;
    width: calc(100% + 1px);
    height: 100%;
    z-index: 10;
    background: #e5870a;
    bottom: 100%;
    right: 0;
    color: #fff;
    transition: all 0.3s ease;
}

.banner_outer .banner_nav li .bh .inner {
    position: absolute;
    padding: 0 5px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
}

.banner_outer .banner_nav li .bh .inner span {
    display: block;
    padding-left: 15px;
    background: url(/tpl/blue/images/icon_nav.png) no-repeat left center;
    margin: 4px 0;
    border-bottom: 1px solid transparent;
}

.banner_outer .banner_nav li .bh .inner span a {
    display: block;
    white-space: nowrap;
}

.banner_outer .banner_nav li .bh .inner span:hover {
    border-color: #fff;
}

.banner_outer .banner_nav li:hover .bh {
    bottom: 0;
}

.index_con {
    position: relative;
    background: #fff;
    width: 1400px;
    max-width: 100%;
    margin: 80px auto 60px;
}

.index_con .tit {
    line-height: 34px;
    overflow: hidden;
    margin-bottom: 30px;
}

.index_con .tit span {
    display: inline-block;
    margin-right: 20px;
}

.index_con .tit span.ch {
    font-size: 26px;
    font-weight: bold;
}

.index_con .tit span.en {
    font-size: 15px;
}

.index_con .tit .more {
    font-size: 12px;
    float: right;
    vertical-align: bottom;
}

.index_con .tit .more:hover {
    color: #e5870a;
}

.index_con .service_box {
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
}

.index_con .news_box {
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.index_con .news_box::before {
    content: "";
    display: block;
    width: 2000px;
    height: 100%;
    z-index: 1;
    position: absolute;
    background: #f7f7f7;
    left: 50%;
    margin-left: -1000px;
}

.index_con .news_box li {
    padding-left: 15px;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 30px;
    padding-right: 80px;
}

.index_con .news_box li a {
    width: 95%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_con .news_box li a:hover {
    color: #e5870a;
}

.index_con .news_box li::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #424242;
    left: 0;
    top: 50%;
    margin-top: -2px;
    position: absolute;
}

.index_con .news_box li span {
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 5px;
    float: right;
    font-family: Arial;
}

.index_con .inner {
    width: 50%;
    padding: 40px;
    position: relative;
    z-index: 2;
}

.index_con .info {
    display: inline-block;
    margin-top: 26px;
    font-size: 14px;
    color: #3f3f3f;
}

.index_con .info:hover {
    color: #e5870a;
}

.index_con .slution_box {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    background: url(/tpl/blue/images/bg_solution.png) no-repeat center/cover;
    z-index: 80;
    padding: 10px 0;
}

.index_con .slution_box .txt {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 0 75px;
    color: #fff;
}

.index_con .slution_box .txt .des {
    line-height: 2;
    text-align: justify;
}

.index_con .slution_box .txt .des i {
    display: inline-block;
    width: 100%;
}

.index_con .slution_box .txt .info {
    color: #fff;
}

.index_con .slution_box .txt .info:hover {
    color: #e5870a;
}

footer {
    /*background: #3f3f3f;*/
    padding-top: 30px;
}

footer .top {
    padding-bottom: 40px;
    padding-right: 10px;
    padding-left: 10px;
}

footer ul {
   /* width: 15%;
    float: left;*/
    color: #fff;
}

footer ul .t {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}

footer ul li {
    font-size: 15px;
}

footer ul a {
    line-height: 26px;
}

footer ul a:hover {
    color: #e5870a;
}

footer .right {
    width: 206px;
    max-width: 20%;
    float: right;
    position: relative;
}

footer .select {
    width: 208px;
    line-height: 40px;
    color: #fff;
    border: 1px solid #fff;
    text-indent: 1em;
    position: relative;
    max-width: 100%;
}

footer .select p {
    background: url(/tpl/blue/images/a2.png) no-repeat right 5px center;
    cursor: pointer;
}

footer .select .a_box {
    display: none;
    padding-top: 10px;
    position: absolute;
    width: calc(100% + 2px);
    left: -1px;
    top: 100%;
    border: 1px solid #fff;
    border-top: none;
    background: #3f3f3f;
    z-index: 5;
}

footer .select a {
    display: block;
    line-height: 1.4;
    text-indent: 0;
    padding: 5px;
}

footer .select a:hover {
    background: #e5870a;
}

footer .weichat {
    display: block;
    margin-top: 25px;
    margin-left: 5px;
    position: relative;
}

footer .bottom {
    background: #686868;
    padding: 20px 10px 10px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

footer .bottom .sm {
    display: block;
    float: right;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    z-index: 5;
}

footer .bottom a:hover {
    color: #e5870a;
}

@media (max-width: 1024px) {
    header {
        display: none !important;
    }
}

@media (max-width: 992px) {
    .banner_outer .banner_nav {
        position: static;
        overflow: hidden;
        transform: translateY(0);
    }

    .banner_outer .banner_nav li {
        width: 100%;
        overflow: hidden;
    }

    .banner_outer .banner_nav li::after {
        display: none;
    }
}

@media (max-width: 768px) {
    .banner .swiper-slide .center_font .b_font {
        font-size: 40px;
    }

    .banner .swiper-slide .center_font .sub_b {
        font-size: 18px;
    }

    .banner .swiper-slide .center_font .t_font {
        padding-left: 10px;
    }

    .banner .swiper-slide .center_font .sub_t {
        padding-left: 10px;
    }

    .banner .swiper-slide .center_font .t_font {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .banner .swiper-slide .center_font .t_font span {
        font-size: 16px;
    }

    .banner .swiper-slide .center_font .sub_t em {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .banner_outer .banner_nav li {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .index_con .inner {
        width: 100%;
        padding: 25px 10px;
    }

    .index_con .slution_box, .index_con .slution_box .txt {
        position: static;
        transform: translateY(0);
        width: 100%;
    }

    .index_con .slution_box .txt {
        padding: 20px 10px;
    }

    .index_con {
        margin-top: 30px;
        margin-bottom: 25px;
    }

    footer .top {
        display: none;
    }

    footer {
        background: #fff;
        padding-top: 0;
    }

    footer .bottom {
        font-size: 14px;
    }

    footer .bottom .sm {
        position: static;
        margin-top: 10px;
        float: none;
    }
}

.sub_banner {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 580px;
}

.sub_banner .sbg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.sub_banner img {
    display: block;
    width: 100%;
}

.sub_banner .main {
    height: 100%;
}

.sub_banner .main .txt {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    text-align: left;
    font-size: 40px;
}

.sub_banner .main .txt span {
    display: block;
    text-align-last: left;
    font-weight: lighter;
    font-size: 24px;
}

.sub_banner .sub_nav {
    overflow: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    color: #fff;
    position: absolute;
}

.sub_banner .sub_nav.sub_nav_n {
    bottom: 42px;
}

.sub_banner .sub_nav li {
    width: 50%;
    float: left;
    list-style: none;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
}

.sub_banner .sub_nav li:last-of-type {
    border: none;
}

.sub_banner .sub_nav li a {
    display: block;
    text-align: center;
    padding: 12px 10px;
    background: #555c61;
    transition: all 0.3s;
    font-size: 14px;
}

.sub_banner .sub_nav li a.on, .sub_banner .sub_nav li a:hover {
    background: #036ea2;
}

.sub_banner .sub_nav.sub_nav_p li a {
    background: #555c61;
    color: #fff;
    border-top: 1px solid #7d7a7a;
}

.sub_banner .sub_nav.sub_nav_p li a.on, .sub_banner .sub_nav.sub_nav_p li a:hover {
    background: #036ea2;
}

.sub_banner .sub_nav.sub_nav_m li a {
    background: rgb(236, 236, 236);
    color: #333;
    border-bottom: 2px solid transparent;
}


@media (max-width: 768px) {
    .sub_banner .sub_nav.sub_nav_p li a {
        background: #555c61;
        color: #fff;
        border-top: none;
    }
}
.sub_banner .sub_nav.sub_nav_m li a.on, .sub_banner .sub_nav.sub_nav_m li a:hover {
    border-color: #036ea2;
}

.gray {
    background: #f3f6f9;
}


.bwhite {
    background: #ffffff;
}

.color-hei {
    color: #353535;
}

.sub_tit {
    font-size: 18px;
    margin-bottom: 25px;
}

.cp_con {
    padding: 50px 10px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sub_con {
    padding: 50px 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sub_con .des {
    line-height: 2;
}

.sub_con .sub_img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.white {
    color: #fff;
    padding-bottom: 100px;
    padding-top: 70px;
}

@media (max-width: 768px) {
    .sub_con {
        font-size: 15px;
    }

    .sub_tit {
        font-size: 17px;
    }

    .sub_banner .sub_nav li {
        width: 100% !important;
        border: none;
    }

    .sub_banner .main .txt {
        font-size: 26px;
        padding-left: 10px;
        bottom: 100%;
        top: auto;
        transform: translateY(0);
        margin-bottom: 50px;
        padding-right: 35px;
    }

    .sub_banner .main .txt span {
        font-size: 14px;
    }

    .sub_banner {
        height: auto;
    }

    .sub_banner .sbg {
        position: static;
        height: 250px;
        width: 100%;
    }

    .sub_banner .main {
        height: auto;
    }

    .sub_banner .sub_nav {
        position: static;
    }
}

.ai_list {
    overflow: hidden;
    margin-top: 50px;
}

.ai_list li {
    width: 32%;
    margin-right: 2%;
    float: left;
    text-align: center;
}

.ai_list li:last-of-type {
    margin-right: 0;
}

.ai_list li .t {
    background: #0e6fb8;
    padding: 20px 0;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.ai_list li .t img {
    display: block;
    margin: 0 auto;
}

.ai_list li .bb {
    height: 200px;
    background: #eeefef;
    padding: 30px 15px 10px;
    line-height: 1.8;
    text-align-last: left;
}

.ai_list li .b {
    padding: 24px 60px;
    text-align: center;
    background: #dcdddd;
}

.ai_list li .b h2 {
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ai_list li .b p {
    line-height: 1.8;
    height: 56px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.sub_con .t1 {
    text-align: center;
    font-size: 22px;
    color: #956134;
    font-weight: bold;
    margin-top: 80px;
}

.sub_con .four_list {
    overflow: hidden;
}

.sub_con .four_list li {
    width: 23.5%;
    float: left;
    margin-right: 2%;
}

.sub_con .four_list li:last-of-type {
    margin-right: 0;
}

.sub_con .ai_listb {
    margin-top: 40px;
}

.sub_con .ai_listb li {
    border: 1px solid #3177bb;
    border-radius: 15px;
    text-align: center;
    padding: 0px 10px;
    font-weight: bold;
    height: 78px;
    position: relative;
}

.sub_con .ai_listb li .inner {
    position: absolute;
    width: 100%;
    padding: 0 15px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.sub_con .t2 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 40px;
}

.sub_con .three_list {
    overflow: hidden;
}

.sub_con .three_list li {
    width: 32%;
    margin-right: 2%;
    float: left;
}

.sub_con .three_list li:nth-of-type(3n) {
    margin-right: 0;
}

.sub_con .ai_listc {
    margin-top: 60px;
    padding-bottom: 60px;
}

.sub_con .ai_listc li {
    padding-left: 155px;
    position: relative;
    font-size: 15px;
    line-height: 30px;
}

.sub_con .ai_listc li .cir {
    text-align: center;
    width: 144px;
    line-height: 144px;
    border-radius: 50%;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    background: #0d6fb8;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.sub_con .ai_listc li:nth-of-type(2) .cir {
    background: #969696;
}

.sub_con .ai_listc li:nth-of-type(3) .cir {
    background: #f39800;
}

.sub_con .ai_listd {
    position: relative;
}

.sub_con .ai_listd .arrow {
    width: 300px;
    position: absolute;
    z-index: 50;
    height: 26px;
    z-index: 50;
    padding-top: 10px;
}

.sub_con .ai_listd .arrow.arrow_a {
    width: 8%;
    left: 29%;
    top: 80px;
}

.sub_con .ai_listd .arrow.arrow_b {
    width: 8%;
    left: 64%;
    top: 80px;
}

.sub_con .ai_listd .arrow.arrow_c {
    width: 43%;
    left: 29%;
    top: 225px;
}

.sub_con .ai_listd .arrow::after {
    content: "";
    display: block;
    width: calc(100% - 18px);
    height: 6px;
    background: #f8b62b;
}

.sub_con .ai_listd .arrow::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-width: 10px 18px;
    border-color: transparent transparent transparent #f8b62b;
    border-style: solid;
    position: absolute;
    right: -18px;
    top: 50%;
    margin-top: -10px;
}

.sub_con .ai_listd li {
    background: #eeefef;
    color: #333;
    width: 30%;
    margin-right: 5%;
    height: 300px;
    padding: 30px;
    text-align: center;
}

.sub_con .ai_listd li .inner {
    text-align: left;
    display: inline-block;
}

.sub_con .ai_listd li h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.sub_con .ai_listd li p {
    line-height: 28px;
}

.sub_con .re {
    margin-top: 40px;
    background: #0d6fb8;
    padding: 40px 60px;
    color: #fff;
    overflow: hidden;
}

.sub_con .re .txt {
    float: left;
    width: 40%;
}

.sub_con .re .txt img {
    display: block;
    margin: 35px auto 0;
}

.sub_con .re .right {
    width: 60%;
    float: left;
}

.sub_con .re .right img {
    display: block;
    margin: 0 auto;
    max-width: 96%;
}

.sub_con .up_arrow {
    padding-bottom: 30px;
    position: relative;
    z-index: 30;
    text-align: center;
    font-size: 22px;
    margin-top: -30px;
    font-weight: bold;
}

.sub_con .up_arrow img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    .ai_list li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .ai_list li .b {
        padding-right: 15px;
        padding-left: 15px;
    }

    .sub_con .four_list li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }

    .sub_con .three_list li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .sub_con .ai_listd li .inner {
        display: block;
    }

    .sub_con .ai_listc li .cir {
        position: static;
        margin: 0 auto 20px;
        transform: translateY(0);
    }

    .sub_con .ai_listc li {
        padding: 0 15px;
        text-align: center;
        margin-bottom: 20px;
    }

    .sub_con .ai_listd .arrow {
        display: none;
    }

    .sub_con .ai_listd li {
        height: auto;
    }

    .sub_con .re {
        padding: 30px 15px;
    }

    .sub_con .re .txt {
        width: 100%;
    }

    .sub_con .re .right {
        width: 100%;
        margin-top: 20px;
    }

    .sub_con .up_arrow {
        margin-top: -10px;
    }
}


.hulianw_list_a {
    margin-top: 40px;
}

.hulianw_list_a li {
    position: relative;
    padding-left: 326px;
    margin-bottom: 20px;
}

.hulianw_list_a li .img_box {
    position: absolute;
    width: 306px;
    height: 100%;
    top: 0;
    left: 0;
}

.hulianw_list_a li .txt {
    background: #F3F7FA;
    padding: 40px 30px;
    color: #fff;
}

.hulianw_list_a li .txt h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #030000;
}

.hulianw_list_a li .txt .des {
    line-height: 1.8;
    color: #353535;
}

.jisuan_list_a {
    margin-top: 40px;
}

.jisuan_list_a li {
    position: relative;
    padding-left: 326px;
    margin-bottom: 20px;
}

.jisuan_list_a li .img_box {
    position: absolute;
    width: 306px;
    height: 100%;
    top: 0;
    left: 0;
}

.jisuan_list_a li .txt {
    background: #2664af;
    padding: 40px 30px;
    color: #fff;
}

.jisuan_list_a li .txt h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.jisuan_list_a li .txt .des {
    line-height: 1.8;
}

.jisuan_list_b {
    margin-top: 60px;
}

.jisuan_list_b .t {
    font-size: 17px;
    margin-bottom: 30px;
    color: #2d67b1;
}

.jisuan_list_b li {
    position: relative;
    margin-bottom: 70px;
}

.jisuan_list_b .txt {
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #999a9b;
    padding: 20px 0;
}

.jisuan_list_b .txt .left {
    width: 23%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}

.jisuan_list_b .txt .left p {
    position: absolute;
    width: 100%;
    padding-right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
}

.jisuan_list_b .txt .right {
    width: 77%;
    float: right;
    font-size: 16px;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .hulianw_list_a li .txt {
        padding: 15px 10px;
    }

    .hulianw_list_a li {
        padding: 0;
    }

    .hulianw_list_a li .img_box {
        width: 100%;
        height: 200px;
        position: static;
    }

    .jisuan_list_a li .txt {
        padding: 15px 10px;
    }

    .jisuan_list_a li {
        padding: 0;
    }

    .jisuan_list_a li .img_box {
        width: 100%;
        height: 200px;
        position: static;
    }

    .jisuan_list_b .txt .right {
        width: 100%;
        text-align: justify;
        font-size: 14px;
    }

    .jisuan_list_b .txt .left {
        width: 100%;
        position: static;
        font-size: 18px;
    }

    .jisuan_list_b .txt .left p {
        position: static;
        padding-top: 20px;
    }
}

.big_a {
    padding-top: 32px;
    padding-bottom: 40px;
}

.big_a .t {
    font-size: 28px;
    margin-bottom: 15px;
}

.big_a .t span {
    display: block;
    font-size: 20px;
}

.big_b {
    color: #fff;
    padding: 40px 0;
}

.big_b .left {
    width: 33%;
    float: left;
    font-size: 24px;
    padding-right: 10px;
    line-height: 35px;
}

.big_b .left.n {
    width: 25%;
}

.big_b .left span {
    display: block;
    font-size: 18px;
    line-height: 1.4;
    margin-top: 25px;
}

.big_b .right {
    width: 67%;
    float: left;
    line-height: 30px;
    color: #e0e0e0;
}

.big_b .right.n {
    width: 75%;
}

.big_c {
    padding: 30px 0;
}

.big_c .tit {
    color: #5a5a5a;
    font-size: 30px;
    text-align: center;
}

.big_c ul {
    margin-top: 40px;
}

.big_c ul li {
    margin-bottom: 25px;
    padding-left: 140px;
    border-radius: 15px;
    color: #254a70;
    padding-top: 38px;
    padding-bottom: 38px;
    background: url(/tpl/blue/images/tb1-01.png) no-repeat 60px center;
}

.big_c ul li:hover {
    background-color: #254a70;
    background-image: url(/tpl/blue/images/btb1-01.png);
    color: #fff;
}

.big_c ul li:nth-of-type(2) {
    background-image: url(/tpl/blue/images/tb1-02.png);
}

.big_c ul li:nth-of-type(2):hover {
    background-image: url(/tpl/blue/images/btb1-02.png);
}

.big_c ul li:nth-of-type(3) {
    background-image: url(/tpl/blue/images/tb1-03.png);
}

.big_c ul li:nth-of-type(3):hover {
    background-image: url(/tpl/blue/images/btb1-03.png);
}

.big_c ul li:nth-of-type(4) {
    background-image: url(/tpl/blue/images/tb1-04.png);
}

.big_c ul li:nth-of-type(4):hover {
    background-image: url(/tpl/blue/images/btb1-04.png);
}

.big_c ul li:nth-of-type(5) {
    background-image: url(/tpl/blue/images/tb1-05.png);
}

.big_c ul li:nth-of-type(5):hover {
    background-image: url(/tpl/blue/images/btb1-05.png);
}

.big_c ul li:nth-of-type(6) {
    background-image: url(/tpl/blue/images/tb1-06.png);
}

.big_c ul li:nth-of-type(6):hover {
    background-image: url(/tpl/blue/images/btb1-06.png);
}

.big_d {
    overflow: hidden;
}

.big_d li {
    width: 37.5%;
    float: left;
    height: 340px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    background: #00364e;
    border: 0.5px solid #ddd;
}

.big_d li:nth-of-type(3n-1) {
    width: 25%;
}

.big_d li:nth-of-type(3), .big_d li:nth-of-type(4) {
    background: #5c5a5b;
}

.big_d li .inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    color: #fff;
    padding: 0 7vw;
}

.big_d li .inner h4 {
    line-height: 55px;
    padding-left: 80px;
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 24px;
    margin-bottom: 35px;
}

.big_d li .inner p {
    text-align: justify;
    line-height: 1.4;
}

.big_d li .inner.s {
    width: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    padding-left: 40px;
    padding-right: 0;
    background: url(/tpl/blue/images/tb1-11.png) no-repeat left 5px;
}

.big_d li .inner.s h2 {
    font-size: 28px;
}

.big_d li .inner.s h3 {
    font-size: 20px;
    margin-top: 10px;
}

@media (max-width: 992px) {
    .big_c ul li {
        padding-left: 50%;
        background-position: 40% center;
    }

    .big_d li {
        width: 100% !important;
    }

    .big_b .left {
        width: 100%;
        margin-bottom: 25px;
    }

    .big_e h2 {
        font-size: 28px;
    }

    .big_b .left.n {
        width: 100%;
    }

    .big_b .right {
        width: 100%;
        text-align: justify;
    }

    .big_b .right.n {
        width: 100%;
    }

    .big_c ul li {
        background-position: 30px center;
        padding-left: 130px;
    }

    .big_d li {
        height: 280px;
    }

    .big_d li .inner {
        padding: 0 10px;
    }
}

.big_e {
    text-align: center;
    color: #fff;
    font-size: 22px;
    padding-top: 80px;
    background: #00364e;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 60px;
}

.big_e img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.big_e h2 {
    margin-bottom: 90px;
}

.big_f {
    background: #e9e9e9;
}

.big_f h2 {
    color: #333;
}

.jinrong_a {
    padding-left: 50%;
    background: #004674;
    position: relative;
}

.jinrong_a .left {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.jinrong_a .left img {
    position: absolute;
    display: block;
    right: 30px;
    bottom: 30px;
}

.jinrong_a .box {
    padding: 7% 15% 6% 10%;
}

.jinrong_a .box:first-of-type {
    background: #1e304d;
}

.jinrong_a .box h2 {
    padding: 15px 0 15px 80px;
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 24px;
    color: #fff;
}

.jinrong_a .box h2.rencai {
    padding-left: 0;
}

.jinrong_a .box .des {
    padding-top: 25px;
    line-height: 30px;
    text-align: justify;
    color: #fff;
}

.jinrong_a .box .des img {
    display: block;
    max-width: 100%;
}

.jinrong_b {
    overflow: hidden;
    background: #e9e9e9;
}

.jinrong_b .left {
    width: 30%;
    text-align: center;
    color: #595757;
    padding-top: 4%;
    float: left;
}

.jinrong_b .right {
    width: 70%;
    float: left;
    background: #f1f1f1;
    padding: 70px 10px;
}

.jinrong_b .right img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.jinrong_c {
    text-align: center;
    background: #4e4f5a;
    padding-top: 30px;
    padding-bottom: 30px;
}

.jinrong_c .tit {
    display: inline-block;
    padding-left: 300px;
    text-align-last: left;
    padding-top: 25px;
    color: #fff;
    padding-bottom: 100px;
    background: url(/tpl/blue/images/empgn.png) no-repeat left top;
}

.jinrong_c .tit h2 {
    font-size: 24px;
    margin-bottom: 15px;
}

.jinrong_c img {
    display: block;
    margin: 0 auto;
    max-width: 98%;
}

@media (max-width: 768px) {
    .jinrong_a {
        padding: 0;
    }

    .jinrong_a .left {
        position: relative;
        height: 350px;
        width: 100%;
    }

    .jinrong_a .box h2 {
        font-size: 18px;
    }

    .jinrong_a .box {
        padding: 30px 15px;
    }

    .jinrong_b .left {
        width: 100%;
        margin-bottom: 20px;
    }

    .jinrong_b .right {
        width: 100%;
    }

    .jinrong_c .tit {
        padding-left: 0;
        background: none;
        padding: 0 15px;
        margin-bottom: 25px;
    }

    .jinrong_c .tit h2 {
        font-size: 18px;
    }

    .big_e h2 {
        margin-bottom: 50px;
    }
}

.jinrong_d {
    text-align: center;
    background: #e9e9e9;
    padding: 80px 15px 40px;
}

.jinrong_d h2 {
    font-size: 28px;
    margin-bottom: 20px;
}

.jinrong_d img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.jinrong_d.black {
    background: #4e4f5a;
    color: #fff;
}

.jinrong_e {
    padding: 82px 10px 90px;
    background: #00374e;
}

.jinrong_e .left {
    width: 50%;
    float: left;
    padding-top: 25px;
    padding-right: 5px;
    padding-left: 5px;
}

.jinrong_e h2 {
    font-size: 28px;
    color: #fff;
    padding-bottom: 20px;
}

.jinrong_e .des {
    color: #fff;
    font-size: 16px;
}

.jinrong_e .right {
    width: 50%;
    float: left;
}

.jinrong_e .right img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.jinrong_f {
    background: #e9e9e9;
}

.jinrong_f .tit {
    text-align: center;
    font-size: 22px;
    color: #5a5a5a;
    padding-top: 50px;
    padding-bottom: 30px;
}

.jinrong_f .list li {
    padding-left: 100px;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 10px;
    border-bottom: 1px solid #ccc;
}

.jinrong_f .list li .img_box {
    position: absolute;
    width: 100px;
    height: calc(100% - 60px);
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.jinrong_f .list li span {
    background-size: contain;
    background-image: url(/tpl/blue/images/hqjy-01.png);
    transition: all 0s;
}

.jinrong_f .list li:hover {
    background: #254a70;
    color: #fff;
}

.jinrong_f .list li:hover span {
    background-image: url(/tpl/blue/images/bhqjy-01.png);
}

.jinrong_f .list li:nth-of-type(2) span {
    background-image: url(/tpl/blue/images/hqjy-02.png);
}

.jinrong_f .list li:nth-of-type(2):hover span {
    background-image: url(/tpl/blue/images/bhqjy-02.png);
}

.jinrong_f .list li:nth-of-type(3) span {
    background-image: url(/tpl/blue/images/hqjy-03.png);
}

.jinrong_f .list li:nth-of-type(3):hover span {
    background-image: url(/tpl/blue/images/bhqjy-03.png);
}

.jinrong_f .list li:nth-of-type(4) span {
    background-image: url(/tpl/blue/images/hqjy-04.png);
}

.jinrong_f .list li:nth-of-type(4):hover span {
    background-image: url(/tpl/blue/images/bhqjy-04.png);
}

.jinrong_f .list li:nth-of-type(5) span {
    background-image: url(/tpl/blue/images/hqjy-05.png);
}

.jinrong_f .list li:nth-of-type(5):hover span {
    background-image: url(/tpl/blue/images/bhqjy-05.png);
}

.jinrong_f .list li:nth-of-type(6) span {
    width: 80%;
    margin-left: 10px;
    background-image: url(/tpl/blue/images/hqjy-06.png);
}

.jinrong_f .list li:nth-of-type(6):hover span {
    width: 80%;
    margin-left: 10px;
    background-image: url(/tpl/blue/images/bhqjy-06.png);
}

.jinrong_f .list li:nth-of-type(7) span {
    background-image: url(/tpl/blue/images/hqjy-07.png);
}

.jinrong_f .list li:nth-of-type(7):hover span {
    background-image: url(/tpl/blue/images/bhqjy-07.png);
}

.jinrong_f .list li:nth-of-type(8) span {
    background-image: url(/tpl/blue/images/hqjy-08.png);
}

.jinrong_f .list li:nth-of-type(8):hover span {
    background-image: url(/tpl/blue/images/bhqjy-08.png);
}

.jinrong_f .list li:nth-of-type(9) span {
    background-image: url(/tpl/blue/images/hqjy-09.png);
}

.jinrong_f .list li:nth-of-type(9):hover span {
    background-image: url(/tpl/blue/images/bhqjy-09.png);
}

.jinrong_f .list li:nth-of-type(10) span {
    background-image: url(/tpl/blue/images/hqjy-10.png);
}

.jinrong_f .list li:nth-of-type(10):hover span {
    background-image: url(/tpl/blue/images/bhqjy-10.png);
}

.jinrong_f .list li:nth-of-type(11) span {
    background-image: url(/tpl/blue/images/hqjy-11.png);
}

.jinrong_f .list li:nth-of-type(11):hover span {
    background-image: url(/tpl/blue/images/bhqjy-11.png);
}


.dashuj_f .tit {
    text-align: center;
    font-size: 22px;
    color: #5a5a5a;
    padding-top: 50px;
    padding-bottom: 30px;
}

.dashuj_f .list li {
    padding-left: 200px;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 10px;
    margin: 20px 0;
}

.dashuj_f .list li .img_box {
    position: absolute;
    width: 200px;
    height: calc(100% - 60px);
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.dashuj_f .list li p {
    font-size: 21px;
    margin-bottom: 20px;
}

.dashuj_f .list li span {
    background-size: contain;
    background-image: url(/tpl/blue/images/ddata-1.png);
    transition: all 0s;
    height: 60px;
}

.dashuj_f .list li:nth-of-type(2) span {
    background-image: url(/tpl/blue/images/ddata-2.png);
}

.dashuj_f .list li:nth-of-type(3) span {
    background-image: url(/tpl/blue/images/ddata-3.png);
}

.dashuj_f .list li:nth-of-type(4) span {
    background-image: url(/tpl/blue/images/ddata-4.png);
}

.dashuj_f .list li:nth-of-type(5) span {
    background-image: url(/tpl/blue/images/ddata-5.png);
}


.jinrong_g .row {
    position: relative;
    overflow: hidden;
}

.jinrong_g .row .img_box {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 40%;
}

.jinrong_g .row .img_box img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.jinrong_g .row .txt {
    width: 60%;
    float: right;
    padding: 50px;
    background: #a4a5a5;
    color: #fff;
}

.jinrong_g .row .txt p {
    margin-bottom: 15px;
    line-height: 1.6;
}

.jinrong_g .row_b .img_box {
    width: 50%;
    left: auto;
    right: 0;
}

.jinrong_g .row_b .txt {
    width: 50%;
    float: none;
    background: #30333a;
}

@media (max-width: 992px) {
    .jinrong_e .left {
        width: 100%;
    }

    .jinrong_e .right {
        width: 100%;
        margin-top: 20px;
    }

    .jinrong_e {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .jinrong_f .list li .img_box {
        width: 40px;
        left: 15px;
    }

    .jinrong_f .list li {
        padding-left: 70px;
    }

    .dashuj_f .list li .img_box {
        width: 40px;
        left: 15px;
    }

    .dashuj_f .list li {
        padding-left: 70px;
    }

    .jinrong_g .row .img_box {
        width: 100%;
        height: 250px;
        position: relative;
    }

    .jinrong_g .row .txt {
        width: 100%;
        text-align: justify;
    }

    .jinrong_g .row .txt {
        padding: 35px 15px;
    }

    .jinrong_f .list li:nth-of-type(6) span {
        width: 100%;
        margin-left: 0;
        background-image: url(/tpl/blue/images/hqjy-06.png);
    }

    .jinrong_f .list li:nth-of-type(6):hover span {
        width: 100%;
        margin-left: 0;
        background-image: url(/tpl/blue/images/bhqjy-06.png);
    }
}

.yidong_a {
    background: #065377;
}

.yidong_a li {
    width: 22%;
    height: 270px;
    float: left;
    color: #fff;
    background: #066089;
    padding: 30px 15px 10px;
}

.yidong_a li h2 {
    line-height: 55px;
    padding-left: 80px;
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 30px;
    font-size: 22px;
}

.yidong_a li p {
    margin-bottom: 10px;
}

.yidong_a li:nth-of-type(1) {
    width: 34%;
    position: relative;
}

.yidong_a li:nth-of-type(1) .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    padding-left: 40px;
    background: url(/tpl/blue/images/tb1-11.png) no-repeat left 5px;
    white-space: nowrap;
}

.yidong_a li:nth-of-type(2) {
    background: #007ab8;
}

.yidong_a li:nth-of-type(3) {
    background: #0089be;
}

.yidong_a li:nth-of-type(4) {
    background: #0092ca;
}

.yidong_b {
    padding: 82px 15px 90px;
    overflow: hidden;
    background: #ececec;
}

.yidong_b .left {
    width: 50%;
    float: left;
    padding-right: 100px;
}

.yidong_b .left h2 {
    font-size: 24px;
    padding-bottom: 40px;
}

.yidong_b .left.wenhua h2 {
    padding-bottom: 35px;
}

.yidong_b .left p {
    font-size: 16px;
    line-height: 30px;
}

.yidong_b .left.wenhua p {
    margin-bottom: 30px;
}

.yidong_b .down_btn {
    display: inline-block;
    padding: 10px 15px;
    background: #777677;
    color: #fff;
    margin-top: 40px;
}

.yidong_b .down_btn:hover {
    background: #f99608;
}

.yidong_b .right {
    width: 50%;
    float: left;
}

.yidong_b .right img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}


.jfangan_b {
    padding: 82px 15px 70px;
    overflow: hidden;
}

.jfangan_b .left {
    width: 70%;
    float: left;
    padding-right: 50px;
}

.jfangan_b .left h2 {
    font-size: 24px;
    padding-bottom: 30px;
}

.jfangan_b .left.wenhua h2 {
    padding-bottom: 35px;
}

.jfangan_b .left p {
    font-size: 16px;
    line-height: 30px;
}

.jfangan_b .left.wenhua p {
    margin-bottom: 30px;
}

.jfangan_b .down_btn {
    display: inline-block;
    padding: 10px 15px;
    background: #777677;
    color: #fff;
    margin-top: 40px;
}

.jfangan_b .down_btn:hover {
    background: #f99608;
}

.jfangan_b .right {
    width: 30%;
    float: left;
}

.jfangan_b .right img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.yidongzd-con{
    align-items: center;
    display: flex;
}

.yidong_c h2 {
    text-align: center;
    font-size: 16px;
    padding-top: 20px;
    margin-bottom: 50px;
}

.yidong_c li {
    height: 385px;
    border: 1px solid #c7c7c7;
    transition: all 0.3s;
}

.yidong_c li img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.yidong_c li p {
    text-align: center;
    padding: 20px;
    font-size: 20px;
    line-height: 1.4;
}

.yidong_c li:hover {
    border-color: #4178be;
    color: #4178be;
}

.nimg {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.yidong_d {
    background: #808080;
}

.yidong_d .left {
    width: 35%;
    float: left;
}

.yidong_d .txt {
    width: 65%;
    float: left;
    color: #fff;
    padding-top: 45px;
}

.yidong_d .txt h2 {
    margin-bottom: 40px;
}

.yidong_e {
    background: #036e9f;
    padding: 82px 15px 90px;
}

.yidong_e li {
    color: #fff;
    padding-bottom: 30px;
    border-bottom: 1px solid #a6a6a6;
    padding-top: 30px;
}

.yidong_e li h2 {
    font-size: 28px;
    color: #8cddf7;
}

.yidong_e li .des {
    text-align: justify;
    padding-top: 25px;
}

.yidong_b .left {
    padding-right: 10px;
}

@media (max-width: 992px) {
    .yidong_a li {
        width: 100% !important;
        text-align: center;
    }

    .yidong_a li h2 {
        display: inline-block;
    }

    .yidong_b .left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 25px;
    }

    .yidong_b .right {
        width: 100%;
    }

    .yidongzd-con{
        display: block;
    }

    .jfangan_b .left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 25px;
    }

    .jfangan_b .right {
        width: 100%;
        margin-bottom: 30px;
    }

    .yidong_c li {
        height: auto;
        padding-bottom: 30px;
    }

    .yidong_d .left {
        width: 100%;
    }

    .yidong_d .txt {
        width: 100%;
    }
}

.big_b_b .right {
    padding-left: 40px;
}

.yidong_f {
    background: #4e4f5a;
    color: #fff;
}

.yidong_f .left {
    color: #fff;
}

.yidong_f .right {
    background: #626470;
}

.yidong_g {
    background: #036e9f;
}

.yidong_g h2 {
    color: #fff;
    margin-bottom: 60px;
}

@media (max-width: 992px) {
    .big_b_b .right {
        padding-left: 0;
        margin-top: 25px;
    }
}

.fangan_a {
    background: url(/tpl/blue/images/pic7_09.jpg) no-repeat center/cover;
}

.fangan_a .left {
    width: 100%;
    color: #fff;
}

.fangan_a .left .down_btn {
    background: #fff;
    color: #333;
}

.fangan_a .left .down_btn:hover {
    background: #f99608;
    color: #fff;
}

.fangan_b {
    background: #00374e;
}

.fangan_b .left {
    float: right;
    color: #fff;
    padding-left: 45px;
}

.fangan_b .right {
    float: left;
}

.jjfangan_b .left {
    float: right;
    color: #353535;
    padding-left: 45px;
}

.jjfangan_b .right {
    float: left;
}

@media (max-width: 992px) {
    .fangan_b .left {
        padding-left: 0;
    }

    .jjfangan_b .left {
        padding-left: 0;
    }
}

.fangan_c {
    background: #1d3649;
}

.fangan_c li {
    width: 33.33333333333%;
    float: left;
    padding: 35px 30px;
    background: #264a60;
}

.fangan_c li h2 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fangan_c li p {
    line-height: 30px;
    color: #fff;
    margin-bottom: 30px;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.fangan_c li a {
    display: inline-block;
    padding-left: 30px;
    line-height: 30px;
    background: url(/tpl/blue/images/xz0111.png) no-repeat left center;
    color: #fff;
}

.fangan_c li a:hover {
    color: #ea8010;
    background-image: url(/tpl/blue/images/xz0112.png);
}

.fangan_c li:nth-of-type(2) {
    background: #325c80;
}

.fangan_c li:nth-of-type(3) {
    background: #4178b6;
}

.fangan_d {
    background: #4e4f5a;
}

.fangan_d .left {
    color: #fff;
}

@media (max-width: 992px) {
    .fangan_c li {
        width: 100%;
        padding: 30px 15px;
    }

    .fangan_c li p {
        height: auto;
    }

    .fangan_c li h2 {
        white-space: normal;
    }
}

.fuwu_a {
    background: #30333a;
}

.fuwu_a .left {
    color: #fff;
}

.fuwu_b {
    background: #30333a;
    text-align: center;
    padding: 82px 5px 90px;
}

.fuwu_b th {
    border: 1px solid #cbcbcb;
    font-size: inherit;
    margin: 0;
    overflow: visible;
    padding: 9px 5px;
}

.fuwu_b thead {
    background: #e0e0e0;
    color: #333;
}

.fuwu_b td {
    border: 1px solid #cbcbcb;
    padding: 9px 2px;
}

.fuwu_b td:nth-of-type(2), .fuwu_b td:nth-of-type(4) {
    text-align: left;
    padding: 0 10px;
}

.huoban_list {
    padding: 100px 10px;
    background: #1d364a;
}

.huoban_list li {
    width: 20%;
    float: left;
    padding: 20px 25px;
}

.huoban_list li img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.huoban_list li a {
    display: block;
}

.rencai_a {
    padding: 60px 10px;
    background: url(/tpl/blue/images/pic9_08.jpg) no-repeat center/cover;
    color: #fff;
}

.rencai_a .left {
    width: 40%;
    float: left;
}

.rencai_a .left h2 {
    margin-bottom: 15px;
    font-size: 28px;
}

.rencai_a .right {
    width: 60%;
    float: left;
}

.rencai_a .right h2 {
    line-height: 48px;
    font-size: 34px;
    color: #a4b35b;
    margin-bottom: 30px;
}

.rencai_a .right p {
    line-height: 30px;
}

.rencai_slide img {
    display: block;
    width: 100%;
}

.rencai_slide .swiper-slide {
    position: relative;
}

.rencai_slide .swiper-slide .left {
    position: absolute;
    height: 100%;
    width: 380px;
    left: 0;
    top: 0;
    background: rgba(0, 104, 174, 0.84);
}

.rencai_slide .swiper-slide .left a {
    width: 100%;
    display: block;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 24px;
}

.rencai_slide .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: none;
    opacity: 1;
    border: 1px solid #fff;
}

.rencai_slide .swiper-pagination-bullet-active {
    background: #fff;
}

@media (max-width: 992px) {
    .rencai_a .left {
        width: 100%;
        margin-bottom: 30px;
    }

    .rencai_a .right {
        width: 100%;
    }

    .rencai_a .right h2 {
        font-size: 26px;
    }

    .rencai_slide .swiper-slide {
        padding-top: 150px;
    }

    .rencai_slide .swiper-slide .left {
        width: 100%;
        height: 150px;
    }

    .huoban_list li {
        width: 25%;
    }
}

@media (max-width: 768px) {
    .huoban_list li {
        width: 50%;
        padding: 15px;
    }

    .huoban_list {
        padding-top: 50px;
    }

    .sub_con .des {
        text-align: justify;
    }
}

.rencai_b {
    padding-top: 82px;
    padding-bottom: 90px;
    line-height: 30px;
}

.rencai_c {
    background: #1e304d;
}

.rencai_c h2 {
    color: #fff;
    font-size: 28px;
    text-align: center;
    padding-top: 30px;
    margin-bottom: 40px;
}

.rencai_c .inner {
    width: 750px;
    margin: 0 auto;
    max-width: 100%;
    color: #fff;
}

.rencai_c .tab_a {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}

.rencai_c .tab_a td {
    padding: 19px 0;
    border: 1px solid #cbcbcb;
}

.rencai_c .tab_a td:nth-of-type(1), .rencai_c .tab_a td:nth-of-type(3) {
    background: #fcfff8;
    color: #333;
}

.rencai_c .tab_b {
    width: 100%;
}

.rencai_c .tab_b td, .rencai_c .tab_b th {
    padding: 10px 16px;
    border: 1px solid #cbcbcb;
}

.rencai_c .tab_b th {
    font-weight: bold;
    background: #fcfff8;
    color: #333;
}

.jianjie_box {
    background: url(/tpl/blue/images/banner8-22.jpg) no-repeat center/cover;
    padding: 60px 10px;
}

.jianjie_box .main {
    padding: 94px;
    color: #fff;
    line-height: 30px;
    background: rgba(0, 104, 174, 0.85);
}

@media (max-width: 992px) {
    .jianjie_box .main {
        padding: 30px 20px;
        text-align: justify;
    }
}

.licheng {
    background: #1c1e2b;
}

.licheng ul::before {
    content: "";
    display: block;
    width: 14px;
    background: #808080;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -7px;
    top: 0;
}

.licheng li {
    position: relative;
    margin-bottom: 60px;
}

.licheng li::after {
    content: "";
    display: block;
    clear: both;
}

.licheng .main {
    padding-top: 100px;
    padding-bottom: 100px;
}

.licheng .left {
    width: 50%;
    float: left;
    padding-right: 20px;
}

.licheng .left img {
    display: block;
    max-width: 100%;
}

.licheng .right {
    width: 50%;
    float: left;
    color: #fff;
    padding-left: 100px;
    font-size: 16px;
    position: relative;
}

.licheng .right::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    background: #fff;
    top: 0;
    left: -18px;
    border: 6px solid #036ea2;
    border-radius: 50%;
    top: 14px;
}

.licheng .right::after {
    content: ".....";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 40px;
    color: #8cddf7;
    left: 25px;
    line-height: 40px;
}

.licheng .right h2 {
    font-size: 40px;
    color: #8cddf7;
    margin-bottom: 20px;
    line-height: 64px;
}

.licheng .right .des {
    line-height: 30px;
}

@media (max-width: 992px) {
    .licheng .left {
        width: 100%;
        padding-right: 0;
    }

    .licheng .right {
        width: 100%;
        padding-left: 30px;
    }

    .licheng .main {
        padding-left: 30px;
    }

    .licheng ul::before {
        left: 0;
        margin-left: 0;
        width: 4px;
    }

    .licheng .right::before {
        width: 16px;
        height: 16px;
        top: 18px;
        left: -40px;
    }

    .licheng .right::after {
        left: -11px;
    }

    .licheng .right h2 {
        font-size: 30px;
        padding-left: 10px;
        margin-bottom: 0;
    }
}

.jiagou {
    padding: 80px 10px;
}

.jiagou img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.honor_t {
    overflow: hidden;
    padding-top: 30px;
    margin-bottom: 90px;
}

.honor_t li {
    width: 33.3333333%;
    float: left;
    text-align: center;
    padding: 0 15px;
}

.honor_t li img {
    display: block;
    margin: 0 auto 30px;
    max-width: 100%;
}

.honor_t li p {
    line-height: 55px;
    background: #d2d2d2;
}

.honor_b li {
    padding-bottom: 50px;
    border-bottom: 1px dashed #dddddd;
    overflow: hidden;
    margin-bottom: 30px;
}

.honor_b li .txt {
    width: 50%;
    float: left;
}

.honor_b li .txt h2 {
    font-size: 35px;
    color: #036ea2;
    line-height: 50px;
    margin-bottom: 15px;
}

.honor_b li .txt p {
    line-height: 30px;
    padding-left: 20px;
    position: relative;
    background: url(/tpl/blue/images/ry_d.png) no-repeat left center;
}

@media (max-width: 992px) {
    .honor_t li {
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }

    .honor_b li .txt {
        width: 100%;
        margin-bottom: 35px;
    }

    .honor_b li {
        padding-bottom: 1px;
    }
}

.contact img {
    display: block;
    width: 100%;
    margin-bottom: 25px;
}

.contact.three_list li {
    width: 30%;
    margin-right: 5%;
}

.contact.three_list li h2 {
    font-size: 22px;
    padding-bottom: 15px;
}

.contact.three_list li .txt {
    line-height: 1.6;
    height: 200px;
    padding-bottom: 20px;
}

.contact .box {
    padding: 25px;
    width: 100%;
    background: #efefef;
    margin-bottom: 30px;
}

.contact .box h3 {
    font-size: 22px;
    line-height: 26px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    background: url(/tpl/blue/images/phone_b.jpg) no-repeat left center;
    padding-left: 60px;
}

.contact .box span {
    display: block;
    margin-bottom: 10px;
}

.contact li:last-of-type {
    float: right;
    margin-right: 0;
}

@media (max-width: 992px) {
    .contact.three_list li {
        width: 100%;
        margin-right: 0;
    }

    .contact.three_list li .txt {
        height: auto;
        padding-bottom: 40px;
    }
}

.news_banner img {
    display: block;
    width: 100%;
}

.posotion {
    margin-bottom: 60px;
}

.posotion a:hover {
    color: #f99608;
}

.new_tit {
    text-align: center;
    font-size: 22px;
}

.new_tit h2 {
    font-weight: lighter;
}

.new_tit p {
    font-size: 36px;
    font-weight: lighter;
    padding-top: 15px;
    margin-top: 5px;
    background: url(/tpl/blue/images/jishu_r13_c29.png) no-repeat center top;
}

.sub_news {
    margin-top: 60px;
}

.sub_news .year {
    width: 10%;
    float: left;
    background: #eaeaea;
}

.sub_news .year .ttt {
    background: url(/tpl/blue/images/pic28.jpg) no-repeat center;
    line-height: 36px;
    color: #fff;
    font-size: 15px;
    padding-left: 5px;
}

.sub_news .year ul {
    height: 350px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-align: center;
    line-height: 42px;
    font-size: 14px;
}

.sub_news .year ul li.on {
    color: #f37800;
    text-decoration: underline;
}

.sub_news .news_list {
    width: 85%;
    float: right;
}

.sub_news .news_list li {
    line-height: 40px;
    border-bottom: 1px dashed #b5b5b5;
    list-style: none;
    padding-right: 100px;
    position: relative;
    padding-left: 24px;
    font-size: 14px;
    background: url(/tpl/blue/images/pic29.jpg) no-repeat left center;
}

.sub_news .news_list li span {
    display: block;
    right: 0;
    top: 0;
    position: absolute;
    font-family: Arial;
    color: #999;
}

.sub_news .news_list li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.sub_news .news_list li a:hover {
    color: #f99608;
}


.tz_news {
    margin-top: 20px;
}

.tz_news .year {
    width: 10%;
    float: left;
    background: #eaeaea;
}

.tz_news .year .ttt {
    background: url(/tpl/blue/images/pic28.jpg) no-repeat center;
    line-height: 36px;
    color: #fff;
    font-size: 15px;
    padding-left: 5px;
}

.tz_news .year ul {
    height: 350px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-align: center;
    line-height: 42px;
    font-size: 14px;
}

.tz_news .year ul li.on {
    color: #f37800;
    text-decoration: underline;
}

.tz_news .tz_list {
    width: 100%;
    float: right;
}

.tz_news .tz_list li {
    line-height: 60px;
    list-style: none;
    padding-right: 100px;
    position: relative;
    padding-left: 14px;
    font-size: 14px;
}

.tz_news .tz_list li:nth-of-type(even) {
    background-color: #F3F7FA;
}

.tz_news .tz_list li span.ri120 {
    right: 120px;
}

.tz_news .tz_list li span.ri120 a {
    text-decoration: underline;
}

.tz_news .tz_list li span {
    display: block;
    right: 15px;
    top: 0;
    position: absolute;
    font-family: Arial;
    color: #999;
}

.tz_news .tz_list li a.ttit {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
}

.tz_news .tz_list li a:hover {
    color: #f99608;
}

@media (max-width: 992px) {
    .tz_news .year {
        width: 100%;
        margin-bottom: 35px;
    }

    .tz_news .year ul {
        height: 42px;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
    }

    .tz_news .year li {
        display: inline-block;
        width: 100px;
        text-align: center;
    }

    .tz_news .year li a {
        display: block;
    }

    .tz_news .year .ttt {
        background: #000;
        text-align: center;
    }

    .tz_news .tz_list {
        width: 100%;
    }

    .sub_news .year {
        width: 100%;
        margin-bottom: 35px;
    }

    .sub_news .year ul {
        height: 42px;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
    }

    .sub_news .year li {
        display: inline-block;
        width: 100px;
        text-align: center;
    }

    .sub_news .year li a {
        display: block;
    }

    .sub_news .year .ttt {
        background: #000;
        text-align: center;
    }

    .sub_news .news_list {
        width: 100%;
    }

    .news_banner {
        padding-top: 40px;
    }
}

.code {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    z-index: 999999999;
    background: rgba(0, 0, 0, 0.3);
}

.code .code_box {
    padding: 20px;
    background: url(/tpl/blue/images/close.png) no-repeat right 10px top 10px/20px auto;
    cursor: pointer;
}

.code img {
    display: block;
    max-width: 100%;
}

.ai_e {
    width: 65px;
}

.ai_g {
    width: 128px;
}

@media (max-width: 992px) {
    .yidong_b .left p {
        text-align: justify;
    }

    .rencai_b {
        text-align: justify;
    }

    .rencai_a .right p {
        text-align: justify;
    }
}

.b_50 {
    margin-bottom: 50px;
}

.news_d .title {
    text-align: center;
    font-size: 28px;
    padding-bottom: 20px;
    padding-top: 10px;
}

.news_d .news_d_t {
    font-size: 16px;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
}

.news_d .news_d_t a {
    color: #3b6caa;
}

.news_d .con {
    font-size: 16px;
    line-height: 1.65;
    margin-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
    text-align: justify;
}

.news_d .con img {
    max-width: 100%;
    height: auto;
}

.news_d .page_o {
    margin-top: 20px;
    line-height: 29px;
}

.news_d .page_o a {
    color: #3b6caa;
}

#MaskLayer {
    background-color: rgba(0, 0, 0, 0.35);
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 99;
}

#SubmitInfo {
    width: 380px;
    max-width: 98%;
    background-color: #E9EFF5;
    position: relative;
    margin: auto;
    border-radius: 3px;
    overflow: hidden;
    height: 390px;
}

#SubmitInfo dl {
    height: 32px;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 340px;
    max-width: 100%;
    margin: 0 auto 15px auto;
    font-size: 12px;
    color: #666;
}

#SubmitInfo dl dt {
    height: 32px;
    width: 70px;
    max-width: 20%;
    float: left;
    margin: 0;
    padding: 0;
    line-height: 32px;
    padding-left: 10px;
}

#SubmitInfo dl dd {
    width: 260px;
    max-width: 76%;
    float: left;
    margin: 0;
    padding: 0;
}

#SubmitInfo dl dd input {
    border: 0;
    height: 30px;
    width: 150px;
    font-size: 12px;
    color: #666666;
}

#SubmitInfo p {
    font-size: 12px;
    color: #666;
    padding: 20px;
    line-height: 20px;
    margin: 0;
}

#submitBtn {
    cursor: pointer;
    border: 2px solid #006495;
    width: 80px;
    border-radius: 20px;
    color: #006495;
    font-size: 16px;
    text-align: center;
    margin: auto;
    background-color: #fff;
    height: 32px;
    display: inline-block;
    margin-bottom: 20px;
    margin-left: 20px;
}

#submitBtn:hover {
    background-color: #f3f3f3;
}

#cancelBtn {
    cursor: pointer;
    border: 2px solid #ccc;
    width: 80px;
    border-radius: 20px;
    color: #666;
    font-size: 16px;
    text-align: center;
    margin: auto;
    background-color: #fff;
    height: 32px;
    display: inline-block;
    margin-bottom: 20px;
    float: right;
    margin-right: 20px;
}

.search_result {
    padding-top: 30px;
    padding-bottom: 90px;
}

.search_result .tit {
    font-size: 28px;
    color: #000;
    padding-bottom: 15px;
    border-bottom: 1px solid #a6a6a6;
}

.result_list li {
    padding: 10px 0;
    border-bottom: 1px dashed #a6a6a6;
}

.result_list a {
    display: block;
    font-size: 22px;
    color: #3b6caa;
}

.result_list p {
    padding-top: 10px;
    color: #000;
}

@media (max-width: 1200px) {
    .search_result {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (max-width: 768px) {
    .search_result .tit {
        font-size: 20px;
    }

    .result_list a {
        font-size: 18px;
    }

    .result_list p {
        font-size: 15px;
        text-align: justify;
    }
}

.falv {
    font-size: 16px;
    padding-top: 82px;
    padding-bottom: 90px;
    line-height: 1.65;
    padding-right: 10px;
    padding-left: 10px;
    text-align: justify;
}

.falv h2 {
    padding-bottom: 15px;
    font-size: 28px;
}

.sharp_box {
    width: 100%;
    padding-top: 90px;
    padding-bottom: 110px;
    transition: all 0.4s;
}

.sharp_box * {
    transition: all 0.4s;
}

.sharp_box h2 {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 45px;
}

.sharp_box p {
    font-size: 18px;
    line-height: 2;
}

.sharp_box .t {
    overflow: hidden;
    padding-right: 5vw;
    position: relative;
    margin-bottom: 34px;
}

.sharp_box .t .in_out {
    position: relative;
    overflow: hidden;
}

.sharp_box .t .inner {
    width: 520px;
    max-width: 100%;
    padding: 110px 0;
    margin: 0 auto;
}

.sharp_box .t .txt {
    width: 62%;
    float: left;
    background: #2765b0;
    color: #fff;
    padding: 0 15px;
    color: #fff;
}

.sharp_box .t .pic_box {
    width: 37%;
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
}

.sharp_box .b {
    padding-left: 5vw;
}

.sharp_box .b .in_out {
    overflow: hidden;
    position: relative;
}

.sharp_box .b .in_out .blue {
    padding: 100px 50px;
    background: #2765b0;
    color: #fff;
    width: 36%;
    float: right;
}

.sharp_box .b .in_out .blue h2 {
    text-align: center;
}

.sharp_box .b .in_out .blue p {
    text-align: justify;
}

.sharp_box .b .in_out .gray {
    width: 29%;
    background: #f1f1f1;
    color: #333333;
    position: absolute;
    height: 100%;
    right: 37%;
    top: 0;
    padding: 100px 70px 10px;
}

.sharp_box .b .in_out .pic_box {
    width: 33%;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
}

@media (max-width: 1366px) {
    .sharp_box {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (max-width: 1200px) {
    .sharp_box h2 {
        font-size: 18px;
    }

    .sharp_box p {
        font-size: 16px;
    }

    .sharp_box .b .in_out .gray {
        padding: 80px 30px;
    }

    .sharp_box .b .in_out .blue {
        padding: 80px 25px;
    }
}

@media (max-width: 992px) {
    .sharp_box .t .txt {
        width: 100%;
        float: none;
    }

    .sharp_box .t {
        padding-right: 0;
        margin-bottom: 15px;
    }

    .sharp_box .t .pic_box {
        position: static;
        height: 350px;
        width: 100%;
    }

    .sharp_box {
        padding-top: 15px;
        padding-bottom: 20px;
    }

    .sharp_box .t .inner {
        padding: 80px 0;
    }

    .sharp_box .b {
        padding-left: 0;
    }

    .sharp_box .b .in_out .pic_box {
        width: 100%;
        position: relative;
        height: 350px;
    }

    .sharp_box .b .in_out .gray {
        position: static;
        width: 100%;
        padding: 40px 30px;
    }

    .sharp_box .b .in_out .blue {
        width: 100%;
        float: none;
        padding: 40px 30px;
    }
}</pre></body></html>