.jx_brace {
    width: 1200px;
    margin: 0px auto;
    height: 500px;
    padding-top: 66px;
}

.jx_brace img {
    width: 1200px;
    height: 213px;
}

.jx_brace h2 {
    font-size: 30px;
    color: #333;
    text-align: center;
}

.jx_brace ul {
    padding-left: 16px;
    height: 120px;
}

.jx_brace ul li {
    float: left;
    margin-right: 62px;
    width: 245px;
}

.jx_brace ul li h3 {
    font-size: 20px;
    color: #333;
    text-align: center;
}

.jx_brace ul li p {
    margin-top: 20px;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    text-align: center;
}

.main_visual {
    background-color: #0B2658;
}

.swiper-button-prev {
    left: 10px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background-size: 40px 40px;
    background-image: url('../images/arr_banner_02.png');
}

.swiper-button-next {
    right: 10px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background-size: 40px 40px;
    background-image: url('../images/arr_banner_01.png');
}

@media screen and (max-width: 1334px) {

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
}

.swiper-wrapper,
.swiper-slide {
    width: 100%;
}

.jx-botton {
    left: 0;
}

.scrollItem {
    position: relative;
    top: 30px;
    opacity: 0;
}

/*关于我们*/

.jx_nav_news_d {
    width: 150px;
    height: 95px;
    background: rgba(17, 29, 56, 1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    margin: 32px 0 0 -20px;
    display: none;
    transition: all 0.3s ease 0s;
    animation: go 0.5s;
}

.ft {
    width: 150px;
    height: 3px;
    background: #0581e0;
}

.jx_nav_news_d font {
    display: block;
    width: 150px;
    height: 3px;
    background: rgba(5, 143, 249, 1);
    margin: 40.5px 0 0 0;
}

/* #jx_top_nav_xz:hover .jx_nav_news_d {
    display: block;
} */

.jx_nav_news_1 {
    width: 68px;
    height: 17px;
    font-size: 14px;
    font-family: HiraginoSansGB-W3;
    font-weight: 400;
    color: #A6B0C8;
    line-height: 18px;
    margin: 18px 0 0 18px;
}

.jx_nav_news_1:hover {
    color: rgba(5, 143, 249, 1);
}

.jx_nav_news_2:hover {
    color: rgba(5, 143, 249, 1);
}

.jx_nav_news_2 {
    width: 68px;
    height: 15px;
    font-size: 14px;
    font-family: HiraginoSansGB-W3;
    font-weight: 400;
    color: #A6B0C8;
    line-height: 18px;
    margin: 18px 0 9px 18px;
}

/* #jx_interaction:hover .jx_nav_news_d {
    display: block;
    margin-top: 32px;
} */

/* 行业方案 */
.pullDownPannel {
    display: none;
    height: auto;
    width: 100%;
    background-color: #FFFFFF;
    position: fixed;
    left: 0;
    top: 60px;
    box-shadow: 0px 2px 6px 0px rgb(0, 0, 0, 0.1);
    padding-bottom: 15px;
    cursor: default;
}

.industrySolutions {
    padding-bottom: 0 !important;
    height: 300px;
}

.none_area {
    background-color: #f9fafc;
    width: 20%;
    height: 100%;
    display: none;
}

.industry_type_list {
    width: 160px;
    height: 100%;
}

.industry_type_list>div {
    height: 50px;
    background-color: #f4f6f9;
    color: #666666;
    font-size: 16px;
    line-height: 50px;
    cursor: pointer;
}

.industry_type_list>div>span {
    color: #666666;
}

.industry_type_list>div>img {
    width: 10px;
    height: 10px;
    margin-left: 10px;
}

.industry_active {
    background-color: #FFFFFF !important;
}

.industry_text_active {
    color: #058ff9 !important;
}

.industry_body {
    display: grid;
    text-align: left;
    cursor: default;
}

.industry_top {
    display: grid;
    height: 110px;
    width: 870px !important;
}

.car_industry .industry_top:hover,
.insurance_industry .industry_top:hover {
    background-color: #F0F4FC;
    border-radius: 2px;
    transition-delay: 150ms;
    cursor: pointer;
}

.industry_body>div {
    width: 100%;
}

.industry_details {
    padding: 20px 0 0 20px;
}

.title_name {
    font-size: 16px;
    color: #666666;
    border-left: 3px solid #058FF9;
    height: 20px;
    margin-left: 20px;
    padding-left: 10px;
}

.industry_title {
    height: 20px;
    line-height: 20px;
    margin-top: 10px;
    display: inline-flex;
}

.industry_title_img {
    height: 16px;
    width: 32px;
    margin-left: 10px;
    margin-top: 2px;
}

.item_list_img {
	height: 20px;
	width: 36px;
	margin-top: -1px;
	margin-left: 10px;
}

.industry_desc {
    margin-left: 27px;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    padding-right: 27px;
}

.industry_example {
    display: flex;
    margin-left: 20px;
    margin-top: 20px;
}

.industry_example>div:not(:first-child) {
    margin-left: 16px;
}

.industry_example img {
    width: 140px;
    height: 60px;
}

.industry_example>div:last-child span {
    color: #999999;
    font-size: 14px;
}

.more_arrow {
    width: 10px !important;
    height: 10px !important;
}

.industry_body:not(.car_industry) {
    display: none;
}

/* * 顶部 产品 * */
.item_title {
    text-align: left;
    height: 24px;
    line-height: 24px;
    margin: 0 0 10px 0;
}

.productList {
    display: flex;
    margin: 0 auto;
}

.productList_contain {
    display: flex;
    margin: 0 auto;
}

.productList_item {
    margin-top: 27px;
		letter-spacing: 2px;
}

.productList_2 {
		margin-left: 60px;
		margin-right: 60px;
}

.item_list_pannel {
    display: grid;
}

#jx_interaction_pannel .item_list_pannel,
#jx_top_nav_xz_pannel .item_list_pannel{
    display: flex;
}

.item_title_border {
    font-size: 16px;
    color: #999999;
    border-left: 3px solid #058FF9;
    height: 20px;
    padding-left: 10px;
}

@-webkit-keyframes top_banner_hover {

    /* Safari and Chrome */
    0% {
        background-color: #F9FAFC;
    }

    100% {
        background-color: #f4f6f9;
    }
}

@-moz-keyframes top_banner_hover {

    /* Firefox */
    0% {
        background-color: #F9FAFC;
    }

    100% {
        background-color: #f4f6f9;
    }
}

@-o-keyframes top_banner_hover {

    /* Opera */
    0% {
        background-color: #F9FAFC;
    }

    100% {
        background-color: #f4f6f9;
    }
}

@-ms-keyframes top_banner_hover {

    /* Opera */
    0% {
        background-color: #F9FAFC;
    }

    100% {
        background-color: #f4f6f9;
    }
}

@keyframes top_banner_hover {
    0% {
        background-color: #F9FAFC;
    }

    100% {
        background-color: #f4f6f9;
    }
}

#jx_interaction_pannel .item_list_pannel>div,
#jx_top_nav_xz_pannel .item_list_pannel>div{
	margin-left: 30px;
}

.item_list_pannel>div {
    width: 280px;
    height: 88px;
    background-color: #F9FAFC;
    padding: 13px 0 0 12px;
		margin-bottom: 12px;
}

.item_list_pannel>div:hover {
    animation: top_banner_hover 500ms ease-out forwards;
    -webkit-animation: top_banner_hover 500ms ease-out forwards;
}

.item_list_pannel>div>a {
    width: 100% !important;
    display: inline-block;
    height: 100% !important;
}

.item_list_pannel>div>a>div.item_img {
	width: 40px;
	display: inline-block;
	float: left;
	margin-top: -4px;
	margin-right: 10px;
}

.item_list_pannel>div>a>div.item_img>img {
	width: 40px;
	height: 40px;
	margin-top: -4px;
	/* background-color: rgba(236, 34, 229, 0.1); */
}

.item_list_pannel>div>a>div.item_text {
	width: calc(100% - 50px);
	display: inline-block;
	float: left;
	padding: 0;
}

.item_list_pannel>div>a>div.item_text>span {
    display: flex;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    text-align: left;
}

.item_list_pannel>div>a>span {
    display: flex;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    text-align: left;
}

.item_list_pannel_1 {
    color: #666666;
}

.item_list_pannel_2 {
    margin-top: 6px;
    height: 20px;
    line-height: 20px !important;
    font-size: 14px !important;
    color: #999999;
}

.productList_item_right,
.productList_item_left {
    display: inline-block;
    float: left;
}

/* 底部框提示 */
.bottom-hint{
    background: #FEF7F2;
    border: 1px solid #FDEBDE;
    border-radius: 4px;
    font-size: 14px;
    font-family: Hiragino Sans GB;
    font-weight: normal;
    color: #947A67;
    line-height: 22px;
    padding: 20px 60px 20px 96px;
    width: 30%;
    /* margin: auto; */
    position: fixed;
    bottom: 0px;
    z-index: 9999;
    left: 0;
    right: 0;
}
.hint-img{
    position: absolute;
    left: 32px;
    top: 23px;
}
.hint-close{
    position: absolute;
    right: 21px;
    top: 17px;
    width: 12px;
    opacity: 0.8;
    height: 12px;
    cursor: pointer;
}

