.hxcp-title {
    text-align: center;
    font-size: 48px;
    color: #333333;
    width: 100%;
}

.hxcp-subtitle {
    text-align: center;
    font-size: 30px;
    color: #333333;
    width: 100%;
    margin-top: 50px;
    padding-bottom: 40px;
    margin-bottom: 60px;
    border-bottom: 1px solid #dedede;
}

.hxcp {
    width: 100%;
    margin-top: 80px;
}

.hxcp .page-fwts-case {
    background: #fff;
}

.hxcp .page-fwts-case {
    padding: 0 0 80px 0;
}

.hxcp .swiper-slide img {
    transition: all 1s;
}

.hxcp .swiper-slide img:hover {
    border-radius: 0 50px 0 50px;
}

.hxcp .swiper-slide .i-pro-text a:hover {
    color: #020184;
}

.hxcp .swiper-slide {
    text-align: center;
}

.hxcp .i-pro-text {
    margin-top: 30px;
    font-size: 20px;
    color: #333333;
}

.hxcp .page-fwts-case .swiper-button-prev {
    background: url("../../static/image/i-left.png") no-repeat center;
    width: 40px;
    height: 40px;
    background-size: 100%;
    left: 5%;
    transform: translateY(-50%);
}

.hxcp .page-fwts-case .swiper-button-next {
    background: url("../../static/image/i-right.png") no-repeat center;
    width: 40px;
    height: 40px;
    background-size: 100%;
    right: 5%;
    transform: translateY(-50%);
}

.section3 {
    height: auto;
    /*margin-bottom: 500px;*/
}

.pc-more {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.pc-more .i-more {
    position: relative;
}

.pc-more .more-con {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 105px;
}

.more-pro-text {
    font-size: 36px;
    color: #fff;
}

.more-con span {
    color: #fff;
    font-size: 14px;
    margin-top: 34px;
    display: block;
}

.more-con span img {
    margin-left: 22px;
}

.section4 {
    background: #f5f4f4 !important;
    width: 100%;
    padding-top: 288px;
    position: relative;
}

.i-about-con {
    overflow: hidden;
    background: #f5f4f4 !important;
    width: 100%;
    padding-top: 288px;
    position: relative;
    padding-bottom: 90px;
}

.i-about {
    width: 1400px;
    margin: 0 auto;
}

.i-about-l {
    float: left;
    margin-top: 50px;
}

.i-about-r {
    float: right;
    width: 1068px;
}

.i-text {
    font-size: 48px;
    color: #333;
}

.i-title {
    font-size: 36px;
    color: #333333;
    margin-top: 50px;
}

.desc {
    color: #333333;
    font-size: 20px;
    line-height: 45px;
}

.i-about-more {
    margin-top: 40px;
}

.i-about-more a{ display:block;  width:120px;   background: #a0a0a0;    border-radius: 10px;    padding: 6px 10px;    color: #fff;}
.i-about-more a:hover{ background:#020184; }

.i-about-more a img {
    margin-left: 15px;
}

.i-about-bg {
    position: absolute;
    top: -288px;
    overflow: hidden;
    background: #fff;
    z-index: 999;
}

.i-about-bg-img img {
    display: block;
}

.i-about-bg-img {
    position: relative;
}

.yfzh {
    position: absolute;
    left: 92px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.jsry {
    position: absolute;
    left: 370px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.i-about-bg-img .num {
    font-size: 72px;
    color: #fff;
    font-family: impact;
}

.i-about-bg-img .text {
    font-size: 20px;
    color: #fff;
    margin-top: 40px;
}

.cym {
    position: relative;
    display: flex;
    justify-content: center;
}

.i-news {
    margin-top: 70px;
}

.i-news-con {
    margin-top: 70px;
    width: 1400px;
    margin: 0 auto;
}

.i-news-l {
    float: left;
    width: 740px;
}

.i-news-r {
    float: right;
    width: 630px;
}

.i-news section5-list li .img {
    width: 356px;
    height: 297px;
}

.i-news .section5-list li {
    width: 356px;
}

.i-news. section5-list li .text h3 {
    font-size: 20px;
}

.i-news .section5-list li::before {
    background: #020184;
}

.i-news-item {
    background: #fff;
    padding: 28px 25px 27px 23px;
    display: flex;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all .5s;
}

.i-news-item:hover {
    background: #020184;
    box-shadow: 0 0 10px #eee;
}

.i-news-item-l {
    display: flex;
    align-items: center;
    position: relative;
}

.i-news-item-l:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 95px;
    background: #b5b4db;
    top: 0;
    right: -25px;
}

.i-news-item-r {
    margin-left: 50px;
    flex: 1;
}

.i-news-item-date {
    color: #333;
    font-size: 48px;
}

.i-news-item-month {
    color: #333;
    font-size: 14px;
}

.i-news-item-year {
    color: #333;
    font-size: 14px;
}

.i-news-item-title { color: #333;
    font-size: 20px;
}


.i-news-item-desc {
    color: #666;
    font-size: 14px;
    margin-top: 10px;
}

.i-news-item-time {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 10px;
}

.new-bottom .ft-nav {
    width: auto;
    padding: 0;
    margin-top: 40px;
}

.i-news-item:hover .i-news-item-date {
    color: #fff;
}

.i-news-item:hover .i-news-item-time {
    color: #fff;
}

.i-news-item:hover .i-news-item-month {
    color: #fff;
}

.i-news-item:hover .i-news-item-year {
    color: #fff;
}

.i-news-item:hover .i-news-item-title a {
    color: #fff;
}

.i-news-item:hover .i-news-item-desc {
    color: #fff;
}

.i-news-a:hover .i-news-item-title{ color: #fff;}


.new-pro .section5-list li .img {
    max-height: 440px;
}

.new-pro .section5-list li {
    width: 675px;
}

.new-pro .section5-list {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.new-pro .ibox-inner {
    width: 1400px;
}

.new-pro .pro-text {
    border: 1px solid #a0a0a0;
    border-radius: 0 0 10px 10px;
    text-align: center;
    color: #333333;
    font-size: 24px;
    background: #fff;
    padding: 30px 0;
    transition: all .5s;
}

.new-pro .section5-list li {
    margin: 0 0 50px;
}

.new-pro .section5-list li:hover .pro-text {
    background: #020184;
    color: #fff;
    border: 1px solid #a0a0a0;
    border-radius: 0 0 10px 10px;
}


.news_det_left {
    width: 96%;
    padding: 2%;
    float: left;
}

.marB3 {
    margin-bottom: 30px;
}

.news_det_left .title {
    font-size: 24px;
    color: #002870;
    line-height: 33px;
    margin-bottom: 8px;
    text-align: center;
}

.title {
    font-size: 26px;
    font-weight: bold;
    color: #002870;
}

.border_center {
    border-top: 1px solid;
    border-color: #e9e9e9;
    height: 1px;
    position: relative;
}

.marT2 {
    margin-top: 20px;
}

.border_center:before {
    background-color: #002870;
    border: 0px ridge #fff;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -45px;
    margin-top: -2px;
    position: absolute;
    top: 0px;
    width: 90px;
}

.news_det_left .con {
    padding: 30px 0 35px 0;
    font-size: 15px;
    color: #666;
    line-height: 31px;
    text-align: justify;
}

.tj-item {
    margin-bottom: 15px;
}

.tj-img img {
    display: block;
}

.tj-title {
    background: #020184;
    border-radius: 0 0 10px 10px;
    color: #fff;
    padding: 10px 10px;
}

/*.display-right-list {*/
/*    width: 435px;*/
/*}*/

.case-list{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 50px;
}

.case-list:after{
    content: '';
    width: 435px;
}

.case-list li{
    margin-bottom: 50px; width:33.3%; float: left; overflow: hidden;
}
.case-img{ width: 95%; margin: 0 auto; 
    position: relative;
}

.case-img img{
    display: block; width: 100%;  border-radius: 10px; min-height: 340px;
}



.case-text{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(3,2,94,.7);
    text-align: center;
    font-size: 24px;
    color: #fffbfb;
    border-radius: 0 0 10px 10px;
    padding: 15px 0;
    transition: all .5s;
    opacity: 0;
}

.case-list li:hover .case-text{
    opacity: 1;
}

.cclx{
    width: 1400px;
    margin: 0 auto;
}

.cclx-title{
    font-size: 36px;
    color: #333;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 100px;
    position: relative;
}

.cclx-title:after{
    content: '';
    position: absolute;
    width: 26px;
    height: 5px;
    background: #020184;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
}

.prolist{ width:100%;}
.prolist li{ width:50%; float: left; margin-bottom: 30px;}
.prolist li .Pro_img{ width:95%;  height: 450px; margin: 0 auto; border-radius: 10px 10px 0 0 ; overflow: hidden;}
.prolist li .Pro_img img{ width:100%; height: 450px;}
.prolist li .pro_title{ width:95%; margin: 0 auto; text-align: center; border-radius: 0 0 10px 10px; line-height: 60px; font-size: 20px; border:1px solid #BDBDBD;}
.prolist li:hover .pro_title{ background: #020184; color: #fff; transition: all .5s;}



