﻿.clearfix:after {
    display: block;
    content: '';
    clear: both;
}

button::-moz-focus-inner,

input[type="reset"]::-moz-focus-inner,

input[type="button"]::-moz-focus-inner,

input[type="submit"]::-moz-focus-inner,

input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

input[type="button"], input[type="submit"], input[type="reset"], input[type="text"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

* {
    box-sizing: border-box;
}

a {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

@font-face {
    font-family: 'ziti1';
    src: url("../fonts/ziti1.ttf");
}

.transi {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.index_title {
    text-align: center;
    margin-bottom: 30px;
}

.index_title .fir {
    font-size: 32px;
    color: #5b5b5b;
    font-weight: 700;
    text-transform: uppercase;
}

.index_title .sec {
    font-size: 14px;
    color: #828282;
}

.index_title img1 {
    margin: 13px auto 0 auto;
}

.img_jz {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.img_cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img_container {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.padding {
    padding: 50px 0;
}

.sbanner {
    width: 100%;
    height: 480px;
    background: url("../images/sbanner.jpg") no-repeat center;
}

.textover {
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

.allcrumbs {
    font-size: 14px;
    line-height: 25px;
    color: #373737;
    margin-bottom: 15px;
}
.allcrumbs .warpper{
    padding-left: 30px;
    background: url("../images/home-icon.png") no-repeat left center;
}
.allcrumbs a {
    font-size: 14px;
    color: #373737;
}

.alltopper {
    background: #fff;
    line-height: 40px;
    border-bottom:2px solid #e8e8e8;
}

.alltopper .left span {
    display: block;
    font-size: 14px;
    color: #5f5f5f;
    padding-left:35px;
    line-height: 40px;
    background: url("../images/hi.png") no-repeat left center;
}

.alltopper .warpper >.right {
    width: 320px;
}

.alltopper .right a {
    display: block;
    width: 33.33%;
    float: left;
    position: relative;
    font-size: 14px;
    color: #959595;
    padding-left: 23px;
    margin-top: 0;
}

.alltopper .right a:hover {
    text-decoration: underline;
}

.alltopper .right a:after {
    position: absolute;
    content: "";
    height: 15px;
    width: 2px;
    background: #a4a4a4;
    right: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.alltopper .right a:last-child:after {
    display: none;
}

.alltopper .right a.yewu {
    background: url("../images/t1.png") no-repeat left center;
}

.alltopper .right a.load {
    background: url("../images/t2.png") no-repeat left center;
}

.alltopper .right a.contact {
    background: url("../images/t3.png") no-repeat left center;
}

.alllogo .search {
    margin: 28px 0 0 140px;
}

.alllogo form input[type=text] {
    float: left;
    width: 280px;
    background: #fff;
    border: 1px solid #244C94;
    text-indent: 15px;
    outline: none;
    line-height: 45px;
    font-size: 14px;
    color: #656565;
}

.alllogo form input[type=text]::placeholder {
    font-size: 14px;
    color: #656565;
}

.alllogo form button {
    float: left;
    width: 54px;
    height: 47px;
    background: #244C94 url("../images/search.png") no-repeat center;
    cursor: pointer;
}

.alllogo {
    height: 100px;
    background: #fff;
}

.alllogo h1 {
    margin-top: 26px;
}

.alllogo .tel {
    padding-left: 56px;
    background: url("../images/tel.png") no-repeat left center;
    margin-top: 25px;
}

.alllogo .tel .fir {
    font-size: 14px;
    color: #5f5f5f;
}

.alllogo .tel .sec {
    font-size: 24px;
    color: #244C94;
    font-weight: 700;
    line-height: 28px;
}

.allnav {
    background: #f3f3f3;
}

.allnav .allmenu ul li {
    float: left;
    width: 133px;
}

.allnav .allmenu ul li  a {
    display: block;
    line-height: 60px;
    position: relative;
    font-size: 16px;
    color: #5f5f5f;
    text-align: center;
}

.allnav .allmenu ul li  a:hover ,.allnav .allmenu ul li  a.active {
    color: #fff;
    background: #244C94;
}

.allnav .allmenu ul li  a i {
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -10px;
    width: 16px;
    height: 16px;
    background: #1176d2;
    border-radius: 20px;
    opacity: 0;
    z-index: 2;
}

.allnav .allmenu ul li  a:hover i ,.allnav .allmenu ul li  a.active i {
    opacity: 1;
}

.allnav .allmenu ul li  a i:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 8px;
    height: 8px;
    background: #da251c;
    border-radius: 10px;
}

.swiper-container-banner  .swiper-slide img1 {
    width: 100%;
}

.bannerbox {
    position: relative;
    height: 500px;
}

.bannerbox .swiper-container {
    height: 100%;
}

.bannerbox .swiper-container a {
    display: block;
    width: 100%;
    height: 100%;
}

.banner-gonggao {
    position: absolute;
    width: 100%;
    height: 90px;
    background: rgba(0,0,0,0.58);
    left: 0;
    bottom: 0;
    z-index: 2;
}

.banner-gonggao .s1 {
    display: block;
    line-height: 90px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}

.banner-gonggao .s2 {
    display: block;
    line-height: 20px;
    width: 65px;
    background: #244C94;
    font-size: 12px;
    color: #fff;
    position: relative;
    text-align: center;
    margin: 34px 0 0 20px;
}

.banner-gonggao .goanggaotext {
    float: right;
    width: 1025px;
    height: 90px;
}

.banner-gonggao .goanggaotext .swiper-container-gonggao {
    width: 100%;
    height: 100%;
}

.banner-gonggao .goanggaotext .swiper-container-gonggao a {
    color: #fff;
    font-size: 14px;
    line-height: 90px;
    width: 45%;
    display: flex;
    justify-content: space-between;
}

.banner-gonggao .goanggaotext .swiper-container-gonggao a:hover {
    color: #de585f;
    font-weight: 700;
}

.banner-gonggao .goanggaotext .swiper-slide {
    display: flex;
    justify-content: space-between;
}

.banner-gonggao .goanggaotext .swiper-container-gonggao a .fir {
    width: 82%;
}

.swiper-pagination-banner {
    bottom: 19% !important;
}

.bannerbox .swiper-pagination-bullet-active {
    background: #244C94;
}

.index_fir {
    padding-bottom: 50px;
}

.gonggao-left {
    position: relative;
    border: 1px solid #ccc;
    width: 847px;

}

.gonggao-right {
    position: relative;
    border: 1px solid #ccc;
    width: 347px;
    height: 427px;
    background: #fff;
}

.hout {
    background: #244C94;
}

.hbox {
    line-height: 60px;
    position: relative;
    padding-left: 20px;
}

.hbox:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 22px;
    background: #244C94;
    width: 2px;
;
}

.hbox .imgbox {
    width: 42px;
    height: 60px;
    line-height: 60px;
}

.hbox img {
    display: inline-block;
    vertical-align: middle;
}

.hbox .fir {
    font-size: 20px;
    color: #373636;
}

.hout .hbox .fir {
    color: #fff;
}

.hout .hbox {
    padding-right: 25px;
}

.hbox .sec {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    margin-left: 10px;
    line-height: initial;
    margin-top: 27px;
}

.hbox a {
    display: block;
    line-height: 60px;
    font-size: 14px;
    color: #919191;
    text-transform: uppercase;
}

.hout .hbox a {
    color: #fff;
}

.hbox a:hover {
    font-weight: 700;
}

.houtsec {
    padding-right: 20px;
    border-bottom: 1px dashed #bbbbbb;
}

.gonggao-con-list {
    line-height: 60px;
    border-top: 1px solid #f1f1f1;
}

.gonggao-con-list:last-child {
    border-bottom: none;
}

.gonggao-con-list .g-bianhao {
    width: 22.7%;
    font-size: 14px;
    color: #373636;
    line-height: 60px;
    height: 60px;
}

.gonggao-con-list .g-title {
    width: 40.7%;
    height: 60px;
}

.gonggao-con-list .g-title a {
    font-size: 14px;
    color: #373636;
    width: 100%;
    display: block;
    line-height: 60px;
}

.gonggao-con-list .g-title a:hover {
    color: #244C94;
    font-weight: 700;
}

.gonggao-con-list .g-type {
    width: 13.5%;
    height: 60px;
}

.gonggao-con-list .g-type a {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #373636;
}

.gonggao-con-list .g-type a:hover {
    font-weight: 700;
}

.gonggao-con-list .g-time {
    font-size: 14px;
    color: #373636;
    line-height: 60px;
    width: 12.5%;
    height: 60px;
}

.gonggao-con-list .g-do {
    width: 10.6%;
    text-align: center;
    height: 60px;
}

.gonggao-con-list .g-do a {
    line-height: 60px;
    font-size: 14px;
    color: #244C94;
}

.gonggao-con-list .g-do a:hover {
    font-weight: 700;
}

.zhengce-item {
    padding: 12px 20px;
}

.zhengce-item .zhengce-list a {
    display: block;
    line-height: 35px;
    font-size: 14px;
    color: #4a4a4a;
    padding-left: 15px;
    position: relative;
}

.zhengce-item .zhengce-list a:hover {
    color: #244C94;
    font-weight: 700;
}

.zhengce-item .zhengce-list a:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    background: #d7d7d7;
    border-radius: 10px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.zhengce-item .zhengce-list a:hover:before {
    background: #244C94;
}

.adv {
    padding-left: 50px;
    padding-top: 53px;
    width: 100%;
    height: 199px;
    background: url("../images/advbg.jpg") no-repeat center;
    margin-top: 23px;
}

.adv .fir {
    font-size: 36px;
    color: #fff;
    font-family: cll1;
}

.adv .sec {
    font-size: 14px;
    color: #fff;
}

.index_sec {
    padding: 60px 0;
    background: #efefef;
}

.index_thr {
    padding: 60px 0;
    background: url("../images/index_thr_bg.jpg") no-repeat center / cover;
}

.chengjiao {
    background: #fff;
    position: relative;
    padding: 0 17px;
}

.chengjiao:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 110px;
    height: 3px;
    background: #1176d2;
}

.chengjiao .hbox {
    border-bottom: none;
}

.alltbox {
    line-height: 60px;
}

.alltbox p {
    color: #373636;
    font-size: 16px;
}

.alltbox .fir {
    width: 22.7%;
}

.alltbox .sec {
    width: 40.7%;
}

.alltbox .thr {
    width: 13.5%;
}

.alltbox .four {
    width: 12.5%;
}

.alltbox .five {
    width: 10.6%;
    text-align: center;
}

.chengjiao-list {
    line-height: 50px;
}

.chengjiao-list .c-biaohao {
    width: 20%;
    color: #4a4a4a;
    font-size: 14px;
    padding: 0 15px;
    text-align: center;
}

.chengjiao-list .c-title {
    width: 40%;
}

.chengjiao-list:nth-child(even) {
    background: #f4f4f4;
}

.chengjiao-list .c-title a {
    display: block;
    color: #4a4a4a;
    font-size: 14px;
    padding: 0 15px;
    text-align: center;
}

.chengjiao-list .c-type {
    width: 20%;
}

.chengjiao-list .c-type a {
    display: block;
    color: #4a4a4a;
    font-size: 14px;
    padding: 0 15px;
    text-align: center;
}

.chengjiao-list .c-type a:hover ,.chengjiao-list .c-title a:hover {
    color: #1176d2;
    font-weight: 700;
}

.chengjiao-list .c-time {
    width: 20%;
    color: #4a4a4a;
    font-size: 14px;
    padding: 0 15px;
    text-align: center;
}

.index_four {
    background: #fff;
    padding: 60px 0;
}

.index_four .imgbox {
    width: 566px;
    height: 358px;
}

.index_four .imgbox img1 {
    width: 100%;
}

.index_four .text {
    width: 590px;
    padding-top: 19px;
}

.index_four .text .fir {
    font-weight: 700;
    font-size: 28px;
    color: #4a4a4a;
}

.index_four .text .sec {
    font-size: 14px;
    color: #4a4a4a;
}

.index_four .text .line {
    width: 55px;
    height: 3px;
    background: #1176d2;
    margin: 15px 0;
}

.index_four .text .thr {
    font-size: 14px;
    color: #6c6c6c;
    line-height: 28px;
    text-align: justify;
}

.index_four .text  .abox {
    margin-top: 25px;
}

.index_four .text  .abox a {
    display: inline-block;
    width: 160px;
    line-height: 48px;
    height: 48px;
    text-align: center;
    background: #1176d2;
}

.index_four .text  .abox a:hover {
    background: #4992d4;
}

.index_four .text  .abox a:nth-child(2) {
    background: #802616;
    margin-left: 5px;
}

.index_four .text  .abox a:nth-child(2):hover {
    background: #a54d3e;
}

.index_four .text  .abox a img1 {
    display: inline-block;
    vertical-align: middle;
}

.index_four .text  .abox a span {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    margin-left: 10px;
}

.advsec {
    background: #1176d2;
    height: 106px;
}

.advsec .fir {
    font-size: 36px;
    color: #fff;
    font-family: cll1;
    margin-top: 30px;
}

.advsec .sec {
    font-size: 16px;
    color: #fff;
    margin-top: 50px;
    margin-left: 35px;
}

.advsec a {
    display: block;
    line-height: 45px;
    width: 150px;
    border: 1px solid #fff;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 32px;
}

.advsec a:hover {
    background: #802616;
    border: 1px solid #802616;
}



.bg {
    background: #f3f3f3;
}

.info {
    padding: 50px 0;
}

.inner-gonggao-box {
    background: #fff;
    padding: 0 15px 15px 15px;
    width: 845px;
}

.siderbox {
    width: 345px;
}






.siberout {
    position: relative;
    border: 1px solid #eaeaea;
    width: 100%;
    padding: 0 17px;
    background: #fff;
    border-top: 3px solid #1176d2;
    margin-bottom: 21px;
}

.siberout .abox {
    padding: 15px 0;
}

.siberout .abox a {
    display: block;
    line-height: 40px;
    background: #e5f4ff;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    padding-left: 20px;
    margin-bottom: 10px;
}

.siberout .abox a:last-child {
    margin-bottom: 0;
}

.siberout .abox a:hover ,.siberout .abox a.active {
    color: #1176d2;
}

.sbox {
    padding: 20px 0;
}

.sbox form input[type=text] {
    float: left;
    width: 200px;
    background: #fff;
    border: 1px solid #ececec;
    text-indent: 15px;
    outline: none;
    line-height: 33px;
    font-size: 14px;
    color: #969696;
}

.sbox form input[type=text]::placeholder {
    font-size: 14px;
    color: #969696;
}

.sbox form button {
    float: left;
    width: 54px;
    height: 34px;
    background: url("../images/search.jpg") no-repeat center;
    cursor: pointer;
}

.news-detail-content-box {
    background: #fff;
    padding: 30px 20px;
}

.news-detail-content .news-detail-title {
    padding-bottom: 15px;
    border-bottom: 1px dashed #ededed;
    text-align: center;
    margin-bottom: 15px;
}

.news-detail-title .h3 {
    font-size: 24px;
    color: #323232;
    margin: 0 0 10px;
}

.news-detail-content .news-detail-title .b {
    font-size: 13px;
    color: #999999;
    line-height: 20px;
}

.news-detail-content .news-detail {
    padding: 0 12px 30px;
}

.news-detail-content .news-detail p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.news-detail-content .news-detail img1 {
    max-width: 100%;
    margin: 1% auto;
    display: block;
}

.inner-zhengce-item {
    position: relative;
    background: #fff;
}

.inner-zhengce-list {
    line-height: 50px;
    border-bottom: 1px solid #e2e2e2;
}

.inner-zhengce-list:last-child {
    border-bottom: none;
}

.inner-zhengce-list:nth-child(even) {
    background: #f7f7f7;
}

.inner-zhengce-list .fir {
    width: 520px;
    background-size: 22px;
    font-size: 14px;
    color: #333;
    padding-left: 20px;
}
.inner-zhengce-list:hover .fir{
    color:#244C94;
    font-weight: 700;
}
.inner-zhengce-list .time {
    font-size: 14px;
    color: #333;
    margin-right: 20px;
}


.inner-note-list .fir {
    background: url(../images/h15.png) no-repeat left 20px center;
    background-size: 22px;
}

.inner-load-item {
    position: relative;
    border: 1px solid #eaeaea;
    padding: 0 17px;
    background: #fff;
}

.inner-load-list {
    line-height: 50px;
    border-bottom: 1px solid #e2e2e2;
}

.inner-load-list:last-child {
    border-bottom: none;
}

.inner-load-list:hover {
    background: #e5f4ff;
    cursor: pointer;
}

.inner-load-list:nth-child(even) {
    background: #f7f7f7;
}

.inner-load-list .fir {
    width: 520px;
    padding-left: 54px;
    background: url(../images/h8.png) no-repeat left 20px center;
    background-size: 22px;
    font-size: 14px;
    color: #333;
}

.inner-load-list .s1 {
    font-size: 14px;
    color: #333;
    padding-left: 50px;
    background: url(../images/h9.png) no-repeat left 20px center;
    background-size: 22px;
}

.inner-load-list .s2 {
    font-size: 14px;
    color: #333;
    padding-left: 50px;
    background: url(../images/h10.png) no-repeat left 20px center;
    background-size: 22px;
    margin-right: 20px;
}

.contact-lianxi {
    width: 100%;
    height: 435px;
    margin-bottom: 4%;
}

.contact-lianxi-left {
    width: 34%;
    height: 100%;
    float: left;
}

.contact-lianxi-left-list {
    float: left;
    width: 50%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    text-align: center;
    background: #eee;
    padding: 0 15px;
}

.contact-lianxi-left-list:nth-child(2) ,.contact-lianxi-left-list:nth-child(3) {
    background: #f6f6f6;
}

.contact-lianxi-left-list img1 {
    margin: 0 auto;
}

.contact-lianxi-left-list .icon {
    height: 37px;
}

.contact-lianxi-left-list .fir {
    font-weight: bold;
    font-size: 14px;
    color: #333;
    padding: 10px 0;
}

.contact-lianxi-left-list .imgbox {
    width: 80px;
}

.contact-lianxi-left-list .imgbox img1 {
    width: 100%;
}

.contact-lianxi-left-list .sec {
    font-size: 14px;
    line-height: 22px;
    color: #999;
}

.contact-lianxi-left-list .sec a {
    color: #999;
}

.contact-lianxi-right {
    width: 100%;
    height: 100%;
    margin-top: 15px;
}

.contact-lianxi-right #ditu {
    width: 100%;
    height: 100%;
}

.contact-liuyan {
    width: 100%;
    padding: 3%;
    border: 1px solid #eee;
    margin-top: 3%;
}

.contact-liuyan .form-left {
    float: left;
    width: 75%;
}

.contact-liuyan .form-right {
    float: right;
    width: 24%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact-liuyan .inputbox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.contact-liuyan input[type=text] {
    width: 49.5%;
    line-height: 45px;
    border: 1px solid #eee;
    padding-left: 15px;
    outline: none;
    background: #fff;
    font-size: 14px;
    color: #333;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    margin-bottom: 8px;
}

.contact-liuyan  input:focus {
    border: 1px solid #244C94;
}

.contact-liuyan  input[type=text]::placeholder {
    font-size: 14px;
    color: #999;
}

.contact-liuyan input[name=captcha] {
    width: 100%;
}

.contact-liuyan .verify {
    height: 45px;
    width: 100%;
    border: 1px solid #eee;
    padding: 5px;
}

.contact-liuyan .verify img {
    width: 100%;
    height: 100%;
}

.contact-liuyan textarea {
    width: 100%;
    height: 155px;
    border: 1px solid #eee;
    padding: 15px;
    outline: none;
    resize: none;
    font-size: 14px;
    color: #333;
    font-family: "Microsoft Yahei";
}

.contact-liuyan textarea::placeholder {
    font-size: 14px;
    color: #999;
}

.contact-liuyan textarea:focus {
    border: 1px solid #244C94;
}

.contact-liuyan .submit {
    display: block;
    width: 100%;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #244C94;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    margin-top: 34%;
}

.contact-liuyan .contact-liuyan-title {
    color: #333;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 2%;
}



.k {
    text-align: center;
    font-size: 14px;
    color: #333;
    font-weight: 700;
    margin: 20px 0;
}

.k span {
    color: #1176d2;
}

.in_company .img1 {
    width: 312px;
    height: 185px;
}

.in_company .text {
    width: 855px;
}

.in_company .text .fir {
    font-size: 22px;
    font-weight: 700;
    color: #373636;
    margin-top: 6px;
}

.in_company .text .sec {
    font-size: 14px;
    line-height: 25px;
    color: #818181;
    margin: 10px 0;
}

.in_company .text .thr {
    display: block;
    font-size: 14px;
    color: #919191;
}

.in_company .text .thr:hover {
    font-weight: 700;
    color: #244C94;
}

.conbox {
    padding: 0 20px;
    background: #fff;
}
.gonggaobao{
    margin-bottom: 8px;
}
.gonggaobao:last-child{
    margin-bottom: 0;
}
.gonggao-right .in_map{
    height: 160px;
    padding:0 8px;
    width: 100%;
    margin:17px 0;
}
.gonggao-right .in_map #dt{
    width: 100%;
    height: 100%;
}
.gonggao-right .lxbox{
    padding: 0 18px;
}
.gonggao-right .lxbox p{
    font-size:14px;
    color:#373636;
    line-height: 25px;
}

.index2{
    padding-bottom: 50px;
}
.index_sec_item{
    display: flex;
    justify-content: space-between;
}
.index_sec_list{
    height: 125px;
    width: 293px;
    background: #f5f5f5;
    position: relative;
}
.index_sec_list .bg{
    position: absolute;
    left:0;
    top:0;
    background: #244C94;
    height: 100%;
    width: 0;
    z-index: 1;
}
.index_sec_list:hover .bg{
    width: 100%;
}
.index_sec_list .text{
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    z-index: 2;
    padding: 25px 0 0 25px;
}
.index_sec_list .text .fir{
    font-size:18px;
    color:#373636;
}
.index_sec_list .text .sec{
    font-size:14px;
    color:#a0a0a0;
}
.index_sec_list .text .thr{
    font-size:14px;
    color:#919191;
}
.index_sec_list:hover .text .fir{
    color:#fff;
}
.index_sec_list:hover .text .sec{
    color:#fff;
}
.index_sec_list:hover .text .thr{
    color:#fff;
}

.index3{
    background: #f2f2f2;
}
.swiper-container-link .imggox{
    width: 100%;
    height: 65px;
}

.guang{
    padding:65px 0;
    background: url("../images/guangbg.jpg") no-repeat center / cover;
}
.guang .fir{
    font-size:28px;
    color:#fff;
    font-family: ziti1;
}
.guang .sec{
    margin:15px 0 23px 0;
}
.guang .sec span{
    display: inline-block;
    color:#fff;
    font-size:14px;
    padding-left: 30px;
    line-height: 24px;
    background: url("../images/gou.png") no-repeat left center;
    margin-right: 18px;
}
.guang .thr{
    line-height: 50px;
    width: 265px;
    background: #244C94;
    display: flex;
    justify-content: center;
    align-items: center;
}
.guang .thr img1{
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.guang .thr span{
    color:#fff;
    font-size:20px;
    font-weight: 700;
}

.footerbox{
    padding:77px 0;
    background: url("../images/footerbg.jpg") no-repeat center / cover;
}
.footerbox .left{
    float: left;
    width: 430px;
    margin-right: 75px;
}
.footerbox .left .slog{
    font-size:14px;
    color:#7f7f7f;
    margin:25px 0;
}
.footerbox .left .erbox .imgbox{
    float: left;
    width: 160px;
}
.footerbox .left .erbox .imgbox img{
    width: 100%;
}
.footerbox .left .erbox .f-img1{
    float: left;
    width: 120px;
    margin-left: 15px;
}
.footerbox .tbox .fir{
    color:#fff;
    font-size:15px;
    position: relative;
    padding-left:7px;
    margin-bottom: 30px;
}
.footerbox .tbox .fir:before{
    position: absolute;
    content:"";
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
    height: 15px;
    background: #244C94;
}
.footerbox .center{
    float: left;
    margin-right: 77px;
}
.footerbox .abox a{
    display: block;
    font-size:14px;
    color:#8b8b8b;
    line-height: 30px;
    padding-left: 7px;
}
.footerbox .abox a:hover{
    color:#fff;
}
.footerbox .abox.padd a{
    padding-left:28px;
    background: url("../images/f-icon.png") no-repeat left center;
}
.footerbox .abox.padd a:hover{
    background: url("../images/f-icon2.png") no-repeat left center;
}
.footerbox .right{
    float: right;
    width: 350px;
    background: #2a2c30;
    padding:25px;
    margin-top: -26px;
}
.footerbox .right .fir{
    font-size:14px;
    color:#8b8b8b;
}
.footerbox .right .sec{
    font-size:34px;
    color:#fff;
    font-weight: 700;
}
.footerbox .right a{
    display: block;
    font-size:18px;
    line-height: 50px;
    background: #244C94;
    font-weight: 700;
    color:#fff;
    text-align:center;
    margin:10px 0;
}
.footerbox .right .thr{
    font-size:14px;
    color:#8b8b8b;
    margin-bottom: 10px;
}
 .copy{
    line-height: 40px;
    font-size:14px;
    color:#fff;
    background: #244C94;
}
.copy a{
    color:#fff;
}
.copy .warpper{
    position: relative;
}


.cbl {
    width: 67px;
    position: fixed;
    right: 10px;
    top: 44%;
    z-index: 3333;
}

.cbl.active {
    display: none;
}

.cbl li {
    margin-top: 5px;
    transition: 0.4s ease-in-out;
    height: 67px;
    width: 67px;
}

.cbl span {
    transition: 0.2s ease-in-out;
    display: inline-block;
    height: 67px;
    width: 67px;
    text-align: center;
    background: #0f3c8b;
    box-sizing: border-box;
    font-size: 12px;
    color: white;
    position: relative;
    padding-top: 43px;
}

.cbl span i {
    transition: 0.4s ease-in-out;
    display: block;
    font-size: 36px;
    color: #fff;
    line-height: 30px;
}
.cbl li.tel span{
    background: #fff url("../images/s2.png") no-repeat center top 15px;
}
.cbl li.tel:hover span{
    background: #244C94 url("../images/s22.png") no-repeat center top 15px;
}
.cbl li.email span{
    background: #fff url("../images/s4.png") no-repeat center top 15px;
}
.cbl li.email:hover span{
    background: #244C94 url("../images/s44.png") no-repeat center top 15px;
}
.cbl li.weixin span{
    background: #fff url("../images/s5.png") no-repeat center top 15px;
}
.cbl li.weixin:hover span{
    background: #244C94 url("../images/s55.png") no-repeat center top 15px;
}
.cbl li.fd span{
    background: #fff url("../images/s6.png") no-repeat center top 15px;
}
.cbl li.fd:hover span{
    background: #244C94 url("../images/s66.png") no-repeat center top 15px;
}
.cbl li.fd span .fir{
    font-size:12px;
}

.cbl span .fir {
    font-size:14px;
    color:#4e4e4e;
    text-align:center;
}
.cbl li:hover span .fir{
    color:#fff;
}

.cbl li aside {
    position: absolute;
    right: 76px;
    top: 0;
    padding:0 10px;
    line-height: 50px;
    opacity: 0;
    visibility: hidden;
    transform:rotateX(-90deg);
    transition: all .2s linear 0s;
    display: inline-block;
    vertical-align: top;
    background: #244C94;
    box-sizing: border-box;
    font-size: 16px;
    color: white;
    white-space: nowrap;
    font-family: ziti2;
}
.cbl li aside.ex{
    padding: 10px;
}
.cbl li aside img{
    width: 100px;
}
.cbl li:hover aside{
    transform:rotateX(0);
    opacity: 1;
    visibility: visible;
}
.cbl li aside:after{
    width: 0px;
    height: 0px;
    border: 8px solid transparent;
    border-left: 8px solid #244C94;
    display: block;
    content: '';
    position: absolute;
    top: 12px;
    right: -16px;
    transition: top .2s linear;
    transition-delay: .1s;
}

.inner-company-fir .fir{
    font-size:32px;
    color:#373737;
    font-weight: 700;
}
.inner-company-fir .sec{
    font-size:14px;
    color:#373737;
    text-transform: uppercase;
}
.inner-company-fir  .line{
    width: 44px;
    height: 4px;
    background: #244C94;
    margin:10px 0 20px 0;
}
.inner-company-fir .des{
    font-size:14px;
    color:#373737;
    line-height: 30px;
}
.inner-company-fir .des img1{
    width: 100%;
}
.inner-company-left{
    width: 810px;
}
.inner-company-right{
    width: 345px;
}
.inner-company-right .img1{
    width: 347px;
    height: 183px;
    margin-bottom: 16px;
}
.siderbox .gonggao-right{
    border:none;
}
.gonggoatypebox a{
    display: block;
    line-height: 60px;
    font-size:14px;
    color:#373636;
    background: #fff;
    padding:0 25px;
    margin-bottom: 10px;
}
.gonggoatypebox a:hover ,.gonggoatypebox a.active{
    color:#fff;
    background: #244C94;
}



.news-inner-list{
    background: #fff;
    margin-top: 20px;
}

.news-inner-list .imgbox{
    width: 228px;
    height: 145px;
}
.news-inner-list .text{
    width: 560px;
}
.news-inner-list .text .title{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: 700;
    color: #333;
}
.news-inner-list .text .con{
    line-height: 24px;
    color:#666;
    font-size:14px;
    margin-bottom: 8px;
    margin-top: 10px;
}
.news-inner-list .text  .more .time{
    font-size:14px;
    color:#999;
    float: left;
    font-family: cll;
}
.news-inner-list .text  .more .kan{
    float: right;
    display: block;
    width: 110px;
    line-height: 35px;
    text-align: center;
    border-radius: 30px;
    border: 1px solid #eee;
    font-size: 14px;
    color: #666;
    margin-top: -13px;
}
.news-inner-list:hover .text  .more .kan{
    color:#fff;
    background: #244C94;
    border:1px solid #244C94;
}
.news-detail-content-box{
    background: #fff;
    padding: 30px 20px;
}
.news-detail-content .news-detail-title {
    padding-bottom: 15px;
    border-bottom: 1px dashed #ededed;
    text-align: center;
    margin-bottom: 15px;
}
.news-detail-title .h3 {
    font-size: 20px;
    color: #323232;
    line-height: 24px;
    font-weight: bold;
    margin: 0 0 10px;
}
.news-detail-content .news-detail-title .b {
    font-size: 13px;
    color: #999999;
    line-height: 20px;
}
.news-detail-content .news-detail {
    padding: 0 12px 30px;
}
.news-detail-content .news-detail p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
}
.news-detail-content .news-detail img1{
    max-width: 100%;
    margin:1% auto;
    display: block;
}


.news-detail-content-box{
    background: #fff;
    padding: 30px 20px;
}
.news-detail-content .news-detail-title {
    padding-bottom: 15px;
    border-bottom: 1px dashed #ededed;
    text-align: center;
    margin-bottom: 15px;
}
.news-detail-title .h3 {
    font-size: 20px;
    color: #323232;
    line-height: 24px;
    font-weight: bold;
    margin: 0 0 10px;
}
.news-detail-content .news-detail-title .b {
    font-size: 13px;
    color: #999999;
    line-height: 20px;
}
.news-detail-content .news-detail {
    padding: 0 12px 30px;
}
.news-detail-content .news-detail p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
}
.news-detail-content .news-detail img1{
    max-width: 100%;
    margin:1% auto;
    display: block;
}
