<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.compad {
    padding: 5% 0;
}
.comm_tit {
    margin: 20px 0;
}
.href {
    color: #ffa00a;
}
.desc {
    font-family: -webkit-pictograph;
}
#nav {
    /* overflow-x:auto; */
}
.comm_tit h1 {
    font-size: 30px;
    color: #181818;
    line-height: 30px;
    text-align: center;
}
.comm_tit h1:after {
    /* content: "";
	display: block;
	background: #00438f;
	width: 35px;
	height: 3px;
	text-align: center;
	margin: 20px auto; */
}
.jzr_main .section2:nth-child(odd) {
    margin: 20px 0px;
    flex-flow: row-reverse;
}
.jb_main .section2:nth-child(odd) .jb_content {
    margin-right: 335px;
    margin-left: 0px !important;
}
.jb_main .section2:nth-child(odd) {
    margin: 20px 0px;
    flex-flow: row-reverse;
}
.jb_main .section2:nth-child(odd) .jb_content {
    margin-right: 335px;
    margin-left: 0px !important;
}
.leyi_main .section2:nth-child(odd) {
    margin: 20px 0px;
    flex-flow: row-reverse;
}
.leyi_main .section2:nth-child(odd) .leyi_content {
    margin-right: 335px;
    margin-left: 0px !important;
}
.zts_main .section2:nth-child(odd) {
    flex-flow: row-reverse;
    margin: 20px 0px;
}
.zts_main .section2:nth-child(odd) .zts_content {
    margin-right: 335px;
    margin-left: 0px !important;
}
.news .main-content {
    width: 86%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.news .selected {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}
.swing {
    animation: swing 1000ms both;
}
@keyframes swing {
    0% {
        transform: translateX(0px);
    }
    40% {
        transform: translateX(6px);
    }
    70% {
        transform: translateX(-2px);
    }
    100% {
        transform: translateX(0px);
    }
}
.news .selected:hover {
    box-shadow: 0px 0px 9px 2px #ccc;
    transform: scale(1.02);
    transition: all 500ms ease;
}
.news .selected .left {
    margin-right: 20px;
    padding-bottom: 24px;
}
.news .selected .right {
    padding-bottom: 14px;
    margin-left: 30px;
    padding-right: 10px;
    width: 70%;
}
.news .selected .right .bottom img {
    height: 18px;
    width: auto;
}
.news .link {
    display: flex;
    flex-flow: column;
}
.footer .main {
    width: 100%;
    height: auto !important;
    padding: 3% 60px !important;
}
.news .selected .left div {
    width: 100%;
    height: 3px;
    background: #999999;
    position: relative;
    top: 26px;
}
.news .selected .right .text {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news .selected .right .text p:nth-of-type(1) {
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    width: 80%;
    text-overflow: ellipsis;
}
.news .selected .right .text p:nth-of-type(2) {
    color: #999999;
    font-size: 14px;
}
.news .selected .desc {
    margin: 26px 0px 20px 0px;
    font-size: 14px;
    color: #666;
    min-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news .selected .right .bottom {
    display: flex;
    justify-content: space-between;
}
.news .selected .right .bottom p {
    font-size: 12px;
    color: #999999;
    padding-right: 12px;
    display: inline-block;
}
.news .selected .left img {
    width: 300px;
    height: 200px;
    padding: 25px 20px 10px 20px;
}
.btn {
    margin-top: 75px;
    margin-bottom: 45px;
    width: 250px;
    height: 50px;
    color: #fff;
    background: #ffa00a;
    line-height: 50px;
    text-align: center;
    border-radius: 30px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}
.comm_tit h1 {
    font-size: 40px;
    /*font-family: -webkit-pictograph;*/
    font-weight: bold;
    color: #333;
}
.title p {
    font-size: 14px;
    color: #666;
    position: relative;
    z-index: 2;
}
.title {
    width: 60px;
    position: relative;
}
.title div {
    width: 100%;
    height: 12px;
    background: #ffa00a;
    position: relative;
    bottom: 16px;
    z-index: 1;
}
.comm_tit p {
    font-size: 4px;
    color: #333;
    margin-top: 17px;
    margin-bottom: 56px;
    /*font-family: -webkit-pictograph;*/
    font-weight: bold;
    text-align: center;
}
.comm_tit h2 {
    font-size: 30px;
    font-family: "Arial";
    line-height: 40px;
    text-align: center;
    color: #181818;
    font-weight: bold;
    text-transform: uppercase;
}

.banner_com {
    width: 100%;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 80px;
}

.crumbs {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    background: transparent;
    padding: 20px;
    color: #fff;
    z-index: 3;
}
.crumbs .inner {
    width: 90%;
    margin: 0 auto;
}
.crumbs a {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    display: inline-block;
}

.nav_bar {
    position: relative;
    z-index: 25;
}
.nav_bar .nav_fixed {
    position: relative;
    background: #f6f9ff;
}
.nav_bar .nav_fixed .content {
    height: 70px !important;
}
.nav_bar .nav_fixed .content .top {
    position: relative;
    bottom: 41px;
    float: right;
    margin-right: 30px;
    /* background: #f6f9ff; */
}
.nav_bar .nav_fixed .content .top img {
    width: 20px;
    height: auto;
}
.nav_bar .nav_fixed.navFix {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.3);
    transition: all 800ms ease;
    -webkit-transition: all 800ms ease;
}

.nav_bar ul li {
    float: left;
    margin-right: 40px;
    height: 70px;
}
/*.nav_bar ul li:last-child{*/
/*float: right;*/
/*margin-right: 0px;*/
/*}*/
.nav_bar ul li img {
    /* display: inline-block; */
    display: none;
    vertical-align: middle;
    transition: all 800ms ease;
    -webkit-transition: all 800ms ease;
    width: 33px;
    height: auto;
}
.nav_bar ul li img.hide {
    display: none;
}
.nav_bar ul li a {
    display: inline-block;
    color: #181818;
    line-height: 80px;
    margin-left: 10px;
    font-size: 16px;
}
.nav_bar ul li:hover a,
.nav_bar ul li.hover a {
    color: #00438f;
}
/*.nav_bar ul li:hover img.show,.nav_bar ul li.hover img.show{
	display: none;
}
.nav_bar ul li:hover img.hide,.nav_bar ul li.hover img.hide{
	display: inline-block;
} */
.nav_bar ul li:hover img {
    /* transform: rotate(360deg);
	-webkit-transform:rotate(360deg); */
}
.gotop {
    /* background:url(../images/top.png) no-repeat left center; */
    /* color: #181818;
	line-height: 80px;
	font-size: 16px;
	padding-left: 42px;
	position: absolute;
	right: 0;
	top: 0; */
}
/* .gotop:hover{
	color: #00438f;
	background:url(../images/top_hover.png) no-repeat left center;
} */

/*å…³äºŽæˆ‘ä»¬*/
.j_about_main .section1 {
    padding-top: 60px;
}
.j_about_main .section1 .left {
    float: left;
    width: 50%;
}
.j_about_main .section1 .right {
    float: right;
    width: 40%;
    overflow: hidden;
}
.j_about_main .section1 .right img {
    padding-top: 40px;
    display: block;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}
.j_about_main .section1 .right:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.j_about_main .section1 .left .txt h1 {
    font-size: 40px;
    /*font-family: -webkit-pictograph;*/
    font-weight: bold;
    color: #333;
    line-height: 30px;
    position: relative;
}
.j_about_main .section1 .left .txt .desc {
    font-size: 14px;
    color: #333;
    /*font-family: -webkit-pictograph;*/
    font-weight: bold;
    height: auto;
    margin-top: 18px;
    margin-bottom: 24px;
}
.j_about_main .section1 .left .txt p {
    font-size: 14px;
    color: #333;
    height: auto;
    line-height: 2;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}
.j_about_main .section1 .left .txt p.active {
    height: auto;
}
.j_about_main .section1 .left .txt .more {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background-color: #00438f;
    background-repeat: no-repeat;
    background-position: 80% center;
    background-image: url(../images/about_more.png);
    line-height: 60px;
    padding: 0 100px 0 75px;
    margin-top: 50px;
}
.j_about_main .section1 .left .txt .more.open {
    background-image: url(../images/about_more_.png);
}
.j_about_main .section1 .left .items {
    overflow: hidden;
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
}
.j_about_main .section1 .left .items .item {
    width: 125px;
    height: 125px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #ccc;
    justify-content: center;
    flex-flow: column;
    /*margin-right: 12%;*/
    margin-top: 30px;
}
.j_about_main .section1 .left .items .item:after {
    content: "";
    display: block;
    width: 1px;
    height: 32px;
    background: #e9e9e9;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -16px;
}
.j_about_main .section1 .left .items .item:nth-child(3):after {
    display: none;
}
.j_about_main .section1 .left .items .item:nth-child(5):after {
    display: none;
}
.j_about_main .section1 .left .items .item span {
    font-size: 32px;
    /*font-family: -webkit-pictograph;*/
    font-weight: bold;
}
.j_about_main .section1 .left .items .item h1 {
    font-size: 14px;
    color: #999;
    text-align: center;
}

.j_about_main .section2 {
    background-image: url(../images/about_bg1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: none;
}
.j_about_main .section2 .item {
    margin-top: 70px;
}
.j_about_main .section2 .item img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.j_about_main .section3 {
    background-image: url(../images/about_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    height: 500px;
}
.j_about_main .section3 .comm_tit {
    padding-top: 8%;
}
.j_about_main .section3 .comm_tit h1,
.j_about_main .section3 .comm_tit h2,
.j_about_main .section3 .comm_tit p {
    color: #fff;
}
.j_about_main .section3 .comm_tit h1:after {
    background: #fff;
}

.c_pad {
    margin: 65px 0 35px 0;
}

.z_about_main .section {
    height: auto !important;
}

.com_section {
    background: #f5f5f5;
    height: 50vh;
}
.com_section .left {
    height: 100%;
    width: 40%;
    overflow: hidden;
}
.com_section .left .bg {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    overflow: hidden;
}
.com_section .left:hover .bg {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.com_section .right {
    width: 60%;
    position: relative;
    height: 100%;
}
.com_section .right .block {
    position: absolute;
    top: 10%;
    left: 18%;
    width: 54%;
}
.com_section .right .block img {
    display: block;
    margin-bottom: 15px;
    max-width: 100%;
}
.com_section .right .block h1 {
    font-size: 30px;
    color: #181818;
    line-height: 36px;
    margin-bottom: 30px;
}
.com_section .right .block p {
    color: #636363;
    font-size: 16px;
    line-height: 24px;
}
.com_section2 .right .block {
    right: 30%;
    left: initial;
}

.h_about_main .section1 .txt {
    padding-bottom: 5%;
}
.h_about_main .section1 .txt h1 {
    font-size: 30px;
    color: #181818;
    line-height: 30px;
    text-align: center;
}
.h_about_main .section1 .txt h1:after {
    content: "";
    display: block;
    background: #00438f;
    width: 35px;
    height: 3px;
    text-align: center;
    margin: 20px auto;
}
.h_about_main .section1 .txt h2 {
    font-size: 24px;
    color: #181818;
    line-height: 30px;
    text-align: center;
    margin: 50px 0 30px 0;
}
.h_about_main .section1 .txt p {
    font-size: 16px;
    color: #636363;
    line-height: 30px;
    text-align: justify;
    width: 80%;
    margin: 0 auto;
}
.h_about_main .section2 .item {
    overflow: hidden;
    height: 60vh;
}
.h_about_main .section2 .left {
    height: 100%;
    width: 50%;
    overflow: hidden;
}
.h_about_main .section2 .left .bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}
.h_about_main .section2 .left:hover .bg {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.h_about_main .section2 .right {
    width: 50%;
    height: 100%;
    background: #00438f;
    position: relative;
}
.h_about_main .section2 .right .block {
    width: 50%;
    position: absolute;
    top: 20%;
    left: 38%;
}
.h_about_main .section2 .right .block h1 {
    font-size: 36px;
    color: #fff;
    line-height: 40px;
}
.h_about_main .section2 .right .block h2 {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
}
.h_about_main .section2 .right .block p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 15px;
}
.h_about_main .section2 .right .block i {
    display: block;
    width: 39px;
    height: 39px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/about_ico8.png);
    cursor: pointer;
}
.h_about_main .section2 .item:nth-child(2) .right {
    background: #089b9c;
}
.h_about_main .section2 .item:nth-child(2) .right .block {
    right: 38%;
    left: initial;
}
.h_about_main .section2 .item:nth-child(3) .right {
    background: #087ca6;
}

.c_about_main .section1 .items .slick-list {
    width: 90%;
    margin: 0 auto;
}
.c_about_main .section1 .items .slick-track {
    padding: 20px 0;
}
.c_about_main .section1 .items .item {
    width: 25%;
}
.c_about_main .section1 .items .item a {
    display: block;
    margin: 0 5px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    background: #f5f5f5;
    overflow: hidden;
}
.c_about_main .section1 .items .item a .pic {
    overflow: hidden;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    width: 100%;
}
.c_about_main .section1 .items .item a .pic img {
    width: 100%;
    display: block;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}
.c_about_main .section1 .items .item a:hover .pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.c_about_main .section1 .items .item a .txt {
    font-size: 18px;
    color: #181818;
    line-height: 30px;
    padding: 15px 0;
    text-align: center;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}
.c_about_main .section1 .items .item a:hover {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    background: #00438f;
}
.c_about_main .section1 .items .item a:hover .txt {
    color: #fff;
}

.c_about_main .section1 .items .slick-arrow {
    width: 55px;
    height: 55px;
    background-color: #d1d1d1;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    outline: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -27px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 4;
}
.c_about_main .section1 .items .slick-arrow:hover {
    background-color: #00438f;
}
.c_about_main .section1 .items .slick-prev {
    background-image: url(../images/about_prev.png);
    left: 10px;
}
.c_about_main .section1 .items .slick-next {
    background-image: url(../images/about_next.png);
    right: 10px;
}

.hide-tab {
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}
.c_about_main .section2 {
    background: #f5f5f5;
}
.c_about_main .section2 .yg_nav {
    margin-bottom: 40px;
    margin-top: 50px;
}
.c_about_main .section2 .yg_nav ul {
    overflow: hidden;
}
.c_about_main .section2 .yg_nav ul.fixed {
    position: fixed;
    top: 0;
    left: 2%;
    right: 2%;
    z-index: 8;
    background: #fff;
    padding-bottom: 10px;
}
.c_about_main .section2 .yg_nav ul li {
    width: 20%;
    float: left;
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-flow: column;
}
.c_about_main .section2 .yg_nav ul li img {
    width: 30px;
    height: auto;
}
.c_about_main .section2 .yg_nav ul li i {
    display: block;
    width: 56px;
    height: 52px;
    background-image: url(../images/about_ico9.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    margin: 0 auto 10px auto;
}
.c_about_main .section2 .yg_nav ul li:hover i {
    background-image: url(../images/about_ico14.png);
}
.c_about_main .section2 .yg_nav ul li:nth-child(2) i {
    background-image: url(../images/about_ico10.png);
}
.c_about_main .section2 .yg_nav ul li:nth-child(2):hover i {
    background-image: url(../images/about_ico15.png);
}
.c_about_main .section2 .yg_nav ul li:nth-child(3) i {
    background-image: url(../images/about_ico11.png);
}
.c_about_main .section2 .yg_nav ul li:nth-child(3):hover i {
    background-image: url(../images/about_ico16.png);
}
.c_about_main .section2 .yg_nav ul li:nth-child(4) i {
    background-image: url(../images/about_ico12.png);
}
.c_about_main .section2 .yg_nav ul li:nth-child(4):hover i {
    background-image: url(../images/about_ico17.png);
}
.c_about_main .section2 .yg_nav ul li:nth-child(5) i {
    background-image: url(../images/about_ico13.png);
}
.c_about_main .section2 .yg_nav ul li:nth-child(5):hover i {
    background-image: url(../images/about_ico18.png);
}
.c_about_main .section2 .yg_nav ul li span {
    font-size: 16px;
    color: #181818;
    text-align: center;
    display: block;
    cursor: pointer;
}
.c_about_main .section2 .yg_nav ul li:hover span {
    color: #00438f;
}
.c_about_main .section2 .yg_nav ul li.on span {
    color: #00438f;
}
.c_about_main .section2 .yg_nav ul li:nth-child(1).on i {
    background-image: url(../images/about_ico14.png);
}
.c_about_main .section2 .yg_nav ul li:nth-child(2).on i {
    background-image: url(../images/about_ico15.png);
}
.c_about_main .section2 .yg_nav ul li:nth-child(3).on i {
    background-image: url(../images/about_ico16.png);
}
.c_about_main .section2 .yg_nav ul li:nth-child(4).on i {
    background-image: url(../images/about_ico17.png);
}
.c_about_main .section2 .yg_nav ul li:nth-child(5).on i {
    background-image: url(../images/about_ico18.png);
}

.c_about_main .section2 .yg_main {
    display: none;
}
.c_about_main .section2 .yg_main .items {
    margin: 0 -12px;
    overflow: hidden;
    padding-top: 10px;
}
.c_about_main .section2 .yg_main .items .item {
    float: left;
    width: 33.33%;
    margin-bottom: 30px;
}
.c_about_main .section2 .yg_main .items .item a {
    display: block;
    margin: 0 12px;
}
.c_about_main .section2 .yg_main .items .item a .pic {
    width: 100%;
    overflow: hidden;
}
.c_about_main .section2 .yg_main .items .item a img {
    display: block;
    width: 100%;
    height: 240px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}
.c_about_main .section2 .yg_main .items .item a:hover .pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.c_about_main .section2 .yg_main .items .item .txt {
    font-size: 16px;
    color: #181818;
    line-height: 24px;
    padding: 25px 0;
    text-align: center;
    background: #fff;
}
.c_about_main .section2 .yg_main .items .item:hover .txt {
    background: #e8e8e8;
}
.c_about_main .section2 .yg_main .items .item:hover a {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}
.c_about_main .section2 .yg_main .more {
    width: 51px;
    height: 51px;
    display: block;
    margin: 20px auto 0 auto;
    background: url(../images/about_more2.png) no-repeat center;
}

/*æ–°é—»å¤´æ¡*/

.news_main .news_list {
    overflow: hidden;
    margin: 50px -10px 0 -10px;
}
.news_main .news_list .list {
    float: left;
    width: 50%;
}
.news_main .section .content .title p {
}
.news_main .section .content .title div {
    height: 7px !important;
    bottom: 10px;
}
.news_main .compad {
    padding: 72px 0px 82px 0px;
}
.news_main .section .title {
    width: 56px;
    margin-bottom: 20px;
}
.news .btn {
    margin: 125px auto;
}
.news_main .news_list .list .inner {
    margin: 0 10px;
    position: relative;
}
.news_main .news_list .list .inner .pic {
    display: block;
    overflow: hidden;
}
.news_main .news_list .list .inner .pic img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}
.news_main .news_list .list:hover .inner .pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.news_main .news_list .list .inner .txt {
    background: #f5f5f5;
    padding: 40px 35px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.news_main .news_list .list .inner .txt span {
    font-size: 16px;
    color: #636363;
    font-family: "Arial";
    line-height: 24px;
    display: inline-block;
    margin-bottom: 15px;
}
.news_main .news_list .list .inner .txt h1 {
    font-size: 24px;
    color: #181818;
    line-height: 36px;
    margin-bottom: 20px;
    overflow: hidden;
    height: 3em;
}
.news_main .news_list .list .inner .txt p {
    color: #818181;
    font-size: 16px;
    line-height: 26px;
    height: 0;
    overflow: hidden;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}
.news_main .news_list .list:hover .inner .txt p {
    height: 52px;
}
.news_main .news_list .list:hover .inner .txt h1 {
    color: #00438f;
}
.news_main .news_list .list .more {
    width: 55px;
    height: 55px;
    display: block;
    background-color: #00438f;
    background-image: url(../images/index_icon6.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 0;
}

.news_main .news_bot .items {
    border-top: 1px solid #d8d8d8;
    margin-top: 80px;
}
.news_main .news_bot .items .item {
    border-bottom: 1px solid #d8d8d8;
    padding: 50px 0;
    overflow: hidden;
}
.news_main .news_bot .items .item .time {
    padding: 25px 55px;
    border-right: 1px solid #ebebeb;
    float: left;
}
.news_main .news_bot .items .item .time i {
    font-size: 48px;
    color: #636363;
    font-family: "Arial";
    line-height: 48px;
    display: block;
}
.news_main .news_bot .items .item .time span {
    font-size: 18px;
    color: #636363;
    font-family: "Arial";
    line-height: 20px;
    display: block;
}
.news_main .news_bot .items .item .txt {
    margin-left: 225px;
    margin-top: 12px;
}
.news_main .news_bot .items .item .txt h1 {
    font-size: 24px;
    color: #181818;
    line-height: 30px;
    margin-bottom: 15px;
}
.news_main .news_bot .items .item .txt p {
    font-size: 16px;
    color: #818181;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news_main .news_bot .items .item:hover h1 {
    color: #00438f;
}
.news_main .news_bot .more {
    width: 280px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #00438f;
    display: block;
    margin: 60px auto 0 auto;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}
.news_man .news_bot .more:hover {
    background: #002a5a;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    transform: translateY(10px);
}
.news .pagination {
    display: flex;
    justify-content: center;
    margin: 50px 0px;
}
.news_show {
    padding: 70px 0 0 0;
}
.news_show .tit {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 20px;
    margin-bottom: 35px;
}
.news_show .tit h1 {
    font-size: 30px;
    color: #333;
    line-height: 40px;
    margin-bottom: 40px;
}
.news_show .tit span {
    color: #181818;
    font-size: 18px;
    line-height: 180%;
    display: inline-block;
    margin-right: 30px;
}
.news_show .tit i {
    color: #818181;
    font-size: 16px;
    line-height: 24px;
}

.news_show .cont_info .tit h1 {
    color: #181818;
    font-size: 18px;
    line-height: 24px;
}
.news_show .share {
    text-align: right;
    display: inline-block;
    vertical-align: top;
    float: right;
}
.news_show .share span {
    font-size: 16px;
    color: #818181;
    line-height: 30px;
}
.news_show .share span a {
    width: 30px;
    height: 30px;
    display: inline-block;
    opacity: 1 !important;
    vertical-align: top;
    padding: 0;
    margin: 0 2px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    float: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.news_show .share span .bds_weixin {
    background: url(../images/wx_ico.png) center center no-repeat;
}
.news_show .share span .bds_weixin:hover {
    background: url(../images/wx_ico2.png) center center no-repeat;
}
.news_show .share span .bds_tsina {
    background: url(../images/wb_ico.png) center center no-repeat;
}
.news_show .share span .bds_tsina:hover {
    background: url(../images/wb_ico2.png) center center no-repeat;
}
.news_show .share span .bds_tqq {
    background: url(../images/qq_ico.png) center center no-repeat;
}
.news_show .share span .bds_tqq:hover {
    background: url(../images/qq_ico2.png) center center no-repeat;
}

.newsDetail_page {
    background: #f5f5f5;
    padding: 50px 0;
    border-top: 1px solid #ababab;
    margin-top: 70px;
}
.newsDetail_page .page {
    width: 40%;
    display: inline-block;
    font-size: 16px;
    color: #181818;
    line-height: 36px;
}
.newsDetail_page .page:hover {
    color: #00438f;
}
.newsDetail_page .back {
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    float: right;
    background: #00438f;
}
.newsDetail_page .back:hover {
    background: #002a5a;
}

.video_main .section .items {
    overflow: hidden;
    margin-top: 50px;
}
.video_main .section .items .item {
    width: 50%;
    float: left;
    margin-bottom: 30px;
}
.video_main .section .items .item a {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.video_main .section .items .item a img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}
.video_main .section .items .item:hover a img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.video_main .section .items .item .txt a {
    font-size: 18px;
    color: #181818;
    display: block;
    background: url(../images/news_ico4.png) no-repeat left center;
    background-size: 30px auto;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 25px 0 25px 40px;
}
.video_main .section .items .item:hover .txt a {
    color: #00438f;
}
.video_main .section .items .item .video_control {
    position: absolute;
    bottom: 44%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    border: 2px solid rgba(255, 255, 255, 1);
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    cursor: pointer;
    opacity: 0;
}
.video_main .section .items .item:hover .video_control {
    opacity: 1;
}
.video_main .section .items .item .video_control:before {
    content: "";
    position: absolute;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.video_main .section .items .item .video_control:before {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #fff;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -4px;
}

.video_main .section .bot {
    width: 100%;
    height: 1px;
    background: #d8d8d8;
    position: relative;
    margin-top: 80px;
    margin-bottom: 40px;
}
.video_main .section .bot .more {
    width: 280px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #00438f;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: -32px;
    left: 0;
    right: 0;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}
.video_main .section .bot .more:hover {
    background: #002a5a;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.ban_com {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 500px;
    margin-top: 70px;
    position: relative;
}
.ban_com .txt {
    position: absolute;
    top: 30%;
    left: 8%;
    width: 590px;
}
.ban_com .txt h1 {
    font-size: 48px;
    color: #fff;
    line-height: 50px;
    font-weight: bold;
    margin-bottom: 20px;
}
.ban_com .txt p {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
}

.res_main .section1 {
    background: #f5f5f5;
    padding-top: 4%;
}
.res_main .section1 .items {
    margin-top: 50px;
}
.res_main .section1 .com_section {
    background: #fff;
}
.res_main .section1 .com_section2 {
    background: #f5f5f5;
}

.cont_main .section1 {
    padding-top: 4%;
}
.cont_main .section1 .items {
    overflow: hidden;
    height: 50vh;
    margin-top: 50px;
}
.cont_main .section1 .left {
    float: left;
    width: 50%;
    height: 100%;
}
.cont_main .section1 .left .baiduMap {
    width: 100%;
    height: 100%;
}
.cont_main .section1 .right {
    float: right;
    background: #f5f5f5;
    width: 50%;
    height: 100%;
    position: relative;
}
.cont_main .section1 .right .txt {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
}
.cont_main .section1 .right .txt .list {
    background: url(../images/cont_ico1.png) no-repeat left center;
    padding-left: 60px;
    margin: 20px 0;
}
.cont_main .section1 .right .txt .list:nth-child(2) {
    background: url(../images/cont_ico2.png) no-repeat left center;
}
.cont_main .section1 .right .txt .list:nth-child(3) {
    background: url(../images/cont_ico3.png) no-repeat left center;
}
.cont_main .section1 .right .txt .list:nth-child(4) {
    background: url(../images/cont_ico4.png) no-repeat left center;
}
.cont_main .section1 .right .txt .list:nth-child(5) {
    background: url(../images/cont_ico5.png) no-repeat left center;
}
.cont_main .section1 .right .txt h1 {
    font-size: 24px;
    color: #181818;
    line-height: 30px;
}
.cont_main .section1 .right .txt span {
    color: #181818;
    font-size: 16px;
    line-height: 24px;
}
.cont_main .section1 .right .txt p {
    color: #919191;
    font-size: 16px;
    line-height: 24px;
}

/*.cont_main .section2{
	padding-top: 4%;
}*/
.cont_main .section2 .items {
    overflow: hidden;
    padding: 75px 0;
    background: #f5f5f5;
    margin-top: 0 !important;
}
.cont_main .section2 .items .content {
    overflow: hidden;
}
.cont_main .section2 .items .item {
    float: left;
    width: 33.33%;
    position: relative;
}
.cont_main .section2 .items .item img {
    display: block;
    width: 100%;
}
.cont_main .section2 .items .item .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    text-align: center;
}
.cont_main .section2 .items .item .txt:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.cont_main .section2 .items .item .txt span {
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    padding: 20px 30px;
    position: relative;
}
.cont_main .section2 .items .item .txt span:before {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}
.cont_main .section2 .items .item .txt span:after {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}
.cont_main .section2 .items .item .txt span:after,
.cont_main .section2 .items .item .txt span:before {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    content: "";
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.cont_main .section2 .items .item:hover .txt span:before,
.cont_main .section2 .items .item:hover .txt span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.cont_main .section2 .items .item:hover .txt {
    background: rgba(22, 155, 219, 0.9);
}

.sear_main .sear_top h1 {
    font-size: 30px;
    color: #181818;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
}
.sear_main .sear_top p {
    font-size: 16px;
    color: #818181;
    line-height: 24px;
    text-align: center;
    margin-bottom: 40px;
}
.sear_main .sear_top span {
    color: #00438f;
}
.sear_main .sear_top form {
    width: 100%;
    position: relative;
}
.sear_main .sear_top form input.inp {
    background: #f5f5f5;
    line-height: 60px;
    border: 1px solid #e4e4e4;
    outline: none;
    color: #333;
    font-size: 18px;
    width: 100%;
    padding: 0 80px 0 30px;
}
.sear_main .sear_top form input.btn {
    width: 65px;
    height: 60px;
    background: url(../images/sear_ico.png) no-repeat center;
    outline: none;
    background-color: transparent;
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 3;
}
.sear_main .sear_top form input.btn:hover {
    background: url(../images/sear_ico2.png) no-repeat center;
}
.sear_main .sear_list .item {
    padding: 55px 0;
    border-bottom: 1px solid #d8d8d8;
}
.sear_main .sear_list .item span {
    font-size: 16px;
    font-family: "Arial";
    color: #818181;
    line-height: 20px;
    margin-bottom: 5px;
}
.sear_main .sear_list .item h1 {
    font-size: 24px;
    color: #181818;
    line-height: 30px;
    margin-bottom: 15px;
}
.sear_main .sear_list .item:hover h1 {
    color: #00438f;
}
.sear_main .sear_list .item p {
    color: #636363;
    font-size: 16px;
    line-height: 24px;
}
.sear_main .more {
    width: 280px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #00438f;
    display: block;
    margin: 60px auto 0 auto;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}
.sear_main .more:hover {
    background: #002a5a;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    transform: translateY(10px);
}

.m_main .map_list {
    border-top: 1px solid #d8d8d8;
    margin-top: 50px;
}
.m_main .map_list .list {
    padding: 40px 0;
    border-bottom: 1px solid #d8d8d8;
}
.m_main .map_list .list .first {
    display: inline-block;
    font-size: 20px;
    color: #181818;
    line-height: 24px;
    background: #f5f5f5;
    padding: 20px 50px;
    margin-right: 0;
}
.m_main .map_list .list a {
    font-size: 18px;
    color: #636363;
    line-height: 24px;
    padding: 20px 50px;
}
.m_main .map_list .list a:hover {
    color: #00438f;
}
.news_show .tit h1 span.title1 {
    font-size: 20px !important;
}
.news_show .tit h1 span.title {
    font-size: 24px !important;
}
.news_show .tit h1 span.title2 {
    font-size: 16px !important;
}
.news_show .tit span {
    margin-right: 0;
}

/*2018-11-2*/
.news_detail {
    padding: 4vw 0;
    width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
}
.news_detail .title {
    padding-right: 300px;
    text-align: center;
    line-height: 1.3;
}
.news_detail .title h4 {
    font-size: 26px;
    color: #999999;
    line-height: 1.4;
}
.news_detail .title h3 {
    font-size: 30px;
    color: #333333;
    margin: 15px 0;
    line-height: 1.4;
}
.news_detail .title h5 {
    font-size: 22px;
    color: #999999;
    line-height: 1.4;
}
.news_detail .news_detail-title {
    width: calc(100% - 336px);
    text-align: center;
}
.news_detail .news_detail-title h3 {
    font-size: 24px;
    font-weight: bold;
}
.news_detail .main .ope {
    border-bottom: 1px solid #d8d8d8;
    font-size: 14px;
    line-height: 45px;
    padding-bottom: 15px;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: space-between;
}
.news_detail .main .ope span {
    color: #818181;
}
.news_detail .main .ope span:nth-of-type(1) {
    padding-right: 3px;
}
.news_detail .main .ope span:nth-of-type(3) {
    /* background: url('/img/lookCount.png') no-repeat ; */
}
.news_detail .main .ope span.gray {
    color: #818181;
    float: none;
}
.news_detail .main .ope .share {
    float: right;
    color: #818181;
    line-height: 26px;
    padding-top: 8px;
}

.news_detail .label {
    width: 100%;
    margin: 10px 0;
}
.news_detail .label div {
    display: inline-block;
    background-color: #eee;
    padding: 2px 8px;
    margin: 0 4px 4px 0px;
    border-radius: 4px;
    font-size: 14px;
    display: inline-block;
}

.news_detail .main .ope .box {
    width: calc(100% - 336px);
}
.news_detail .bottom-btn {
    width: calc(100% - 336px);
}
.news_detail .btn {
    margin: 0 auto;
    margin-top: 67px;
    margin-bottom: 45px;
}
.news .link a {
    font-weight: bold;
    padding: 10px 0;
}
.news_detail .main .ope .share a {
    display: inline-block;
    float: none;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin: 0 0 0 10px;
    vertical-align: top;
    background-position: center;
    background-repeat: no-repeat;
}
.news_detail .main .ope .share a.wx {
    background-image: url("/img/share1.png");
    background-size: 100% 100%;
}
.news_detail .main .ope .share a.sina {
    background-image: url("/img/share2.png");
    background-size: 100% 100%;
}
.news_detail .main .ope .share a.qzone {
    background-image: url("/img/share3.png");
    background-size: 100% 100%;
}
.news_detail .block {
    margin: 3vw 0;
    overflow: hidden;
}
.news_detail .block .left {
    width: calc(100% - 336px);
    float: left;
}
.news_detail .block .left p {
    text-indent: 2em;
    margin: 25px 0 !important;
    font: 18px/200% "Microsoft YaHei";
}
.news_detail .block .left img {
    max-width: 100% !important;
    margin: 0 auto;
    height: auto !important;
}
.news_detail .block .right {
    width: 300px;
    float: right;
}
.news_detail .block .box {
    border: 1px solid #d8d8d8;
    padding: 0 12px;
    margin-bottom: 30px;
}
.news_detail .block .box h3 {
    font-size: 24px;
    color: #333;
    line-height: 2.4;
    border-bottom: 1px solid #d8d8d8;
}
.news_detail .block .lists {
    padding: 10px 0;
}
.news_detail .block .lists a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.news_detail .block .lists a:hover {
    color: #00438f;
}
.news_detail .block .items {
    font-size: 0;
    margin: 0 -6px;
    padding: 10px 0;
}
.news_detail .block .item {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 12px);
    margin: 0 6px;
}
.news_detail .block .item .img_block {
    overflow: hidden;
}
.news_detail .block .item .img_block img {
    display: block;
    width: 100%;
    backface-visibility: hidden;
    transition: all 500ms ease;
}
.news_detail .block .item h4 {
    font-size: 16px;
    color: #333;
    line-height: 2.4;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news_detail .block .item:hover h3 {
    color: #00438f;
}
.news_detail .block .item:hover img {
    transform: scale(1.05);
}
.news_detail .block .right .imgs {
    font-size: 0;
    padding: 15px 0;
}
.news_detail .block .right .img {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.news_detail .block .right .img img {
    display: block;
    margin: 0 auto;
    max-width: 76px;
}
.news_detail .block .right .img p {
    font-size: 16px;
    color: #666;
    text-align: center;
    margin-top: 6px;
}
.news_detail .other {
    margin-right: 300px;
}
.news_detail .other p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #666;
}
.news_detail .other p a {
    color: #666;
}
.news_detail .other p a:hover {
    color: #00438f;
}
.news_detail .other .back {
    display: block;
    width: 124px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    background: #00438f;
}
.news_detail .other .link a {
    display: block;
    margin-top: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #181818;
}
.news_detail .other .link a:hover {
    color: #00438f;
}
.contact_main .items .right .txt {
    height: 120px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 214px;
}
.contact_main .items {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 50px;
}
.contact_main .items .left img {
    width: 100%;
    height: 471px;
}
.contact_main .items .right {
    background: #eee;
}
.contact_main .items .right .txt {
    height: 120px;
}
.contact_main .items .right .txt .list span {
    font-size: 16px;
    font-weight: bold;
}
.contact_main .items .right .txt .list p {
    color: #999;
    font-size: 14px;
    padding-top: 10px;
}
.contact_main .items .right .txt .list img {
    width: 20px;
    height: auto;
}
.contact_main .section1 .content {
    margin-top: 64px;
}
.contact_main ..comm_tit p {
    margin-bottom: 56px;
}
.yj_main .section {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.yj_main .section {
    margin: 0 auto;
    height: 500px;
    margin-top: 40px;
}
.yj_main .bg {
    background-color: #fff;
    opacity: 0.9;
    position: relative;
    height: 500px;
    width: 440px;
}
.yj_main .section .yj_title {
    padding-top: 40px;
    padding-left: 40px;
}
.yj_main .section .yj_title p {
    position: relative;
    display: inline-block;
    font-size: 24px;
}
.yj_main .section .yj_title p::after {
    content: "";
    display: block;
    width: 100%;
    height: 7px;
    background: #ffa00a;
    position: relative;
    z-index: -1;
    bottom: 9px;
}
/* .yj_main .section .bg{
	float: left;margin-left: 40px
}
.yj_main .section .bg:nth-child(even){
	float: right !important;margin-right: 40px !important
} */
.yj_main .section1 .bg {
    float: left;
    margin-left: 40px;
}
.yj_main .section2 .bg {
    float: right;
    margin-right: 40px;
}
.yj_main .section3 .bg {
    float: left;
    margin-left: 40px;
}
.yj_main .section1 {
    /* left: 30px; */
    background-image: url(/img/yj_bg1.jpg);
}
.yj_main .section2 {
    /* left: 527px; */
    background-image: url(/img/yj_bg2.jpg);
}
.yj_main .section3 {
    /* left: 30px; */
    margin-bottom: 40px;
    background-image: url(/img/yj_bg3.jpg);
}
.yj_main .section .bg .desc {
    padding: 190px 40px 0px 40px;
}
.yj_main .section .bg .desc h3 {
    font-size: 36px;
    font-weight: bold;
    width: 93%;
}
.yj_main .section .bg .desc p {
    font-size: 14px;
    color: #333;
    padding-top: 20px;
    line-height: 1.6;
}
.fz_main .section1 .left .txt {
    background: #f5f5f5;
    padding: 0px 90px 30px 90px;
    width: 1050px;
}
.fz_main .process {
    display: flex;
    justify-content: center;
}
.fz_main .process .items_2 {
    margin-top: 100px;
    margin-left: -18px;
}
.fz_main .process .items_1 h4 {
    text-align: right;
}
.fz_main .process .items_2 h3,
.fz_main .process .items_2 p {
    text-align: left !important;
}
.fz_main .back_img {
    text-align: center;
    position: relative;
    /* position: relative;
    left: 45.5%; */
}
.fz_main .back_img div {
    transform: rotate(360deg);
    width: 20px;
    text-align: center;
    position: relative;
    bottom: 93px;
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.fz_main .process .dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #f5f5f5;
    margin-left: 3px;
}
.fz_main .process .line {
    width: 5px;
    height: 0px;
    position: absolute;
    left: 50%;
    background: #f5f5f5;
}
.wh_main .process .section1 .tab_content {
    display: none;
}
.wh_main .section1 .active p {
    color: #298adf;
}
.wh_main .section1 .item {
    display: none;
}
.wh_main .section1 .selected {
    display: block;
}
.wh_main .section1 .left .items {
    display: flex;
    justify-content: space-between;
    margin-top: 43px;
}
.wh_main .section1 .left .items .item {
    display: flex;
    flex-flow: column;
    align-items: center;
    cursor: pointer;
}
.wh_main .section1 .left .items .item img {
    width: 45px;
    height: 37px;
}
.wh_main .section1 .tab {
    /* display: flex;
	flex-wrap: wrap;
	justify-content: space-around; */
}
.wh_main .section1 .tab_item:hover {
    transform: scale(1.1);
    transition: all 1s;
}
.wh_main .section1 .tab_item {
    cursor: pointer;
    box-shadow: 0px 0px 6px 0px #bcdbf6;
    margin-top: 10px;
    float: left;
    width: 23%;
    margin: 20px 12px;
    border-radius: 10px;
    overflow: hidden;
    /* height: 300px; */
}
.wh_main .section1 .tab_item .photo_title {
    /* position: relative;
    top: -59px;
    text-align: center; */
}
.wh_main .section1 .tab_item img {
    width: 280px;
    height: 225px;
}
.wh_main .section1 .left .items .item p {
    padding-top: 20px;
    font-size: 14px;
}
.wh_main .section1 .left .txt {
    background: #f5f5f5;
    padding: 0px 90px 30px 90px;
    margin-bottom: 26px;
}
.wh_main .section1 .tab .photo_title {
    height: 103px;
    background: #fff;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.wh_main .section1 .tab .photo_title h3 {
    font-size: 14px;
}
.wh_main .section1 .tab .photo_title p {
    font-weight: bold;
    position: relative;
    z-index: 2;
    /*font-family: -webkit-pictograph;*/
    font-size: 14px;
    margin-top: 17px;
}
.wh_main .section1 .tab .photo_title div {
    height: 12px;
    background: #ffa00a;
    width: 30px;
    position: relative;
    top: -12px;
    z-index: 1;
}
.fz_main .text p {
    font-size: 14px;
    color: #454545;
    line-height: 26px;
    text-align: left;
}
.fz_main .txt .wow {
    font-size: 40px;
    /*font-family: -webkit-pictograph;*/
    font-weight: bold;
    color: #333;
    line-height: 40px;
    position: relative;
    text-align: center;
    padding-top: 20px;
}
.wh_main .txt .wow {
    font-size: 40px;
    /*font-family: -webkit-pictograph;*/
    font-weight: bold;
    color: #333;
    line-height: 30px;
    position: relative;
    text-align: center;
    padding-top: 30px;
}
.fz_main .txt .desc {
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    overflow: hidden;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    /*font-family: -webkit-pictograph;*/
    font-weight: bold;
}
.wh_main .txt .desc {
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    overflow: hidden;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    /*font-family: -webkit-pictograph;*/
    font-weight: bold;
    padding-top: 15px;
}
.party_main {
    max-width: 1200px;
    margin: 0 auto;
}

.party_main .section {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
    align-items: center;
}
/* .party_main .section1{
	height:352px;
} */
.party_main .section {
    height: auto;
}
.party_main .section .text {
    font-size: 14px;
    color: #666666;
    max-width: 980px;
}
.party_main .section1 .text:last-of-type {
    margin-bottom: 50px;
}
.party_main .section3 .text:nth-of-type(n + 2) {
    margin-top: 28px;
}
.party_main .section3 .text:last-of-type {
    margin-bottom: 62px;
}
.party_main .section2 {
    /* height: 365px; */
}
.party_main .section .logo {
    width: 280px;
    height: auto;
    margin-top: 50px;
}
.party_main .section .party_title {
    display: flex;
    align-items: flex-start;
    margin-top: 42px;
    margin-bottom: 28px;
}
.party_main .section .party_title img {
    /* width: 280px;
	height: auto;; */
    width: 26px;
    height: 26px;
    margin-right: 11px;
}
.party_main .section .party_title p {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8;
}
.fz_main .text h3 {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
    /*font-family: -webkit-pictograph;*/
    font-weight: bold;
}
.fz_main .process .process_img {
    width: 50%;
    position: relative;
    left: 25%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.fz_main .process .item {
    display: flex;
    align-items: center;
    /* position: relative; */
    padding: 90px 0px;
    min-height: 190px;
}
.fz_main .process {
    /* width: 50%; */
    margin: 0 auto;
}
.fz_main .process .item .left {
    min-width: 500px;
    max-width: 500px;
}
.fz_main .process .item .left h3 {
    font-size: 16px;
    /*font-weight: bold;*/
    text-align: right;
}
.fz_main .process .item .left h4 {
    color: #333;
    font-size: 14px;
    padding-bottom: 8px;
}
.fz_main .process .items_1 .left p {
    float: right;
}
.fz_main .process .items_2 .left p {
    float: left;
}
.fz_main .process .item .left p {
    font-size: 14px;
    color: #666;
    font-weight: bold;
    text-align: right;
    line-height: 2.6;
    width: 438px;
}
.fz_main .process .item .right {
    margin-left: 17px;
}
.fz_main .process .item .right .img {
    width: 67px;
    height: auto;
    position: relative;
    z-index: 2;
}
.fz_main .process .item .right div:nth-of-type(2) {
    width: 20px;
    /* background: #ccc; */
    position: relative;
    left: 7px;
    z-index: 1;
    border-radius: 50%;
    box-shadow: 10px 0px 11px 7px #999999;
}
.jzr_main .section {
    height: 314px;
}

.jzr_main .section1 {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
    height: 444px;
}
.jzr_main .section1 img {
    margin-top: 54px;
    width: 220px;
    height: auto;
}
.jzr_main .section1 .head {
    display: flex;
    margin-top: 50px;
}
.jzr_main .section1 .head h3 {
    font-size: 18px;
    font-weight: bold;
}
.jzr_main .section1 .head i {
    position: relative;
    bottom: 10px;
    font-weight: bold;
}
.jzr_main .section1 p {
    width: 998px !important;
    margin-top: 33px;
    font-size: 14px;
    color: #333;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.jzr_main .section2 {
    background: #f1f1f1;
    display: flex;
    justify-content: space-between;
    min-height: 502px;
    height: auto;
}
.jzr_main .section2 img {
    width: 50%;
    margin-left: 46px;
}
.jzr_main .section2 .jzr_content .jzr_title {
    max-height: 495px;
    overflow: hidden;
}
.jzr_main .section2 .jzr_content {
    margin-left: 19%;
}
.jzr_main .section2 .jzr_content .jzr_title h3 {
    position: relative;
    z-index: 2;
    display: inline-block;
    font-size: 24px;
    margin-top: 66px;
}
.jzr_main .section2 .jzr_content .jzr_title pre {
    width: 500px;
    margin-top: 40px;
    font-size: 14px;
}
.jzr_main .section2 .jzr_content .jzr_title h3::after {
    content: "";
    display: block;
    width: 100%;
    height: 7px;
    background: #ffa00a;
    position: relative;
    z-index: -1;
    bottom: 9px;
}
.jzr_main .section3 {
    height: 500px;
}
.jzr_main .section3 .title_head {
    padding: 70px 0px 40px 0px;
    text-align: center;
}
.jzr_main .section3 .title_head h2 {
    font-size: 40px;
    font-weight: bold;
}
.jzr_main .section3 .title_head p {
    font-size: 14px;
    font-weight: bold;
    padding-top: 20px;
}
.jzr_main .section3 .jzr_content {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}
.jzr_main .section3 .jzr_content .item img {
    width: auto;
    height: 50px;
}
.jzr_main .section3 .jzr_content .item {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin: 0 50px;
}
.jzr_main .section3 .jzr_content .item p {
    margin-top: 24px;
    font-size: 14px;
    color: #333333;
    max-width: 260px;
    text-align: center;
    height: 81px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.jzr_main .section3 .jzr_content .item_2 span {
    position: relative;
    bottom: 180px;
    height: 1px;
    width: 240%;
    z-index: 1;
    border: 1px dashed #ccc;
}
.jzr_main .section3 .jzr_content .item .logo {
    width: 155px;
    height: 155px;
    border-radius: 50%;
    line-height: 155px;
    text-align: center;
    border: 1px solid #ccc;
    position: relative;
    background: #fff;
    z-index: 2;
}

.jzr_main .section4 {
    background-size: 100% 100%;
    height: 500px;
}
.jzr_main .section4 .jzr_title {
    padding-top: 60px;
}
.jzr_main .section4 .jzr_title h3 {
    text-align: center;
    font-size: 24px;
    color: #fff;
    position: relative;
    z-index: 2;
}
.jzr_main .section4 .jzr_title div {
    width: 118px;
    height: 12px;
    background: #ffa00a;
    position: relative;
    bottom: 7px;
    z-index: 1;
    margin: 0 auto;
}
.jzr_main .section4 .jzr_content {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-top: 127px;
}
.jzr_main .section4 .jzr_content .item {
    width: 190px;
    /* height: 92px; */
    /* margin-top: 20px; */
}
.jzr_main .section4 .jzr_content .item div {
    margin-top: 15px;
    width: 280px;
    left: 9px;
    height: 146px;
    background: url(/img/jzr_logo5.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.jzr_main .section4 .jzr_content .item span {
    color: #fff;
    font-size: 14px;
    position: relative;
    bottom: 145px;
    left: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-height: 27px;
    -webkit-box-orient: vertical;
}
.jzr_main .section4 .jzr_content .item h2 {
    color: #61749c;
    font-size: 36px;
    font-weight: bold;
    position: relative;
    bottom: 162px;
    left: 35px;
}

.jzr_main .section2 .jzr_content .jzr_title .bus {
    width: 500px;
    margin-top: 37px;
    display: flex;
    justify-content: space-evenly;
    flex-flow: wrap;
}
.jzr_main .section2 .jzr_content .jzr_title .bus .bus_item {
    margin: 20px 0;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.jzr_main .section2 .jzr_content .jzr_title .bus .bus_item img {
    width: auto;
    height: 100px;
}
/*jb*/

.jb_main .section {
    height: 314px;
}
.jb_main .section1 {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
    height: 503px;
    /*background: url(/img/index_logo1.png);*/
    background-size: 1180px 193px;
    background-repeat: no-repeat;
    background-position: center 230px;
}
.jb_main .section1 img:first-child {
    margin-top: 54px;
    width: 220px;
    height: auto;
}
.jb_main .section1 img {
    position: relative;
    bottom: 152px;
    width: 1180px;
    z-index: -1;
}
.jb_main .section1 .head {
    margin-top: 40px;
}
.jb_main .section1 .head h3 {
    font-size: 40px;
    font-weight: bold;
}
.jb_main .section1 h4 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 43px;
}
.jb_main .section1 .head .desc {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    margin-top: 20px;
}
.jb_main .section1 .text {
    width: 981px !important;
    margin-top: 20px;
    font-size: 16px;
    color: #333;
    width: 75%;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    display: -webkit-box;
    /*-webkit-line-clamp: 4;*/
    /*-webkit-box-orient: vertical;*/
    /*z-index:888;*/
    text-align: justify;
    font-weight: 400;
}
.jb_main .section2 {
    background: #f1f1f1;
    display: flex;
    justify-content: space-between;
    min-height: 503px;
    height: auto;
}
.jb_main .section2 img {
    width: 50%;
    margin-left: 0px;
}
.jb_main .section2 .jb_content {
    margin-left: 19%;
}
.jb_main .section2 .jb_content .jb_title {
    overflow: hidden;
    margin-right: 109px;
}
.jb_main .section2 .jb_content .jb_title h3 {
    position: relative;
    z-index: 2;
    display: inline-block;
    font-size: 24px;
    margin-top: 66px;
}
.jb_main .section2 .jb_content .jb_title p {
    width: 500px;
    margin-top: 40px;
    font-size: 14px;
}
.jb_main .section2 .jb_content .jb_title h3::after {
    content: "";
    display: block;
    width: 100%;
    height: 7px;
    background: #ffa00a;
    position: relative;
    z-index: -1;
    bottom: 9px;
}
.jb_main .section2 .jb_content .jb_title .bus {
    display: flex;
    justify-content: space-between;
    margin-top: 56px;
    margin-bottom: 81px;
}
.jb_main .section2 .jb_content .jb_title .bus .bus_item {
    text-align: center;
}
.jb_main .section2 .jb_content .jb_title .bus .bus_item img {
    width: auto;
    height: 40px;
}
.jb_main .section2 .jb_content .jb_title .bus .bus_item p {
    margin-top: 14px;
    font-size: 14px;
    width: auto;
    color: #868686;
}
.jb_main .section3 {
    display: flex;
    align-items: center;
    height: 503px;
}
.jb_main .section3 .jb_content {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto; /*margin-top: 15px;
    width: 280px;
    left: 9px;*/
}
.jb_main .section3 .jb_content .item {
    width: 380px;
    margin-top: 10px;
}
.jb_main .section3 .jb_content .item img {
    width: 29px;
    height: 30px;
}
.jb_main .section3 .jb_content .item {
    margin: 0 10px;
}
.jb_main .section3 .jb_content .item p {
    font-size: 14px;
    border: 1px solid #f1f1f1;
    padding: 10px;
    height: 170px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7; /*æˆªå–ç¬¬ä¸‰è¡Œ*/
    overflow: hidden;
}
.jb_main .section3 .jb_content .item h3 {
    font-size: 18px;
    font-weight: bold;
}
.jb_main .section3 .jb_content .item span {
    font-size: 14px;
    color: #999999;
}
.jb_main .section3 .jb_content .item .text {
    padding: 12px;
    border: 1px solid #f1f1f1;
    border-bottom: none;
}
.jb_main .section3 .jb_content .item .logo {
    width: 98px;
    height: 98px;
    border-radius: 50%;
    line-height: 98px;
    text-align: center;
    border: 1px solid #ccc;
    position: relative;
    background: #fff;
    z-index: 2;
}
.jb_main .section4 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 503px;
}
.jb_main .section4 .img_bg {
    margin-top: 92px;
    display: flex;
    justify-content: center;
}
.jb_main .section4 .img_bg img {
    width: 1180px;
    height: auto;
}
.jb_main .section4 .jb_title {
    padding-top: 40px;
}
.jb_main .section4 .jb_title h3 {
    text-align: center;
    font-size: 24px;
    color: #fff;
    position: relative;
    z-index: 2;
}
.jb_main .section4 .jb_title .bottom {
    width: 95px;
    height: 12px;
    background: #ffa00a;
    position: relative;
    bottom: 7px;
    z-index: 1;
    margin: 0 auto;
}
.jb_main .section4 .jb_title p {
    padding-top: 38px;
    color: #fff;
    font-size: 14px;
    max-width: 822px;
    margin: 0 auto;
}
.jb_main .section4 .jb_content {
    display: flex;
    /* justify-content: space-evenly; */
    flex-wrap: wrap;
    position: relative;
    bottom: 103px;
    left: 800px;
}
.jb_main .section4 .jb_content div:nth-of-type(2) {
    margin-left: 281px;
}
.jb_main .section4 .jb_content div:nth-of-type(3) {
    margin-left: 280px;
}
.jb_main .section4 .jb_content .item {
    width: 61px;
    height: 61px;
    text-align: center;
    line-height: 61px;
    border-radius: 50%;
    background: #fff;
    font-size: 10px;
}
.jb_main .section4 .jb_content .item img {
    margin-top: 15px;
    width: 200px;
    left: 9px;
}
.jb_main .section4 .jb_content .item span {
    color: #fff;
    font-size: 10px;
    position: relative;
    bottom: 88px;
    left: 9px;
}
.jb_main .section4 .jb_content .item h2 {
    color: #61749c;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    bottom: 113px;
    left: 25px;
}

/*leyi*/

.leyi_main .section {
    height: 314px;
}
.leyi_main .section1 {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
    height: 450px;
}
.leyi_main .section1 img:nth-of-type(1) {
    margin-top: 54px;
    width: 220px;
    height: auto;
}

.leyi_main .section1 img:nth-of-type(2) {
    position: relative;
    bottom: 177px;
    height: 195px;
    z-index: -1;
}
.finance_main .section1 img:nth-of-type(1) {
    margin-top: 54px;
    width: 220px;
    height: auto;
}

.finance_main .section1 img:nth-of-type(2) {
    position: relative;
    bottom: 177px;
    height: 195px;
    z-index: -1;
}

.business_main .section1 img:nth-of-type(1) {
    margin-top: 54px;
    width: 220px;
    height: auto;
}

.business_main .section1 img:nth-of-type(2) {
    position: relative;
    bottom: 177px;
    height: 195px;
    z-index: -1;
}

.jb_main .section1 img:nth-of-type(1) {
    margin-top: 54px;
    width: 220px;
    height: auto;
}

.jb_main .section1 img:nth-of-type(2) {
    position: relative;
    bottom: 177px;
    height: 195px;
    z-index: -1;
}

.qgg_main .section1 img:nth-of-type(1) {
    margin-top: 54px;
    width: 220px;
    height: auto;
}

.qgg_main .section1 img:nth-of-type(2) {
    position: relative;
    bottom: 177px;
    height: 195px;
    z-index: -1;
}
.inancial_main .section1 img:nth-of-type(1) {
    margin-top: 54px;
    width: 220px;
    height: auto;
}

.inancial_main .section1 img:nth-of-type(2) {
    position: relative;
    bottom: 177px;
    height: 195px;
    z-index: -1;
}

.leyi_main .section1 .head {
    margin-top: 40px;
}
.leyi_main .section2 .leyi_content .leyi_title .bus {
    width: 500px;
    margin-top: 87px;
    display: flex;
    justify-content: space-evenly;
    flex-flow: wrap;
}
.leyi_main .section2 .leyi_content .leyi_title .bus .bus_item {
    margin: 20px 0;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.leyi_main .section2 .leyi_content .leyi_title .bus .bus_item img {
    width: auto;
    height: 100px;
}

.leyi_main .section1 .head h3 {
    font-size: 40px;
    font-weight: bold;
}
.leyi_main .section1 h4 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 27px;
}
.leyi_main .section1 .head .desc {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}
pre {
    line-height: 1.8;
}
.leyi_main .section1 .text {
    width: 981px !important;
    margin-top: 80px;
    font-size: 16px;
    color: #333;
    /*width: 75%;*/
    /*min-height: 70px;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 3;*/
    /*-webkit-box-orient: vertical;*/
    text-align: justify;
    font-weight: 400;
}
.leyi_main .section2 {
    background: #f1f1f1;
    display: flex;
    justify-content: space-between;
    min-height: 504px;
    height: auto;
}
.leyi_main .section2 img {
    width: 50%;
    margin-left: 46px;
}
.leyi_main .section2 .leyi_content {
    margin-left: 19%;
}
.leyi_main .section2 .leyi_content .leyi_title h3 {
    position: relative;
    z-index: 2;
    display: inline-block;
    font-size: 24px;
    margin-top: 44px;
}
.leyi_main .section2 .leyi_content .leyi_title pre {
    max-width: 500px;
    font-size: 14px;
}
.leyi_main .section2 .leyi_content .leyi_title p:nth-of-type(1) {
    margin-bottom: 30px;
}
.leyi_main .section2 .leyi_content .leyi_title h3::after {
    content: "";
    display: block;
    width: 100%;
    height: 7px;
    background: #ffa00a;
    position: relative;
    z-index: -1;
    bottom: 9px;
}
.leyi_main .section3 {
    display: flex;
    align-items: center;
    height: auto;
    min-height: 550px;
}
.leyi_main .section3 .leyi_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}
.leyi_main .section3 .leyi_content .item img {
    width: auto;
    height: 50px;
}
.leyi_main .section3 .leyi_content .item {
    display: flex;
    width: 295px;
    height: 200px;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.leyi_main .section3 .leyi_content .item p {
    margin-top: 13px;
    font-size: 14px;
    color: #666;
}
.leyi_main .section3 .leyi_content .item h3 {
    font-size: 18px;
}
.leyi_main .section3 .leyi_content .item span {
    color: #999999;
    font-weight: bold;
}
.leyi_main .section3 .leyi_content .item .logo {
    width: 98px;
    height: 98px;
    border-radius: 50%;
    line-height: 98px;
    text-align: center;
    border: 1px solid #ccc;
    position: relative;
    background: #fff;
    z-index: 2;
}
.leyi_main .section4 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 504px;
}
.leyi_main .section4 .img_bg {
    margin-top: 92px;
    display: flex;
    justify-content: center;
}
.leyi_main .section4 .img_bg img {
    width: 1180px;
    height: auto;
}
.leyi_main .section4 .leyi_title {
    padding-top: 42px;
}
.leyi_main .section4 .leyi_title h3 {
    text-align: center;
    font-size: 24px;
    color: #fff;
    position: relative;
    z-index: 2;
}
.leyi_main .section4 .leyi_title .bottom {
    width: 95px;
    height: 12px;
    background: #ffa00a;
    position: relative;
    bottom: 9px;
    z-index: 1;
    margin: 0 auto;
}
.leyi_main .section4 .leyi_title p {
    color: #fff;
    font-size: 14px;
    max-width: 982px;
    margin: 0 auto;
    padding-top: 41px;
}
.leyi_main .section4 .leyi_title .bottom_img {
    display: flex;
    justify-content: center;
    padding-top: 80px;
}
.leyi_main .section4 .leyi_content {
    display: flex;
    /* justify-content: space-evenly; */
    flex-wrap: wrap;
    position: relative;
    bottom: 103px;
    left: 567px;
}
.leyi_main .section4 .leyi_content div:nth-of-type(2) {
    margin-left: 281px;
}
.leyi_main .section4 .leyi_content div:nth-of-type(3) {
    margin-left: 280px;
}
.leyi_main .section4 .leyi_content .item {
    width: 61px;
    height: 61px;
    text-align: center;
    line-height: 61px;
    border-radius: 50%;
    background: #fff;
    font-size: 10px;
}
.leyi_main .section4 .leyi_content .item img {
    margin-top: 15px;
    width: 200px;
    left: 9px;
}
.leyi_main .section4 .leyi_content .item span {
    color: #fff;
    font-size: 10px;
    position: relative;
    bottom: 88px;
    left: 9px;
}
.leyi_main .section4 .leyi_content .item h2 {
    color: #61749c;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    bottom: 113px;
    left: 25px;
}
/*zts*/
.zts_main .section {
    height: 504px;
}
.zts_main .section1 {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
    height: 446px;
}
.zts_main .section1 img {
    width: 262px;
    height: auto;
}
.zts_main .section1 .head {
    margin-top: 87px;
}
.zts_main .section1 .head img {
    width: 168;
    height: auto;
}
.zts_main .section1 .head h3 {
    font-size: 24px;
    font-weight: bold;
}
.zts_main .section1 h4 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 53px;
}
.zts_main .section1 .text {
    margin-top: 25px;
    font-size: 14px;
    color: #333;
    max-width: 980px;
}
.zts_main .section2 {
    background: #f1f1f1;
    display: flex;
    justify-content: space-between;
    min-height: 504px;
    height: auto;
}
.zts_main .section2 img {
    width: 50%;
    /* margin-left:46px; */
}
.zts_main .section2 .zts_content {
    margin-left: 19%;
}
.zts_main .section2 .zts_content .zts_title h3 {
    position: relative;
    z-index: 2;
    font-size: 24px;
    display: inline-block;
    margin-top: 65px;
}
.zts_main .section2 .zts_content .zts_title pre {
    width: 500px;
    margin-top: 41px;
    font-size: 14px;
    line-height: 28px;
}
.zts_main .section2 .zts_content .zts_title h3::after {
    content: "";
    display: block;
    width: 100%;
    height: 7px;
    background: #ffa00a;
    position: relative;
    z-index: -1;
    bottom: 9px;
}
.zts_main .section2 .zts_content .zts_title .bus {
    width: 500px;
    margin-top: 87px;
    display: flex;
    justify-content: space-evenly;
    flex-flow: wrap;
}
.zts_main .section2 .zts_content .zts_title .bus .bus_item {
    margin: 20px 0;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.zts_main .section2 .zts_content .zts_title .bus .bus_item img {
    width: auto;
}
.zts_main .section3 {
    margin-top: 36px;
    height: auto;
}
.zts_main .section3 .zts_content {
}
.zts_main .section3 .zts_content .top .txt {
    font-size: 14px;
    color: #333;
    width: 980px;
    margin: 0 auto;
    margin-top: 24px;
    margin-bottom: 37px;
}
.zts_main .section3 .zts_content .top .head {
    text-align: center;
}
.zts_main .section3 .zts_content .top .head h3 {
    font-size: 40px;
    font-weight: bold;
}
.zts_main .zts_content .center .title p {
    font-size: 24px;
}
.zts_main .section3 .zts_content .top .head p {
    font-size: 14px;
    font-weight: bold;
    padding-top: 17px;
}
.zts_main .section3 .zts_content .center .content1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    width: 980px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 35px;
}
.zts_main .section3 .zts_content .center .content1 .middle img {
    width: 200px;
    height: auto;
    margin: 0 57px;
}
.zts_main .zts_content .center .title {
    width: 217px;
    font-size: 22px;
    margin: 0 auto;
}
.zts_main .section3 .zts_content .center .content1 .left {
    width: 300px;
}
.zts_main .section3 .zts_content .center .content1 .right {
    width: 300px;
}
.zts_main .section3 .zts_content .center .content1 .item:nth-child(-n + 1) {
    margin-top: 0px;
}
.zts_main .section3 .zts_content .center .content1 .item {
    margin-top: 85px;
}
.zts_main .section3 .zts_content .center .content1 .item span {
    font-size: 14px;
    color: #333;
}
.zts_main .section3 .zts_content .center .content1 .item i:nth-of-type(1) {
    font-size: 40px;
    font-weight: bold;
    color: #2675ea;
    font-style: oblique;
    padding-right: 16px;
}
.zts_main .section3 .zts_content .center .content1 .item i:nth-of-type(2) {
    font-weight: bold;
    color: #2675ea;
}
.zts_main .section3 .zts_content .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 85px auto;
    width: 980px;
    flex-flow: wrap;
}
.zts_main .section3 .zts_content .bottom .item {
    width: 300px;
    display: flex;
    align-items: center;
}
.zts_main .section3 .zts_content .bottom .item div {
    background: #2675ea;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 5px;
    margin-right: 5px;
    width: 28px;
}
.zts_main .section3 .zts_content .bottom .item p {
    font-size: 14px;
    color: #333;
}

.zts_main .section4 {
    margin-top: 36px;
    height: auto;
}
.zts_main .section4 .zts_content .top .txt {
    font-size: 14px;
    color: #fff;
    width: 980px;
    margin: 15px auto;
}
.zts_main .section4 .zts_content .top .head {
    text-align: center;
}
.zts_main .section4 .zts_content .top .head h3 {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    padding-top: 50px;
}
.zts_main .section4 .zts_content .top .head p {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
.zts_main .section4 .zts_content .center .content1 {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 980px;
    flex-wrap: wrap;
}
.zts_main .section4 .zts_content .center .title p {
    color: #fff;
}
.zts_main .section4 .zts_content .center .title {
    width: 192px;
    font-size: 22px;
    color: #fff;
    margin: 0 auto;
}
.zts_main .section4 .zts_content .center .content1 {
    width: 980px;
}
.zts_main .section4 .zts_content .center .content1 .item {
    margin-top: 73px;
    border-bottom: 1px solid #fff;
    padding-bottom: 21px;
    width: 290px;
}
.zts_main .section4 .zts_content .center .content1 .item span {
    font-size: 14px;
    color: #fff;
}
.zts_main .section4 .zts_content .center .content1 .item i:nth-of-type(1) {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    font-style: oblique;
    padding-right: 16px;
}
.zts_main .section4 .zts_content .center .content1 .item i:nth-of-type(2) {
    font-weight: bold;
    color: #fff;
}
.zts_main .section4 .zts_content .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    width: 980px;
    margin-top: 85px;
    flex-flow: wrap;
    padding-bottom: 85px;
}
.zts_main .section4 .zts_content .bottom .item {
    width: 290px;
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.zts_main .section4 .zts_content .bottom .item div {
    padding: 5px 0px;
    background: #2675ea;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 5px;
    margin-right: 5px;
    width: 28px;
}
.zts_main .section4 .zts_content .bottom .item p {
    font-size: 13px;
    color: #fff;
}

.zts_main .section5 {
    margin-top: 48px;
    height: auto;
}
.zts_main .section5 .zts_content .top .txt {
    font-size: 14px;
    color: #333;
    width: 980px;
    margin: 15px auto;
}
.zts_main .section5 .zts_content .top .head {
    text-align: center;
}
.zts_main .section5 .zts_content .top .head h3 {
    font-size: 40px;
    font-weight: bold;
}
.zts_main .section5 .zts_content .top .head p {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}
.zts_main .section5 .zts_content .center {
    margin-top: 58px;
}
.zts_main .section5 .zts_content .center .content1 {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 980px;
    flex-flow: wrap;
}
.zts_main .section5 .zts_content .center .title {
    width: 192px;
    font-size: 22px;
    margin: 0 auto;
}
.zts_main .section5 .zts_content .center .content1 {
    width: 980px;
    margin-top: 43px;
}
.zts_main .section5 .zts_content .center .content1 .item {
    margin-top: 23px;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 35px;
    width: 290px;
}
.zts_main .section5 .zts_content .center .content1 .item span {
    font-size: 14px;
    color: #666666;
}
.zts_main .section5 .zts_content .center .content1 .item i:nth-of-type(1) {
    font-size: 40px;
    font-weight: bold;
    color: #666666;
    font-style: oblique;
    padding-right: 20px;
}
.zts_main .section5 .zts_content .center .content1 .item i:nth-of-type(2) {
    font-weight: bold;
    color: #666666;
}
.zts_main .section5 .zts_content .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px auto;
    width: 980px;
    margin-top: 85px;
    padding-bottom: 85px;
    flex-flow: wrap;
}
.zts_main .section5 .zts_content .bottom .item {
    width: 218px;
    display: flex;
    align-items: center;
}
.zts_main .section5 .zts_content .bottom .item div {
    padding: 5px 0px;
    background: #2675ea;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 5px;
    margin-right: 5px;
    width: 28px;
}
.zts_main .section5 .zts_content .bottom .item p {
    font-size: 14px;
    color: #333;
}

.fz_main .process .item_4 .left h3 {
    text-align: left;
}

.yld_main .section1 {
    display: flex;
    flex-flow: column;
    align-items: center;
    height: auto;
    min-height: 450px;
}
.yld_main .section1 img {
    margin-top: 46px;
    width: 230px;
    height: auto;
}
.yld_main .section1 h3 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin-top: 58px;
    margin-bottom: 27px;
}
.yld_main .section1 pre {
    text-align: left;
    font-size: 14px;
    color: #666666;
    max-width: 981px;
    padding-bottom: 100px;
}
.yld_main .section2 {
    height: auto;
    min-height: 700px;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.yld_main .section .head {
    margin-top: 60px;
}
.yld_main .section .head span {
    color: #fff;
    font-size: 24px;
    display: inline-block;
    position: relative;
    z-index: 2;
}
.yld_main .section .head span::after {
    content: "";
    display: block;
    width: 100%;
    height: 7px;
    background: #ffa00a;
    position: relative;
    z-index: -1;
    bottom: 9px;
}
.yld_main .section3 .head span {
    color: #000000;
}
.yld_main .section2 .yld_title {
    font-size: 27px;
    color: #ffb745;
    margin-top: 120px;
    margin-bottom: 30px;
}
.yld_main .section2 .list {
    max-width: 770px;
    width: 770px;
    display: flex;
    justify-content: space-between;
}
.yld_main .section2 .list p {
    font-size: 18px;
    color: #fff;
}
.yld_main .section2 .list1 {
    display: flex;
    max-width: 980px;
    flex-wrap: wrap;
    margin-top: 134px;
}
.yld_main .section2 .list1 .item {
    width: 165px;
    height: 165px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-right: 106px;
}
.yld_main .section2 .list1 .item:nth-child(4n + 4) {
    margin-right: 0px;
}
.yld_main .section2 .list1 .item:nth-child(n + 5) {
    margin-top: 30px;
}
.yld_main .section2 .list1 .item:last-child {
    margin-bottom: 123px;
    margin-right: 0px;
}
.yld_main .section2 .list1 .item h2 {
    font-size: 27px;
    font-weight: bold;
    font-style: oblique;
}
.yld_main .section2 .list1 .item p {
    font-size: 14px;
    margin-top: 10px;
}
.yld_main .section3 {
    height: auto;
    min-height: 500px;
    max-width: 1180px;
    margin: 0 auto;
}

.yld_main .section3 .yld_nav {
    display: flex;
    max-width: 1200px;
    flex-wrap: wrap;
}
.yld_main .section3 .yld_nav .item:hover {
    background: #e8e8e8;
}
.yld_main .section3 .yld_nav .item {
    margin: 0 22px;
    /* width: auto; */
    width: 250px;
    height: 32px;
    border: 1px solid #e8e8e8;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-top: 32px;
}
.yld_main .section3 .head {
    margin: 0 auto;
    margin-top: 60px;
    text-align: center;
}
/*.yld_main .section3  .item:nth-child(4n+4){*/
/*margin-right: 0px;*/
/*}*/
/*.yld_main .section3  .item:nth-child(n+5){*/
/*margin-top: 32px;*/
/*}*/
.yld_main .section3 .item:last-child {
    margin-right: 0px;
}
.yld_main .section3 .yld_nav .active {
    background: #e8e8e8;
}

.yld_main .section3 .yld_nav .item .icon {
    width: 20px;
    height: 26px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 26px;
    margin-left: 4px;
}
.yld_main .section3 .yld_nav .item p {
    padding-left: 15px;
}
.yld_main .section3 .yld_content {
    margin-top: 30px;
    min-height: 180px;
    height: auto;
    display: flex;
    padding: 20px;
    background: #e1e1e1;
    align-items: center;
    justify-content: center;
}
.yld_main .section3 .yld_content .selected {
    display: block;
}
.yld_main .section3 .yld_content p {
    display: none;
    font-size: 14px;
    word-break: break-all;
}

.finance_main .section1 {
    display: flex;
    flex-flow: column;
    align-items: center;
    height: auto;
    min-height: 450px;
}
.finance_main .section1 h1 {
    padding-top: 60px;
    font-size: 40px;
    font-weight: bold;
}
.finance_main .section1 p {
    font-size: 14px;
}
.finance_main .section1 p:nth-of-type(1) {
    padding-top: 15px;
    font-weight: bold;
    font-family: -webkit-pictograph;
    text-align: center;
}
.finance_main .section1 h3 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin-top: 60px;
    margin-bottom: 30px;
}
.finance_main .section1 .desc {
    text-align: left;

    color: #666666;
    max-width: 981px;
    padding-bottom: 100px;
}
.finance_main .section2 {
    height: auto;
    min-height: 700px;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.finance_main .section .head {
    margin-top: 60px;
}
.finance_main .section .head span {
    color: #fff;
    font-size: 24px;
    position: relative;
    display: inline-block;
    z-index: 1;
}
.finance_main .section .head span::after {
    content: "";
    display: block;
    width: 100%;
    height: 7px;
    background: #ffa00a;
    position: relative;
    z-index: -1;
    bottom: 9px;
}
.finance_main .section3 .head span {
    color: #000000;
}
.finance_main .section2 .finance_title {
    font-size: 27px;
    color: #ffb745;
    margin-top: 15px;
    font-weight: bold;
}
.finance_main .section2 .list1 {
    display: flex;
    max-width: 980px;
    flex-wrap: wrap;
    margin-top: 120px;
}
.finance_main .section2 .list1 .item {
    width: 165px;
    /* height: 165px;
	border:1px solid #fff; */
    color: #fff;
    /* border-radius: 50%; */
    display: flex;
    flex-flow: column;
    /* justify-content: center; */
    align-items: center;
    margin-right: 106px;
}

.finance_main .section2 .list1 .item .title {
    width: 150px;
    position: relative;
    height: 150px;
    border: 1px solid;
    border-radius: 50%;
    text-align: center;
    padding-top: 30px;
    color: #fff;
}
.finance_main .section2 .list1 .item:nth-child(4n + 4) {
    margin-right: 0px;
}
.finance_main .section2 .list1 .item:nth-child(n + 5) {
    margin-top: 30px;
}
.finance_main .section2 .list1 .item:last-child {
    margin-bottom: 50px;
    margin-right: 0px;
}
.finance_main .section2 .list1 .item h2 {
    font-size: 27px;
    font-weight: bold;
    font-style: oblique;
}
.finance_main .section2 .list1 .item p {
    font-size: 14px;
    margin-top: 10px;
    width: 150px;
    color: #fff;
}

.finance_main .section2 .list1_p {
    margin-left: 106px;
}

.finance_main .section2 .list1_p p {
    width: 165px;
    font-size: 14px;
    color: #fff;
    float: left;
    margin-right: 106px;
}

.finance_main .section3 {
    min-height: 500px;
    height: auto;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 70px;
}

/******************æ–°å¢žâ†“â†“â†“â†“â†“â†“â†“â†“â†“â†“â†“â†“â†“â†“â†“â†“â†“â†“â†“â†“â†“â†“*/
.finance_main .section3 .head {
    width: 230px;
    margin: 60px auto;
    text-align: center;
}
/******************æ–°å¢žâ†‘â†‘â†‘â†‘â†‘â†‘â†‘â†‘â†‘â†‘â†‘â†‘â†‘â†‘â†‘â†‘â†‘â†‘â†‘â†‘â†‘â†‘â†‘â†‘â†‘â†‘â†‘â†‘â†‘â†‘â†‘â†‘â†‘â†‘â†‘â†‘*/

.finance_main .section3 .box {
}
.finance_main .section3 .box p:nth-of-type(1) {
    padding-top: 0px;
}
.finance_main .section3 .box p {
    font-size: 14px;
    padding-top: 35px;
}

/******************æ–°å¢žâ†“â†“â†“â†“â†“â†“â†“â†“â†“â†“â†“â†“â†“â†“â†“â†“â†“â†“â†“â†“â†“â†“*/
.finance_main .section2 .apply_list {
    width: 981px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}
.finance_main .section2 .apply_list_item {
    width: 240px;
    height: 240px;
    background: #e9eaed;
    margin: 1px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.finance_main .section2 .apply_list_item p:nth-of-type(1) {
    color: #ffb745;
    font-size: 72px;
    font-weight: bold;
}
.finance_main .section2 .apply_list_item p:nth-of-type(2) {
    font-size: 24px;
    font-weight: bold;
}
.finance_main .section2 .apply_list_item p:nth-of-type(3) {
    font-size: 13px;
    color: #666;
    padding-bottom: 24px;
    padding-top: 10px;
    width: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.finance_main .server_content {
    display: flex;
    width: 100%;
    align-items: center;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 92px;
}
.finance_main .section3 .server_list {
}
.finance_main .section3 .server_list .server_list_item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 370px;
}
.finance_main .section3 .server_list_item_seq {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #ffa00a;
    font-size: 16px;
}
.finance_main .section3 .server_list_item_seq p {
    line-height: 1.4;
}
.finance_main .section3 .server_list_item_text {
    max-width: 230px;
}
.finance_main .section3 .server_list_item_text p:nth-of-type(1) {
    font-size: 20px;
    font-weight: bold;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.finance_main .section3 .server_list_item_text p:nth-of-type(2) {
    font-size: 14px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.finance_main .section3 .server_list .server_list_item:nth-of-type(1) {
    margin-bottom: 200px;
}

.finance_main .section3 .server_img {
    width: 410px;
    height: auto;
    text-align: center;
}
.finance_main .partner_content {
    width: 1080px;
    margin-top: 30px;
    margin: 0 auto;
}
.finance_main .partner_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.finance_main .partner_list .partner_list_item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 230px;
    height: 100px;
    border-radius: 10px;
    margin-top: 20px;
    border: 1px dashed #bfbfbf;
}
.finance_main .partner_list .partner_list_item img {
    height: 50px;
    width: auto;
}

/******************æ–°å¢žâ†‘â†‘â†‘â†‘â†‘â†‘â†‘â†‘â†‘â†‘â†‘â†‘â†‘â†‘â†‘â†‘â†‘â†‘â†‘â†‘â†‘â†‘â†‘â†‘â†‘â†‘â†‘â†‘â†‘â†‘â†‘â†‘â†‘â†‘â†‘â†‘*/

.business_main .section1 {
    display: flex;
    flex-flow: column;
    align-items: center;
    height: auto;
    min-height: 450px;
}
.business_main .section1 h1 {
    padding-top: 60px;
    font-size: 40px;
    font-weight: bold;
}
.business_main .section1 p {
    font-size: 14px;
}
.business_main .section1 p:nth-of-type(1) {
    padding-top: 15px;
    font-weight: bold;
    font-family: -webkit-pictograph;
    text-align: center;
}
.business_main .section1 h3 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin-top: 60px;
    margin-bottom: 30px;
}
.business_main .section1 .desc {
    text-align: left;

    color: #666666;
    max-width: 981px;
    padding-bottom: 100px;
}
.business_main .section2 {
    height: auto;
    min-height: 700px;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.business_main .section2 .box {
    text-align: center;
    padding-top: 20px;
    width: 300px;
    margin: 0 auto;
}
.business_main .section2 .list1 {
    height: 490px;
    width: 440px;
    margin-top: 60px;
}
.business_main .section2 .list1 .item {
    padding-top: 26px;
}
.business_main .section2 .list1 p {
    font-size: 14px;
    overflow: hidden; /*è¶…å‡ºéƒ¨åˆ†éšè—*/
    white-space: nowrap; /*ä¸æ¢è¡Œ*/
    text-overflow: ellipsis; /*è¶…å‡ºéƒ¨åˆ†æ–‡å­—ä»¥...æ˜¾ç¤º*/
}
.business_main .section2 .list1 p:first-child {
    font-weight: bold;
}
.business_main .section .head {
    margin-top: 60px;
}
.business_main .section .head span {
    color: #fff;
    position: relative;
    display: inline-block;
    font-size: 24px;
    z-index: 2;
}
.business_main .section .head span::after {
    content: "";
    display: block;
    width: 100%;
    height: 7px;
    background: #ffa00a;
    position: relative;
    z-index: -1;
    bottom: 9px;
}
.business_main .section3 .head span {
    color: #000000;
}

.business_main .section3 {
    min-height: 500px;
    height: auto;
    max-width: 1200px;
    margin: 0 auto;
}
.business_main .section3 .head {
    width: 230px;
    margin: 60px auto;
}

.qgg_main .section1 {
    display: flex;
    flex-flow: column;
    align-items: center;
    height: auto;
    min-height: 450px;
}
.qgg_main .section1 h1 {
    padding-top: 60px;
    font-size: 40px;
    font-weight: bold;
}
.qgg_main .section1 p {
    font-size: 14px;
}
.qgg_main .section1 .desc:first-child {
    padding-top: 0px;
}
.qgg_main .section1 p:last-child {
    padding-bottom: 100px;
}
.qgg_main .section1 p:nth-of-type(1) {
    padding-top: 15px;
    font-weight: bold;
    font-family: -webkit-pictograph;
    text-align: center;
}
.qgg_main .section1 h3 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin-top: 60px;
}
.qgg_main .section1 .desc {
    text-align: left;
    color: #666666;
    max-width: 981px;
    padding-top: 28px;
}
.qgg_main .section2 {
    height: auto;
    min-height: 700px;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.qgg_main .section2 .box {
    max-width: 980px;
    width: 980px;
    margin: 75px auto;
    display: flex;
    justify-content: space-between;
}
.qgg_main .section2 .box .item {
}
.qgg_main .section2 .box .item .text {
    background-size: 100% 100%;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin: 16px;
}
.qgg_main .section2 .box .item1 {
    width: 100px;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.qgg_main .section2 .box .item1 .next {
    color: #fff;
    display: flex;
    align-items: center;
}
.qgg_main .section2 .box .item1 .next p {
    width: 35px;
}
.qgg_main .section2 .box .item1 .next img {
    height: 148px;
    margin: 0 10px;
}
.qgg_main .section2 .box .item2 {
    display: flex;
    align-items: flex-end;
}
.qgg_main .section2 .box .item2 img {
    width: 168px;
    height: 9px;
    margin-bottom: 150px;
    margin-left: 16px;
}
.qgg_main .section2 .box .item3 {
    display: flex;
    align-items: flex-end;
    margin-bottom: 89px;
}
.qgg_main .section2 .box .item4 {
}
.qgg_main .section2 .box .item4 p {
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.qgg_main .section2 .box .item4 div:nth-of-type(1) {
    transform: rotate(-22deg);
    position: relative;
    top: 260px;
    left: -5px;
}
.qgg_main .section2 .box .item4 div:nth-of-type(2) {
    transform: rotate(22deg);
    position: relative;
    top: 340px;
    left: -5px;
}
.qgg_main .section2 .box .item5 {
    display: flex;
    flex-flow: column;
    align-items: center;
}
.qgg_main .section2 .box .item5 p {
    color: #fff;
    font-size: 14px;
}
.qgg_main .section2 .box .item5 img {
    transform: rotate(90deg);
}
.qgg_main .section2 .box .item5 .next {
    display: flex;
    align-items: center;
    height: 55px;
}
.qgg_main .section2 .box .item5 .next img {
    width: 57px;
    height: 9px;
}
.qgg_main .section2 .box .item6 p {
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.qgg_main .section2 .box .item6 {
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
}
.qgg_main .section2 .box .item6 div:nth-of-type(1) {
    margin-bottom: 137px;
}
.qgg_main .section2 .box .item6 div:nth-of-type(2) {
    margin-bottom: 57px;
}
.qgg_main .section2 .box .item7 {
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
}
.qgg_main .section .head {
    width: 168px;
    margin-top: 60px;
}
.qgg_main .section .head span {
    color: #fff;
    font-size: 24px;
    position: relative;
    display: inline-block;
    z-index: 2;
}
.qgg_main .section .head span::after {
    content: "";
    display: block;
    width: 100%;
    height: 7px;
    background: #ffa00a;
    position: relative;
    z-index: -1;
    bottom: 9px;
}
.qgg_main .section3 .head span {
    color: #000000;
}
.qgg_main .section3 {
    min-height: 500px;
    height: auto;
    max-width: 980px;
    margin: 0 auto;
    padding-bottom: 200px;
}
.qgg_main .section3 .head {
    width: 169px;
    margin: 0 auto;
    padding: 60px 0;
}
.qgg_main .section3 .item div {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.qgg_main .section3 .item .desc {
    font-size: 14px;
    padding-top: 24px;
}
.qgg_main .section3 .item div span {
    display: block;
    width: 20px;
    height: 2px;
    background: #000;
}
.qgg_main .section3 .item div p {
    margin: 0 10px;
}
.qgg_main .section3 .item div {
}
.qgg_main .section3 .box {
    padding-top: 64px;
    /*height: 503px;*/
    width: 980px;
    max-width: 980px;
    margin: 0 auto;
}
.qgg_main .section3 .box .box-item {
    width: 199px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-right: 83px;
    float: left;
    margin-top: 22px;
}
.qgg_main .section3 .box .box-item div {
    display: flex;
    flex-flow: column;
    align-items: center;
}
.qgg_main .section3 .box .box-item div p {
    font-size: 14px;
}
.qgg_main .section3 .box .box-item div img {
    width: 80px;
    margin-top: 22px;
}
.qgg_main .section3 .box .box-item .jiantou {
    width: 34px;
    margin-bottom: 28px;
}

.inancial_main .section1 {
    display: flex;
    flex-flow: column;
    align-items: center;
    height: auto;
    min-height: 500px;
}
.inancial_main .section1 h1 {
    padding-top: 60px;
    font-size: 40px;
    font-weight: bold;
}
.inancial_main .section1 p {
    font-size: 14px;
}
.inancial_main .section1 p:nth-of-type(1) {
    padding-top: 15px;
    font-weight: bold;
    font-family: -webkit-pictograph;
    text-align: center;
}
.inancial_main .section1 h3 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin-top: 60px;
    margin-bottom: 30px;
}
.inancial_main .section1 .desc {
    text-align: left;

    color: #666666;
    max-width: 981px;
    padding-bottom: 100px;
}
.inancial_main .section2 {
    height: auto;
    min-height: 500px;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.inancial_main .section2 .box {
    text-align: center;
    padding-top: 112px;
    max-width: 980px;
    width: 980px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.inancial_main .section2 .item {
    width: 240px;
    height: 150px;
    background: #edeff7;
    border-radius: 10px;
    text-align: center;
    line-height: 150px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.inancial_main .section2 .item div {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background: #404867;
}
.inancial_main .section2 .item p {
    color: #404867;
    font-size: 14px;
    padding-top: 24px;
}
.inancial_main .section2 p {
    font-size: 14px;
    overflow: hidden; /*è¶…å‡ºéƒ¨åˆ†éšè—*/
    white-space: nowrap; /*ä¸æ¢è¡Œ*/
    text-overflow: ellipsis; /*è¶…å‡ºéƒ¨åˆ†æ–‡å­—ä»¥...æ˜¾ç¤º*/
}

.inancial_main .section2 .head {
    margin-top: 60px;
}
.inancial_main .section2 .head span {
    color: #fff;
    font-size: 24px;
    position: relative;
    display: inline-block;
    z-index: 2;
}
.inancial_main .section2 .head span::after {
    content: "";
    display: block;
    width: 100%;
    height: 7px;
    background: #ffa00a;
    position: relative;
    z-index: -1;
    bottom: 9px;
}
.inancial_main .section3 {
    min-height: 500px;
    height: auto;
    display: flex;
    align-items: center;
}
.inancial_main .section3 .content {
    display: flex;
    max-width: 980px;
    justify-content: center;
    margin: 0 auto;
}
.inancial_main .section3 .content .desc {
    width: 390px;
}
.inancial_main .section3 .content .desc h1 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 24px;
}
.inancial_main .section3 .content .desc p {
    font-size: 14px;
    padding-bottom: 35px;
}
.inancial_main .section3 .content .center {
    width: 120px;
    height: 120px;
    line-height: 120px;
    background: #404867;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
    margin: 30px 35px 0px 35px;
}

.section_form {
    min-height: 400px;
}
.form_box {
    max-width: 1200px;
    min-height: 352px;
    margin: 0px auto;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    background: #fff;
}
.form_box .head {
    text-align: center;
    margin: 20px auto;
}
.form_box .head h1 {
    font-size: 18px;
    font-weight: bold;
}
.form_box .head p {
    font-size: 14px;
    color: #999;
    font-family: -webkit-pictograph;
    padding-top: 5px;
}
.form_box .form {
    width: 900px;
    margin: 0 auto;
}
.form_box .form select {
    height: 48px;
    border: 1px solid #f1f1f1;
    width: 440px;
    padding-left: 10px;
    margin-bottom: 15px;
}
.form_box .form select:nth-of-type(1) {
    color: #757575;
}
.form_box .form input {
    height: 48px;
    border: 1px solid #f1f1f1;
    width: 440px;
    padding-left: 10px;
    margin-bottom: 15px;
}
.form_box .submit {
    width: 300px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: #2f81ff;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    margin-top: 25px;
    cursor: pointer;
}
.pop-up {
    position: fixed;
    z-index: 998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #bdbdbd;
    opacity: 0.6;
}
.form_popup {
    display: none;
    justify-content: center;
}
.form_popup .colse {
    height: 40px;
    width: 40px;
    position: relative;
    bottom: 50px;
    float: right;
    z-index: 999;
    cursor: pointer;
}
.form_popup .form_bg {
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 544px;
    height: 341px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.form_popup .box {
    display: flex;
    flex-flow: column;
    align-items: center;
    position: relative;
    top: 190px;
    margin-left: 40px;
}
.form_popup .box h3 {
    font-size: 26.5px;
    font-weight: bold;
}
.form_popup .box p {
    font-size: 17.7px;
    color: #6e6e6e;
}
.form_popup .box p .num {
    color: #2f81ff;
    font-size: 40px;
    font-weight: bold;
    font-style: oblique;
}
.proposal_main {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
}
.proposal_main .selected {
    display: flex;
    justify-content: space-between;
    padding: 60px 0px;
}
.proposal_main .proposal_table {
    width: 45%;
}
.proposal_main .proposal_table table {
    width: 100%;
    table-layout: fixed;
    background: #ccc;
}
.proposal_main .proposal_table thead {
    background: #f2f2f2;
}
.proposal_main .proposal_table tbody {
    background: #fff;
}
.proposal_main .proposal_table tbody tr td:nth-of-type(4) {
    color: green;
}
.proposal_main .proposal_table td {
    text-align: center;
    font-size: 14px;
    font-weight: unset;
    word-wrap: break-word;
    padding: 10px;
    /*height: 100px;*/
}
.proposal_main .proposal_table tr:hover {
    background: #f2f2f2;
    cursor: pointer;
}
.proposal_main .proposal_table thead td {
    height: 39px;
}
.proposal_main .proposal_table {
}
.proposal_main .proposal_from {
    width: 45%;
    float: left;
}
.proposal_from input,
select {
    height: 54px;
}

.proposal_from textarea {
    border: 1px solid #ccc;
    width: 100%;
}
.proposal_from input:nth-child(-n + 2) {
    margin-top: 0;
}
.proposal_from input,
select,
textarea {
    margin: 10px 5px 10px 0;
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.proposal_from input,
select,
textarea:focus {
    /* border:5px solid #000000; */
}
.proposal_from input:focus {
    border: 2px solid #000000;
}
.proposal_from select:focus {
    border: 2px solid #000000;
}
.proposal_from textarea:focus {
    border: 2px solid #000000;
}
.proposal_table h1,
.proposal_from h1 {
    text-align: center;
    font-size: 33px;
    padding-bottom: 20px;
}
.proposal_from .from_btn {
    background: #fff;
    text-align: center;
    cursor: pointer;
}
.proposal_from .from_btn:hover {
    background: #f2f2f2;
}
.proposal_from_type {
    display: none;
}
.t-col-10 {
    width: 100%;
}
.t-col-9 {
    width: 90%;
}
.t-col-8 {
    width: 80%;
}
.t-col-7 {
    width: 70%;
}
.t-col-6 {
    width: 60%;
}
.t-col-5 {
    width: 49%;
}
.t-col-4 {
    width: 40%;
}
.t-col-3 {
    width: 32.1%;
}
.t-col-2 {
    width: 20%;
}
.t-col-1 {
    width: 10%;
}
.finance_main .section1 p:nth-of-type(1),
.business_main .section1 p:nth-of-type(1),
.jb_main .section1 .head .desc,
.qgg_main .section1 p:nth-of-type(1),
.inancial_main .section1 p:nth-of-type(1) {
    padding-top: 0px;
    margin-top: 0px;
}
@media screen and (max-width: 1500px) {
    .news_detail .title h4 {
        font-size: 20px;
    }
    .news_detail .title h3 {
        font-size: 22px;
        margin: 10px 0;
    }
    .news_detail .title h5 {
        font-size: 18px;
    }
    .news_detail .block .box h3 {
        font-size: 18px;
    }
    .news_detail .block .lists a {
        font-size: 14px;
        line-height: 28px;
    }
    .news_detail .block .item h4 {
        font-size: 14px;
    }
}
@media screen and (max-width: 992px) {
    .news_detail .title {
        padding-right: 0;
    }
    .news_detail .news_detail-title h1 {
        font-size: 18px;
    }
    .news_detail .title h4 {
        font-size: 16px;
    }
    .news_detail .title h3 {
        font-size: 18px;
        letter-spacing: 1px;
        line-height: 1.6;
    }
    .news_detail .title h3 br {
        display: none !important;
    }
    .news_detail .title h5 {
        font-size: 14px;
    }
    .news_detail .main {
        margin-top: 15px;
    }
    .news_detail .main .ope .share {
        display: none;
    }
    .news_detail .main .ope {
        line-height: 24px;
        text-align: center;
        font-size: 14px;
        padding-bottom: 8px;
    }
    .news_detail .main .ope span {
        float: none;
    }
    .news_detail .block {
        margin: 15px 0 0;
    }
    .news_detail .block .left {
        float: none;
        width: 100%;
    }
    .news_detail .block .left img {
        width: 100%;
    }
    .news_detail .block .right {
        width: 100%;
        float: none;
    }
    .news_detail .block .box {
        margin-bottom: 15px;
    }
    .news_detail .block .box.hide {
        display: none;
    }
    .news_detail .block .box h3 {
        font-size: 16px;
        font-weight: bold;
    }
    .news_detail .other {
        margin-right: 0;
    }
    .news_detail .other .back {
        font-size: 14px;
    }
    .news_detail .other .link a {
        margin-top: 8px;
        font-size: 14px;
    }
    .news_detail .other p {
        font-size: 16px;
    }
    .yj_main .section1 .bg {
        margin-left: 0px;
    }
    .yj_main .section2 .bg {
        margin-right: 0px;
    }
    .yj_main .section3 .bg {
        margin-left: 0px;
    }
    .yj_main .bg {
        width: 100%;
    }
    .nav_bar .nav_fixed .content .top {
        display: none;
    }
    .nav_bar ul li {
        background: #f6f9ff;
    }
}
</pre></body></html>