@charset "utf-8";
/* CSS Document */

* {
    padding: 0;
    margin: 0;
    border: 0;
}

body {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #595c5b;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #828282;
}

a:hover,
a:visited,
a:focus {
    text-decoration: none;
}

a:hover {
    color: #B10C06;
}

p,
ul {
    margin: 0;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    width: 100%;
    display: flex;
    zoom: 1;
}

.width-hidden {
    display: none;
}

.col-md-3,
.col-sm-3,
.col-xs-12,
.col-md-4,
.col-md-6,
.col-md-12,
.col-sm-6,
.col-xs-12,
.col-sm-12 {
    padding: 0;
}

/*头部*/

.container {
    padding: 0;
}

.container .search {
    display: flex;
    margin: 35px 0 0 520px;
    width: 260px;
    height: 40px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.5);
}

.container .search .kuang {
    width: 260px;
    height: 40px;
    border-radius: 5px 0 0 5px;
    padding: 0 10px;
    font-size: 15px;
    background-color: rgba(255, 255, 255, 0);
}

.container .search .kuang::placeholder {
    color: white;
}

.container .search .kuang:hover {
    border: 1px solid #feb177;
}

.container .search .btn {
    width: 47px;
    height: 40px;
    border-radius: 5px;
    cursor: pointer;
    background-color: #feb177;
}

.container .search .btn img {
    width: 30px;
    height: 30px;
}

/*样式开始*/

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: all .3s;
    transition: all .3s;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.7), rgba(14, 1, 0, 0));
    background: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(14, 1, 0, 0));
    background: -moz-linear-gradient(rgba(0, 0, 0, 0.7), rgba(14, 1, 0, 0));
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(14, 1, 0, 0));
    background-size: cover !important;
    padding-bottom: 48px;
}

.header-top {
    margin: 0 auto;
    width: 1440px;
    margin-bottom: 12px;
}

.header.on {
    background: #1941a9;
    box-shadow: 0 0 10px rgb(103 103 103 / 79%);
    padding-bottom: 0;
}


.header .container {
    width: 100%;
    margin: 0 auto;
    position: relative;
}


/* .header {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0));
    width: 100%;
    height: 120px;
  } */
  
  .header .center {
    margin: 0 auto;
    width: 1440px;
    height: 120px;
    display: flex;
  }
  
  .header .center .leftImg {
    flex: 1;
    height: 120px;
    background: url("../image/logo.png") no-repeat  center;
    background-position: center left;
    background-size: 108%;
    z-index: 999;
  }
  
  .header .center .headerList {
    flex: 1;
    height: 90px;
    /* margin-left: -130px; */
    margin-top: 15px;
  }
  
  .header .headerBottom {
    flex: 3;
    height: 136px;
    line-height: 136px;
  }
  
  .header .center .headerList {
    width: 1440px;
    /* margin: 0 auto; */
    display: flex;
    justify-content: center;
    align-items: center
  }
  
  .header .center .headerList li {
    line-height: 90px;
    color: #fff;
    font-size: 25px;
    width: 135px;
    cursor: pointer;
    text-align: center;
    position: relative;
  }
  
  .header .center .headerList li .select-menu {
    font-weight: 600;
    margin: 0 auto;
    color: #fff;
    width: 88%;
    height: 100%;
    display: block;
    text-align: center;
  }

  .header .center .headerList li a {
    margin: 0 auto;
    color: #fff;
    width: 88%;
    height: 100%;
    display: block;
    text-align: center;
  }
  
  .header .center .headerList li a span {
    left: 50%;
    z-index: 10;
    position: absolute;
    display: block;
    text-align: center;
    width: 0;
    height: 4px;
    transition: 0.5s;
  }
  
  .header .center .headerList li a:hover span {
    left: 10%;
    position: absolute;
    display: block;
    transition: 0.5s;
    z-index: 10;
    width: 76%;
    height: 4px;
    background: -webkit-linear-gradient(90deg, #254DB2, #216ECE );
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(90deg, #254DB2, #216ECE);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(90deg, #254DB2, #216ECE);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(90deg, #254DB2, #216ECE);
  }
  
  .header .center .headerList li div a {
    opacity: 1;
    display: block;
    width: 100%;
    height: 56px;
    line-height: 56px;
  }
  
  .header .center .headerList li div a:hover {
    background: -webkit-linear-gradient(90deg, #254DB2, #216ECE );
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(90deg, #254DB2, #216ECE);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(90deg, #254DB2, #216ECE);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(90deg, #254DB2, #216ECE);
    color:#FFFFFF;
  }
  
  .header .center .headerList li div {
    left: -20%;
    top: 50%;
    overflow: hidden;
    position: absolute;
    z-index: 5;
    margin: 0 auto;
    width: 140%;
    height: 0;
  }
  
  .header .center .headerList li:hover div {
    z-index: 5;
    position: absolute;
    left: -20%;
    top: 100%;
    width: 140%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.1);
    transition: 0.5s;
  }


/* logo */

.logo {
    display: block;
    width: 42%;
    float: left;
    margin: 15px 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.logo img {
    width: 100% !important;
    min-width: 600px;
}

.logo {
    margin: 12px 0 10px;
}

.on .logo img {
    width: 90% !important;
    min-width: 400px;
}

.navbar-toggle {
    position: absolute;
    top: 8px;
    right: 0;
    display: none;
    width: 24px;
    height: 19px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    padding: 0;
    margin-right: 10px;
    margin-top: 15px;
    margin-bottom: 0;
}


.navbar-toggle .icon-bar {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #fff;
    width: 100%;
    height: 3px;
    border-radius: 0;
}


/* 轮播图 */

.body_home {
    background: #fff;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.body_home .professional-links {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 2;
}

.body_home .professional-links .professional-links-bg {
    width: 1440px;
    height: 100px;
    margin: 0 auto;
    background-image: url(../image/professional-links-bg.png);
    background-size: 100% 100%;
    display: flex;
    justify-content: space-between;
    padding: 40px 20px 0 20px;
}

.body_home .professional-links .professional-links-bg a:not(:last-child) img {
    padding-right: 35px;
    border-right: 1px solid white;
    transition: 0.5s;
}

.body_home .professional-links .professional-links-bg a:last-child img {
    padding-right: 10px;
    transition: 0.5s;
}

.body_home .professional-links .professional-links-bg a:hover img {
    transform: scale(1.1);
}

.body_home .banner {
    height: 100%;
}

.body_home .sliderContainer.fullWidth.clearfix {
    height: 100%;
}

#full-width-sliderx {
    min-width: 100% !important;
    width: auto !important;
    height: 100% !important;
    color: #000;
}

.rsContainer {
    display: flex;
}


/*导航*/

.nav {
    margin: 0 auto;
    width: 1440px;
    position: relative;
}

.nav ul li {
    margin: 0 auto;
    float: left;
    margin-left: 0.5%;
    min-width: 90px;
    position: relative;
    text-align: center;
}


.nav ul li a {
    display: inline-block;
    width: auto;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    margin: 0 auto;
    padding-bottom: 40px;
    position: relative;
    transition: .36s;
}


.header.on .nav ul li a {
    padding-bottom: 22px;

}


.nav ul li:hover a {
    color: #f3b26e;
}

.nav ul li a span {
    left: 50%;
    z-index: 10;
    position: absolute;
    display: block;
    text-align: center;
    width: 0;
    height: 4px;
    transition: 0.5s;
}

.nav ul li a:hover span {
    left: 0%;
    top: 90%;
    position: absolute;
    display: block;
    transition: 0.5s;
    z-index: 10;
    width: 100%;
    height: 4px;
    background: -webkit-linear-gradient(90deg, #254DB2, #216ECE );
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(90deg, #254DB2, #216ECE);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(90deg, #254DB2, #216ECE);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(90deg, #254DB2, #216ECE);
}


/* .nav ul li a.dropdown:before {
    content: '';
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 0;
    background: #fff;
    transition: all .3s;
} */


.header.on .nav ul li a.dropdown:before {
    top: 36px;
}

/* 
.nav ul li a.dropdown:after {
    content: '';
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 30px;
    height: 1px;
    background: #fff;
    transition: all .3s;
} */


.header.on .nav ul li a.dropdown:after {
    bottom: 17px;
}


.nav ul li:hover a:after {
    left: 0;
    right: 0;
    transform: scale(1);
}

.nav ul li:hover a:before {
    height: 30px;
    transform: scale(1);
}

.nav ul li .nav_item {
    position: absolute;
    top: 100%;
    background: rgba(255, 255, 255, .95);
    width: 160px;
    left: 50%;
    margin-left: -80px;
    z-index: 10000;
    transform: translateY(20px);
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: .5s;
}

.nav ul li:hover .nav_item {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.nav ul li .nav_item li {
    float: none;
    width: 100%;
    text-align: center;
    margin-left: 0;
}

.nav ul li .nav_item li a:before,
.nav ul li .nav_item li a:after {
    display: none;
}

.nav ul li .nav_item li a {
    display: block;
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    padding: 10px 0;
    font-weight: normal;
}


.header.on .nav ul li .nav_item li a {
    padding: 10px 0;
}

.nav ul li .nav_item a:hover {
    color: #fff;
    background: -webkit-linear-gradient(90deg, #254DB2, #216ECE );
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(90deg, #254DB2, #216ECE);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(90deg, #254DB2, #216ECE);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(90deg, #254DB2, #216ECE);
}



.news-notice {
    width: 100%;
    height: 692px;
    background-color: #f9f6f1;
  }
  
  .news-notice .news-box {
    position: relative;
    margin: 0 auto;
    padding-top: 40px;
    width: 90%;
    height: 692px;
  }
  
  
  .news-notice .news-box-bg {
    position: absolute;
    bottom: 0%;
    left: -6%;
    width: 70%;
    height: 300px;
    z-index: 2;
    background-color: #0158a5;
    margin: 0px;
  }
  
  .news-box .news-body {
    align-items: center;
    width: 1610px;
    margin: 0 auto;
    height: 692px;
  }

  .news-body .news-line {
    width: auto;
    height: 3px;
    margin-bottom: 26px;
    background-color: #245bbe;
    transition: .5s;
  }
  
  .news-box .news-body .news-body-center {
    display: flex;
    width: 1610px;
    height: 642px;
    position: relative;
    z-index: 10;
  }
  
  
  
  .news-box .news-body .news-body-center .news-body-center-left {
    width: 610px;
    height: 508px;
    position: relative;
    background-color: #FFFFFF;
    transition: all 0.5s ease-out 0s;
    opacity: 0;
  }
  
  .news-box .news-body .news-body-center .news-body-center-left .lunboqu {
    overflow: hidden;
  }
  
  .news-box .news-body .news-body-center .news-body-center-left .lunboqu img {
    width: 100%;
    height: 450px;
    transition: .5s;
  }
  
  .news-box .news-body .news-body-center .news-body-center-left .isnone:hover img {
    transform: scale(1.1);
  }
  
  .news-box .news-body .news-body-center .news-body-center-left .isnone{
    display: none;
  }
  
  .news-box .news-body .news-body-center .news-body-center-left .isShow{
    display: block;
  }
  
  .news-box .news-body .news-body-center .news-body-center-left .lunbo-text {
    display: flex;
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px 0 15px;
    width: 610px;
    height: 60px;
    color: #0158a5;
    font-size: 20px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
    background-color: #FFFFFF;
    border-right: 1px solid #0158a5;
    position: relative;
    z-index: 1;
  }
  
  .news-box .news-body .news-body-center .news-body-center-left .lunboqu .lunbo-text .title {
    width: 370px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  
  .news-box .news-body .news-body-center .news-body-center-left .lunboqu .lunbo-text .title span {
    position: relative;
    background-image: linear-gradient(#6086f2, #6086f2);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
  }
  
  .news-box .news-body .news-body-center .news-body-center-left .lunboqu:hover .lunbo-text .title span {
    animation-name: whiteUnderlineAppear;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
  
  .news-box .news-body .news-body-center .news-body-center-left .lunboqu:hover .lunbo-text .title .line {
    animation-name: underlineAppear;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
  
  .news-box .news-body .news-body-center .news-body-center-left .lunbo-text .notice-time {
    font-size: 18px;
    color: #a5a5a5;
  }
  
  .news-box .news-body .news-body-center .news-body-center-left :hover .lunbo-text .notice-time,
  .news-box .news-body .news-body-center .news-body-center-left :hover div {
    color: #6086f2;
  }
  
  .news-box .news-body .news-body-center .news-body-center-right {
    width: 1000px;
    height: 642px;
  }
  
  
  .news-body-center-right .news-body-center-right-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 5px auto;
    padding-left: 30px;
    transition: all 0.5s ease-out 0s;
    opacity: 0;
  }
  
  .news-body-center-right .news-body-center-right-title title {
    width: 160px;
    height: 58px;
    text-align: left;
  }
  
  .news-body-center-right .news-body-center-right-title .title-text {
    display: flex;
    height: 20px;
    color: rgba(138, 135, 135, 1);
    font-size: 14px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
  }
  
  .news-body-center-right .news-body-center-right-title .title-text:hover {
    cursor: pointer;
    color: #82a0f5;
  }
  
  .news-body-center-right .news-body-center-right-title .title-text .more {
    color: rgba(138, 135, 135, 1);
  }
  
  .news-body-center-right .news-body-center-right-title .title-text:hover .more {
    color: #82a0f5;
  }
  
  .news-box .news-body .news-body-center .news-body-center-right .news-body-center-right-content {
    display: flex;
    padding: 0 40px;
    width: 1000px;
    height: 560px;
    background-color: #FFFFFF;
  }
  
  .news-box .news-body .news-body-center .news-body-center-right .news-body-center-right-content .content-left {
    width: 400px;
    font-size: 18px;
    transition: all 0.5s ease-out 0s;
    opacity: 0;
  }
  
  .news-body-center-right-content .content-left .time {
    margin: 30px 0 25px 0;
    color: #a5a5a5;
  }
  
  .news-body-center-right-content .content-left .title {
    width: 350px;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  
  .news-body-center-right-content .content-left .title span {
    position: relative;
    background-image: linear-gradient(#6086f2, #6086f2);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
  }
  
  .news-body-center-right-content .content-left:hover .title span {
    animation-name: whiteUnderlineAppear;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
  
  .news-body-center-right-content .content-left:hover .title {
    color: #0158a5;
  }
  
  .news-body-center-right-content .content-left:hover .title .line {
    animation-name: underlineAppear;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
  
  .news-body-center-right-content .content-left .content {
    width: 340px;
    line-height: 30px;
    color: #a5a5a5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  
  .news-body-center-right-content .content-left .picture {
    width: 340px;
    height: 280px;
    margin: 30px 0;
    overflow: hidden;
  }
  
  .news-body-center-right-content .content-left .picture1 {
    width: 100%;
    height: 100%;
    transition: .5s;
  }
  
  .news-body-center-right-content .content-left:hover .picture1 {
    transform: scale(1.1);
  }
  
  .news-box .news-body .news-body-center .news-body-center-right-content .content-right {
    width: 510px;
    margin-left: 40px;
    transition: all 0.5s ease-out 0s;
    opacity: 0;
  }
  
  .news-box .news-body .news-body-center .news-body-center-right-content .content-right a {
    display: flex;
    margin: 10px 0 10px 0;
  }
  
  .news-box .news-body .news-body-center .news-body-center-right-content .content-right .time {
    width: 100px;
    height: 78px;
    font-size: 18px;
    text-align: center;
    margin: 15px 10px 0 0;
    padding-top: 5px;
    font-weight: bold;
    color: #01488e;
    border-right: 2px solid #e8e8e8;
  }
  
  .news-body-center-right-content .content-right .time .day {
    font-size: 26px;
    margin-bottom: 10px;
  }
  
  .news-box .news-body .news-body-center .news-body-center-right-content .content-right .line-text {
    display: flex;
    flex-direction: column;
    width: 400px;
    height: 98px;
  }
  
  .news-box .news-body .news-body-center .news-body-center-right-content .content-right a:hover .line-text .title {
    color: #6086f2 !important;
  }
  
  .news-box .news-body .news-body-center .news-body-center-right-content .content-right .line-text-top a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .news-box .news-body .news-body-center .news-body-center-right-content .content-right .line-text .line-text-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    margin: 9px 0;
  }
  
  .news-box .news-body .news-body-center .news-body-center-right-content .content-right .line-text .line-text-top .title {
    width: 310px;
    color: rgba(16, 16, 16, 1);
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-align: left;
    font-family: SourceHanSansSC-regular;
  }
  
  .news-box .news-body .news-body-center .news-body-center-right-content .content-right .line-text .line-text-top .title span {
    position: relative;
    background-image: linear-gradient(#6086f2, #6086f2);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
  }
  
  .news-box .news-body .news-body-center .news-body-center-right-content .content-right a:hover .line-text .line-text-top .title span {
    animation-name: whiteUnderlineAppear;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
  
  .news-box .news-body .news-body-center .news-body-center-right-content .content-right a:hover .line-text .line-text-top .title .line {
    animation-name: underlineAppear;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
  
  .news-box .news-body .news-body-center .news-body-center-right-content .content-right .line-text .text {
    width: 400px;
    height: 55px;
    line-height: 22px;
    color: #a5a5a5;
    font-size: 16px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  
  .news-box .news-body-center .news-body-center-left .news-bottom {
    position: absolute;
    bottom: -17%;
    right: 0%;
    margin-left: -85px;
    margin-bottom: -21px;
    height: 65px;
    background-color: #ffffff;
    display: flex;
    border-right: 1px solid #0158a5;
    transition: all 0.5s ease-out 0s;
    opacity: 0;
  }
  
  .news-box .news-body-center .news-body-center-left .news-bottom img {
    width: 30px;
    height: 30px;
    margin-bottom: 15px;
    transition: 0.4s;
  }
  
  .news-box .news-body-center .news-body-center-left .news-bottom .left-icon {
    cursor: pointer;
    width: 80px;
    height: 65px;
    border-radius: 0px 0px 0px 0px;
    background-color: #ffffff;
    text-align: center;
    line-height: 65px;
    transform-style: preserve-3d;
  }
  .news-box .news-body-center .news-body-center-left .news-bottom .left-icon:hover {
    background-color: rgba(43, 94, 238, 1);
  }
  .news-box .news-body-center .news-body-center-left .news-bottom .left-icon:hover img {
    transform: rotateX(180deg);
  }
  
  .news-box .news-body-center .news-body-center-left .news-bottom .right-icon:hover {
    background-color: rgba(43, 94, 238, 1);
  }
  .news-box .news-body-center .news-body-center-left .news-bottom .right-icon:hover img {
    transform: rotateX(180deg);
  }
  
.news-box .news-body-center .news-body-center-left .news-bottom .right-icon {
  width: 80px;
  cursor: pointer;
  height: 65px;
  background-color: #ffffff;
  line-height: 65px;
  text-align: center;
  transform-style: preserve-3d;
  
}
  
.news-box .news-body-center .news-body-center-left .action {
  transform: none;
  /* opacity: 0; */
}




.fast-track {
  width: 1630px;
  margin: 50px auto 60px auto;
}

.fast-track .title {
  width: 305px;
  height: 51px;
  margin: 0 auto;
  transition: .5s;
}

.fast-track .title img {
  width: 240px;
  height: 45px;
}

.fast-track .content {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.fast-track .content a {
  transition: .5s;
}

.fast-track .content a .content-line {
  display: flex;
  justify-content: space-between;
  padding: 0 5px 10px 5px;
  font-size: 20px;
  border-bottom: 1px solid #bbbbbb;
  color: black;
}

.fast-track .content a:nth-child(1) .content-line {
  width: 180px;
}
.fast-track .content a:nth-child(2) .content-line {
  width: 350px;
}
.fast-track .content a:nth-child(3) .content-line {
  width: 310px;
}
.fast-track .content a:nth-child(4) .content-line {
  width: 200px;
}

.fast-track .content a:hover .content-line {
  color: #0158a5;
}



/* 底部链接 */
.bottom-banner {
    width: 100%;
    height: 200px;
    background: url(../image/bottom-banner-bg.png) no-repeat;
    background-size: 100% 100%;
    font-size: 16px;
    text-align: center;
    font-family: Roboto;
    /* margin-top: 50px; */
}

.bottom-banner2 {
    margin-top: 0;
    background: url(../image/bottom-banner-bg2.png) no-repeat;
    background-size: 100% 100%;
}

.bottom-banner .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    width: 1440px;
    height: 200px;
    font-size: 19px;
}

.bottom-banner .bottom-logo {
    position: relative;
    width: 800px;
    height: 140px;
}

.bottom-banner .bottom-logo img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}


.bottom-banner .address {
    display: flex;
    align-items: center;
    line-height: 2;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    text-align: left;
}

.bottom-banner .address:not(:last-child) {
    margin-bottom: 20px;
}

.bottom-banner .address img {
    margin-right: 12px;
    width: 24px;
    height: 24px;
    padding: 4px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 50%;
}

.QR-code {
    width: 260px;
    display: flex;
    justify-content: space-between;
}

.QR-code .QR-code-content img {
    width: 120px;
}

.QR-code .QR-code-content .title {
    font-size: 16px;
    margin-top: 10px;
    color: white;
}

.top-bc {
    width: 100%;
    height: 502px;
    margin-top: 120px;
}

.top-bc img {
    width: 100%;
    height: 100%;
}