/**
* @name：ffcs-pc.css  V2.0
* @description: https://www.w3school.com.cn/css3/index.asp 参考w3c
* @cteate:2019-12
* @update:
*   2019-12-25    v1.0修改
    2021-6-15   v2.0修改
    2022-5-11   v3.0修改
*/
/*region html reset ------------------------------ */


/*region html标签初始化 ----------------------------------*/
@charset "utf-8";
html, body {
    font-size: 12px;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, span, object, iframe {
    font-size: 12px;
    padding: 0;
    margin: 0;
    font-family: "Microsoft YaHei";
    color: #3f3e3e;
}

strong {
    font-weight: bold;
}

ul, ol {
    list-style: none outside none;
}

/* fieldset, img {
    border: medium none;
    vertical-align: middle;
} */

caption, th {
    text-align: left;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset {
    display: block;
    border: 0;
    width: auto \9;
    height: auto;
    /* width: 100%; */
    max-width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

ol, ul {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

q:before, q:after {
    content: "";
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    font-size: 0;
    height: 0;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
    width: 0;
    height: 0;
    overflow: hidden;
}

.hide {
    display: none;
}

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

a:hover, a:hover span {
    text-decoration: none;
    cursor: pointer;    
}

input, button, select, textarea {
    outline: none
}

em, i {
    font-style: normal;
    font-weight: normal;
    display: inline-block;
}

a:focus {
    outline: none;
    -moz-outline: none;
}

label {
    font-weight: normal;
}

input, textarea, option, textarea {
    border: none;
}

textarea {
    resize: none;
    overflow: hidden;
}

input, button, a {
    outline: 0 none !important;    
}

article, aside, dialog, footer, header, section, footer, nav, figure, menu {
    display: block;
}

/* Clearfix,避免因子元素浮动而导致的父元素高度缺失能问题 */
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

* + html .clearfix {
    height: 1%;
}

/*endregion */

/*region 字体大小设置---------------*/

.fs-p10 {
    font-size: 10px !important;
}

.fs-p11 {
    font-size: 11px !important;
}

.fs-p12 {
    font-size: 12px !important;
}

.fs-p13 {
    font-size: 13px !important;
}

.fs-p14 {
    font-size: 14px !important;
}

.fs-p15 {
    font-size: 15px !important;
}

.fs-p16 {
    font-size: 16px !important;
}

.fs-p17 {
    font-size: 17px !important;
}

.fs-p18 {
    font-size: 18px !important;
}

.fs-p19 {
    font-size: 19px !important;
}

.fs-p20 {
    font-size: 20px !important;
}

.fs-p21 {
    font-size: 21px !important;
}

.fs-p22 {
    font-size: 22px !important;
}

.fs-p23 {
    font-size: 23px !important;
}

.fs-p24 {
    font-size: 24px !important;
}

.fs-p25 {
    font-size: 25px !important;
}

.fs-p26 {
    font-size: 26px !important;
}

.fs-p28 {
    font-size: 28px !important;
}

.fs-p30 {
    font-size: 30px !important;
}

.fs-p32 {
    font-size: 32px !important;
}

.fs-p34 {
    font-size: 34px !important;
}

.fs-p36 {
    font-size: 36px !important;
}

.fs-p38 {
    font-size: 38px !important;
}

.fs-p40 {
    font-size: 40px !important;
}

.fs-p42 {
    font-size: 42px !important;
}

.fs-p44 {
    font-size: 44px !important;
}

.fs-p46 {
    font-size: 46px !important;
}

.fs-p48 {
    font-size: 48px !important;
}

.fs-p50 {
    font-size: 50px !important;
}

.fs-p60 {
    font-size: 60px !important;
}

/*endregion*/

/*region 边框设置--------------*/

.bor {
    border: 1px solid #eee !important;
}

.borright {
    border-right: 1px solid #eee !important;
}

.borleft {
    border-left: 1px solid #eee !important;
}

.bortop {
    border-top: 1px solid #eee;
}

.borbtm {
    border-bottom: 1px solid #eee;
}

.borbtmdash {
    border-bottom: 1px dashed #eee;
}

.borbtmdash3 {
    border-bottom: 3px dashed #eee;
}

.bortopdash {
    border-top: 1px dashed #eee;
}

.borightdash {
    border-right: 1px dashed #eee;
}

.borleftdash {
    border-bottom: 1px dashed #eee;
}

.borbtmddd {
    border-bottom: 1px solid #ddd;
}

.borno {
    border: none !important;
}

.borradius0 {
    border-radius: 0 !important;
}
.borradius2 {
    border-radius: 2px !important
}

.borradius {
    border-radius: 5px !important
}

.borradius30 {
    border-radius: 30px !important
}
.borradiushalf{border-radius: 50%!important;}
.bortrradius {
    border-radius: 5px 5px 0 0;
}

.borlf-red {
    border-left: 3px solid #f94334;
}

.borlf-blue {
    border-left: 3px solid #1a71ff;
}

.borlf-orange {
    border-left: 3px solid #ff9e07;
}

.borbtm-black {
    border-bottom: 1px solid #333;
}

.btn-radius {
    border-radius: 3px;
}

.btn-radius20 {
    border-radius: 20px !important;
}

.btn-radius70 {
    border-radius: 70px !important;
}

/*endregion*/

/*region 内外边距------------*/
.mb0 {
    margin-bottom: 0 !important;
}

.mt3 {
    margin-top: 3px;
}

.mt5 {
    margin-top: 5px;
}

.mr5 {
    margin-right: 5px !important;
}

.mb5 {
    margin-bottom: 5px;
}

.ml5 {
    margin-left: 5px;
}

.m10 {
    margin: 10px;
}

.mt10 {
    margin-top: 10px;
}

.mr10 {
    margin-right: 10px;
}

.ml10 {
    margin-left: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.mr13{
    margin-right: 13px;
}

.mb14{
    margin-bottom: 14px;
}

.mt15 {
    margin-top: 15px;
}

.ml15 {
    margin-left: 15px;
}

.m15 {
    margin: 15px;
}

.mt-15 {
    margin-top: -15px;
}

.mb19{
    margin-bottom: 19px;
}

.mt20 {
    margin-top: 20px;
}

.mr22{
    margin-right: 22px;
}

.mb22{
    margin-bottom: 22px;
}

.mt25 {
    margin-top: 25px;
}

.mr20 {
    margin-right: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.ml20 {
    margin-left: 20px;
}

.mb24{
    margin-bottom: 24px;
}

.mr28{
    margin-right: 28px;
}

.mb29{
    margin-bottom: 29px;
}

.mb30{
    margin-bottom: 30px;
}

.mt30 {
    margin-top: 30px;
}

.mr30 {
    margin-right: 30px;
}
.ml25{
    margin-left: 25px;
}
.ml30 {
    margin-left: 30px;
}

.mt40 {
    margin-top: 40px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50{
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.ml50 {
    margin-left: 50px
}
.ml60 {
    margin-left: 60px
}

.mr50 {
    margin-right: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.ml100 {
    margin-left: 100px;
}

.p0 {
    padding: 0 !important;
}

.pt0 {
    padding-top: 0 !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pl00 {
    padding-left: 0 !important;
}

.pr00 {
    padding-right: 0 !important;
}

.pr0 {
    padding-right: 0 !important;
}

.p5 {
    padding: 5px !important;
}

.pb5 {
    padding-bottom: 5px !important;
}

.pl5 {
    padding-left: 5px !important;
}

.pr5 {
    padding-right: 5px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.p10 {
    padding: 10px !important;
}

.pr10 {
    padding-right: 10px;
}

.pt10 {
    padding-top: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.ptd10 {
    padding: 10px 0 !important;
}

.p15 {
    padding: 15px;
}

.pr15 {
    padding-right: 15px;
}

.pb15 {
    padding-bottom: 15px;
}

.pl15 {
    padding-left: 15px;
}

.p20 {
    padding: 20px;
}

.pt20 {
    padding-top: 20px;
}

.pb20 {
    padding-bottom: 20px;
}

.pl20 {
    padding-left: 20px;
}

.pr20 {
    padding-right: 20px;
}

.pr25 {
    padding-right: 25px;
}

.p30 {
    padding: 30px;
}

.pl30 {
    padding-left: 30px;
}

.pr30 {
    padding-right: 30px;
}

.padding35 {
    padding: 0 35px;
}

.pl39{
    padding-left: 39px;
}

.pl40 {
    padding-left: 40px;
}

.pl45{
    padding-left: 45px;
}

.pr40 {
    padding-right: 40px;
}
.pt30 {
    padding-top: 30px;
}

.pb30 {
    padding-bottom: 30px;
}

.p40 {
    padding: 40px;
}

.pt40 {
    padding-top: 40px;
}

.pb40 {
    padding-bottom: 40px;
}
.pb50 {
    padding-bottom: 50px;
}
.pb60 {
    padding-bottom: 60px;
}

/*endregion*/

/*region 字体颜色 -------------*/
.colblue {
    color: #1e89e0;
}

.colblue2 {
    color: #2074ff
}

.colred {
    color: #e01d20;
}

.col333 {
    color: #333;
}

.col666 {
    color: #666;
}

.colorg {
    color: #ff6e1a;
}

.colorg2 {
    color: #ff8e0d;
}

.colorgback {
    color: #d99a55;
}

.colgold {
    color: #cdac68;
}

.colgrey {
    color: #e8e7e7;
}

.colgrey2 {
    color: #cbcbcb;
}

.colgreen {
    color: #3fb860;
}

.col999 {
    color: #999;
}

.col000 {
    color: #000;
}

.colddd {
    color: #ddd;
}

.colfff {
    color: #fff;
}

.colpink {
    color: #f99e8c;
}

.colpurper {
    color: #655c98;
}

.colgreen {
    color: #62c65b;
}

.colyellow {
    color: #fed173;
}

.colyellow2 {
    color: #ffef65;
}

.cole35561 {
    color: #e35561;
}

.colaaa {
    color: #aaa;
}

.colfc2020 {
    color: #fc2020;
}

.coldarkpink {
    color: #a48a6b;
}

.col4a42ec {
    color: #4a42ec;
}

.colf7645f {
    color: #f7645f;
}

.txt_italic {
    font-style: italic;
}

a.colfff:hover, a.colfff:focus {
    color: #fff;
}

a.col333:hover, a.col333:focus {
    color: #333;
}

a.colred:hover, a.colred:focus {
    color: #e01d20;
}

a.colorg:hover, a.colorg:focus {
    color: #ff6e1a;
}

/*endregion*/

/*region  背景颜色----------------*/
.nobg {
    background: none !important;
}

.bgred {
    background: #e73a34;
}

.bggrey {
    background: #f2f2f2;
}

.bggrey2 {
    background: #f3f4f6;
}

.bgfff {
    background: #fff;
}

.bggold {
    background: #eecc90
}

.bgeee {
    background: #eee;
}

.bgf7 {
    background: #f7f7f7;
}

.bgf4 {
    background: #f4f4f4;
}

.bgfa {
    background: #fafafa;
}

.bgorange {
    background: #fc8a40;
}

.bggreen {
    background: #49dab6;
}

.bgblue {
    background: #35b4fb;
}

.bgorange2 {
    background: #ff9b69;
}

.bgyel {
    background: #fdc636;
}

/*endregion*/

/*region  宽度高度设置------------------*/
.w20 {
    width: 19.99999999%;
}

.wd12 {
    width: 11.5%;
}

.wd15 {
    width: 15%;
}

.wd17 {
    width: 17%;
}

.wd20 {
    width: 20%;
}

.wd25 {
    width: 25%;
}

.wd26 {
    width: 26%;
}

.wd30 {
    width: 30%;
}

.wd36 {
    width: 36%;
}

.wd33 {
    width: 33.333333333%;
}

.wd40 {
    width: 40%;
}

.wd45 {
    width: 45%;
}

.wd49 {
    width: 49%;
}

.wd50 {
    width: 50%;
}

.wd60 {
    width: 60%;
}

.wd70 {
    width: 70%;
}

.wd75 {
    width: 75%
}

.wd10 {
    width: 10%
}

.wd85 {
    width: 85%;
}

.wd100 {
    width: 100%;
}

.wdx100 {
    width: 100px;
}

.wdx120 {
    width: 120px;
}

.wdx200 {
    width: 200px;
}

.wdx400 {
    width: 400px;
}

.ht100 {
    height: 100%;
}
.htx80{height: 80px;}
.htx280 {
    height: 280px;
}

.htx135 {
    height: 135px;
}

.size30 {
    width: 30px;
    height: 30px;
}

.size32 {
    width: 32px;
    height: 32px;
}

.size40 {
    width: 40px;
    height: 40px;
}

.size60 {
    width: 60px;
    height: 60px;
}

.size70 {
    width: 70px;
    height: 70px;
}

.size72 {
    width: 72px;
    height: 72px;
}

.size75 {
    width: 75px;
    height: 75px;
}

.size80 {
    width: 80px;
    height: 80px;
}

.size90 {
    width: 90px;
    height: 90px;
}

.size100 {
    width: 100px;
    height: 100px;
}

.size110 {
    width: 110px;
    height: 110px;
}

.size120 {
    width: 120px;
    height: 120px;
}

.size128 {
    width: 128px;
    height: 128px;
}

.size160 {
    width: 160px;
    height: 160px;
}

.size160-48 {
    width: 160px;
    height: 48px;
}

.size184 {
    width: 184px;
    height: 114px;
}

.size190 {
    width: 190px;
    height: 190px;
}

.size196 {
    width: 196px;
    height: 196px;
}

.size-p100 {
    width: 100% !important;
    height: 100% !important;
}


/*endregion*/

/*region layout 通用样式 ------------------*/

/* 超出隐藏（需要再设置宽高） */
.ofzm {
    overflow: hidden;
    zoom: 1;
}

.over_hidden {
    display: block;
    overflow-x: hidden;
    overflow-y: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.paddingno {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.padding5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.txtleft {
    text-align: left !important;
}

.txtright {
    text-align: right !important;
}

.txtcenter {
    text-align: center !important;
}

.txtindent {
    text-indent: 2.8rem;
}

.mgauto {
    margin: 0 auto;
}

.block {
    display: block!important;
}

.inline-block {
    display: inline-block;
}

.vmiddle {
    vertical-align: middle;
}

.vtop {
    vertical-align: top;
}

.vertbot {
    vertical-align: bottom;
}

.prt {
    position: relative;
}

.pat {
    position: absolute;
}

.pointer {
    cursor: pointer;
}

.fbold {
    font-weight: bold;
}

.fnormal {
    font-weight: normal !important;
}

.underline {
    text-decoration: underline;
}

.overline {
    text-decoration: line-through;
}

.lh2 {
    line-height: 20px;
}

.lh25 {
    line-height: 25px;
}

.lh3 {
    line-height: 30px;
}

.lh35 {
    line-height: 35px;
}

.ht3 {
    height: 30px;
}

.ht4 {
    height: 40px;
}

/* 超过某行省略号 */
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ellipsis-two {
    display: -webkit-box;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-three {
    display: -webkit-box;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* 标签样式 */
.fontwrap {
    border-radius: 3px;
    border: 1px solid #ddd;
    padding: 2px 4px;
    color: #fff;
}

.redtip {
    background: #f94334;
    color: #fff;
    text-align: center;
    padding: 0.3rem 1rem;
    font-size: 1.4rem;
    border-radius: 3rem;
    width: 40%;
    margin: 0 auto;
}

.orangetip {
    background: #ffbb33;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    padding: 0.3rem 1rem;
    border-radius: 3rem;
}

/*富文本框图片 */
.fuconent img {
    width: auto !important;
    height: auto !important;
}

/*内容页全屏*/
.page-content.full {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10100;
    overflow: auto;
}

.img-thumbnail {
    border-radius: 0;
}

.scrobar::-webkit-scrollbar {
    width: 6px;
}

.scrobar::-webkit-scrollbar-thumb {
    background-color: #8899A7;
    border-radius: 3px;
}

.width100 {
    width: 100% !important;
}
.wrap{
    flex-wrap: wrap;
}
.flex{
     display: -webkit-flex; /* Safari */
    display: flex;
}
.flex-start {
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.flex-end {
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.flex-between {
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-around {
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.flex-center {
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: center;
    align-items: center;
}

.align-center{
    align-items: center;
}
.direction-column {
    flex-direction: column;
}
.justify-center {
    justify-content: center;
}

.border-bottom {
    border-bottom: 1px solid #e8e8e8;
}


/*图片圆角 */
.pic-circle {
    border-radius: 100%;
}

.noboder.title {
    border: none;
}

/* 加载等待 */
.bnet-mask {
    z-index: 1000;
    background-color: #e5e5e5;
    opacity: 0.7;
    filter: alpha(opacity=70);
    background-image: url(../images/loading/loading-jd.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

.floatlft {
    float: left;
}

.floatrgt {
    float: right;
}

/*endregion*/
.wd34{
    width: 34px;height: 34px;text-indent: 0;
}

/* select  dropdown*/
.dropdown,
.dropdown div,
.dropdown li,
.dropdown div::after{
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

.dropdown .selected::after,
.dropdown.scrollable div::after{
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
}
.dropdown{
	position: relative;
	width: 120px;
	border: 1px solid #ccc;
	cursor: pointer;
	

	border-radius: 3px;

	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.dropdown.open{
	z-index: 2;
}

.dropdown:hover{
	box-shadow: 0 0 5px rgba(0,0,0,.15);
}

.dropdown.focus{
	box-shadow: 0 0 5px rgba(51,102,248,.4);
}


.dropdown .carat{
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -4px;
	border: 6px solid transparent;
	border-top: 8px solid #000;
}

.dropdown.open .carat{
	margin-top: -10px;
	border-top: 6px solid transparent;
	border-bottom: 8px solid #000;
}

.dropdown.disabled .carat{
	border-top-color: #999;
}


.dropdown .old{
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	width: 0;
	overflow: hidden;
}

.dropdown select{
	position: absolute;
	left: 0px;
	top: 0px;
}

.dropdown.touch .old{
	width: 100%;
	height: 100%;
}

.dropdown.touch select{
	width: 100%;
	height: 100%;
	opacity: 0;
}


.dropdown .selected,
.dropdown li{
	display: block;
	font-size: 14px;
	line-height: 1;
	color: #000;
	padding: 9px 12px;
	overflow: hidden;
	white-space: nowrap;
}

.dropdown.disabled .selected{
	color: #999;
}

.dropdown .selected::after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 60px;
	border-radius: 0 2px 2px 0;
	box-shadow: inset -55px 0 25px -20px #fff;
}

.dropdown div{
	position: absolute;
	height: 0;
	left: -1px;
	right: -1px;
	top: 100%;
	margin-top: -1px;
	background: #fff;
	border: 1px solid #ccc;
	border-top: 1px solid #eee;
	border-radius: 0 0 3px 3px;
	overflow: hidden;
	opacity: 0;
}

.dropdown.open div{
	opacity: 1;
	z-index: 2;
}
.dropdown.scrollable div::after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50px;
	box-shadow: inset 0 -50px 30px -35px #fff;
}
.dropdown.scrollable.bottom div::after{
	opacity: 0;
}

.dropdown ul{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	list-style: none;
	overflow: hidden;
}

.dropdown.scrollable.open ul{
	overflow-y: auto;
}

.dropdown li{
	list-style: none;
	padding: 8px 12px;
}

.dropdown li.focus{
	background: #1658a0;
	position: relative;
	z-index: 3;
	color: #fff;
}

.dropdown li.active{
	font-weight: 700;
}
.col1658a0{color: #1658a0!important;}

/* 新闻咨讯 */
.jz_NewsConsultitebg {
    width: 200px;
    height: 44px;
}
.jz_NewsConsultitebgcontinar {
    padding-top: 76px;
    padding-bottom: 23px;
    display: flex;
    justify-content: center;
}
.jz_NewsConsultitebg img{
    width: 100%;
    height: 100%;
 }
 .jz_NewsConsul_wx {
    width: 1200px;
    margin: 0 auto;
 }

 .jz_NewsConsul_betten {
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
 }
 .jz_NewsConsul_tabimg {
    height: 400px;
    position: relative;
    border-radius: 10px 0px 0px 10px;
 }
 .jz_NewsConsul_tabimgtest {
    position: absolute;
    bottom: 0;
    width: 590px;
height: 50px;
line-height: 50px;
padding-left: 19px;
background: rgba(0,0,0,0.50);
border-radius: 0px 0px 0px 10px;

 }
 .jz_NewsConsul_tabimgtest p {
    width: 90%;
    font-size: 16px;
color: #fff;

 }
 .jz_NewsConsul_tabbox {
    width: 275px;
    height: 400px;
border-radius: 0px 0px 10px 0px;
 }
 .jz_NewsConsul_tabitem {
    cursor: pointer;
    padding: 21px  10px 21px 16px;
    background-color: #182537;
    height: 80px;
    border-bottom: 1px solid #263346;
 }
 .jz_NewsConsul_tabitemtest {
    
color: #FFFFFF;
font-size: 14px;
 }

 .jz_active5 .jz_NewsConsul_tabitemActive {
    padding-left: 26px;
    cursor: pointer;
    position: relative;
    right: 10px;
    width: 285px;
    background: url(../../ffcsmodule/default/images/jz_NewsConsul_tabitemActive.png)no-repeat;
    background-size: 100% 100%;
    border-bottom: none;
 }

 .jz_active5 .jz_NewsConsul_tabitemActive2{
    cursor: pointer;
    position: relative;
    right: 10px;
    width: 285px;
    background: url(../../ffcsmodule/default/images/jz_NewsConsul_tabitemActive2.png)no-repeat !important;
    background-size: 100% 100% !important;
    border-bottom: none;
 }
 .jz_tab-nav7 .jz_NewsConsul_tabottomitemActive1 {
    border-radius: 10px 0px 0px 0px;
 }
 .jz_NewsConsul_tabottomitemActive1 {
    border-radius: 10px 0px 0px 0px;
 }
 .jz_active7 .jz_NewsConsul_tabottomitemActive2 {
    background-color: #4a84f7;
 }
 .jz_NewsConsul_tabitemActive5{ 
    border-radius: 0 0 10px 0px;
 }
 .jz_NewsConsul_tabitemActive1{ 
    border-radius: 0px 10px 0px 0px;
 }
 .jz_active5 .jz_NewsConsul_tabitemActive5{
    cursor: pointer;
    position: relative;
    right: 10px;
    width: 285px;
    background: url(../../ffcsmodule/default/images/jz_NewsConsul_tabitemActive3.png)no-repeat !important;
    background-size: 100% 100% !important;
    border-bottom: none;
 }

 .jz_NewsConsul_rightbox {
    width: 308px;
height: 400px;
background: rgba(255,255,255,0.39);
box-shadow: 0px 0px 12px rgba(0,0,0,0.16);
border-radius: 10px;
 }
 .jz_NewsConsul_rgtit {
    padding-left: 21px;
    height: 50px;
    line-height: 50px;
    background: url(../../ffcsmodule/default/images/jz_NewsConsulhost.png)no-repeat;
    background-size: 100% 100%;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
 }
 .jz_NewsConsul_infobox {
    padding: 0 17px;
 }
 .jz_NewsConsul_infoitem {
    display: flex;
    align-items: center;
    height: 70px;
    border-bottom: 1px solid #DDDDDD;
 }
 .jz_NewsConsul_xuhao {
    text-align: center;
    width: 17px;
height: 17px;
line-height: 17px;
background: #FE7551;
border-radius: 4px;
color: #fff;
 }
 .jz_NewsConsul_xurte1 {
    flex: 1;
    margin-left: 8px;
color: #303040;
font-size: 14px;
 }
 .jz_NewsConsul_xuhaoc9 {
background: #C9C9C9 !important;
 }
 .jz_NewsConsul_top {
    transform: translateY(-50px);
 }
 .jz_NewsConsul_bottomtab {
    display: flex;
    background-color:#EFEFEF;
    height: 50px;
    line-height: 50px;
    border-radius: 10px 10px 0px 0px;
 }
 .jz_NewsConsul_tabottomitem {
    width: 140px;
padding: 0 38px;
font-size: 16px;
color: #181B22;
 }
 .jz_NewsConsul_bottomcontianr {
background: rgba(255,255,255,2.39);
box-shadow: 0px 0px 12px rgba(82,96,120,0.1);
opacity: 1;
 }
 .jz_active7 .jz_NewsConsul_tabottomitemActive {
    background-color:#4a84f7;
    color: #fff;
 }
 .jz_NewsConsul_bottomlist {
    cursor: pointer;
    display: flex;
    height: 139px;
    border-bottom: 1px solid #DDDDDD;
 }
 .jz_NewsConsul_bottomlist-left {
    margin-top: 27px;
    padding-top: 16px;
    width: 106px;
    border-right: 1px solid #DDDDDD;
    margin-bottom: 25px;
 }
 .jz_NewsConsul_bottomlistyear {
    padding-left: 52px;
    color: #181B22;
font-size: 26px;
 }
 .jz_NewsConsul_bottomlisttime {
    padding-left: 30px;
    color: #181B22;
    font-size: 14px;
 }
 .jz_NewsConsul_bottomlist-right {
    padding-top: 30px;
    width: 1040px;
    padding-right: 30px;
    margin-left: 25px;
 }
 .jz_NewsConsul_bottomlist h5 {
    font-weight: 700;
color: #181B22;
font-size: 17px;
 }
 .jz_NewsConsul_bottomlisttest {
margin-top: 12px;
color: #5C6780;
font-size: 14px;
 }
 .jz_NewsConsul_bottomlist:hover .jz_NewsConsul_bottomlist-right h5{
 color: #1a71ff;
 }
 .jz_NewsConsul_bottimg {
    border-radius: 10px;
    margin-top: 18px;
    width: 210px;
    height: 104px;
 }
 .jz_NewsConsul_bottimg img{
    width: 100%;
    height: 100%;
  }
  .jz_NewsConsul_bottomlist-rightimg {
    flex: 1;
    display: flex;
  }
  .jz_NewsConsul_bottomlist-righttset {
    padding-top: 30px;
    margin: 0 50px 0 24px;
    width: 780px;
  }
   

  .jz_NewsConsul_bottomlist:hover .jz_NewsConsul_bottomlist-righttset h5{
    color: #1a71ff;
    }

    .jz_NewsConsulpageconitar {
        display: flex;
        justify-content: center;
    }


    .jz_tab-nav5 ul {
        margin: 0;
        padding: 0;
        list-style: none;
      }
  
      .jz_tab-nav5 li {
        cursor: pointer;
      }
  
      .jz_tab-nav5 li.jz_active5 {
        color: #fff;
      }
  
      .jz_tab-content5 .jz_content-item5 {
        display: none;
      }
  
      .jz_Tradiconianr {
        margin-top: 50px;
        display: flex;
      }
  
      .jz_tab-content5 .jz_content-item5.jz_active5 {
        display: block;
      }
  
  
      .jz_tab-nav7 {
    margin-bottom: 10px;
  }
  
  .jz_tab-nav7 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
  }
  
  .jz_tab-nav7 li {
    cursor: pointer;
  }
  
  .jz_tab-nav7 li.jz_active7 {
    color: #fff;
  }
  
  .jz_tab-content7 .jz_content-item7 {
    display: none;
  }
  
  .jz_Tradiconianr {
    margin-top: 50px;
    display: flex;
  }
  
  .jz_tab-content7 .jz_content-item7.jz_active7 {
    display: block;
  }
  .jz_NewsConsul_bottomboxtop {
    transform: translateY(-45px);
  }
  .jz_NewsConsul_bottombox {
    transform: translateY(-23px);
  }
  .jz_NewsConsul_xurte1hg {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .banner_mySwiper  {
    width: 100%;
    height: 100%;
  }
  .gy-content {
    padding-top: 15px;
    line-height: 21px;
  }
  .jz_intelligencebd {
    border-bottom: 3px solid #4B84F7;
    padding-right: 10px;
  }
  .com_header_jzsjtop {
    position: relative;
   
  }
 
  .com_header_jzsjtopcotionr {
    position: relative;
  }
  .com_header_jzsjtop {
    position: absolute;
    position: absolute;
    width: 15px;
    height: 15px;
    background: url(../../ffcsmodule/default/images/sanjiaotop.png) no-repeat;
    background-size: 100% 100%;
    right: -14px;
    bottom: 21px;
    transition: transform 0.5s ease; /*表示当发生transform变换时，它将花费1秒的时间进行平滑过渡，并采用默认的缓动函数（ease） */
  }
  .com_header_jzsjtopcotionr:hover .com_header_jzsjtop {
    transform: rotate(-180deg) !important;
  }
  .jingzhong_gonleftbox {
    display: flex;
    justify-content: space-between;
    width: 90%;
  }