﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

body {
    font-family: "微软雅黑";
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

.clear {
    clear: both;
    overflow: hidden;
}

.head {
    width: 100%;
    height: 350px;

}

.heads {
    display: flex;
    justify-content: space-between;
    max-width: 1920px;
    margin: auto;
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
}

.logo {
    line-height: 350px;
    width: 23.2%;
    margin-left: 300px;
}

.logo img {
    width: 100%;
}

.right_head {
    width: 380px;
    margin-right: 300px;
}

.hlink {
    margin-top: 30px;
    text-align: right;
}

.hlink a span {
    font-size: 14px;
    color: #464646;
}

.hlink a {
    margin-left: 10px;
}

.hlink a img {
    margin-right: 3px;
    margin-top: -3px;
}

.right_head form {
    width: 100%;
    overflow: hidden;
    margin-top: 110px;
}

.right_head form input[type=text] {
    float: left;
    width: 335px;
    height: 35px;
    border: 1px solid #dfdfdf;
    border-right: none;
    border-radius: 5px 0 0 5px;
    padding-left: 20px;
    outline: none;
    background: #fff;
}

 .swiper-slide.dontai{
    height: 315px !important;
}
.right_head form input[type=submit] {
    float: left;
    width: 45px;
    height: 35px;
    background: url(../images/search.png) center no-repeat #ee0808;
    border: none;
    outline: none;
    border-radius: 0 5px 5px 0;
}

.nav {
    width: 100%;
    height: 120px;
    background: #ee0808;
}

.navs {
    max-width: 1320px;
    margin: auto;
}

.navs ul {
    margin-bottom: 0;
}

.navs ul li {
    float: left;
    text-align: center;
    width: 12.5%;
    position: relative;
    height: 60px;
    /*line-height: 60px;*/
    border-bottom: 1px solid #ccc;
    padding-top: 20px;
}
.navs ul li:nth-of-type(9) {

    border-bottom: 0px solid #ccc;
}
.navs ul li:nth-of-type(10) {

    border-bottom: 0px solid #ccc;
}
.navs ul li:nth-of-type(11) {

    border-bottom: 0px solid #ccc;
}
.navs ul li:nth-of-type(12) {

    border-bottom: 0px solid #ccc;
}
.navs ul li:nth-of-type(13) {

    border-bottom: 0px solid #ccc;
}
.navs ul li:nth-of-type(14) {
    border-bottom: 0px solid #ccc;
}
.navs ul li:nth-of-type(15) {
    border-bottom: 0px solid #ccc;
}
.navs ul li:nth-of-type(16) {
    border-bottom: 0px solid #ccc;
}
.navs ul li a {
    display: block;
    border-right: 1px solid #ccc;
}
.navs ul li a:nth-of-type(7){
    display: block;
    border-right: 0px solid #ccc;
}
.navs ul li a span {
    display: block;
}

.navs ul li a span.cnav {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.navs ul li a span.enav {
    font-size: 14px;
    color: #fff;
    font-family: "Arial";
}

.navs ul li .detailnav {
    position: absolute;
    top: 72px;
    left: -10%;
    width: 120%;
    display: none;
    z-index: 999;
    background: #ee0808;
}

.navs ul li .detailnav li {
    width: 100%;
    line-height: 40px;
    height: 40px;
    border-bottom: 1px solid #fff;
    padding-top: 0;
}

.navs ul li .detailnav li a {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
}

.navs ul li:hover .detailnav {
    display: block;
}

.banner img {
    width: 100%;
}

.gonggao {
    height: 100px;
    background: #fff;
    margin: 30px auto 0;
    z-index: 9;
    position: relative;
}

.left_gonggao {
    float: left;
    width: 120px;
    background: #ee0808;
    text-align: center;
    margin-top: 5px;
}

.left_gonggao span {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    margin-left: 5px;
    letter-spacing: 8px;
}

.left_gonggao img {
    margin-top: -3px;
}

.gonggaoswiper {
    float: right;
    width: 89%;
    height: 100px;
}

.gonggao_title {
    float: left;
    font-size: 28px;
    color: #ee0808;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 800;
}

.gonggao_date {
    float: right;
    font-size: 15px;
    color: #222222;
    margin-right: 20px;
    margin-top: 20px;
}

.new {
    overflow: hidden;
    margin: 30px auto 0;
}

.main-body {
    max-width: 1200px;
    margin: 0 auto;
}

.news {
    max-width: 1320px;
    margin: auto;
}

.left_new {
    float: left;
    width: 55%;
}

.new_top {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 12px;
}

.new_top span {
    float: left;
    text-align: center;
    margin-right: 20px;
    position: relative;
    cursor: pointer;
}

.new_top a {
    float: right;
    font-size: 14px;
    color: #464646;
    margin-top: 30px;
}

.new_top span b {
    display: block;
    font-size: 24px;
    color: #161616;
    font-weight: bold;
}

.new_top span i {
    font-family: "Arial";
    font-style: normal;
    font-size: 14px;
    color: #888888;
    text-transform: uppercase;
}

.new_top span:first-child {
    padding-left: 50px;
    background: url(../images/img3.png) center left no-repeat;
}

.new_top span.active::before {
    content: "";
    width: 100%;
    height: 2px;
    background: #b9141a;
    position: absolute;
    bottom: -12px;
    left: 0;
}

.new_bot {

}

.newswiper img {
    width: 100%;
}

.lnewintro {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    color: #f3f3f3;
    padding-left: 25px;
}

.newswiper .swiper-pagination-bullet {
    width: 33px;
    height: 6px;
    background: #fff;
    border-radius: 3px;
}

.newswiper .swiper-pagination-bullet-active {
    background: #e00f19;
}

.newswiper .swiper-pagination {
    bottom: 0;
    text-align: right;
    padding-right: 20px;
}

.lnewlist div {
    width: 100%;
    display: block;
    overflow: hidden;
}

.lnewtitle {
    float: left;
    font-size: 16px;
    color: #262424;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
}

.lnewlist .title-first h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #333333;
    margin-top: 10px;
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden; /* 隐藏超出容器范围的文本 */
    text-overflow: ellipsis; /* 在文本溢出时显示省略号 */
}

.lnewlist .title-first p {
    font-size: 14px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 53px;
    line-height: 28px;
    color: #666666;
}

.links-container {
    display: flex;
    flex-wrap: wrap; /* 自动换行 */
}

.lnewdate {
    float: right;
    font-size: 14px;
    color: #262424;
}
.subtitle{
   display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    text-align: justify;
    line-height: 28px;
}
.lnew,
.rnew {
    display: none;
}

.lnew p {
    text-indent: 2em;
    font-size: 15px;
    color: #262424;
    line-height: 1.5;
}

.right_new {
    float: right;
    width: 42%;
}

.right_new ul {
    list-style-type: none;
    text-align: center;
    background: #ee0808;
    font-size: 16px;
    color: #ffffff;
    height: 45px;
    line-height: 45px;
    margin-bottom: 0px;
}

.right_new ul li {
    display: inline-block;
    margin: 0 20px;
    cursor: pointer;
}

.right_new ul li.active span {
    padding-bottom: 10px;
    border-bottom: 2px solid #ffffff;
}

.right_new .lnewlist ul{
    background: #ffffff;
    height: 22px;
    line-height: 22px;
    margin: 10px 0 auto;
    text-align: left;
}
.right_new .lnewlist ul li{
    font-size: 15px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    cursor: pointer;
    margin-left: 0;
    display: initial;
}

.right_new .lnewlist ul li a{
    float: left;
    width: 65%;
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden; /* 隐藏超出容器范围的文本 */
    text-overflow: ellipsis; /* 在文本溢出时显示省略号 */
}

.right_new .lnewlist ul li span{
    position: relative;
    float: right;
}

.lnewlist-hidden {
    display: none;
}

.title-first {
    padding-bottom: 10px;
    border-bottom: 1px solid #DDDDDD;
}

.title-first p {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.right_new .new_top span:first-child {
    padding-left: 50px;
    background: url(../images/img1.png) center left no-repeat;
}

.rnew_main {
    margin-top: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dfdfdf;
}

.rnew_main_title {
    font-size: 16px;
    color: #161616;
    font-weight: bold;
}

.rnew_main_con {
    font-size: 14px;
    color: #5a5555;
    line-height: 30px;
    margin-top: 6px;
}

.rnew_list a {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    padding-left: 20px;
    background: url(../images/image_06.jpg) center left no-repeat;
}

.rnewtitle {
    float: left;
    font-size: 16px;
    color: #262424;
}

.rnewdate {
    float: right;
    font-size: 14px;
    color: #262424;
}
/*信用动态开始*/
.content{
    max-width: 1200px;
    margin: 20px auto 0;
    height: auto;
}

.content1{
    max-width: 1200px;
}
.mt {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #ccc;
}
.mt span {
    font-size: 18px;
    float: left;
    font-weight: bold;
    position: relative;
}
.mt span img{
    margin-right: 5px;
}
.mt .more {
    float: right;
    font-size: 13px;
}
.mt span:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #E22323;
}
.top-news{
    margin-top: 10px;
    /*height:120px;*/
    background: #fff;
    padding:20px;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    color: #E22323;
}
.top-news dt{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 16px;
    line-height: normal;
}
.top-news dt a{
    color: #E22323;
}

.graybg{
    height:160px;
    background: #EAEAEA;
    margin-top: 10px;
    padding:20px 0;
}
.graybg01{
    height:220px;
    background: #EAEAEA;
    margin-top: 10px;
    padding:20px 0;
}
.xycx li{
    float: left;
    width: 183px;
    height:120px;
    margin-right: 20px;
}
.xycx li img{
    width: 183px;
    height:120px;
}
.xycx li:last-child{
    margin-right: 0;
}
.left{
    width:
    49%;
    margin-right: 10px;
    float: left;
    overflow: hidden;
}
.xydt{

}

.xydt-cont{
	background: #EAEAEA;
}
.xydt-cont dl{
    border-bottom: 1px dashed #ccc;

    padding-right:14px;
    overflow: hidden;
}
.xydt-cont dl:hover{
	color:#E22323;
	background: #f6f6f6;
}
.xydt-cont dl:hover a{
	color:#E22323;
	background: #f6f6f6;
}
.xydt-cont dt{
    font-size: 18px;
    margin-bottom: 10px;
    font-weight:bold;
}
.xydt-cont  p{
    text-indent: 2em;
    font-size: 15px;
    color: #666666;
    text-align: justify;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
}
.xydt-cont  .detail_left{
    float: left;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 85%;
}
.xydt-cont  .detail_right{
    color: #9f9f9f;
    height: 20px;
    line-height: 20px;
    float: right;
    margin-top: 20px;
}
.xydt-cont  .detail_right i{
    padding:0 2px;
}
.xydt-cont dd .detail_right .artical_from {
    padding-left: 19px;
    background: url("../images/earth.png") left center no-repeat;
}
.xydtlist{
    height:overflow;
    overflow-y: auto;
    margin-top: 20px;
	padding: 10px 20px;
}
.xydtlist::-webkit-scrollbar-track
{
    border-radius: 5px;
    background-color: #f6f6f6;
}

.xydtlist::-webkit-scrollbar
{
    width: 5px;
    background-color: #f6f6f6;
}

.xydtlist::-webkit-scrollbar-thumb
{
    border-radius: 2.5px;
    background-color: #ccc;
}
.yshj{
    float: left;
    width: 405px;
    margin-top: 10px;
}
.yshj .mt span{
    background: url("../images/yshjicon.png") left center no-repeat;
}
.fxts{
    float: right;
}
.fxts .mt span{
    background: url("../images/fxtsicon.png") left center no-repeat;
}
.lifa{
    position: relative;
    height:300px;
    padding-top:30px;
}
.lifa-title{
    position: absolute;
    left:50%;
    top:-25px;
    width: 310px;
    height:50px;
    margin-left: -155px;
    text-align: center;
    font-family: STKaitiSC-Black;
    font-size: 36px;
    color: #E22323;
    letter-spacing: 1.71px;
    text-align: center;
    background:url("../images/lifatitle.png") #f6f6f6 center center no-repeat;
    text-indent: -1000px;
    overflow: hidden;
}
.lfdt{
    float: left;
    width: 405px;
    margin-right: 20px;
}
.dffg{
    float: left;
    width: 100%;
}
.dffg .bx-wrapper{
    padding:0;
    margin-top: 20px;
}
.dffg .bx-wrapper .bx-pager{
    display: none;
}
.dffg .bx-wrapper .bx-viewport{
    left: 0;
    top: 0;
}
.dffg .bx-wrapper .bx-controls-direction a{
    width: 22px;
    height:44px;
    margin-top: -22px;
    left:0;
}
.dffg .bx-wrapper .bx-controls-direction a.bx-next{
    left:auto;
    right: 0;
}
.dffg .bx-wrapper .bx-prev{
    background: url("../images/coverprev.png") left top no-repeat;
}
.dffg .bx-wrapper .bx-next{
    background: url("../images/covernext.png") left top no-repeat;
}


.u-list {
    margin-top: 10px;
}
/*.lfdt .mt,.dffg .mt{*/
    /*background: url("../images/mtbg.png") left bottom no-repeat;*/
    /*border:0;*/
/*}*/
/*.lfdt .mt span,.dffg .mt span{*/
    /*padding:0;*/
/*}*/
/*.lfdt .mt span a{*/
    /*display: block;*/
    /*width: 72px;*/
    /*height:45px;*/
    /*background: url("../images/lfdttitle.png") left center no-repeat;*/
    /*text-indent: -1000px;*/
    /*overflow: hidden;*/
/*}*/
/*.dffg .mt span a{*/
    /*display: block;*/
    /*width: 72px;*/
    /*height:45px;*/
    /*background: url("../images/dffgtitle.png") left center no-repeat;*/
    /*text-indent: -1000px;*/
    /*overflow: hidden;*/
/*}*/
/*.lfdt .mt span:after,.dffg .mt span:after{*/
    /*background: none;*/
/*}*/
.right{
    float: right;
    width: 49%;
}
.u-list li {
    height: 47px;
    line-height: 47px;
    padding-left: 15px;
    background: url(../images/dot.png) left center no-repeat;
    font-size: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.u-list li span {
    float: right;
    width: 65px;
    text-align: right;
}
.ztzl{
    margin-top: 10px;
    overflow: hidden;
}
.ztzl .mt span{
    background: url("../images/ztzlicon.png") left center no-repeat;
}
.ztzl ul{
    margin-top: 10px;
    overflow: hidden;
}
.ztzl li{
    margin-top:10px;
}
.ztzl li img{
    width: 350px;
    height:67px;
}
.ztzl li.lsfzt{
    background: url("../images/lsfbg.png") left top no-repeat;
    background-size: 100%;
    position: relative;
    width: 350px;
    height:67px;
}
.ztzl li.lsfzt .lsf-t{
    position: absolute;
    left:8px;
    top:8px;
    width: 255px;
    height:50px;
    z-index:1;
}

.ztzl li.lsfzt .lsf-rk{
    position: absolute;
    right:88px;
    top:35px;
    width: 79px;
    height:24px;
    z-index: 2;
}
.zxpt{
    margin-top: 10px;
}
.zxpt .mt span{
    background: url("../images/zxpticon.png") left center no-repeat;
}
.zxpt ul{
    margin-top: 20px;
    overflow: hidden;
}
.zxpt li{
    height:40px;
    margin-bottom: 15px;
    line-height: 40px;
    font-size: 15px;
    cursor: pointer;
}
.zxpt li a{
    display: block;
    height:40px;
    font-weight: bold;
}
.zxpt li.hyxhpt{
    background: url("../images/hyxhpticon.png") #eee 25px center no-repeat;
}
.zxpt li.gyzxpt{
    background: url("../images/gyzxpticon.png") #eee 25px center no-repeat;
    margin-bottom: 0;
}
.zxpt li.zscqpt{
    background: url("../images/zscqpticon.png") #eee 25px center no-repeat;
}
.zxpt li:before{
    content: '';
    width: 4px;
    height:40px;
    background: #E22323;
    float: left;
    margin-right:55px;
}
.zxpt li.hyxhpt:hover{
    background: url("../images/hyxhpticonhover.png") #E22323 25px center no-repeat;
}
.zxpt li.gyzxpt:hover{
    background: url("../images/gyzxpticonhover.png") #E22323 25px center no-repeat;
}
.zxpt li.zscqpt:hover{
    background: url("../images/zscqpticonhover.png") #E22323 25px center no-repeat;
}
.zxpt li:hover a{
    color: #fff;
}
.hkt{
    margin-top: 10px;
}
.hkt .mt span{
    background: url("../images/hkticon.png") left center no-repeat;
}
.hkt video{
    margin-top:20px;
}
.xyxxgs{
    margin-top: 10px;
}
.xyxxgs .mt span{
    background: url("../images/xyxxgsicon.png") left center no-repeat;
}
.xyxxgs ul{
    border:1px dashed #ccc;
    width: 331px;
    border-right: 0;
    border-bottom: 0;
    overflow: hidden;
}
.xyxxgs li{
    position: relative;
    border-right: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
   float: left;
    width: 110px;
    height:120px;
    cursor: pointer;
    overflow: hidden;
}
.xyxxgs li p.first{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height:120px;
    text-align: center;
    font-size: 14px;
    transition: top 0.5s;
    -moz-transition: top 0.5s; /* Firefox 4 */
    -webkit-transition: top 0.5s; /* Safari å’Œ Chrome */
    -o-transition: top 0.5s; /* Opera */
}
.xyxxgs li p.after{
    position: absolute;
    left:0;
    top:120px;
    width: 100%;
    height:120px;
    background: -webkit-linear-gradient(left top, #F86767 , #B31A1A); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom right, #F86767 , #B31A1A); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom right, #F86767 , #B31A1A); /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom right, #F86767 , #B31A1A);

    background: #DE4A4A\9\0;
    /*background-image: linear-gradient(135deg, #F86767 0%, #B31A1A 100%);*/
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
    transition: top 0.5s;
    -moz-transition: top 0.5s; /* Firefox 4 */
    -webkit-transition: top 0.5s; /* Safari å’Œ Chrome */
    -o-transition: top 0.5s; /* Opera */
}
.xyxxgs li p.after a{
    position: absolute;
    left:50%;
    top:50%;
    color: #fff;
    display: block;
    width: 90%;
    text-align: center;
    transform: translate(-50%,-50%);
    font-size: 14px;
}
.xyxxgs li:hover p.first{
    top:-120px;
}
.xyxxgs li:hover p.after{
    top:-0px;
}
.xyxxgs li img{
   display: block;
    margin:28px auto 10px;
}
.xyxxgs li:hover{

}

.xyxxgs-cont{
    height:420px;
    overflow-y: auto;
    margin-top: 20px;
}
.xyxxgs-cont::-webkit-scrollbar-track
{
    border-radius: 5px;
    background-color: #f6f6f6;
}

.xyxxgs-cont::-webkit-scrollbar
{
    width: 5px;
    background-color: #f6f6f6;
}

.xyxxgs-cont::-webkit-scrollbar-thumb
{
    border-radius: 2.5px;
    background-color: #ccc;
}

.zhuanti{
    width: 1200px;
    margin: 0 auto;
}
.zhuanti .bx-wrapper{
    padding:0;
}
.zhuanti img{
	width:1200px;
}
.zhuanti .bx-wrapper .bx-viewport{
    left:0;
    top:0;
}
.zhuanti .bx-wrapper .bx-pager{
    display: none;
}
.lfyj{
    width: 405px;
    float: left;
}
.anli{
    margin-top: 10px;
    overflow: hidden;
}
.anli .mt span{
    background: url("../images/anliicon.png") left center no-repeat;
}
.anli dl,.lfyj dl{
    float: left;
    width: 405px;
    margin:20px 20px 0 0;
}
.anli dl:nth-child(odd),.lfyj dl:nth-child(odd){
    margin-right: 0;
}
.anli dt,.lfyj dt{
    float: left;
}
.anli dt img,.lfyj dt img{
    width: 160px;
    height:100px;
}
.anli dd,.lfyj dd{
    float: right;
    width: 225px;
    font-size: 16px;
    text-align: justify;
    line-height: 21px;
    position: relative;
    height:100px;
}
.anli dd strong,.lfyj dd strong{
    display: block;
    font-weight: normal;
    font-size: 15px;
}
.anli dd .detail_right,.lfyj dd .detail_right{
    position: absolute;
    right:0;
    bottom:0;
    color: #9f9f9f;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
}
.anli dd .detail_right i,.lfyj dd .detail_right i{
    padding:0 2px;
}
.anli dd .detail_right .artical_from,.lfyj dd .detail_right .artical_from {
    padding-left: 19px;
    background: url("../images/earth.png") left center no-repeat;
}
.hdjl{
    margin-top: 10px;
    overflow: hidden;
}
.hdjl .mt span{
    background: url("../images/hdjlicon.png") left center no-repeat;
}
.hljl-left{
    float: left;
    width:405px;
    border:1px solid #dddddd;
    height: 226px;
    margin-top: 20px;
    position: relative;
    padding:0 20px;
}
.hljl-left ul{
    margin-top: 18px;
    /*float: left;*/
    /*width: 405px;*/
}
.hljl-left li{

    height:40px;
    line-height: 40px;
    font-size: 15px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.hljl-left img{
    float: right;
    margin: 10px 100px 0 0;
}
.ly{
    float: right;
    width:405px;

    border:1px solid #dddddd;
    height: 226px;
    margin-top:20px;
    position: relative;
    padding:0 20px;
}
.lytitle {
    height:16px;
    width: 383px;
    position: absolute;
    top: -8px;
}
.lytitle a:first-child{
    float: left;
    background: url("../images/liuyan.png") #f6f6f6 center top no-repeat;
    height: 16px;
    width: 137px;
}
.lytitle a.more{
    float: right;
    background: #f6f6f6;
    padding:0 15px;

}
.ly .u-list{
    margin-top: 18px;
}
.ly .u-list li{
    height: 40px;
    line-height: 40px;
}
.city .mt span{
    background: url("../images/cityicon.png") left center no-repeat;
}
.cityList {
    margin-top: 20px;
}
.cityList tr {
    height: 47px;
    line-height: 47px;
    text-align: center;
}

.cityList tr.header_tr {
    background: #ea3e3e;
    color: #ffffff;
    height: 52px;
    line-height: 52px;
}
.cityList td {
    width: 100px;
    text-align: center;
}

.odd tr:nth-child(even) {
    background: #efefef;
}

.odd tr:nth-child(odd) {
    background: #efefef;
}

.link{
	margin-top:10px;
}
.link01,.link02{
    width:1200px;
    height: 60px;
    position: relative;
}
.link01{
	border-bottom:#999999 1px dashed;
}
.link01 dl,.link02 dl{
    padding:10px 0;
}
.link01 dt,.link02 dt{
    height: 36px;
    float: left;
    line-height: 36px;
    font-size: 14px;
    font-weight: bold;
}
.link01 ul li,.link02 ul li{
    float: left;
    line-height: 40px;
    padding:0 10px;
    font-weight: normal;.other dd.no3 a
}





/*信用动态结束*/


.bot {
    width: 100%;
    overflow: hidden;
    min-height: 615px;

}

.link {
    max-width: 1320px;
    margin: 30px auto 0;
    overflow: hidden;
}

.links {
    float: left;
    width: 23.7%;
    margin-right: 1.73%;
    text-align: center;
    padding: 18px 0;
}

.links link {
    max-width: 1320px;
    margin: 30px 20px 0;
}

.links:first-child {
    background: #fe992c;
}

.links:nth-child(2) {
    background: #5387c6;
}

.links:nth-child(3) {
    background: #58bc9a;
}

.links:last-child {
    margin-right: 0;
    background: #f26a68;
}

.link_pic {
    height: 52px;
    line-height: 52px;
}

.link_ctitle {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-top: 7px;
}

.link_etitle {
    font-size: 14px;
    color: #fff;
    font-family: "Arial";
}
#roll2{
    height: 500px;
    width: 100px;
    cursor:pointer;
    z-index: 999999;
    position: fixed;
}
/*#roll1{*/
/*    height: 500px;*/
/*    width: 100px;*/
/*    cursor:pointer;*/
/*    z-index: 999999;*/
/*    position: fixed;*/
/*}*/

.sidenav-tool {
    height: overflow;
    width: overflow;
    cursor:pointer;
    z-index: 1;
    position: fixed;
    right: 30px;
    top: 40%;
    background: #fff;
    text-align: center;
    background-color: rgba(255, 255, 255, 0);
}

/*.sidenav-tool a {*/
/*  padding: 6px 8px 6px 16px;*/
/*  text-decoration: none;*/
/*  font-size: 18px;*/
/*  color: #333;*/
/*  display: block;*/
/*}*/

.sidenav-tool a:hover {
  color: #064579;
}

.group {
        max-width: 1320px;
    margin: 30px auto 0;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
}

.bot_title {
    width: 100%;
    overflow: hidden;
}

.bot_title img {
    float: left;
}

.bot_title span:nth-child(2) {
    font-size: 30px;
    color: #464646;
    position: relative;
    top: 5px;
}

.bot_title span:nth-child(3) {
    font-size: 20px;
    color: #a30000;
    text-transform: uppercase;
    position: relative;
    top: 5px;
}

.bot_title a {
    float: right;
    font-size: 14px;
    color: #464646;
    margin-top: 15px;
}

.groupswiper a {
    display: block;
    width: 100%;
    line-height: 52px;
    background: #fff;
    border: 1px solid #dfdfdf;
    font-size: 16px;
    color: #464646;
    text-align: center;
}

.swiper-container.groupswiper {
    margin-top: 25px;
}

.yq {
    max-width: 1320px;
    margin: 50px auto;
}

.yqswiper img {
    width: 100%;
    border: 1px solid #dfdfdf;
}

.swiper-container.yqswiper {
    margin-top: 25px;
}

.foot {
    width: 100%;
    overflow: hidden;
    background: #e20707;
    padding-top: 65px;
}

.foots {
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    padding-bottom: 45px;
}

.copy {
    text-align: center;
    border-top: 1px solid #fff;
    line-height: 75px;
}

.copy a {
    font-size: 13px;
    color: #fff;
}

.ftitle {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
}

.fnav ul {
    margin-bottom: 0;
}

.fnav ul li a {
    font-size: 15px;
    color: #fff;
}

.fnav ul li {
    margin-bottom: 10px;
}

.fnav {
    height: 184px;
    border-right: 1px solid #a13131;
    float: left;
    padding-right: 40px;
    margin-right: 40px;
}

.fnav:nth-child(6) {
    border-right: none;
}

.fcontact {
    float: left;
}

.fcontact .content {
    margin: 10px 0;
    color: #fff;
    text-align: center;
}

.fcontact .content img {
    max-width: 120px;
    height: auto;
    max-height: 120px;
    width: auto;
    border-radius: 5px;
    margin-bottom: 5px;
}

.ftel {
    font-size: 24px;
    color: #fff;
}

.ftel img {
    margin-right: 9px;
    margin-top: -3px;
}

.fcontacts {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    margin-top: 5px;
}

.saoma {
    float: right;
}

.sm {
    float: left;
    margin-right: 18px;
    text-align: center;
}

.sm p {
    font-size: 15px;
    color: #fff;
    margin-top: 8px;
}

.mobile-inner-header {
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 60px;
    display: none;
    line-height: 60px;
    text-align: center;
    color: #333;
    font-weight: bold;
    font-size: 22px;
    padding-left: 15px;
}

.mobile-inner-header-icon {
    color: #333;
    height: 60px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 60px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    outline: none;
}

.mobile-inner-header-icon:hover {
    background-color: rgba(51, 51, 51, 0.2);
    cursor: pointer;
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 1px;
    background-color: rgba(51, 51, 51, 1);
}

.mobile-inner-header img {
    height: 85%;
    margin-top: -5px;
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(45deg);
    }
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }
    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }
    100% {
        transform: translateY(4px) rotate(0deg);
    }
}

.mobile-inner-nav {
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0px;
    padding-top: 30px;
    padding-bottom: 80px;
    display: none;
    z-index: 999;
}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    width: 80%;
    margin-left: 10%;
    color: #333;
    border-bottom: solid 1px rgba(51, 51, 51, 0.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
}

.mobile-inner-nav a:hover {
    color: rgba(51, 51, 51, 0.4);
    border-bottom: solid 1px rgba(51, 51, 51, 0.2);
}

.inside_top_nav {
    padding: 25px 0;
    background-color: #f8f7fc;
    text-align: center;
}

.inside_top_nav a {
    padding: 0 25px;
    color: #464646;
    text-decoration: none;
    transition: all 0.2s linear;
	font-weight:bold;
	font-size:18px;
}

.inside_main_wrapper {
    border-bottom: 1px solid #DADADA;
    margin: 80px 0;
    padding-bottom: 80px;
    padding-left: 15px;
    padding-right: 15px;
}

.inside_main {
    width: 100%;
    margin: 0 auto;
}

.inside_single {
    font-size: 14px;
    line-height: 30px;
}

.justify_center {
    justify-content: center;
}

.inside_top_nav a:hover {
    color: #e20707;
}

.inside_main_wrapper {
    border-bottom: 1px solid #DADADA;
    margin: 80px 0;
    padding-bottom: 80px;
}

.inside_main {
    width: 100%;
    margin: 0 auto;
}

.inside_single {
    font-size: 14px;
    line-height: 30px;
}

.justify_center {
    justify-content: center;
}

.inside_top_nav a:hover {
    color: #e20707;
}

.inside_news_item {
    width: 100%;
    border: 1px solid #DADADA;
    padding: 20px;
    margin-bottom: 30px;
}

.inside_news_item:hover {
    background-color: #fafafa;
    box-shadow: 0 0 20px rgba(129, 129, 129, 0.3);
}

.inside_news_item .inside_news_item_img {
    width: 240px;
    margin-right: 30px;
}

.inside_news_item .inside_news_item_img img {
    width: 100%;
    height: 100%;
}

.inside_news_item .inside_news_item_info {
    flex-direction: column;
    flex: 1;
}

.inside_news_item .inside_news_item_info h3 {
    font-size: 22px;
    line-height: 44px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	margin:0;
}

.inside_news_item .inside_news_item_info h3 a {
    color: #000;
}

.inside_news_item .inside_news_item_info span {
    color: #999;
    line-height: 22px;
}

.inside_news_item .inside_news_item_info p {
    line-height: 22px;
    width: 100%;
    color: #777;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.inside_news_item .inside_news_item_info>a {
    display: block;
    text-align: center;
    width: 100px;
    color: #777;
    border: 1px solid #e0e0e0;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    border-radius: 5px;
}

.inside_news_item .inside_news_item_info:hover>a {
    border: 1px solid #e20707;
    color: #fff;
    width: 120px;
    background-color: #e20707;
}

.inside_news_item .inside_news_item_img {
    width: 240px;
    margin-right: 30px;
}

.justify_between {
    justify-content: space-between;
}

.box {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.p12-aboutinfo-1 {
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}

.p12-aboutinfo-1 .tit {
    height: 160px;
    background: url(../images/d63899212b4c4e7d99ac9ed293b3ac9f_2.jpg)no-repeat center 91px;
    clear: both;
    text-align: center;
}

.p12-aboutinfo-1 .tit span {
    display: block;
    font-size: 28px;
    color: #000;
    padding-top: 45px;
}

.p12-aboutinfo-1 .tit em {
    font-style: normal;
    color: #999;
    text-transform: uppercase;
    font-family: "Times New Roman";
    padding-top: 18px;
    display: block;
}

.g-gywm {
    height: 530px;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}

.wm-l {
    width: 40%;
    float: left;
    color: #fff;
    height: 460px;
    overflow: hidden;
    background: #e20707;
    padding: 60px 0 0 40px;
}

.wm-l h4 {
    font: 20px "Microsoft YaHei";
    line-height: 60px;
    padding-bottom: 30px;
    margin: 0;
}

.wm-l li {
    font: 16px "Microsoft YaHei";
    color: #fff;
    line-height: 40px;
}

.wm-l li b {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

.wm-r {
    float: left;
    width: 60%;
}

#map {
    width: 100%;
    height: 460px;
    border: 1px solid rgb(204, 204, 204);
    font-size: 12px;
}

.map-title {
    font-size: 16px;
    line-height: 24px;
}

.map-list {
    font-size: 14px;
    line-height: 22px;
    color: #333;
    margin-top: 6px;
}

.listcontacts {
    width: 100%;
    background: #f1f1f1;
    overflow: hidden;
}

.listcontacts>div {
    max-width: 1200px;
    margin: 5rem auto;
    overflow: hidden;
}

.listcontacts>div>span {
    font-size: 28px;
    color: #6a6a6a;
}

.listcontacts>div>span>i {
    font-style: normal;
    font-size: 19px;
    color: #8d8c8c;
    font-family: Arial Regular;
    text-transform: uppercase;
    margin-left: 5px;
}

.listcontactsTitle {
    overflow: hidden;
    margin-top: 3rem;
}

.listcontactsTitle input {
    height: 50px;
    display: block;
    float: left;
    padding-left: 47px;
    box-sizing: border-box;
    width: 48%;
    font-size: 16px;
    margin-bottom: 2rem;
    border: 1px solid #ccc;
    outline: none;
}

.listcontactsTitle input:nth-child(1) {
    background: url(../images/122.png)left 0 no-repeat #fff;
    background-position: 11px;
}

.listcontactsTitle input:nth-child(2) {
    float: right;
    background: url(../images/123.png)left 0 no-repeat #fff;
    background-position: 17px;
}

.listcontactsTitle input:nth-child(3) {
    background: url(../images/124.png)left 0 no-repeat #fff;
    background-position: 8px;
}

.listcontactsTitle input:nth-child(4) {
    float: right;
    background: url(../images/125.png)left 0 no-repeat #fff;
    background-position: 12px;
}

.listcontactsTextarea {
    width: 100%;
    border: 1px solid #ccc;
    background: url(../images/126.png)left 0 no-repeat #fff;
    background-position: 12px 16px;
    padding-left: 47px;
    font-size: 16px;
    padding-top: 18px;
    height: 174px;
    outline: none;
}

.listcontactsubmit {
    text-align: center;
    margin-top: 3rem;
}

.listcontactsubmit input {
    background: #e20707;
    color: #fff;
    border: 0;
    width: 260px;
    height: 50px;
    font-size: 16px;
    margin: 0 5px;
}

.listcontactsubmit input:nth-child(2) {
    background: #484848;
}

.listpro {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 10px;
    line-height: 34px;
    font-size: 16px;
    color: #666565;
}

.listpronav {
    overflow: hidden;
    margin-top: 38px;
    margin-bottom: 45px;
}

.listpronav li {
    width: 90px;
    height: 30px;
    border: 1px solid #e6e6e6;
    text-align: center;
    line-height: 30px;
    float: left;
    margin-right: 9px;
}

.listpronav li a {
    display: block;
    color: #444;
    font-size: 16px;
}

.listpronav li:hover {
    background: #e20707;
    border: 1px solid #e20707;
}

.listpronav li:hover a {
    color: #fff;
}

.listpronav li.current {
    background: #e20707;
    border: 1px solid #e20707;
}

.listpros {
    width: 100%;
    overflow: hidden;
}

.listpros a {
    display: block;
    width: 31%;
    float: left;
    margin-right: 3.5%;
    margin-bottom: 2%;
}

.listpros a .listprosimg {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.listpros a .listprosimg img {
    width: 100%;
    transition: all 0.3s;
}

.listpros a .listprosimg div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all 0.5s;
}

.listpros a .listprosimg div span {
    width: 64px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: block;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    border-top: 1px solid #fff;
    font-size: 16px;
}

.listpros a p {
    font-size: 18px;
    color: #444;
    line-height: 44px;
    margin: 0;
}

.listpros a:nth-child(3n) {
    margin-right: 0;
}

.listpros a:hover .listprosimg img {
    transform: scale(1.1);
}

.listpros a:hover .listprosimg div {
    opacity: 1;
}

.inside_product {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.inside_pro_item {
    width: 24%;
    margin-bottom: 30px;
    background-color: #fff;
    border: 1px solid #DADADA;
}

.inside_pro_item:nth-of-type(4n) {
    margin-right: 0;
}

.inside_pro_item:hover {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(129, 129, 129, .3);
}

.inside_pro_item .pro_img {
    width: 100%;
    overflow: hidden;
}

.inside_pro_item .pro_img img {
    width: 100%;
}

.inside_pro_item:hover .pro_img img {
    transform: scale(1.05);
}

.inside_pro_item .pro_text {
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
    transition: all .2s linear;
    border-top: 1px solid #DADADA;
}

.inside_pro_item:hover .pro_text {
    color: #fff;
    background-color: #e20707;
}

.inside_pro_item:hover a {
    color: #fff;
}

.inside_main_wrapper {
    border-bottom: 1px solid #DADADA;
    margin: 80px 0;
    padding-bottom: 80px;
}

.inside_main {
    max-width: 1200px;
    margin: 0 auto;
}

.inside_single {
    font-size: 14px;
    line-height: 30px;
}


/* inside_product */

.inside_product {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.inside_pro_item {
    width: 23.5%;
    margin-bottom: 30px;
    background-color: #fff;
    border: 1px solid #DADADA;
    float: left;
    margin-right: 2%;
}

.inside_pro_item:nth-of-type(4n) {
    margin-right: 0;
}

.inside_pro_item:hover {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(129, 129, 129, .3);
}

.inside_pro_item .pro_img {
    width: 100%;
    overflow: hidden;
}

.inside_pro_item .pro_img img {
    width: 100%;
}

.inside_pro_item:hover .pro_img img {
    transform: scale(1.05);
}

.inside_pro_item .pro_text {
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
    transition: all .2s linear;
    border-top: 1px solid #DADADA;
}

.inside_pro_item:hover .pro_text {
    color: #fff;
    background-color: #e20707;
}

.inside_pro_item:hover a {
    color: #fff;
}

.news_title {
    margin: 5px 0;
    padding: 0;
    text-align: center;
    font-size: 16px;
}

.news_info {
    text-align: center;
    color: #999;
    border: 1px solid #e1e1e1;
    border-left: 0;
    border-right: 0;
    margin: 10px 0;
    padding: 5px 0;
}

#art_content {
    word-break: break-all;
    font-size: 13px;
    padding: 0 0 10px 0;
}

#art_content img {
    max-width: 920px;
    width:100%;
}
.bx-wrapper img {
    max-width: 100%;
    display: block;
    margin-bottom: 0px;
    height: 180px;
}
.news_pre {
    margin: 10px 0;
    clear: both;
}
.inbanner{
	display:none;
}
.chairmanpic{
	width:15%;
	float:right;
}
.chairmanpic img{
	width:100%;
}
.chairmancon{
	width:80%;
	float:left;
	line-height:30px;
}
.gz{
	position:relative;
}
.gzhong{
	width:150%;
	position:absolute;
	top:20px;
	left:-25%;
	display:none;
	z-index:999;
}
.gz:hover .gzhong{
	display:block;
}


.application {
    padding-top: 20px;
    margin: 25px 0;
    width: 80%;
    background: #f1f1f1;
    overflow: hidden;
    float: right;
}

.application>div {
    max-width: 1200px;
    overflow: hidden;
    padding: 0 25px;
}

.application>div>span {
    font-size: 28px;
    color: #6a6a6a;
}

.application>div>span>i {
    font-style: normal;
    font-size: 19px;
    color: #8d8c8c;
    font-family: Arial Regular;
    text-transform: uppercase;
    margin-left: 5px;
}

.applicationTitle {
    overflow: hidden;
}

.applicationTitle input {
    height: 40px;
    display: block;
    float: left;
    padding-left: 47px;
    box-sizing: border-box;
    width: 48%;
    font-size: 16px;
    margin-bottom: 2rem;
    border: 1px solid #ccc;
    outline: none;
}

.applicationTitle input:nth-child(1) {
    background: url(../images/122.png)left 0 no-repeat #fff;
    background-position: 11px;
}

.applicationTitle input:nth-child(2) {
    float: right;
    background: url(../images/123.png)left 0 no-repeat #fff;
    background-position: 17px;
}

.applicationTitle input:nth-child(3) {
    background: url(../images/124.png)left 0 no-repeat #fff;
    background-position: 8px;
}

.applicationTitle input:nth-child(4) {
    float: right;
    background: url(../images/125.png)left 0 no-repeat #fff;
    background-position: 12px;
}

.applicationTextarea {
    width: 100%;
    border: 1px solid #ccc;
    background: url(../images/126.png)left 0 no-repeat #fff;
    background-position: 12px 16px;
    padding-left: 47px;
    font-size: 16px;
    padding-top: 18px;
    height: 174px;
    outline: none;
}

.applicationubmit {
    text-align: center;
    margin: 3rem 0;
}

.applicationubmit input {
    background: #e20707;
    color: #fff;
    border: 0;
    width: 260px;
    height: 50px;
    font-size: 16px;
    margin: 0 5px;
}

.applicationubmit input:nth-child(2) {
    background: #484848;
}

.news-container {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
}

.news-left-column {
    flex: 1;
    max-width: 49%;
    margin-right: auto;
}

.news-right-column {
    flex: 1;
    max-width: 49%;
    margin-left: auto;
}

.news-bottom-column {
    flex: 1;
    max-width: 32%;
}

.external-link {
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    background: #eee;
    padding: 15px 10px;
}

.external-link .item {
    width: 16%;
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.external-link-item-div {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    height: 30px;
    text-align: center;
    color: white;
    line-height: 30px;
    flex: 1;
}

.external-link-item-img {
    max-width: 100%;
    height: 145px;
    position: relative;
}

.entrepreneur {
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    padding: 15px 10px;
    text-align: center;
}

.entrepreneur .item {
    flex: 1;
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.entrepreneur-item-img {
    max-width: 100%;
    height: 160px;
}

.index-modal {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -70%) !important;
    width: auto;
}
