@charset "utf-8";
body {
    background-color: #ffffff;
}
.home_header {
    background: url('../image/home_bg.png') no-repeat left top;
    background-size: 100% 262px;
    width: 100%;
    padding-bottom: 20px;
}
.home_query {
    width: 100px;
    height: 36px;
    margin-top: 10px;
    border-radius: 4px;
    border: 1px solid #015293;
    font-size: 16px;
    background-color: #cedffb;
    color: #015293;
}
.home_head_kuan {
    width: 600px;
    margin: 0 auto;
}
.home_head_logo {
    width: 300px;
    height: 120px;
    margin: 0 auto;
}
.pp_head_shu {
    height: 50px;
    width: 100%;
    margin-top: 22px;
    background-color: #fff;
}
/* head_kuan */
.head_kuan {
    width: 100%;
    background-color: #015293;
    padding: 10px 0;
}
.head_kuan a {
    font-size: 16px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
    width: 90px;
    text-align: center;
    transition: all 0.3s ease;
    margin-right: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.head_kuan a:hover {
    color: #d5ecff;
    background-color: #276ca3;
}
.head_kuan a:nth-child(11n+11) {
    margin-right: 0;
}
.layout {
    background: url('../image/bg.png') no-repeat left top;
    background-size: 100% 1905px;
}
.flex_div {
    padding: 20px 0;
}
/* home_left */
.box1_left {
    width: 560px;
    height: 480px;
}
.box1_left_txt {
    width: 100%;
    padding: 10px 12px;
    background: -webkit-linear-gradient(#00000000, rgba(0, 0, 0, 0.4));
    background: -o-linear-gradient(#00000000, rgba(0, 0, 0, 0.4));
    background: -moz-linear-gradient(#00000000, rgba(0, 0, 0, 0.4));
    background: linear-gradient(#00000000, rgba(0, 0, 0, 0.4));
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}
.box1_right {
    width: 630px;
    overflow: hidden;
}
.box1_head>h5 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    width: 160px;
    height: 40px;
    padding-left: 10px;
    line-height: 40px;
    background: url('../image/home_bq.png') no-repeat left top;
    background-size: 100% 100%;
}
.box1_head_txt {
    width: calc(100% - 110px);
    white-space: nowrap;
}
.box1_img {
    margin-right: 10px;
}
.box1_img img {
    width: 24px;
    height: 24px;
    cursor: pointer;
    margin: 0 5px;
}
.box1_head_txt a {
    font-size: 18px;
    color: #666666;
    margin-right: 30px;
    cursor: pointer;
    display: inline-block;
}
.box1_head_txt a:hover {
    color: #015293;
}
.box1_kuan {
    width: calc(100% - 200px);
}
.box1_right li {
    margin-top: 10px;
    background-color: #fafafa;
}
.box1_right li img {
    width: 170px;
    height: 100px;
    object-fit: cover;
}
.box1_hg {
    width: calc(100% - 180px);
    height: 100px;
    padding-top: 15px;
}
.box_tit {
    font-size: 20px;
    color: #1a1a1a;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 9px;
}
.box_txt {
    line-height: normal;
    font-size: 14px;
    color: #666666;
}
.box1_right li:nth-child(n+5) {
    display: none;
}
/* two2_box */
.two2_box {
    padding: 60px 0 50px 0;
    background: url('../image/fg.png') no-repeat left bottom;
    background-size: 100% 3px;
}
.two2_li {
    width: 390px;
}
.two_head {
    background-color: #fff4f4;
    height: 50px;
    padding: 0 10px;
    border-top: solid 2px #c01b19;
}
.two_head h1 {
    font-size: 18px;
    color: #c01b19;
    font-weight: bold;
    width: 110px;
}
.two_head_you {
    width: calc(100% - 120px);
}
.two2_box_txt {
    width: calc(100% - 78px);
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
}
.two2_box_txt a {
    display: inline-block;
    margin-right: 20px;
    max-width: 80px;
    color: #666666;
}
.two2_box_txt a:hover {
    color: #363434;
}
.two2_ul img {
    width: 140px;
    height: 100px;
    object-fit: cover;
}
.two2_hg {
    width: calc(100% - 150px);
}
.two2_li li {
    margin-top: 10px;
}
/* .two2_li li:nth-child(n+3) {
	display: none;
} */
.two2_list {
    margin-top: 20px;
}
.two2_dd {
    padding: 20px 0;
    border-top: solid 1px #ededed;
    display: block;
}
.two2_dd:last-child {
    padding-bottom: 0;
}
.two2_list .box_tit {
    height: 52px;
}
.two2_list .box_txt {
    height: 38px;
}
/* three3_left */
.three3_box {
    margin-top: 18px;
}
.three3_boxaa>div:first-child {
    width: calc(100% - 420px);
}
.three3_boxaa>div:last-child {
    width: 390px;
}
.three3_boxbb>div:first-child {
    width: 390px;
}
.three3_boxbb>div:last-child {
    width: calc(100% - 420px);
}
.three3_left {
    /* width: calc(100% - 420px); */
}
.three3_right {
    width: 390px;
}
.three3_left header h6 {
    font-size: 18px;
    color: #1a1a1a;
    font-weight: bold;
}
.three3_left header {
    padding: 12px 0;
    border-bottom: solid 1px #e6e6e6;
}
.three3_head_hg {
    width: calc(100% - 170px);
}
.three3_head_hg a {
    font-size: 14px;
    color: #666666;
    margin-left: 16px;
    cursor: pointer;
    width: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
}
.three3_head_hg a:hover {
    color: #363434;
}
.three3_right .three3_head_hg {
    width: calc(100% - 100px);
}
.three3_right li {
    margin-top: 10px;
}
.three3_right .two2_ul {
    padding-top: 10px;
}
/* three3_zuo */
.three3_zuo {
    width: 320px;
    height: 230px;
    overflow: hidden;
}
.three3_zuo h6 {
    color: #fff;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    width: 100%;
    padding: 0 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0.4);
}
/* three3_you */
.three3_one {
    padding-top: 18px;
}
.three3_you {
    width: calc(100% - 340px);
}
.three3_you a:first-child {
    margin-top: 10px;
}
.three3_you a {
    font-size: 18px;
    color: #1a1a1a;
    font-weight: bold;
    height: 20px;
    margin-top: 18px;
}
.three3_you a p {
    width: calc(100% - 10px);
}
.three3_you a i {
    border-radius: 50px;
    width: 4px;
    height: 4px;
    background-color: #666666;
    display: block;
    margin-right: 6px;
}
.three3_you a:nth-child(n+7) {
    display: none;
}
.three3_dd {
    margin-top: 18px;
    width: 185px;
    margin-right: 13px;
}
.three3_dd:last-child {
    margin-right: 0;
}
.three3_dd:nth-child(n+5) {
    display: none;
}
.three3_dd>img {
    width: 100%;
    height: 132px;
}
.three3_dd p {
    font-size: 16px;
    color: #1a1a1a;
    line-height: 22px;
    -webkit-line-clamp: 3;
    margin-top: 6px;
    height: 66px;
}
.four4_box {
    margin-top: 60px;
    padding-bottom: 60px;
    background: url('../image/fga.png') no-repeat left bottom;
    background-size: 100% 6px;
}
.four4_box .two_head {
    border-top: none;
    background-color: #f5f5f5;
}
.four4_box .two_head h1 {
    color: #015293;
}
.box1_right li:hover .box_tit,
.two2_li li:hover .box_tit,
.two2_dd:hover .box_tit,
.three3_you a:hover,
.three3_right li:hover .box_tit {
    color: #c01b19;
    text-decoration: underline;
}
.five5_box {
    margin-top: 30px;
    border: solid 1px #015293;
}
.five5_head {
    background-color: #015293;
    height: 40px;
    padding: 0 22px;
}
.five5_head img {
    width: 22px;
    height: 22px;
    margin-right: 14px;
}
.five5_head span {
    font-size: 18px;
    color: #fff;
    font-weight: bold
}
.five5_view {
    padding: 30px 20px;
}
.five5_left {
    width: 380px;
    height: 272px;
}
.five5_left p {
    font-size: 16px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    padding: 0 10px;
    width: 100%;
    height: 38px;
    line-height: 38px;
}
.five5_right {
    width: calc(100% - 400px);
}
.five5_li {
    width: 200px;
    height: 128px;
    margin-right: 19px;
}
.five5_li p {
    font-size: 16px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    padding: 0 10px;
    width: 100%;
    height: 38px;
    line-height: 38px;
}
.five5_li:first-child,
.five5_li:nth-child(4) {
    width: 320px;
}
.five5_li:nth-child(3n+3) {
    margin-right: 0;
}
.five5_li:nth-child(n+4) {
    margin-top: 18px;
}
.five5_li:nth-child(n+7) {
    display: none;
}
/* five_tv */
.five_tv {
    padding: 30px 20px;
}
.five_li {
    width: 216px;
}
.five_li img {
    width: 100%;
    height: 155px;
}
.five_li h6 {
    font-size: 16px;
    color: #1a1a1a;
    font-weight: normal;
    line-height: normal;
    padding-top: 10px;
    height: 52px;
}
.five_txt {
    font-size: 14px;
    color: #1a1a1a;
    padding-top: 16px;
    padding-bottom: 10px;
}
.five_txt span {
    color: #666666;
}
.five_li p {
    font-size: 14px;
    color: #666666;
}
.five_li p span {
    color: #015293;
}
.five_li:nth-child(5n+5) {
    margin-right: 0;
}
.five_li:nth-child(n+6) {
    display: none;
}
.five_li {
    margin-right: 20px;
}
/* icon_div */
.icon_div {
    background-color: #f0f0f0;
    padding: 40px 0;
}
.icon_view {
    background-color: #fff;
}
.icon_view a {
    width: 238px;
    height: 98px;
    overflow: hidden;
    border-right: solid 1px #f0f0f0;
}
.icon_view a:hover p {
    bottom: 0;
}
.icon_view a:nth-child(5n+5) {
    border-right: none;
}
.icon_view a:nth-child(n+6) {
    border-top: solid 1px #f0f0f0;
}
.icon_view a img {
    padding: 0 10px;
    object-fit: contain;
}
.icon_view a p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    height: 30px;
    line-height: 30px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -30px;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
}
.el-carousel__indicators {
    display: flex;
}
