h1,
h2,
h3,
h4,
h5,
h6,
p,
dd,
ol {
    margin: 0;
}

@font-face {
    font-family: Impact;
    src: url(../ttf/impact.ttf);
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
}

.container {
    padding: 0;
    width: 1500px;
    margin: 0 auto;
    overflow: hidden
}

.inContent {
    width: 1500px;
    margin: 0 auto;
    position: relative;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 14px;
}

div:focus {
    outline: none;
}

ul,
ol,
body,
html,
p {
    margin: 0;
}

html {
    background: #fff;
    margin: 0 auto;
    font-size: 14px;
    font-family: "微软雅黑";
}

a {
    text-decoration: none;
    color: #333;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s;
}

a:hover {
    color: #305697;
}

ul,
li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

img {
    border: 0;
    padding: 0px;
    margin: 0px;
}

input,
textarea,
button {
    border: none;
    outline: none;
    /*去除蓝色边框*/
    margin: 0;
    padding: 0;
}

ol {
    padding: 0
}

.left {
    float: left;
}

.right {
    float: right;
}

.fix::before,
.fix::after {
    display: table;
    clear: both;
    content: '';
}


/* 常量设置 */

.wrap {
    width: 1500px;
    margin: 0 auto;
}
.wrap img{max-width:100%;}

.mwrap {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

a {
    color: inherit;
}

a:hover {
    color: #305697;
}

 ::-moz-selection {
    color: #fff;
    background: #386fff;
}

 ::selection {
    color: #fff;
    background: #386fff;
}

 ::-webkit-input-placeholder {
    color: #aaa;
}

::selection {
    background-color: #386fff;
    color: #fff;
}

.placeholder {
    color: #aaa;
}


/*css组件设置*/

.form-control,
.input-group-addon,
.btn {
    border-radius: 2px;
}

.form-control:focus {
    border-color: #386fff;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(102, 175, 233, 0.6);
}

.imgZoom img,
.imgY180 img {
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

.imgZoom {
    overflow: hidden;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.imgZoom:hover img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.imgY180:hover img {
    cursor: pointer;
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}


/*

    设置在弹性容器上的属性

*/

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.align_items_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.justify_content_around {
    -webkit-box-pack: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: center;
    justify-content: space-around;
}

.justify_content_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.justify_content_start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.justify_content_space_between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.boxSizing {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.rotate img {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.rotate:hover img {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

.header * {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.header {
    background: none;
}

.header__left p {
    color: #fff;
    width: 390px;
    max-width: 390px;
    position: relative;
    background-color: rgb(255, 94, 20);
    margin: 0;
    padding: 24px 0;
    text-align: center;
}

.header__left p::before {
    position: absolute;
    content: "";
    clip-path: polygon(94% 51%, 0 0, 0 100%);
    width: 30px;
    height: 100%;
    background-color: rgb(3, 44, 91);
    top: 0;
    left: 0;
}

.header__left p::after {
    position: absolute;
    content: "";
    clip-path: polygon(12% 48%, 111% 0, 100% 100%);
    width: 30px;
    height: 100%;
    background-color: rgb(3, 44, 91);
    top: 0;
    right: 0;
}

.header__left p {
    color: #fff;
    text-align: center;
}

.zlight-submenu>li>a {
    color: #ffffff !important;
}

.main-banner {
    background: url("../bg-shape.html");
    background-position: bottom center;
    background-repeat: no-repeat;
    width: 100%;
    height: 859px !important;
}

.main-banner .chiled-main-banner {
    width: 85%;
    margin: 0 auto;
    height: 700px;
}

.logo a {
    height: 53px;
}

#zlight-nav {
    height: 83px !important;
}

#zlight-main-nav>li>a {
    font-size: 16px;
}

.zlight-active {
    background-color: rgb(48, 86, 151);
    color: #ffffff !important;
}

#zlight-main-nav li:hover {
    background-color: rgb(48, 86, 151);
    color: #ffffff;
}

#zlight-main-nav li:hover a {
    color: #ffffff;
}

.zlight-submenu {
    background-color: rgb(50, 50, 49);
    width: 180px;
}

.zlight-submenu a {
    color: rgb(255, 255, 255);
    font-size: 16px;
    border-top-color: rgb(34, 34, 34);
    border-bottom-color: rgb(68, 68, 68);
    line-height: 20px;
}

.banner .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: #ffffff;
    opacity: 1;
}

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

.chiled-main-banner {
    position: relative;
}

.chiled-main-banner .cp {
    position: absolute;
    z-index: 99;
    top: 90px;
    right: 20px;
}

.chiled-main-banner .t1 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    line-height: 156px;
}


/* 头部搜索样式 */

.head_bott .head_search {
    float: right;
    margin: 0 2%;
}

.head_bott .head_search .btn-search {
    cursor: pointer;
    display: block;
    float: right;
}

.head_bott .head_search .icon {
    width: 26px;
    height: 83px;
    float: right;
    background: url(../png/navicon_09.png) no-repeat center;
    line-height: 83px;
    display: block;
}

.head_bott .head_search .search {
    display: none;
    width: 100%;
    height: 83px;
    line-height: 83px;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    border: 1px #dcdcdc solid;
    z-index: 99;
}

.head_bott .head_search .search .search_btn {
    cursor: pointer;
    float: left;
    width: 66px;
    text-align: center;
    margin-left: 20%;
}

.head_bott .head_search .search .search_btn .icon {
    width: 66px;
    height: 83px;
    background: url(../png/search_close.png) no-repeat center;
}

.head_bott .search .inp {
    float: left;
    border: none;
    vertical-align: top;
    width: 60%;
    height: 83px;
    line-height: 83px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* firefox*/
    -webkit-box-sizing: border-box;
    /* chrome safari*/
    -ms-box-sizing: border-box;
    /* IE8一下 */
    -o-box-sizing: border-box;
    /* presto opera*/
    padding-left: 5px;
    border-left: 1px solid #e4e4e4;
    font-size: 16px;
}

.head_bott .search .search_close {
    cursor: pointer;
    float: right;
    border: none;
    line-height: 70px;
    height: 70px;
    background: none;
    margin-top: 0;
    outline: none;
}

.mobile_key {
    display: none;
}

.head_bott .en {
    height: 38px;
    margin-left: 40px;
}

.ly_imgcover {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.banner {
    max-width: 1920px;
    margin: 0 auto;
}

.banner img {
    width: 100%;
}

.banner .swiper-slide {
    height: 530px;
}

.banner video {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.banner .wrap {
    position: relative;
    z-index: 9;
}

.banner .wrap .h1 {
    margin-top: 200px;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 30px;
}

.banner .wrap h2 {
    font-weight: normal;
    color: #666;
}

.index01 {
    min-height: 300px;
    margin-bottom: 0px;
    padding-top: 3%;
    padding-bottom: 6%;
    background-image: url(../png/e0a6cec1-9799-486a-b3bb-3bd947b2653c.png);
    background-position: bottom center;
    background-repeat: no-repeat;
}

.index01 .wrap {
    flex-wrap: wrap;
}

.cbox-1-0 {
    flex: 0 0 45%;
}

.p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
}

.e_container-2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    margin-right: auto;
    margin-left: 0;
    max-width: 880px;
    margin-top: 4%;
}

.e_h1-3 {
    font-size: 32px;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 30px;
    font-weight: bold;
}

.e_richText-70 {
    font-size: 16px;
    color: rgba(63, 65, 80, 1);
    line-height: 2;
    text-align: justify !important;
}

.e_button-83 {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 264px;
    padding: 8px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: rgba(0, 160, 233, 1);
    font-size: 18px;
    margin-top: 30px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    color: #ffffff;
}

._PsZeA_9 {
    flex-shrink: 0;
    padding-top: 12px;
    width: 322px;
    height: 672px;
    background: no-repeat bottom/100% url(../png/enterprise_side_bb6e978.png) #f2f6fa;
    border: 1px solid rgba(34, 34, 34, .04);
    border-radius: 4px;
    float: left;
}

.index-bt {
    margin-bottom: 50px;
}

.index-bt h2 {
    font-size: 28px;
    color: #222;
    text-align: center;
    line-height: 40px;
    font-weight: 600;
}

.index-bt p {
    margin-top: 12px;
    font-size: 14px;
    color: rgba(34, 34, 34, .9);
    text-align: center;
    line-height: 24px;
    font-weight: 400;
}

.index02 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.index02 ._PsZeA_9 .item {
    height: 80px;
    padding: 12px 0 12px 24px;
    cursor: pointer;
    position: relative;
    z-index: 9;
}

.index02 ._PsZeA_9 .cur::before {
    opacity: 1;
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: linear-gradient(270deg, #f8fafc, #2468f2);
    transition: opacity .15s;
}

.index02 ._PsZeA_9 .item h3 {
    position: relative;
    z-index: 1;
    font-size: 18px;
    font-weight: 400;
    transition: color .15s;
}

.index02 ._PsZeA_9 .item p {
    position: relative;
    z-index: 1;
    margin-top: 4px;
    opacity: .7;
    font-size: 14px;
    color: #222;
    line-height: 24px;
    font-weight: 400;
    transition: color .15s;
    overflow: hidden;
text-overflow:ellipsis; white-space: nowrap;
}

.index02 ._PsZeA_9 .cur h3,
.index02 ._PsZeA_9 .cur p {
    color: #ffffff;
}

.index02 .prowrap {
    float: right;
    width: 1170px;
}

.index02 .pro-titwrap .item {
    width: 33.33%;
    margin-bottom: 20px;
    float: left;
}

.TO1cm9Bl {
    position: relative;
    height: 328px;
    margin-left: 16px;
    background: #f2f6fa;
    border: 1px solid rgba(34, 34, 34, .04);
    border-radius: 4px;
    padding: 16px 16px 0;
    transition: all .3s;
}

.symore {
    position: relative;
    height: 328px;
    margin-left: 16px;
    line-height: 328px;
    text-align: center;
    padding: 16px 16px 0;
    transition: all .3s;
}

.box-hidden {
    display: none;
}

.TO1cm9Bl h3 {
    font-size: 18px;
    color: #222;
    line-height: 28px;
    font-weight: 600;
}

.TO1cm9Bl .y_hdsagU {
    margin-top: 8px;
    opacity: .9;
    font-size: 14px;
    color: #222;
    line-height: 24px;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.TO1cm9Bl .txt {
    line-height: 24px;
    color: #999999;
    margin-top: 20px;
}

.Uk0fQFT6 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 44px;
    border-top: 1px solid rgba(34, 34, 34, .08);
    text-align: center;
    line-height: 42px;
    cursor: pointer;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
}

.Uk0fQFT6 span {
    position: relative;
    z-index: 2;
    font-family: PingFangSC-Semibold;
    font-size: 16px;
    color: #2468f2;
    font-weight: 600;
    transition: all .3s ease-out;
}

.__1sMp3vo7 {
    position: absolute;
    bottom: 66px;
}

.__1sMp3vo7 li {
    padding: 0 8px;
    font-size: 12px;
    color: rgba(34, 34, 34, .6);
    line-height: 22px;
    font-weight: 500;
    height: 24px;
    border: 1px solid rgba(34, 34, 34, .4);
    border-radius: 2px;
    float: left;
    margin-right: 20px;
}

.pro-titwrap {
    flex-wrap: wrap;
}

.ant-tabs-tab,
.ant-tabs-more {
    position: relative;
    margin: 0;
    font-size: 16px;
    padding: 12px 14px;
}

.ant-tabs-tab-active {
    border-bottom: 3px #2468f2 solid;
}

.ant-tabs-content-holder {
    flex: auto;
    min-width: 0;
    min-height: 0;
    background: #e9ecf5;
}

.ant-tabs-content {
    position: relative;
    width: 100%;
}

.MfSEv2lI {
    position: relative;
    display: flex;
    height: 414px;
    margin: 0 auto;
    overflow: hidden
}

.__8e8ZRRd5 {
    width: 50%;
    /* padding-top: 62px;*/
    padding-bottom: 60px;
    float: left;
}

.__9rD4I7BS {
    display: flex
}

.__9rD4I7BS .Ektipctl {
    transition: background-color .3s;
    width: 180px;
    height: 60px;
    padding: 0;
    background: hsla(0, 0%, 100%, .7);
    border-radius: 4px
}

.__9rD4I7BS .Ektipctl:nth-last-child(n+2) {
    margin-right: 4px;
}

.__9rD4I7BS .Ektipctl img {
    width: 100%;
    height: 100%;
}

.Sx94wLTW {
    font-size: 20px;
    color: #222;
    line-height: 28px;
    font-weight: 600;
    margin-top: 30px;
}

.cKSNINpk {
    font-size: 24px;
    color: #222;
    line-height: 34px;
    font-weight: 600;
}

.desc {
    opacity: .9;
    font-size: 14px;
    color: #222;
    line-height: 24px;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
}

.wLfEaCiR {
    margin-top: 16px;
    padding-right: 104px;
}

.taL6iPNz {
    margin-top: 16px;
}

.Ewt_tXdH {
    padding: 0;
    margin-top: 28px;
    background: hsla(0, 0%, 100%, 0);
    border: 1px solid #222;
    border-radius: 4px;
}

.Ewt_tXdH a {
    display: block;
    padding: 6px 24px;
    color: inherit
}

.MfSEv2lI .rightimg {
    width: 50%;
    float: right;
}

.foot {
    background-color: rgba(0, 47, 123, 1);
    padding-top: 40px;
    padding-bottom: 20px;
}

.cbox-2-0 {
    padding-right: 5%;
}

.e_bottomNav-91 {
    padding-bottom: 2%;
    padding-top: 10px;
    padding-left: 0px;
}

.s_title {
    font-size: 16px;
    color: #333;
    line-height: 1;
}

.p_level1Item {
    width: auto;
    padding: 0 30px;
    float: left;
}

.p_menu1Item {
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
    line-height: 30px;
    padding-bottom: 20px;
    font-weight: normal;
}

.p_level2Item {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.4;
}

.cbox-2-1 {
    flex: 0 0 37%;
}

.e_text-105 {
    font-size: 20px;
    margin-top: 5px;
    color: rgba(255, 255, 255, 1);
    text-align: left;
    margin-bottom: 5px;
    line-height: 2;
}

.e_line-106 {
    max-width: 50px;
    margin-left: 0px;
    margin-right: auto;
    border-top-color: rgba(255, 255, 255, 1);
    border-top-style: solid;
    border-top-width: 1px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.e_text-107 {
    font-size: 32px;
    margin-top: 0px;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
    line-height: 1;
    font-style: italic;
}

.e_icon-94 {
    width: 36px;
    height: auto;
    font-size: 20px;
    line-height: 1.5;
}

.e_text-37 {
    font-size: 14px;
    margin-top: 5px;
    color: rgba(255, 255, 255, 1);
    padding-right: 30px;
}

.e_container-93 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.e_container-103 {
    width: 100%;
    max-width: 200px;
    margin-right: 0px;
    margin-left: 0px;
    border-style: solid;
    border-width: 0px;
    border-color: rgba(255, 255, 255, 0.5);
    background: #00a0e9;
    margin-top: 25px;
    border-radius: 0 30px 30px 30px;
    background-color: #00a0e9
}

.e_text-104 {
    font-size: 18px;
    padding-top: 10px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    padding-bottom: 10px;
}

.cbox-2-2 {
    flex: 0 0 12%;
    padding-left: 2%;
}

.e_richText-113 {
    padding-left: 15px;
    margin-top: 20px;
}

.copyright {
    border-top: 1px rgba(255, 255, 255, 0.1) solid;
    padding-top: 20px;
    color: #ffffff;
    margin-top: 20px;
}

.copyright span {
    margin-right: 10px;
}

.copyright .bq {
    float: left;
}

.copyright .zlxk {
    text-align: right;
    color: #fff;
}

.nybanner {
    height: 500px;
    position: relative;
}

.p_info {
    /* width: 50%;*/
    width: 1500px;
    position: absolute;
    right: 50%;
    top: 50%;
    z-index: 1;
    transform: translateX(50%) translateY(-50%);
    text-align: left;
}

.text-white {
    color: #fff;
}

.p_btitle {
    font-size: 42px;
    font-weight: bold;
    color: #5577e3;
    margin-bottom: 30px;
}

.p_summary {
    font-size: 1.5em;
    color: #666;
    line-height: 50px;
}

.loction {
    background-color: rgba(246, 246, 246, 1);
    max-width: 1920px;
    margin: 0 auto;
}

.loction .e_text-4 {
    font-size: 16px;
    padding: 0px 30px;
    border-right: 1px #ccc solid;
    position: relative;
}

.loction .on {
    color: #305697;
    font-weight: bold;
}

.loction .left {
    padding: 30px 0;
}

.loction .right {
    padding: 30px 0;
    font-size: 14px;
    color: #999999;
}

.about {
    background: url(../jpg/aboutbg_06.jpg) bottom center no-repeat #f6f6f6;
}

.about .wrap {
    padding-top: 5%;
    padding-bottom: 16%;
}

.about .left {
    width: 48%;
}

.e_container-28 {
    width: 100%;
    margin-bottom: 4%;
    margin-top: 0px;
    text-align: left;
}

.cbox-28-0 {
    border-left-style: solid;
    border-left-width: 5px;
    border-left-color: rgba(1, 71, 157, 1);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding-left: 15px;
}

.e_richText-29 {
    font-size: 38px;
    padding-bottom: 5px;
    max-width: 700px;
}

.e_text-30 {
    line-height: normal;
    font-size: 18px;
    font-family: Arial;
    color: rgba(179, 179, 179, 1);
}

.e_richText-9 {
    font-size: 16px;
    color: rgba(112, 112, 112, 1);
    line-height: 2.2;
    padding-top: 0px;
    padding-bottom: 0px;
    max-width: none;
    margin-top: 1%;
    margin-bottom: 1%;
    text-align: justify !important;
}

.about .right {
    width: 48%;
}

.about .right img {
    width: 100%;
    padding-top: 40px;
}

.e_richText-34 {
    font-size: 16px;
    color: rgba(112, 112, 112, 1);
    line-height: 2.2;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 1%;
    margin-bottom: 3%;
    margin-right: auto;
    margin-left: auto;
}

.e_container-12 {
    flex-wrap: wrap;
    flex-direction: row;
    width: 90%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255, 255, 255, 0.9);
    padding-top: 2%;
    padding-bottom: 2%;
    box-shadow: 0px 0px 5px #ebebeb;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
}

.e_container-12>.p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
}

.e_container-13 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 0px solid #ccc;
    margin-right: auto;
    width: auto;
    margin-left: auto;
    position: relative;
}

.e_scrollNumber-17,
.e_scrollNumber-14,
.e_scrollNumber-20 {
    height: 60px;
    line-height: 60px;
    font-size: 56px;
    text-align: center;
    font-family: Arial;
    color: rgba(153, 153, 153, 1);
}

.p_num {
    font-weight: normal;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: rgba(1, 71, 157, 1);
}

.p_plus {
    font-size: 15px;
    color: rgba(1, 71, 157, 1);
}

.e_text-18,
.e_text-15,
.e_text-21 {
    line-height: normal;
    text-align: center;
    font-size: 15px;
    color: rgba(112, 112, 112, 1);
    margin-top: 0px;
}

.e_container-16,
.e_container-19 {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    flex-direction: row;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid #ccc;
    margin-right: auto;
    width: auto;
    margin-left: auto;
}

.e_container-16::before,
.e_container-19::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0;
    width: 1px;
    height: 30%;
    background: #01479d;
    z-index: 1;
}

.ryzz {
    padding: 60px 0;
    overflow: hidden;
    background: url(../jpg/honor_02_bg.jpg) no-repeat center;
}

.ryzz .left {
    width: 19%;
}

.ryzz .right {
    width: 73%;
}

.ryzz .right .bt {
    float: left;
}

.ryzz .right .bt h1 {
    font-size: 35px;
    color: #0b3190;
    margin-bottom: 10px;
}

.ryzz .right .fl {
    float: right;
}

.ryzz .right .fl a {
    display: block;
    width: 116px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #dcdcdc;
    float: left;
    font-size: 18px;
    margin-left: 20px;
}

.ryzz .right .fl a:hover,
.ryzz .right .fl .on {
    background: #0b3190;
    color: #fff;
}

.ryzz .right .top {
    margin-bottom: 40px;
}

.ryzz .right .modelTostParents {
    margin-right: -3%;
}

.ryzz .right .modelTostParents li {
    float: left;
    width: 30.3%;
    margin-right: 3%;
    margin-bottom: 3%;
    padding-bottom: 20%;
    height: 0;
    position: relative;
}

.ryzz .right .modelTostParents li img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.page {
    text-align: center;
    margin-bottom: 80px;
    margin-top: 30px;
    overflow: hidden;
}

.page ul {
    display: inline-block
}

.page li {
    float: left
}

.page li a {
    display: block;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    margin: 0 5px;
    width: 26px;
    border-radius: 50%;
    background: #d2d2d2
}

.page .previous {
    float: left;
    height: 26px;
    line-height: 26px;
    width: 110px;
    text-align: center;
    display: block;
    background: #d2d2d2;
    color: #fff;
    border-radius: 15px;
    margin: 0 10px;
}

.page .on,
.page li a:hover,
.page .previous:hover {
    background: #0b3190
}

.fzlc {
    padding: 50px;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
}

.contactus {
    margin: 3% 0;
}

.contactus .top {
    border: 1px solid #e3e8f1;
    width: 100%;
    height: auto;
    border-radius: 5px;
    float: left;
    padding: 30px;
}

.e_text-4 {
    line-height: normal;
    font-weight: bold;
    font-size: 38px;
    color: rgba(32, 32, 32, 1);
}

.e_text-5 {
    line-height: normal;
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 18px;
    color: rgba(32, 32, 32, 1);
}

.contactus .left .item {
    margin: 10px 0;
}

.contactus .left .item img {
    width: 30px;
}

.contactus .left .item span {
    font-weight: bold;
    font-size: 16px;
    margin-left: 10px;
}

.contewm {
    padding-top: 20px;
}

.contewm img {
    width: 120px;
}

.contewm .txt {
    margin-left: 20px;
    font-size: 16px;
    line-height: 1.8;
}

.contactus .right {
    width: 54%;
    height: 400px;
}

.contactus .right .map {
    height: 400px;
}

.contactus .cont02 .item {
    width: 60%;
    padding: 30px;
    border: 1px solid #e3e8f1;
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 30px;
}

.contactus .conicon {
    width: 21px;
    margin-right: 10px;
}

.e_text-40 {
    line-height: 1.5;
    font-size: 18px;
    font-weight: bold;
    color: rgba(66, 66, 66, 1);
    text-align: left;
    padding-top: 0px;
    padding-bottom: 0px;
}

.e_richText-41 {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    color: rgba(70, 70, 70, 1);
    line-height: 1.5;
    text-align: left;
    margin-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.contactus .addlist .b1 {
    font-size: 14px;
    color: #666;
    padding: 5px 0;
}

.contactus .addlist .b1 img {
    width: 20px;
    margin-right: 10px;
}

.contactus .cont02 {
    margin-top: 40px;
}

.detail01 {
    overflow: hidden;
    padding: 50px 0;
    background: url(../jpg/prodetail01_1.jpg) no-repeat center;
}

.detail01 h1 {
    font-size: 30px;
    font-weight: bold;
}

.detail01 .line {
    width: 54px;
    height: 5px;
    background: #004098;
    margin: 10px 0 30px 0;
}

.detail01 .txt {
    margin-bottom: 20px;
}

.detail01 .txt .t1 {
    font-size: 18px;
    font-weight: bold;
}

.detail01 .txt .tel {
    font-size: 24px;
    color: #004098;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.detail01 .txt {
    line-height: 34px;
    font-size: 18px;
}

.detail01 .list {
    margin-top: 30px;
}

.detail01 .list li {
    float: left;
    width: 33%;
}

.detail01 .list li .li_box {
    padding: 0 20px;
    text-align: center;
}

.detail01 .list .t {
    font-size: 18px;
    line-height: 40px;
    color: #333;
}

.detail01 .btn {
    margin-top: 50px;
}

.detail01 .btn a {
    display: block;
    width: 280px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    float: left;
    margin-right: 40px;
}

.blue {
    background: #004098;
}

.yellow {
    background: #dc7d2b;
}

.detail01 .left {
    width: 45%;
}

.detail01 .right {
    width: 50%;
}

.detail01 .right .swiper-slide img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.detail01 .right .swiper-slide {
    padding-bottom: 70%;
    height: 0;
    position: relative;
    width: 100%;
    display: block;
}

.detail01 .swiper-button-next,
.detail01 .swiper-button-prev {
    width: 56px;
    height: 56px;
    border-radius: 50%;
}

.detail01 .swiper-button-prev {
    background: url(../png/pro_03.png) no-repeat;
}

.detail01 .swiper-button-next {
    background: url(../png/pro_04.png) no-repeat;
}

.pro-wrap {
    height: 56px;
    line-height: 56px;
    text-align: center;
    background: #f4f6f9;
    font-size: 16px;
    color: #124f8e;
    font-weight: bold;
    margin-bottom: 50px;
}

.pro-wrap a {
    margin: 0 40px;
    color: #666666;
}

.pro-wrap .selected {
    color: #124f8e;
}

.detail02 {
    background: url(../product_banner.html) no-repeat;
    background-size: 100% 100%;
    padding: 40px 0;
}

.probt {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.probt span {
    font-size: 24px;
    color: #999999;
    text-transform: uppercase;
}

.detail02 .txt {
    font-size: 16px;
    line-height: 30px;
}

.detail03 {
    background: url(../pro_06.html) no-repeat;
    padding: 40px 0;
}

.detail03 .swiper-container {
    background: url(../pro_09.html) repeat-x bottom;
    width: 90%;
    margin: 60px auto;
    padding-bottom: 40px;
}

.detail03 .t1 {
    font-size: 40px;
    color: #004098;
    margin-bottom: 20px;
}

.detail03 .t2 {
    font-size: 16px;
    line-height: 30px;
}

.detail03 .wrap {
    position: relative;
}

.detail03 .swiper-slide {
    padding: 0 30px;
    border-right: 1px #cccccc solid;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* firefox*/
    -webkit-box-sizing: border-box;
    /* chrome safari*/
    -ms-box-sizing: border-box;
    /* IE8一下 */
    -o-box-sizing: border-box;
}

.detail04 {
    padding: 50px 0;
}

.detail04 .swiper-container {
    margin-top: 50px;
    padding-bottom: 50px;
}

.detail04 .swiper-slide a {
    display: block;
}

.detail04 .swiper-slide .img {
    padding-bottom: 64%;
    height: 0;
    position: relative;
    width: 100%;
    display: block;
}

.detail04 .swiper-slide .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.detail04 .swiper-slide .title {
    height: 50px;
    line-height: 50px;
    padding: 0 4%;
    width: 92%;
    background: #474747;
    text-align: center;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.detail05 {
    padding: 50px 0;
    background: #eaf1f9;
}

.detail05 .wrap {
    position: relative;
}

.detail05 .swiper-slide .img {
    position: relative;
    height: 0;
    padding-bottom: 68%;
}

.detail05 .swiper-slide .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.detail05 .swiper-slide .pop {
    width: 100%;
    height: 0;
    background-color: rgba(0, 0, 0, .4);
    background-image: url(../icon_product6.html);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 0;
}

.detail05 .swiper-slide:hover .pop {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    background-image: url(../icon_product6.html);
    background-repeat: no-repeat;
    background-position: center center;
}

.detail05 .swiper-slide p {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    background: #eaf1f9;
}

.detail05 .swiper-slide:hover p {
    background: #fff;
}

.detail05 .swiper-button-next,
.detail05 .swiper-button-prev {
    position: absolute;
    bottom: 50px;
    display: inline-block;
    width: 25px;
    text-align: center;
    cursor: pointer;
    z-index: 90;
    height: 238px;
    top: auto
}

.detail05 .swiper-button-prev {
    left: 40px;
    background: url(../jpg/pro_13.jpg) no-repeat center;
}

.detail05 .swiper-button-next {
    right: 40px;
    background: url(../jpg/pro_16.jpg) no-repeat center;
}

.detail05 .tjcp {
    background: #7ea0c3;
    padding: 30px 80px;
    position: relative;
    margin: 50px 0;
    box-sizing: border-box;
}

.detail06 {
    padding: 50px 0;
}

.detail06 ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
    padding-top: 5px;
}

.detail06 ul li {
    width: 50%;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.detail06 .item {
    border: 1px solid #e6e6e6;
    line-height: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    padding: 15px 30px;
    margin-top: 20px;
}

.detail06 .item p {
    flex: 1;
    padding-right: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.detail06 .item span {
    font-size: 16px;
    border-left: 1px solid #e6e6e6;
    padding: 10px 0 10px 40px;
    color: #999999;
}

.detail07 {
    background: url(../jpg/pro_20.jpg) no-repeat;
    padding: 50px 0;
}

.detail07 .om {
    background: none;
}

.om {
    background-color: #fff;
    font-family: 微软雅黑;
}

.om .t {
    line-height: 50px;
    font-size: 16px;
    color: #525252;
    padding-top: 10px;
    text-align: center;
}

.om .form {
    padding: 0 200px;
}

.om .form-row {
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    overflow: hidden;
}

.om .col {
    width: 50%;
    float: left;
}

.om .text {
    width: 400px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #cccccc;
    padding: 0 15px;
    outline: none;
}

.om .textarea {
    width: 950px;
    height: 100px;
    line-height: 24px;
    border: 1px solid #cccccc;
    padding: 10px 15px;
    outline: none;
}

.om .btndiv {
    padding: 35px 0;
    text-align: center;
}

.om .btn {
    width: 198px;
    height: 35px;
    background-color: #124f8e;
    font-size: 16px;
    color: #fff;
    border: none;
    outline: none;
    margin: 0 10px;
    cursor: pointer;
}

.om .btn.reset {
    background-color: #cdcdcd;
    color: #525252;
}

.prolist {
    padding: 50px 0;
}

.prolist .btext {
    text-align: center;
}

.prolist .btext h1 {
    font-size: 36px;
    font-weight: bold;
}

.prolist .btext p {
    font-size: 16px;
    color: #999999;
    padding: 20px 0;
}

.prolist .list {
    padding-top: 20px;
}

.prolist .list ul {
    margin-right: -1%;
}

.prolist .list li {
    width: 24%;
    float: left;
    margin-right: 1%;
    margin-bottom: 20px;
}

.prolist .list .img {
    padding-bottom: 70%;
    height: 0;
    position: relative;
    width: 100%;
    display: block;
}

.prolist .list .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.prolist .list .txt {
    background: #d3d3d3;
}

.prolist .list .txt .title {
    display: block;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px 0;
}

.prolist .list .txt .detail {
    font-size: 16px;
    margin-top: 5px;
    display: block;
    background: #447bd9;
    color: #fff;
    padding: 10px 0;
}

.joinus {
    padding: 5% 0;
}

.e_container-42 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 90%;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 40px;
    padding-right: 40px;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    margin-right: auto;
    margin-left: auto;
    background-color: rgba(240, 240, 240, 1);
}

.joinus .item {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 40px;
    padding-right: 40px;
    background-color: rgba(240, 240, 240, 1);
    width: 40%;
    margin-right: 30px;
}

.joinus .item .box1 img {
    width: 100px;
    margin-right: 10px;
}

.joinus .item .box1 h1 {
    font-size: 28px;
    font-weight: bold;
}

.joinus .item .box1 p {
    font-size: 18px;
    line-height: 30px;
}

.joinus .item .arrow {
    width: 56px;
}

.cases-list-top {
    padding: 40px 0;
    text-align: center;
}

.cases-list-top h1 {
    font-size: 36px;
    margin-bottom: 20px;
}

.solution-list .cases-list-top p {
    font-size: 16px;
    color: #999999;
}

.solution-list .fenlei {
    margin: 50px 0;
    text-align: center;
}

.solution-list .fenlei ul {
    display: inline-block;
}

.solution-list .fenlei li {
    float: left;
    margin: 0 50px;
}

.solution-list .fenlei li a {
    display: block;
}

.solution-list .fenlei .img {
    width: 90px;
    height: 90px;
    background: #fff;
    box-shadow: 0 6px 12px 0 rgba(55, 124, 247, .2);
    -webkit-transition: all .4s cubic-bezier(0, 0, 0, 0.48);
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.solution-list .fenlei .img1 {
    background: url(../png/solution_05.png) no-repeat center #fff;
}

.solution-list .fenlei .img2 {
    background: url(../png/solution_07.png) no-repeat center #fff;
}

.solution-list .fenlei .img3 {
    background: url(../png/solution_09.png) no-repeat center #fff;
}

.solution-list .fenlei .img4 {
    background: url(../png/solution_11.png) no-repeat center #fff;
}

.solution-list .fenlei .img5 {
    background: url(../png/solution_13.png) no-repeat center #fff;
}

.solution-list .fenlei .img1:hover,
.solution-list .fenlei .on .img1 {
    background: url(../png/solution2_05.png) no-repeat center #377cf7;
}

.solution-list .fenlei .img2:hover,
.solution-list .fenlei .on .img2 {
    background: url(../png/solution2_07.png) no-repeat center #377cf7;
}

.solution-list .fenlei .img3:hover,
.solution-list .fenlei .on .img3 {
    background: url(../png/solution2_09.png) no-repeat center #377cf7;
}

.solution-list .fenlei .img4:hover,
.solution-list .fenlei .on .img4 {
    background: url(../png/solution2_11.png) no-repeat center #377cf7;
}

.solution-list .fenlei .img5:hover,
.solution-list .fenlei .on .img5 {
    background: url(../png/solution2_13.png) no-repeat center #377cf7;
}

.solution-list .fenlei .txt {
    font-size: 18px;
    margin-top: 20px;
}

.solution-list .main {
    background: #f2f4fa;
    padding: 50px 0;
}

.solution-list .main ul {
    margin-right: -3%;
}

.solution-list .main li {
    float: left;
    width: 30.3%;
    margin-right: 3%;
    margin-bottom: 3%;
}

.solution-list .main .img {
    position: relative;
    display: block;
    padding-bottom: 62.5%;
    height: 0;
    overflow: hidden;
}

.solution-list .main .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.solution-list .main .txt {
    background: #fff;
    padding: 0 20px;
}

.solution-list .main .title {
    font-size: 18px;
    line-height: 55px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px #dcdcdc solid;
}

.solution-list .main .detail {
    line-height: 24px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    padding: 20px 0 36% 20px;
    height: 0;
}

.news-details {
    display: flex;
    align-items: flex-start;
    padding: 60px 0;
}

.news-details .details {
    float: left;
    margin-right: 70px;
    width: 65%;
}

.news-details .details-title {
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 32px;
    border-bottom: 1px solid #bfbfbf;
}

.news-details .details-title .h2 {
    height: 50px;
    margin-top: 10px;
}

.pc-show {
    display: block;
}

.news-details .visited {
    font-size: 16px;
    color: #999;
}

.news-details .visited li:first-child {
    margin-right: 20px;
}

.news-details .visited li {
    display: flex;
    align-items: center;
}

.news-details .visited li img {
    margin-right: 10px;
}

.news-details .details-content {
    line-height: 32px;
    font-size: 16px;
    padding: 30px 0;
    overflow: hidden;
}

.news-details .details-content img {
    margin: 0 20px 20px 0;
}

.page-code {
    border-top: 1px solid #e6e6e6;
}

.page-code a {
    border-bottom: 1px solid #e6e6e6;
}

.page-code a.on .btn {
    color: #fff;
    background-color: #0250a3;
}

.page-code a .btn {
    font-size: 16px;
    padding: 20px 30px;
}

.page-code p {
    flex: 1;
    font-weight: bold;
    font-size: 16px;
    margin-left: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-code a .span {
    font-size: 16px;
    color: #999;
}

.page-code .prev i {
    transform: rotate(-90deg);
}

.page-code a i {
    font-family: "宋体";
    font-size: 16px;
    margin-right: 15px;
    font-style: normal;
}

.page-code .next i {
    transform: rotate(90deg);
}

.lately {
    width: 23%;
    padding: 0 3% 60px;
    margin-top: 0;
    float: right;
    background-color: #efefef;
}

.lately .title {
    font-size: 30px;
    padding-top: 50px;
    text-align: center;
    font-weight: bold;
}

.lately .item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d7d7d7;
    padding: 20px 0;
}

.lately .item dl {
    text-align: center;
}

.lately .item dt {
    color: #0250a3;
    font-size: 30px;
}

.lately .item dd {
    font-size: 18px;
    color: #999;
    margin-top: 20px;
}

.lately .item p {
    font-size: 18px;
    line-height: 32px;
    margin-left: 36px;
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.newslist .item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding-top: 0px;
    margin-bottom: 25px;
    align-items: center;
    background-color: rgba(242, 242, 242, 1);
    transition: all .5s ease;
    margin-top: 25px;
    margin-bottom: 30px;
}

.newslist .item a {
    width: 100%;
}

.newslist .item:hover {
    box-shadow: 0 23px 90px -5px rgb(29 56 72 / 17%);
    background: #fff;
    background-color: #fff
}

.newslist .item .img {
    position: relative;
    display: block;
    padding-bottom: 19%;
    height: 0;
    overflow: hidden;
    width: 30%;
}

.newslist .item .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.newslist .item .txt {
    width: 70%;
    padding: 4%;
}

.newslist .item .txt .t1 {
    width: 80%;
}

.newslist .item .txt .title {
    font-size: 20px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 15px 0;
}

.newslist .item .txt .detail {
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: rgba(112, 112, 112, 1);
    line-height: 34px;
}

.newslist .item .txt .date {
    text-align: center;
}

.newslist .item .txt .date p {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 56px;
    color: #666666;
}

.newslist .item .txt .date span {
    font-size: 16px;
    color: #666666;
    font-weight: bold;
}

.rlzy .en {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 30px;
    color: #999999;
}

.rlzy .zh {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 40px;
}

.account-l {
    margin-top: 60px;
    overflow: hidden;
}

.accordion {
    width: 100%;
    max-width: 100%;
    margin-bottom: 90px;
    background: #FFF;
}

.accordion .link {
    cursor: pointer;
    display: block;
    color: #5a5a5a;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    background: #fff;
    border-bottom: 1px #dedede dashed;
    margin-bottom: 2px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li:last-child .link {
    border-bottom: 0;
}

.accordion li {
    cursor: pointer;
}

.accordion li i {
    position: absolute;
    background: url(../rl_07.html) center no-repeat;
    top: 0px;
    width: 70px;
    height: 52px;
    right: 0px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.accordion li.open .link {
    color: #333333;
    background: #f2f3f4;
}

.accordion li.open i {
    background: url(../rl_03.html) center no-repeat;
}

.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.submenu {
    display: none;
    background: #f3f3f3;
    font-size: 14px;
    padding: 10px 30px;
}

.submenu p {
    line-height: 30px;
    font-size: 14px;
    color: #5a5a5a;
}

.submenu span {
    margin-right: 170px;
}

.rlzy .box4 {
    padding: 50px 0;
}

.rlzy .box4 .dh {
    height: 55px;
    line-height: 55px;
    color: #fff;
    font-size: 16px;
    background: #305697;
}

.rlzy .box4 .dh span {
    display: block;
    width: 20%;
    float: left;
    text-align: center
}

.rlzy .box4 .tdjl {
    display: block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #305697;
}

.accordion .link span {
    width: 20%;
    text-align: center;
    display: block;
    float: left
}

.zyyw {
    background: #f7f7f7;
    padding: 50px 0;
}

.zyyw ul {
    margin-right: -1%;
}

.zyyw li {
    width: 24%;
    background: #ffffff;
    border-radius: 10px;
    float: left;
    margin-right: 1%;
    margin-bottom: 20px;
    height: 0px;
    padding-bottom: 27%;
}

.zyyw li a {
    padding: 90px 32px;
    position: relative;
    text-align: center;
    display: block;
}

.zyyw li img {
    background-size: cover;
    border-radius: 16px;
    font-size: 36px;
    height: 72px;
    margin-bottom: 28px;
    width: 72px;
}

.zyyw li h5 {
    color: #191919;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 12px;
}

.zyyw li p {
    color: #595959;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
}

.zyywlb {}

.zyywlb .wrap {
    padding-top: 1%;
    padding-bottom: 3%;
}

.zyywlb .left {
    width: 48%;
}

.zyywlb .right {
    width: 48%;
}

.zyywlb .right img {
    width: 100%;
}

.rylist img {
    margin: 0 20px;
    border: 3px #d2d2d2 solid;
}

.rylist-02 {
    background: url(../jpg/ryzz_19.jpg) no-repeat;
    margin-top: 40px;
    padding: 30px 0;
    float: left;
}

.rylist-02 li {
    width: 100%;
    font-size: 16px;
    line-height: 48px;
    color: #ffffff;
    position: relative;
}

.rylist-02 ul {
    width: 48%;
}

.rylist-02 li i {
    display: block;
    width: 8px;
    height: 8px;
    background: #dac34f;
    border-radius: 50%;
    float: left;
    margin-right: 20px;
    margin-top: 20px;
}

.ryzz {
    padding-bottom: 0;
    max-width: 1920px;
    margin: 0 auto;
}

.zyyw .ljgd {
    color: #fff;
    background: #447bd9;
    padding: 6px 0;
    margin-top: 20px;
}

.fzlc {
    padding-bottom: 0;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0px;
}

.fzlc h1 {
    font-size: 36px;
    font-weight: bold;
    padding: 30px 0;
}

.fzlc .wrap {
    padding-top: 1%;
    padding-bottom: 3%;
}

.bannerdz {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 30px;
}

.joinfont p {
    color: #ffffff;
}
.cgaljs{min-height:67px;}