/* BEGIN top,banner,footer */

.header-box {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    background: #fff;
    z-index: 1000;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.header .nav .nli>a {
    line-height: 60px;
}

.logo {
    margin-top: 20px;
    margin-left: 80px;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.header .logo {
    margin-top: 0px;
}

.header .top_right {
    margin-top: 10px;
}

.w1640 {
    margin-right: auto;
    margin-left: auto;
    width: 1640px;
}

.w1440 {
    margin-right: auto;
    margin-left: auto;
    width: 1440px;
}

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

.main-col {
    color: #144c9d;
}

.nav {
    margin-left: 80px;
    /* padding-top: 40px; */
}

.nav .nli {
    text-align: center;
    display: inline-block;
    position: relative;
    margin-right: 75px;
}

.nav .nli>a {
    display: block;
    color: #2d3540;
    font-size: 18px;
    line-height: 100px;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.nav .nli:hover>a,
.nav .nli.active>a {
    color: #144c9d;
}

.nav ul {
    display: inline-block;
}

.nav li i {
    width: 0;
    height: 2px;
    background: #144c9d;
    display: block;
    left: 50%;
    margin: 0 auto;
    transition: 0.3s;
    top: 0px;
    position: absolute;
    margin-left: -8px;
}

.nav li.active i,
.nav li:hover i {
    width: calc(100% + 16px);
    left: 0;
}

.top_right {
    margin-right: 30px;
    margin-top: 30px;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.top_right i {
    width: 24px;
    height: 24px;
    background: url(../images/top-tel.png) no-repeat center;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.top_right span {
    font-size: 16px;
    color: #2d3540;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
}

.top-hezuo {
    width: 70px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #144c9d;
    background: #fff;
    border-radius: 4px;
    margin-left: 30px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.top-hezuo p {
    font-size: 16px;
    color: #144c9d;
}

.top-hezuo:hover {
    background: #144c9d;
}

.top-hezuo:hover p {
    color: #fff;
}

.top-shenqing {
    width: 90px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #f08519;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.top-shenqing p {
    font-size: 16px;
    color: #fff;
}

.banner {
    width: 100%;
    position: relative;
    height: auto;
    overflow: hidden;
}

.banner .bd {
    position: relative;
    z-index: 0;
    text-align: center;
}

.banner .hd {
    width: 100%;
    height: 8px;
    position: absolute;
    z-index: 2;
    bottom: 50px;
    left: 0;
    text-align: center;
}

.banner {
    width: 100%;
    position: relative;
    height: auto;
    overflow: hidden;
    z-index: 1;
}

.banner-qiehuan-btn {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    overflow: hidden;
    bottom: 50px;
    left: 0;
}

.qh-btn-box {
    float: left;
}

.banner-qiehuan-btn a.prev {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 18px;
}

.banner-qiehuan-btn a.prev i {
    background: url(../images/ri-h-1.png) 0 0 no-repeat;
    width: 11px;
    height: 20px;
    background-size: cover;
}

.banner-qiehuan-btn a:hover.prev i {
    background: url(../images/ri-h-1.png) 0 0 no-repeat;
    width: 11px;
    height:20px;
    background-size: cover;
}

.banner-qiehuan-btn a.next {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 18px;
}

.banner-qiehuan-btn a.next i {
    background: url(../images/ri-h-2.png) 0 0 no-repeat;
    background-size: cover;
    width: 11px;
    height: 20px;
}

.banner-qiehuan-btn a:hover.next i {
    background: url(../images/ri-h-2.png) 0 0 no-repeat;
    width: 11px;
    height: 20px;
    background-size: cover;
}

.banner-qiehuan-btn em {
    display: inline-block;
    vertical-align: middle;
    margin-right: 18px;
    width: 1px;
    height: 20px;
    background: #FFF;
    margin-top: -3px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.logo-titr {
    margin-top: 42px;
    margin-left: 30px;
}

.logo-titr span {
    display: inline-block;
    font-size: 26px;
    color: #e40009;
    font-weight: bold;
    vertical-align: middle;
}

.logo-titr p {
    display: inline-block;
    font-size: 14px;
    color: #666666;
    vertical-align: middle;
}

.logo-titr-link a {
    margin-right: 10px;
}

.top-linka {
    width: 28px;
    height: 28px;
    background: url(../images/tel-ico.png) no-repeat center;
    transition: .3s;
    cursor: pointer;
}

.top-linkb {
    width: 28px;
    height: 28px;
    background: url(../images/qq-ico.png) no-repeat center;
    transition: .3s;
    cursor: pointer;
}

.top-linkc {
    width: 28px;
    height: 28px;
    background: url(../images/wx-ico.png) no-repeat center;
    transition: .3s;
    cursor: pointer;
}

.logo-titr-cd {
    margin-left: 80px;
    margin-top: 15px;
}

.logo-titr-link {
    margin-top: 15px;
    margin-left: 65px;
}

.footer {
    width: 100%;
}

.footer-b {
    width: 100%;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    background: #2d3540;
}

.footer-b a:last-of-type {
    margin-right: 0px;
}

.footer-b a p {
    font-size: 16px;
    color: #666666;
}

.footer-b .footer-b-l a:hover {
    transform: translateX(5px);
}

.footer-b-l a {
    font-size: 15px;
    color: #aaaaaa;
    display: inline-block;
    vertical-align: middle;
}

.footer-b-r a {
    font-size: 14px;
    color: #aaaaaa;
    display: inline-block;
    vertical-align: middle;
}

.footer-b-l em {
    width: 1px;
    height: 17px;
    background: #666666;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 10px;
}

.footer-b-r em {
    width: 1px;
    height: 17px;
    background: #666666;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    margin-right: 6px;
}


/* END  top, banner,footer  */


/* BEGIN content  */

.in-tit {
    text-align: center;
}

.in-tit p {
    font-size: 24px;
    color: #2d3540;
}

.in-tit span {
    font-size: 52px;
    color: #2d3540;
    font-weight: bold;
    margin-top: 10px;
}

.in-cona {
    background: #f1f2f6;
    padding-top: 120px;
    padding-bottom: 100px;
}

.in-cona-a {
    margin-top: 50px;
    z-index: 10;
}

.in-cona-a ul {
    text-align: center;
}

.in-cona-a li {
    display: inline-block;
    position: relative;
    width: 182px;
    height: 170px;
    background: url(../images/index_07.png) no-repeat center;
    background-position: center bottom;
    text-align: center;
    cursor: pointer;
    z-index: 10;
}

.in-cona-a-div {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    display: inline-block;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.in-cona-a-div i {
    width: 55px;
    height: 55px;
    margin-top: 32px;
}

.in-cona-ico1 {
    background: url(../images/index-ico_05.png) no-repeat center;
}

.in-cona-ico2 {
    background: url(../images/index-ico_13.png) no-repeat center;
}

.in-cona-ico3 {
    background: url(../images/index-ico_08.png) no-repeat center;
}

.in-cona-ico4 {
    background: url(../images/index-ico_10.png) no-repeat center;
}

.in-cona-a-div p {
    font-size: 20px;
    color: #2d3540;
    margin-top: 14px;
}

.in-cona-a-jt {
    display: inline-block;
    margin-left: 40px;
    margin-right: 40px;
    vertical-align: top;
    margin-top: 30px;
}

.in-cona-b {
    z-index: 1;
    margin-top: -90px;
}

.in-cona-a li.on .in-cona-a-div,
.in-cona-a li:hover .in-cona-a-div {
    background: #144c9d;
}

.in-cona-a li.on .in-cona-a-div p,
.in-cona-a li:hover .in-cona-a-div p {
    color: #fff;
}

.in-cona-a li.on .in-cona-a-div .in-cona-ico1,
.in-cona-a li:hover .in-cona-a-div .in-cona-ico1 {
    background: url(../images/index-ico_24.png) no-repeat center;
}

.in-cona-a li.on .in-cona-a-div .in-cona-ico2,
.in-cona-a li:hover .in-cona-a-div .in-cona-ico2 {
    background: url(../images/index-ico_26.png) no-repeat center;
}

.in-cona-a li.on .in-cona-a-div .in-cona-ico3,
.in-cona-a li:hover .in-cona-a-div .in-cona-ico3 {
    background: url(../images/index-ico_27.png) no-repeat center;
}

.in-cona-a li.on .in-cona-a-div .in-cona-ico4,
.in-cona-a li:hover .in-cona-a-div .in-cona-ico4 {
    background: url(../images/index-ico_25.png) no-repeat center;
}

.in-cona-c {
    margin-top: 60px;
    text-align: center;
}

.hzzx-link {
    margin-right: 20px;
    width: 180px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #f08519;
    border-radius: 6px;
    display: inline-block;
    vertical-align: middle;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.hzzx-link img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.hzzx-link p {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
}

.ckxq-link {
    width: 180px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #144c9d;
    background: #fff;
    border-radius: 6px;
    display: inline-block;
    vertical-align: middle;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.ckxq-link p {
    font-size: 16px;
    color: #144c9d;
}

.ckxq-link:hover {
    background: #144c9d;
}

.ckxq-link:hover p {
    color: #fff;
}

.in-conb {
    padding-top: 100px;
    padding-bottom: 130px;
    padding-left: 10px;
    padding-right: 10px;
}

.in-conb-a {
    margin-top: 80px;
}

.in-conb-a ul {
    overflow: hidden;
}

.in-conb-a li {
    float: left;
    width: 23%;
    margin-right: 2.6%;
}

.in-conb-a li:last-of-type {
    margin-right: 0;
}

.in-conb-a-li-t {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.in-conb-a-li-b {
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.in-conb-a-li-b::before {
    content: '';
    width: 0;
    height: 1px;
    display: block;
    background: #144c9d;
    position: absolute;
    left: 50%;
    bottom: 0;
    border-radius: 40px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.in-conb-a li:hover .in-conb-a-li-b::before {
    width: 100%;
    left: 0;
}

.in-conb-a li:hover .in-conb-a-li-b {
    background: #f8f8f8;
}

.in-conb-a-li-b span {
    font-size: 22px;
    color: #2d3540;
}

.in-conb-a-li-b h2 {
    font-size: 14px;
    color: #666666;
    margin-top: 15px;
}

.in-conb-a-li-b-b {
    margin-top: 10px;
    overflow: hidden;
}

.in-conb-a-li-b-b p {
    float: left;
    font-size: 14px;
    color: #999999;
    width: 13%;
    line-height: 28px;
}

.in-conb-a-li-b-b h3 {
    float: left;
    font-size: 14px;
    color: #999999;
    width: 80%;
    line-height: 28px;
}

.in-conb-a li:hover img {
    transform: scale(1.05);
}

.in-conb-a li:hover span {
    color: #144c9d;
}

.in-conc-a {
    padding: 0 15px;
    margin-top: 80px;
    padding-top: 10px;
    box-sizing: border-box;
}

.in-conc-a li {
    float: left;
    margin-right: 2%;
    width: 32%;
    height: 712px;
    text-align: center;
    box-sizing: border-box;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.in-conc-a-lia-xianshidiv {
    width: 100%;
    border: 1px solid #dddddd;
    padding-top: 35px;
    box-sizing: border-box;
}

.in-conc-a li:last-of-type {
    margin-right: 0;
}

.in-conc-a-diva {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
}

.in-conc-a-diva h5 {
    font-size: 18px;
    color: #666666;
}

.in-conc-a-shuzi p {
    display: inline-block;
    font-size: 30px;
    color: #2d3540;
    vertical-align: top;
    margin-top: 10px;
}

.in-conc-a-shuzi span {
    display: inline-block;
    font-size: 66px;
    color: #2d3540;
}

.in-conc-a-shuzi h2 {
    display: inline-block;
    font-size: 18px;
    color: #2d3540;
}

.in-conc-a-diva h3 {
    font-size: 18px;
    color: #666666;
    margin-bottom: 10px;
}

.in-conc-a-divb {
    width: 100%;
    box-sizing: border-box;
    padding: 0 50px;
    text-align: left;
    padding-top: 30px;
    padding-bottom: 20px;
}

.in-conc-a-divb span {
    font-size: 20px;
    color: #2d3540;
    margin-bottom: 20px;
}

.in-conc-a-divb dl {
    overflow: hidden;
}

.in-conc-a-divb dt {
    width: 50%;
    float: left;
    font-size: 14px;
    color: #666666;
    margin-bottom: 10px;
}

.in-conc {
    padding-bottom: 40px;
}

.in-conc-a li.in-conc-a-lia {
    border-top: 3px solid #3fd39f;
}

.in-conc-a li.in-conc-a-lib {
    border-top: 3px solid #008af6;
}

.in-conc-a li.in-conc-a-lic {
    border-top: 3px solid #f2ac1f;
}

.in-conc-a-divc {
    width: 100%;
}

.zxgmzx-link {
    width: 100%;
    height: 0px;
    line-height: 50px;
    text-align: center;
    background: #144c9b;
    border-radius: 0px 0px 6px 6px;
    display: inline-block;
    vertical-align: middle;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    opacity: 0;
    visibility: hidden;
}

.zxgmzx-link img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.zxgmzx-link p {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #b6d2fa;
}

.in-conc-a li:hover {
    box-shadow: 0 0 20px #dddddd;
}

.in-conc-a li:hover .zxgmzx-link {
    opacity: 1;
    height: 50px;
    visibility: visible;
}

.in-condl {
    width: 50%;
    height: 400px;
    box-sizing: border-box;
    padding-left: 12%;
    padding-right: 5%;
    padding-top: 50px;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    box-shadow: 0 0 20px #dddddd;
}

.in-condl p {
    font-size: 24px;
    color: #144c9d;
}

.in-condl h2 {
    font-size: 52px;
    color: #2d3540;
    font-weight: bold;
    margin-top: 10px;
}

.in-condl-shuzhi {
    margin-top: 80px;
}

.in-condl-shuzhi li {
    display: inline-block;
    margin-right: 60px;
}

.in-condl-shuzhi li:last-of-type {
    margin-right: 0px;
}

.in-condl-shuzhi-t span {
    font-size: 60px;
    color: #2d3540;
    display: inline-block;
}

.in-condl-shuzhi-t h3 {
    font-size: 18px;
    color: #2d3540;
    display: inline-block;
    line-height: 24px;
    vertical-align: top;
    margin-top: 10px;
}

.in-condl-shuzhi-b h4 {
    font-size: 15px;
    color: #666666;
    margin-left: 15px;
}

.in-condl h5 {
    font-size: 14px;
    color: #666666;
    line-height: 28px;
}

.in-condr {
    width: 50%;
    height: 400px;
    overflow: hidden;
    position: relative;
}

.in-condr a {
    width: 100%;
    height: 100%;
}

.in-condr img {
    width: 100%;
    height: 100%;
}

.in-condr:hover img {
    transform: scale(1.05);
}

.in-condr-fuceng {
    position: absolute;
    left: 0;
    bottom: 16%;
}

.in-condr-fuceng p {
    width: 210px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background: rgba(20, 76, 157, 0.7);
}

.in-cone {
    padding-top: 120px;
    background: #f1f2f6;
    padding-bottom: 70px;
}

.in-cone-a {
    margin-top: 90px;
}

.in-cone-a ul {
    overflow: hidden;
}

.in-cone-a li {
    float: left;
    width: 18%;
    height: 90px;
    text-align: center;
    margin-right: 2.5%;
    margin-bottom: 40px;
}

.in-cone-a li img {
    margin-top: 10px;
}

.in-cone-a li:nth-of-type(5n) {
    margin-right: 0;
}

.in-conf {
    width: 100%;
    height: 580px;
    background: url(../images/indexa_10.png) no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding-top: 75px;
    z-index: 1;
}

.in-conf-l {
    width: 28%;
    border-right: 1px solid #dddddd;
    padding-right: 50px;
    box-sizing: border-box;
}

.in-conf-l-top span {
    font-size: 40px;
    color: #2d3540;
    font-weight: bold;
}

.in-conf-l-top p {
    font-size: 14px;
    color: #999999;
    line-height: 28px;
    margin-top: 40px;
    margin-bottom: 35px;
}

.in-conf-l-lx dt {
    margin-bottom: 20px;
}

.lx-dtl {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.lx-dtr {
    display: inline-block;
    vertical-align: middle;
}

.lx-dtr h3 {
    font-size: 15px;
    color: #2d3540;
    margin-bottom: 10px;
}

.zxly-link {
    margin-right: 20px;
    width: 130px;
    height: 40px;
    line-height: 40px;
    background: #144c9d;
    border-radius: 4px;
}

.zxly-alink-r {
    display: inline-block;
    vertical-align: middle;
}

.zxly-alink-qq {
    width: 27px;
    height: 27px;
    background: url(../images/qq-ico.png) no-repeat center;
    transition: .5s;
    cursor: pointer;
    margin-right: 10px;
}

.zxly-alink-wx {
    width: 27px;
    height: 27px;
    background: url(../images/wx-ico.png) no-repeat center;
    transition: .5s;
    cursor: pointer;
}

.in-conf-r {
    width: 72%;
    padding-left: 65px;
    box-sizing: border-box;
}

.in-conf-l-top h2 a {
    font-size: 16px;
    color: #999999;
    margin-top: 25px;
}

.in-conf-r-xw {
    overflow: hidden;
    margin-top: 40px;
}

.in-conf-r-xwl {
    width: 54%;
    height: auto;
    overflow: hidden;
}

.in-conf-r-xwr {
    width: 46%;
    box-sizing: border-box;
    padding-left: 40px;
}

.in-conf-r-xwr li {
    padding-bottom: 17px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.in-conf-r-xwr li:last-of-type {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: unset;
}

.in-conf-r-xwr li a {
    width: 100%;
}

.in-conf-r-xwr li a span {
    font-size: 18px;
    color: #2d3540;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.in-conf-r-xwr li a p {
    font-size: 14px;
    color: #999999;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.in-conf-r-xwr li a h3 {
    font-size: 14px;
    color: #666666;
}

.in-conf-r-xwl:hover img {
    transform: scale(1.05);
}

.in-conf-r-xwr li:hover a span {
    color: #144c9d;
}

.procca {
    display: none;
}

.procca.on {
    display: block;
}

.ny-banner {
    width: 100%;
    position: relative;
    height: auto;
    overflow: hidden;
    z-index: 1;
}

.ny-banner-tit {
    position: absolute;
    text-align: center;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
}

.ny-banner-tit span {
    font-size: 52px;
    color: #144c9d;
    margin-bottom: 10px;
    font-weight: bold;
}

.ny-banner-tit p {
    font-size: 24px;
    color: #2d3540;
}

.ny-banner-tita span {
    font-size: 20px;
    color: #f1f2f6;
    margin-bottom: 10px;
}

.ny-banner-tita p {
    font-size: 52px;
    color: #f1f2f6;
    font-weight: bold;
}

.top-nav {
    overflow: hidden;
}

.top-navl {
    float: left;
}

.top-navl img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.top-navl a {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #666666;
}

.new-dbg {
    padding-top: 35px;
    padding-bottom: 75px;
    background: #f1f2f6;
}

.new-cona {
    margin-top: 45px;
    margin-bottom: 60px;
}

.new-cona ul {
    overflow: hidden;
}

.new-cona li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.new-cona li a {
    width: 100%;
}

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

.new-cona-lit {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.new-cona-lib {
    width: 100%;
    box-sizing: border-box;
    padding: 30px;
    background: #fff;
}

.new-cona-lib span {
    font-size: 18px;
    color: #2d3540;
    font-weight: bold;
}

.new-cona-lib p {
    font-size: 14px;
    color: #999999;
    margin-top: 10px;
    margin-bottom: 10px;
}

.new-cona-lib h3 {
    font-size: 14px;
    color: #666666;
    margin-bottom: 20px;
}

.new-cona li:hover .new-cona-lit img {
    transform: scale(1.05);
}

.new-cona li:hover .new-cona-lib span {
    color: #144c9d;
}

.gengduo-btn {
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 18px;
    color: #666666;
    background: #dddddd;
}

.xgzs-cona li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 50px;
}

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

.xgzs-cona li:hover .in-conb-a-li-b {
    background: #fff;
}

.xgzs-conb .in-conf-l {
    border-right: unset;
}

.biaodan-liuyan {
    margin-top: 30px;
}

.lianxi-input-list-l li {
    width: 100%;
    overflow: hidden;
    background: #fff;
    box-sizing: border-box;
    margin-bottom: 5px;
}

.lianxi-input-list li input {
    outline: none;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #999999;
    font-size: 16px;
    box-sizing: border-box;
    background: #fff;
    text-indent: 20px;
    border: 1px solid #dddddd;
}

.textarea1 {
    width: 100%;
    height: 280px;
    background: #fff;
    outline: none;
    color: #999999;
    font-size: 16px;
    text-indent: 20px;
    line-height: 24px;
    resize: none;
    box-sizing: border-box;
    padding-top: 10px;
    border: 1px solid #dddddd;
}

.lianxi-input-list-r {
    margin-top: 30px;
}

.lianxi-btn-sub {
    width: 130px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #2d3540;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    outline: none;
    border: 0;
    border-radius: 4px;
}

.textarea1::-webkit-input-placeholder {
    color: #999999;
    font-size: 16px;
}

input::-webkit-input-placeholder {
    color: #999999;
    font-size: 16px;
}

.contact-dbg {
    width: 100%;
    height: 520px;
    background: url(../images/contact_divbg.png) no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding-top: 85px;
    z-index: 1;
}

.contact-dbg-xg {
    height: 480px;
}

.contact-cona {
    overflow: hidden;
}

.contact-conal {
    font-size: 40px;
    color: #2d3540;
}

.contact-conar {
    font-size: 14px;
    color: #999999;
    text-align: right;
    line-height: 28px;
}

.contact-conb {
    margin-top: 75px;
}

.contact-conb li {
    float: left;
    width: 32%;
    height: 160px;
    margin-right: 2%;
    border: 1px solid #dddddd;
    border-radius: 4px;
    background: #fff;
    box-sizing: border-box;
    padding-left: 50px;
    padding-top: 40px;
    overflow: hidden;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

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

.contact-conb-lir {
    margin-left: 20px;
}

.contact-conb-lir p {
    font-size: 16px;
    color: #2d3540;
    margin-bottom: 10px;
}

.contact-conb li:first-child {
    padding-left: 70px;
}

.contact-conb li:nth-of-type(2) .contact-conb-lir {
    margin-top: 12px;
}

.contact-conb li:last-of-type {
    padding-left: 100px;
    padding-top: 30px;
}

.contact-conb li:last-of-type .contact-conb-lir {
    margin-left: 0px;
    margin-right: 40px;
    margin-top: 25px;
}

.contact-conb li:hover {
    transform: translateY(-10px);
}

.contact-conc {
    margin-top: 73px;
    border: 1px solid #dddddd;
    height: 70px;
    box-sizing: border-box;
    line-height: 70px;
    background: #fff;
}

.contact-conc a {
    width: 100%;
    height: 100%;
}

.contact-conc img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px;
}

.contact-conc p {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #2d3540;
}

.contact-map-bg {
    padding-bottom: 100px;
    background: #f1f2f6;
}

.about-dbgc {
    background: #f1f2f6;
    padding-top: 110px;
    padding-bottom: 10px;
}

.about-toptit {
    text-align: center;
    width: 100%;
    font-size: 52px;
    color: #2d3540;
    font-weight: bold;
}

.ab-lunbo-tdiv {
    width: 100%;
    height: 440px;
    border: 1px solid #dddddd;
    position: relative;
    box-sizing: border-box;
    background: #fff;
}

.ab-lunbo-tdiv img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.about-dbgc-cona {
    position: relative;
}

.about-dbgc-cona-lunbo li {
    text-align: center;
}

.about-dbgc-cona-lunbo li p {
    font-size: 18px;
    color: #2d3540;
    margin-top: 25px;
}

.about-dbgc-cona-lunbo {
    margin-top: 60px !important;
}

.qh-bth-box {
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
}

.qh-bth {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    overflow: hidden;
}

.ba-le {
    float: left;
    width: 32px;
    height: 32px;
    margin-left: 10px;
    box-sizing: border-box;
    background: url(../images/l-qh.png) no-repeat center;
    cursor: pointer;
    outline: unset;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 10;
}

.ba-rl {
    float: right;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    box-sizing: border-box;
    background: url(../images/r-qh.png) no-repeat center;
    cursor: pointer;
    outline: unset;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 10;
}

.about-dbgb {
    width: 100%;
    height: 720px;
    background: url(../images/about_07.png) no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding-top: 100px;
    z-index: 1;
}


/* 发展历程轮播 */

.fzlc-hx {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #ebebeb;
}

.fzlc-xs {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -10px;
}

.fzlc-xs-hx {
    position: relative;
}

.fzlc-xs-hx i {
    background: #b6b6b6;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}

.about-conc-con-a li.swiper-slide-active .fzlc-xs-hx i {
    background: #0b74f1;
}

.about-conc-con-a li.swiper-slide-active .fzlc-yc {
    display: block;
}

.fzlc-yc {
    width: 100%;
    height: 200px;
    text-align: center;
    position: absolute;
    text-align: center;
    top: 57%;
    left: 50%;
    transform: translate(-50%, 0);
}

.fzlc-yc-top {
    background: #cccccc;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    border-radius: 7px 7px 0 0;
}

.fzlc-yc-bott {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #666666;
}

.about-conc-con-a li {
    position: relative;
    height: 600px;
}

.about-conc-con-a li:nth-child(odd) .fzlc-yc {
    top: 8%;
}

.about-conc-con-a li:nth-child(odd) .fzlc-yc .fzlc-yc-top {
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0 0 7px 7px;
}

.about-conc-con-a li:nth-child(odd) .fzlc-yc .fzlc-yc-bott {
    position: absolute;
    top: -12px;
    left: 0;
}

.henxiang-sj {
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -15px;
}

.triangle {
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 16px solid #cccccc;
}

.about-conc-con-a li:nth-child(odd) .fzlc-yc .henxiang-sj {
    position: absolute;
    bottom: -16px;
    top: unset;
    left: 50%;
    margin-left: -15px;
}

.about-conc-con-a li:nth-child(odd) .fzlc-yc .henxiang-sj .triangle {
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 16px solid #cccccc;
    border-bottom: unset;
}

.about-conc-con-a li.swiper-slide-active .fzlc-yc-top {
    background: #0b74f1;
}

.about-conc-con-a li:nth-child(odd).swiper-slide-active .fzlc-yc .henxiang-sj .triangle {
    border-top: 16px solid #0b74f1;
}

.about-conc-con-a li.swiper-slide-active .triangle {
    border-bottom: 16px solid #0b74f1;
}

.qh-bth-box-fzlc {
    top: 56%;
}

.about-dbga {
    background: #f1f2f6;
    padding-top: 95px;
    padding-bottom: 50px;
}

.about-tit {
    width: 100%;
    text-align: center;
}

.about-tit span {
    font-size: 24px;
    color: #144c9d;
}

.about-tit p {
    font-size: 52px;
    color: #2d3540;
    font-weight: bold;
    margin-top: 10px;
}

.about-tit-jj {
    width: 75%;
    text-align: center;
    font-size: 16px;
    color: #666666;
    line-height: 36px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
}

.about-shuzhi ul {
    text-align: center;
}

.about-shuzhi li {
    margin-right: 10%;
}

.about-shuzhi .in-condl-shuzhi-t {
    text-align: left;
}

.about-shuzhi .in-condl-shuzhi-b {
    text-align: left;
}

.about-shuzhi .in-condl-shuzhi-t span {
    font-size: 90px;
    color: #2d3540;
    display: inline-block;
    font-weight: bold;
}

.about-shuzhi .in-condl-shuzhi-t h3 {
    font-size: 27px;
    color: #2d3540;
    margin-top: 20px;
}

.about-shuzhi .in-condl-shuzhi-b h4 {
    font-size: 18px;
}

.about-tdhj {
    margin-top: 160px;
}

.about-tdhj-lunbo {
    margin-top: 100px !important;
}

.about-tdhj-lunbo li {
    text-align: center;
}

.about-tdhj-lunbo li .tdhj-lunbo-top {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.about-tdhj-lunbo li p {
    font-size: 18px;
    color: #2d3540;
    margin-top: 20px;
}

.qh-bth-box-tdhj {
    top: 62%;
}

.about-toptit-fzlc {
    margin-top: 130px;
}

.tc-dbg {
    background: #f1f2f6;
    padding-bottom: 130px;
}

.tc-cona .in-conc-a {
    padding: 0 15px;
    margin-top: 0px;
    padding-top: 0px;
    margin-top: -125px;
    z-index: 100;
}

.tc-cona .in-conc-a li .in-conc-a-lia-xianshidiv {
    background: #fff;
}

.tc-conb {
    margin-top: 150px;
}

.tc-tit {
    text-align: center;
}

.tc-tit span {
    font-size: 52px;
    color: #2d3540;
    font-weight: bold;
}

.tc-conb-box {
    margin-top: 65px;
    overflow: hidden;
}

.tc-conb-box-l {
    width: 20%;
}

.tc-conb-box-l li {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #e5e7f2;
    box-sizing: border-box;
    padding-left: 45px;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    cursor: pointer;
}

.tc-conb-box-l li p {
    font-size: 18px;
    color: #2d3540;
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
}

.tc-conb-box-l li i {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.tc-conb-ico1 {
    background: url(../images/tc-ico_03.png) no-repeat center;
}

.tc-conb-ico2 {
    background: url(../images/tc-ico_09.png) no-repeat center;
}

.tc-conb-ico3 {
    background: url(../images/tc-ico_15.png) no-repeat center;
}

.tc-conb-ico4 {
    background: url(../images/tc-ico_20.png) no-repeat center;
}

.tc-conb-ico5 {
    background: url(../images/tc-ico_26.png) no-repeat center;
}

.tc-conb-ico6 {
    background: url(../images/tc-ico_32.png) no-repeat center;
}

.tc-conb-ico7 {
    background: url(../images/tc-ico_38.png) no-repeat center;
}

.tc-conb-ico8 {
    background: url(../images/tc-ico_46.png) no-repeat center;
}

.tc-conb-ico9 {
    background: url(../images/tc-ico_52.png) no-repeat center;
}

.tc-conb-ico10 {
    background: url(../images/tc-ico_58.png) no-repeat center;
}

.tc-conb-ico11 {
    background: url(../images/tc-ico_64.png) no-repeat center;
}

.tc-conb-box-l li.on,
.tc-conb-box-l li:hover {
    background: #144c9d;
}

.tc-conb-box-l li.on p,
.tc-conb-box-l li:hover p {
    color: #fff;
}

.tc-conb-box-l li.on .tc-conb-ico1,
.tc-conb-box-l li:hover .tc-conb-ico1 {
    background: url(../images/tc-ico_05.png) no-repeat center;
}

.tc-conb-box-l li.on .tc-conb-ico2,
.tc-conb-box-l li:hover .tc-conb-ico2 {
    background: url(../images/tc-ico_12.png) no-repeat center;
}

.tc-conb-box-l li.on .tc-conb-ico3,
.tc-conb-box-l li:hover .tc-conb-ico3 {
    background: url(../images/tc-ico_16.png) no-repeat center;
}

.tc-conb-box-l li.on .tc-conb-ico4,
.tc-conb-box-l li:hover .tc-conb-ico4 {
    background: url(../images/tc-ico_22.png) no-repeat center;
}

.tc-conb-box-l li.on .tc-conb-ico5,
.tc-conb-box-l li:hover .tc-conb-ico5 {
    background: url(../images/tc-ico_28.png) no-repeat center;
}

.tc-conb-box-l li.on .tc-conb-ico6,
.tc-conb-box-l li:hover .tc-conb-ico6 {
    background: url(../images/tc-ico_34.png) no-repeat center;
}

.tc-conb-box-l li.on .tc-conb-ico7,
.tc-conb-box-l li:hover .tc-conb-ico7 {
    background: url(../images/tc-ico_41.png) no-repeat center;
}

.tc-conb-box-l li.on .tc-conb-ico8,
.tc-conb-box-l li:hover .tc-conb-ico8 {
    background: url(../images/tc-ico_49.png) no-repeat center;
}

.tc-conb-box-l li.on .tc-conb-ico9,
.tc-conb-box-l li:hover .tc-conb-ico9 {
    background: url(../images/tc-ico_54.png) no-repeat center;
}

.tc-conb-box-l li.on .tc-conb-ico10,
.tc-conb-box-l li:hover .tc-conb-ico10 {
    background: url(../images/tc-ico_60.png) no-repeat center;
}

.tc-conb-box-l li.on .tc-conb-ico11,
.tc-conb-box-l li:hover .tc-conb-ico11 {
    background: url(../images/tc-ico_66.png) no-repeat center;
}

.tc-conb-box-r {
    width: 80%;
    height: 660px;
    box-sizing: border-box;
    border: 1px solid #144c9d;
    background: #fff;
}

.tc-conb-box-r-con {
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    padding-top: 100px;
}

.tc-conb-box-r-con-p {
    margin-left: 40px;
    z-index: 1;
    width: 40%
}

.tc-conb-box-r-con-p p {
    color: #2d3540 !important;
}

.tc-conb-box-r-con-img {
    position: absolute;
    right: 40px;
    top: 40px;
    width: 50%;
    z-index: 10;
}

.tc-conc {
    margin-top: 120px;
    overflow: hidden;
    background: #fff;
    position: relative;
}

.tc-conc-l {
    width: 50%;
    height: auto;
    overflow: hidden;
    height: 643px;
}

.tc-conc-l img {
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translate(0, -50%);
}

.tc-conc-r {
    width: 50%;
    box-sizing: border-box;
    padding-top: 80px;
    padding-left: 65px;
}

.tc-conc-r span {
    font-size: 42px;
    color: #2d3540;
}

.tc-conc-r-con {
    margin-top: 40px;
    overflow: hidden;
}

.tc-conc-r-con-r {
    margin-left: 35px;
}

.tc-conc-r-con p {
    font-size: 16px;
    color: #666666;
    margin-bottom: 25px;
}

.tc-cond {
    padding-top: 100px;
}

.proccb,
.proccc {
    display: none;
}

.proccb.on,
.proccc.on {
    display: block;
}

.tc-cond-box {
    margin-top: 80px;
    overflow: hidden;
}

.tc-cond-boxl {
    width: 24%;
}

.tc-cond-boxl li.on,
.tc-cond-boxl li:hover {
    background: #144c9d;
}

.tc-cond-boxl li {
    width: 100%;
    height: 65px;
    line-height: 65px;
    background: #e5e7f2;
    box-sizing: border-box;
    padding-left: 50px;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    cursor: pointer;
}

.tc-cond-boxl li p {
    font-size: 18px;
    color: #2d3540;
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
}

.tc-cond-boxl li.on p,
.tc-cond-boxl li:hover p {
    color: #fff;
}

.tc-cond-boxr {
    width: 76%;
    height: 455px;
    border: 1px solid #144c9d;
    box-sizing: border-box;
    background: #fff;
}

.tc-cond-boxr-con {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 45px;
}

.tc-cond-boxr-con-t {
    width: 100%;
    border-bottom: 1px solid #a7a7a7;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.tc-cond-boxr-con-t span {
    font-size: 24px;
    color: #000000;
}

.tcbj-link {
    width: 240px;
    margin-right: 0;
}

.tc-cond-bott-btn {
    margin-top: 45px;
    text-align: center;
}

.rjts-cona {
    background: #f1f2f6;
    padding-bottom: 70px;
    padding-top: 50px;
}

.rjts-qhbox li {
    float: left;
    width: 100%;
    height: 480px;
    box-shadow: 0 0 20px #dddddd;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

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

.rjts-qhbox li a {
    width: 100%;
}

.rjts-qhbox-t {
    width: 100%;
    height: 120px;
    line-height: 120px;
    text-align: center;
    border-top: 3px solid #008af6;
    background: #fff;
    box-sizing: border-box;
}

.rjts-qhbox-t span {
    font-size: 32px;
    color: #2d3540;
}

.rjts-qhbox-c {
    border-top: 1px solid #dddddd;
    background: #fff;
    box-sizing: border-box;
    padding-top: 25px;
    padding-bottom: 25px;
}

.rjts-qhbox-c dl {
    overflow: hidden;
}

.rjts-qhbox-c dt {
    float: left;
    width: 33.33%;
    margin-bottom: 30px;
    text-align: center;
}

.rjts-qhbox-c dt i {
    width: 52px;
    height: 52px;
    display: inline-block;
    vertical-align: middle;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.rjts-qhbox-c dt p {
    font-size: 18px;
    color: #2d3540;
    margin-top: 25px;
}

.rjts-qh-ico1 {
    background: url(../images/rjts_04.png) no-repeat center;
}

.rjts-qh-ico2 {
    background: url(../images/rjts_06.png) no-repeat center;
}

.rjts-qh-ico3 {
    background: url(../images/rjts_08.png) no-repeat center;
}

.rjts-qh-ico4 {
    background: url(../images/rjts_25.png) no-repeat center;
}

.rjts-qh-ico5 {
    background: url(../images/rjts_27.png) no-repeat center;
}

.rjts-qh-ico6 {
    background: url(../images/rjts_29.png) no-repeat center;
}

.rjts-qh-ico7 {
    background: url(../images/rjts_11.png) no-repeat center;
}

.rjts-qh-ico8 {
    background: url(../images/rjts_14.png) no-repeat center;
}

.rjts-qh-ico9 {
    background: url(../images/rjts_16.png) no-repeat center;
}

.rjts-qh-ico10 {
    background: url(../images/rjts_36.png) no-repeat center;
}

.rjts-qh-ico11 {
    background: url(../images/rjts_31.png) no-repeat center;
}

.rjts-qh-ico12 {
    background: url(../images/rjts_33.png) no-repeat center;
}

.rjts-qhbox-b {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 0 0 4px 4px;
}

.rjts-qhbox-b p {
    font-size: 16px;
    color: #fff;
}

.rjts-qh-lia .rjts-qhbox-b {
    background: #144c9d;
}

.rjts-qh-lib .rjts-qhbox-b {
    background: #f08519;
}

.rjts-qh-lib .rjts-qhbox-t {
    border-top: 3px solid #f08519;
}

.rjts-cona-b {
    margin-top: 100px;
    text-align: center;
}

.rjts-cona-b span {
    font-size: 52px;
    color: #2d3540;
}

.rjts-cona-b p {
    font-size: 24px;
    color: #2d3540;
    margin-bottom: 10px;
}

.rjts-link {
    margin-right: 0;
}

.rjts-li-pbox span {
    font-size: 42px;
    color: #2d3540;
    margin-bottom: 10px;
    line-height: 56px;
}

.rjts-li-pbox h3 {
    font-size: 16px;
    color: #666666;
    line-height: 36px;
    max-width: 460px;
    margin-top: 40px;
    margin-bottom: 85px;
}

.rjts-conb-l {
    width: 50%;
    margin-top: 65px;
}

.rjts-conb-r {
    width: 50%;
    text-align: center;
}

.rjts-conc>div,
.rjts-conb>div {
    padding-left: 100px;
    padding-right: 100px;
    box-sizing: border-box;
}

.rjts-conb {
    padding-top: 80px;
    padding-bottom: 90px;
}

.rjts-conc {
    padding-top: 130px;
    padding-bottom: 50px;
    background: #e4ebfa;
}

.rjts-conc .rjts-conb-l {
    padding-left: 130px;
    box-sizing: border-box;
    margin-top: 20px;
}

.rjts-cond {
    padding-top: 110px;
    padding-bottom: 60px;
}

.rjts-link-ckgn {
    background: #144c9d;
}

.rjts-dl {
    overflow: hidden;
    margin-bottom: 60px;
}

.rjts-dl dt {
    width: 33.3%;
    float: left;
    font-size: 16px;
    color: #2d3540;
    margin-bottom: 15px;
}

.rjts-cond .rjts-li-pbox h3 {
    margin-top: 40px;
    margin-bottom: 30px;
}

.rjts-li-img-lunbo li {
    text-align: center;
}

.rjts-pagination-wz {
    position: relative !important;
    bottom: 0 !important;
    margin-top: 30px;
    cursor: pointer;
}

.rjts-cond .rjts-conb-l {
    margin-top: 0px;
}

.rjts-pagination-wz .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: url(../images/rjts-ydb.png) no-repeat center;
    border-radius: unset;
    opacity: 1;
}

.rjts-pagination-wz .swiper-pagination-bullet-active {
    background: url(../images/rjts-yda.png) no-repeat center;
}

.rjts-cone {
    padding-top: 120px;
    padding-bottom: 100px;
    background: #e4ebfa;
}

.rjts-cone .rjts-conb-l {
    margin-top: 10px;
    padding-left: 50px;
    box-sizing: border-box;
}

.rjts-cone .rjts-li-pbox h3 {
    max-width: 466px;
}

.rjts-cone>div {
    padding-left: 100px;
    padding-right: 100px;
    box-sizing: border-box;
}

.rjts-conf {
    padding-top: 120px;
    padding-bottom: 50px;
}

.rjts-conf .rjts-conb-l {
    margin-top: 10px;
}

.rjts-conf .rjts-li-pbox h3 {
    max-width: 480px;
}

.rjts-cong {
    padding-top: 40px;
    padding-bottom: 0px;
    background: #e4ebfa;
}

.rjts-cong .rjts-conb-l {
    margin-top: 110px;
    padding-left: 55px;
    box-sizing: border-box;
}

.rjts-cond>div {
    padding-left: 100px;
    padding-right: 100px;
    box-sizing: border-box;
}

.rjts-conf>div {
    padding-left: 100px;
    padding-right: 100px;
    box-sizing: border-box;
}

.rjts-cong>div {
    padding-left: 100px;
    padding-right: 100px;
    box-sizing: border-box;
}

.rjts-bottom-con {
    background: #f1f2f6;
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
}

.rjts-link-ljcpgn {
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
    width: 220px;
    background: #144c9d;
}

.rjts-bottom-con-r {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0px;
    margin-top: 0px;
}

.rjts-bottom-con-r span {
    font-size: 20px;
}

.rjts-conc2>div {
    padding-right: 20px;
}

.rjts-conc2 .rjts-conb-l {
    padding-left: 100px;
    box-sizing: border-box;
    margin-top: 20px;
}

.rjts-conc2 {
    padding-bottom: 120px;
}

.rjts-cond2 .rjts-li-pbox h3 {
    max-width: 470px;
}

.rjts-cond .rjts-conb-l {
    margin-top: 70px;
}

.rjts-link-nb {
    background: #144c9d;
    margin-top: 80px;
}

.rjts-cond2 {
    padding-bottom: 90px;
}

.rjts-cone2 {
    padding-top: 120px;
    padding-bottom: 120px;
    background: #e4ebfa;
}

.rjts-cone2>div {
    padding-left: 0px;
    padding-right: 100px;
    box-sizing: border-box;
}

.rjts-cong2 {
    padding-top: 120px;
    padding-bottom: 120px;
    background: #e4ebfa;
}

.rjts-cong2>div {
    padding-left: 0px;
    padding-right: 100px;
    box-sizing: border-box;
}

.rjts-cong2 .rjts-conb-l {
    margin-top: 10px;
    padding-left: 50px;
    box-sizing: border-box;
}


/* 案例，新闻内页 */

.ny-nav {
    width: 100%;
    height: 75px;
    border-bottom: 1px solid #e7e8eb;
    background: #f1f2f6;
    margin-top: 100px;
}

.ny-nav-l {
    line-height: 75px;
}

.ny-nav-r {
    margin-top: 18px;
    position: relative;
}

.ny-nav-l img {
    display: inline-block;
    margin-right: 10px;
    margin-top: -5px;
}

.ny-nav-l a {
    display: inline-block;
    font-size: 16px;
    color: #666666;
}

.new-xq-del {
    background: #f1f2f6 !important;
}

#map {
    height: 450px;
}

#map img {
    max-width: none !important;
    max-height: none !important;
}

.BMapLib_SearchInfoWindow {
    display: none;
}


/* 慧新调整 */

.footer-b-l a {
    font-size: 14px;
    color: #626f80;
}

.footer-b {
    width: 100%;
    height: unset;
    line-height: unset;
    overflow: hidden;
    background: #2d3540;
    padding-bottom: 30px;
}

.footer-c {
    padding-top: 55px;
    padding-bottom: 50px;
    background: #2d3540;
}

.footer-nav-xq {
    padding-bottom: 20px;
    background: #2d3540;
}

.footer-nav-xq p {
    font-size: 14px;
    color: #818fa2;
    margin-right: 5px;
    display: inline-block;
}

.footer-nav-xq ul,
.footer-nav-xq li {
    display: inline-block;
}

.footer-nav-xq li a {
    font-size: 14px;
    color: #818fa2;
    margin-right: 10px;
}

.footer-c-l ul {
    display: inline-block;
    margin-right: 110px;
}

.footer-c-l ul li {
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.footer-c-l ul:last-of-type {
    margin-right: 0px;
}

.footer-c-l ul li a span {
    font-size: 18px;
    color: #bfcad8;
    margin-bottom: 30px;
}

.footer-c-l ul li a p {
    font-size: 16px;
    color: #818fa2;
    margin-bottom: 20px;
}

.footer-c-l ul li:hover {
    transform: translateX(5px);
}

.footer-c-r span {
    font-size: 18px;
    color: #bfcad8;
    margin-bottom: 20px;
    display: block;
}

.footer-c-r .in-conf-l {
    width: unset;
    border-right: unset;
    padding-right: 0px;
    box-sizing: border-box;
}

.footer-c-r .lx-dtr h3 {
    font-size: 15px;
    color: #818fa2;
    margin-bottom: 10px;
}

.footer-c-r .lx-dtr h3:last-of-type {
    margin-bottom: 0px;
}

.zxly-alink-r-wxg .zxly-alink-qq {
    background: url(../images/index-wxg_17.png) no-repeat center;
}

.zxly-alink-r-wxg .zxly-alink-wx {
    background: url(../images/index-wxg_14.png) no-repeat center;
}

.footer-c-r-l {
    display: inline-block;
    vertical-align: middle;
}

.footer-c-r-r {
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px;
    text-align: center;
}

.footer-c-r-r img {
    width: 118px;
    height: 118px;
}

.footer-c-r-r p {
    font-size: 14px;
    color: #626f80;
    margin-top: 15px;
}

.in-conf-r {
    padding-left: 0px;
}

.in-conf-r {
    width: 37%;
}

.in-conf-r-xwl {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.in-conf-r-xwr {
    padding-right: 40px;
}

.in-conf-l .in-conf-r-xwr {
    width: 50%;
    box-sizing: border-box;
    padding-left: 40px;
}

.in-conf-l .in-conf-r-xwr:first-of-type {
    padding-left: 20px;
    padding-right: 30px;
    border-left: unset;
    border-right: 1px solid #dddddd;
}

.in-conf-l {
    overflow: hidden;
    width: 63%;
    border-right: unset;
    padding-right: unset;
    box-sizing: border-box;
}

.in-conf-l .in-conf-r-xwr:last-of-type {
    padding-left: 30px;
    padding-right: 0px;
}

.in-conf-r-xw {
    margin-top: 0px;
}

.in-conf-l-top {
    margin-bottom: 60px;
}

.in-conf-l-top h2 dt {
    display: inline-block;
    margin-right: 15px;
}

.in-conf-l-top h2 dt:last-of-type {
    margin-right: 0;
}

.in-conf-l-top h2 a {
    font-size: 18px;
    color: #999999;
    margin-top: 0px;
}

.in-conf-l-top h2 dt.on a {
    color: #144c9d;
}

.in-condxg {
    padding-bottom: 95px;
}

.in-condxg-a {
    width: 100%;
    height: 360px;
    background: url(../images/index-wxg_02.png) no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    z-index: 1;
    position: relative;
}

.in-condxg-a-tit {
    position: absolute;
    text-align: center;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.in-condxg-a-tit p {
    font-size: 24px;
    color: #fff;
    margin-bottom: 25px;
}

.in-condxg-a-tit span {
    font-size: 52px;
    color: #fff;
}

.in-condxg-b {
    padding-top: 60px;
    overflow: hidden;
}

.in-condxg-b-l {
    width: 50%;
    box-sizing: border-box;
    padding-left: 50px;
}

.in-condxg-b-r {
    width: 50%;
    box-sizing: border-box;
}

.in-condxg-b-l .in-condl-shuzhi {
    margin-top: 0px;
    margin-bottom: 0px;
}

.in-condxg-b-r-t {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
}

.in-condxg-b-r a {
    font-size: 20px;
    color: #144c9d;
    margin-top: 20px;
    font-weight: bold;
}

.procc-news {
    display: none;
}

.procc-news.on {
    display: block;
}


/* 关于我们页面修改 */

.aboutxg-tit {
    text-align: center;
}

.aboutxg-tit span {
    font-size: 38px;
    color: #2d3540;
    margin-bottom: 10px;
    font-weight: bold;
}

.aboutxg-tit p {
    font-size: 18px;
    color: #144c9d;
}

.aboutxg-cona {
    padding-top: 100px;
    padding-bottom: 50px;
}

.aboutxg-dbg {
    background: #f1f2f6;
}

.aboutxg-cona-box {
    position: relative;
    margin-top: 80px;
}

.aboutxg-cona-boxl {
    width: 42%;
    box-sizing: border-box;
    z-index: 1;
}

.aboutxg-cona-boxr {
    width: 58%;
    box-sizing: border-box;
    padding-left: 70px;
    padding-right: 50px;
    font-size: 16px;
    color: #666666;
    line-height: 36px;
    padding-top: 30px;
}

.aboutxg-cona-box-shuzi {
    position: absolute;
    bottom: -40px;
    right: 0;
    z-index: 10;
    width: 62%;
}

.aboutxg-cona-box-shuzi .in-condl-shuzhi {
    margin-top: 0px;
    margin-bottom: 0px;
    background: #144c9d;
    width: 100%;
    height: 160px;
    box-sizing: border-box;
    padding-left: 90px;
    padding-top: 32px;
}

.aboutxg-cona-box-shuzi .in-condl-shuzhi h4,
.aboutxg-cona-box-shuzi .in-condl-shuzhi h3,
.aboutxg-cona-box-shuzi .in-condl-shuzhi span {
    color: #fff;
}

.aboutxg-conb {
    padding-top: 100px;
    padding-bottom: 120px;
}

.aboutxg-conb-box {
    margin-top: 65px;
}

.aboutxg-conb-box ul {
    overflow: hidden;
}

.aboutxg-conb-box li {
    margin-bottom: 20px;
    overflow: hidden;
    float: left;
    width: 49%;
    margin-right: 2%;
}

.aboutxg-conb-box li:nth-of-type(2n) {
    margin-right: 0px;
    margin-bottom: 0px;
}

.aboutxg-conb-box li:hover img {
    transform: scale(1.05);
}

.aboutxg-conc {
    width: 100%;
    height: 680px;
    background: url(../images/about-xg_20.png) no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding-top: 140px;
    z-index: 1;
}

.aboutxg-conc-box span {
    font-size: 52px;
    color: #f1f2f6;
    margin-bottom: 20px;
}

.aboutxg-conc-box p {
    font-size: 18px;
    color: #f1f2f6;
    margin-bottom: 60px;
}

.aboutxg-conc-box h2 {
    font-size: 16px;
    color: #8d9cb5;
    line-height: 36px;
    max-width: 480px;
}

.aboutxg-cond {
    padding-top: 110px;
    padding-bottom: 130px
}

.aboutxg-cond-box {
    margin-top: 80px;
}

.aboutxg-cond-box ul {
    overflow: hidden;
}

.aboutxg-cond-box li {
    float: left;
    text-align: center;
    width: 25%;
}

.aboutxg-cond-box li p {
    font-size: 16px;
    color: 3333333;
    margin-top: 25px;
}

.xgzs-conb-xg .in-conf-r {
    width: 100%;
}

.lianxi-input-list-l {
    overflow: hidden;
}

.lianxi-input-list-l li {
    width: 24%;
    margin-right: 1.3%;
    float: left;
}

.lianxi-input-list-l li:last-of-type {
    margin-right: 0;
}

.lianxi-input-list-r {
    text-align: center;
}

.xgzs-conb-xg {
    padding-top: 0px !important;
}


/* 翻页 */

.page {
    text-align: center;
    margin-top: 20px;
}

.page a {
    margin-right: 6px;
    width: 42px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    border: 1px solid #cacaca;
    text-align: center;
    font-size: 14px;
    color: #144c9d;
    background: #fff;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.page span {
    display: inline-block;
    width: 42px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #144c9d;
    border: 1px solid #144c9d;
    box-sizing: border-box;
    vertical-align: middle;
    cursor: pointer;
}

.page span.current {
    color: #fff;
    background: #144c9d;
    border: 1px solid #144c9d;
    margin-right: 6px;
}

.page a.prev,
.page a.prev_disabled {
    display: inline-block;
    width: 75px;
    height: 40px;
    text-align: center;
    font-size: 14px;
    color: #144c9d;
    background: #fff;
    line-height: 40px;
    vertical-align: middle;
}

.page a.next,
.page a.next_disabled {
    display: inline-block;
    width: 75px;
    height: 40px;
    text-align: center;
    font-size: 14px;
    color: #144c9d;
    background: #fff;
    line-height: 40px;
    margin-right: 0px;
    vertical-align: middle;
    margin-left: 6px;
}

.page a.prev::before,
.page a.prev_disabled::before {
    content: "上一页";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 75px;
    height: 40px;
}

.page a.next::before,
.page a.next_disabled::before {
    content: "下一页";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 75px;
    height: 40px;
}

.page span:hover,
.page a:hover,
.page a.prev:hover,
.page a.prev_disabled:hover,
.page a.next:hover,
.page a.next_disabled:hover {
    color: #fff;
    background: #144c9d;
    border: 1px solid #144c9d;
}

.fix_height {
    height: 100px;
}


/* 适配 */

@media screen and (max-width: 1660px) {
    .w1640 {
        width: 94%;
        margin-left: auto;
        margin-right: auto;
    }
    .w1440 {
        width: 94%;
        margin-left: auto;
        margin-right: auto;
    }
    .w1200 {
        width: 94%;
        margin-left: auto;
        margin-right: auto;
    }
    .nav {
        margin-left: 80px;
    }
    .nav .nli {
        margin-right: 45px;
    }
    .in-condl {
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 40px;
    }
    .qh-bth-box {
        width: 100% !important;
    }
    .ba-le {
        margin-left: 0px;
    }
    .ba-re {
        margin-right: 0px;
    }
}

@media screen and (max-width: 1580px) {
    .in-condl-shuzhi {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .nav .nli {
        margin-right: 40px;
    }
}

@media screen and (max-width: 1520px) {
    .nav .nli {
        margin-right: 45px;
    }
    .footer-b-l {
        float: unset !important;
        display: inline-block;
        margin-bottom: 5px;
    }
    .footer-b-r {
        float: unset !important;
        display: inline-block;
    }
    .footer-b {
        width: 100%;
        height: auto !important;
        padding: 15px 0;
        line-height: unset !important;
        text-align: center;
    }
    .in-condl-shuzhi {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .nav {
        margin-left: 40px;
    }
    .nav .nli {
        margin-right: 30px;
    }
}

@media screen and (max-width: 1460px) {
    .nav {
        margin-left: 30px;
    }
    .nav .nli {
        margin-right: 20px;
    }
    .in-condl {
        padding-left: 3%;
        padding-right: 3%;
        padding-top: 40px;
    }
    .in-condl-shuzhi li {
        margin-right: 30px;
    }
    .lx-dtl {
        max-width: 10%;
    }
    .tc-conc-r {
        padding-left: 25px;
    }
    .tc-conc-r-con-r {
        margin-left: 20px;
    }
    .contact-conb li {
        padding-left: 30px;
    }
    .contact-conb-lir p {
        font-size: 15px;
    }
    .aboutxg-cona-box-shuzi {
        bottom: -100px;
    }
}

@media screen and (max-width: 1360px) {
    .nav {
        margin-left: 20px;
    }
    .nav .nli {
        margin-right: 20px;
    }
    .in-conf-l {
        padding-right: 30px;
    }
    .lx-dtl {
        max-width: 8%;
    }
    .tc-conc-r {
        padding-left: 10px;
    }
    .tc-conc-r-con-r {
        margin-left: 10px;
    }
    .tc-conc-r-con p {
        font-size: 15px;
        margin-bottom: 27px;
    }
    .contact-conb li {
        padding-left: 15px;
    }
    .contact-conb-lir p {
        font-size: 14px;
    }
    .aboutxg-cona-box-shuzi {
        bottom: -100px;
    }
    .aboutxg-cona-box-shuzi .in-condl-shuzhi {
        padding-left: 45px;
        padding-top: 32px;
    }
}

@media screen and (max-width: 1320px) {
    .nav {
        margin-left: 40px;
    }
    .nav .nli {
        margin-right: 30px;
    }
    .top_right i {
        display: none;
    }
    .top_right span {
        display: none;
    }
    .aboutxg-cona-box-shuzi {
        bottom: -120px;
    }
}

.rjts-top-nav {
    width: 100%;
    height: 50px;
    background-color: #fff;
    text-align: center;
    margin: 0 auto;
    z-index: 1000;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.rjts-top-nav.rj-nav {
    top: 60px;
    box-sizing: border-box;
    position: fixed;
    border-top: 1px solid #f1f1f1;
}

.rjts-top-nav li {
    display: inline-block;
}

.rjts-top-nav li a {
    color: #333;
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    color: #333;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
}

.rjts-top-nav li.on a {
    border-bottom: 3px solid #008af6;
}

.rjts-top-nav li.on a,
.rjts-top-nav li:hover a {
    color: #008af6;
}

.rjts-cona-bgnb {
    padding-bottom: 100px;
    padding-top: 100px;
}

.rjts-cona-bgwb {
    padding-top: 90px;
}

.rjts-qhbox {
    text-align: center;
}