/*产品概述--01*/
.pro-1-con {
padding: 30px 0 70px 0;
}
#frame_main>.row {
max-width: 100% !important;
}
.lh-columns  .row {
width: 100%;
max-width: 1440px;
margin: 0 auto !important;
}
#frame_main_r8,
#frame_main_r9,
#frame_main_r10{
background-color:#f7f7f7;
}
#frame_main_r11{
 padding-top:50px;
}
.lh-columns {
padding:0;
}
.row {
margin: 0 auto !important;
max-width: 1440px !important;
width: 100%;
}
.pro-1-l h3 {
font-size: 26px;
padding-top: 30px;
margin-bottom: 0;
}
.pro-1-l span {
font-size:20px;
color: #808080;
}
.pro-1-l p {
padding-top: 40px;
font-size: 24px;
text-align: justify;
color: #808080;
font-family: SourceHanSansCN-Regular;
line-height: 36px;
font-weight: 300;
}
.pro-1-r {
padding: 30px 40px;
}

/*产品概述--02*/
.pro-2-title {
width: 100%;
text-align: center;
}
.pro-2-title h3{
font-size: 26px;
margin-bottom: 0;
}
.pro-2-title span {
font-size:20px;
color: #808080;
}
.pro-2-con {
    width: 100%;
    height: auto;
    line-height: 36px;
    margin: 40px 0 50px 0;
    padding: 33px 44px 41px 46px;
    background-color: #f7f7f7;
    font-size: 18px;
    text-align: justify;
    text-indent: 2em;
    font-weight: 300;
    color: #808080;
}
/*产品概述--03*/
.tablist-3 {
display: flex;
justify-content: center;
margin: 40px 0 0;
border-bottom: 2px solid #f7f7f7;
}
.tablist-3 li {
padding: 10px 50px;
font-family: SourceHanSansCN-Regular;
font-size: 24px;
color: #808080;
letter-spacing: 0;
text-align: center;
font-weight: 400;
cursor: pointer;
}
.tablist-3 .on {
color: #FEA86E;
position: relative;
font-size: 25px;
font-weight: 700;
}
.tablist-3 .on::before {
content: '';
position: absolute;
bottom: -2px;
left: 50%;
transform: translateX(-50%);
width: 56px;
height: 3px;
background: #FEA86E;
border-radius: 2px 2px 0px 0px;
}
.pro3 {
padding: 50px 0px;
}
.pro3 .pro3-left{
color: #333;
line-height:32px;
}
.pro3 .pro3-left h3 {
font-size: 24px;
padding-bottom: 30px;
}
.pro3 .pro3-left h5 {
font-size: 18px;
}
.pro3 .pro3-left p {
font-size: 18px;
color: #999999;
}
.pro3-right {
overflow: hidden;
padding: 0 25px;
}










/*数据存证 ---04*/
.pro-4-con {
margin: 50px 0;
}
.row4-l {
padding: 30px 50px 10px 30px;
}
.row4-r {
padding: 0px 20px 10px 30px;
}
.row4-r h3 {
padding: 54px 0 20px 0;
position: relative;
font-size: 36px;
}
.row4-r h3::before {
content: "";
display: inline-block;
position: absolute;
left: 0;
bottom: 0;
width: 52px;
height: 3px;
background: #FEA86E;
border-radius: 2px;
}
.pro-padding {
padding: 10px 30px 10px;
}
.row4-r p {
font-size: 20px;
color: #999;
padding-top: 37px;
padding-bottom: 60px;
line-height: 30px;
}
.row4-r .applyBtn {
width:120px;
height: 44px;
text-align: center;
font-size: 18px;
color: #fff;
background: #FF9853;
border-radius: 4px;
line-height: 44px;
pointer-events: auto;
cursor: pointer;
}

/*系统优势--06*/
.row-6 {
padding: 50px 0;
background-color: #f7f7f7;
}
.pro-6-title  {
text-align: center;
width: 100%;
margin-bottom: 50px;
}
.pro-6-title h3{
font-size: 26px;
color: #333;
}
.pro-6-title span {
font-size: 20px;
color: #808080;
}
.pro-6-con {
display: flex;
padding: 50px 0;
}
.pro-6-con .pro6-left {
width: 200px;
}
.pro-6-con .pro6-right {
flex: 1;
}
.data_pro6_title ul {
margin: 0;
}
.pro6-left ul {
margin: 0;
}
.pro6-left ul li {
padding: 20px;
font-size: 24px;
color: #666;
cursor: pointer;
}
.pro6-left ul .on {
position: relative;
color: #FEA86E;
}
.pro6-left ul .on::before{
content: '';
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 3px;
height: 20px;
background: #FEA86E;
border-radius: 2px 2px 0px 0px;
}



/*系统优势--07*/
.row-7 {
padding: 50px 0;
}
.pro7-left {
margin: 0;
}
.pro7-left li {
font-size: 24px;
color: #808080;
padding: 20px 30px;
margin-bottom: 20px;
cursor: pointer;
}
.pro7-left li p {
display: none;
margin-bottom: 0;
}
.pro7-left .on .pro7-txt{
display: block;
}
.pro7-left .on {
position: relative;
color: #FEA86E;
box-shadow: 0px 0px 8px 0px rgba(128,128,128,0.16);
border-radius: 8px;
}
.pro7-left .on p {
font-size: 14px;
color: #808080;
}
.pro7-left .on::before {
content: '';
position: absolute;
left: 0;
top: 50%;
width: 4px;
height: 90px;
background: #FEA86E;
border-radius: 0px 100px 100px 0px;
transform: translateY(-50%);
}
.pro7-right {
padding: 10px 30px;
}
/*更多功能--08*/
.row-8 {
padding: 50px 0 !important;
}
.pro-8-title {
width: 100%;
text-align: center;
padding-top:20px;
}
.pro-8-title h3{
font-size: 26px;
color: #333;
margin-bottom: 0;
}
.pro-8-title span {
font-size:20px;
color: #808080;
}
.pro-8-con {
margin-top: 50px;
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
.item-double {
width: 654px;
/*height: 200px;*/
background: url("../images/modes/setting.png") no-repeat top right #FFFFFF;
box-shadow: 0px 0px 8px 0px rgba(128,128,128,0.16);
opacity: 1;
border-radius: 16px;
margin-bottom: 50px;
}
.item-double:hover {
background-color: #FFB279;
background-image: url("../images/modes/setting_1.png");
}
.item-double:hover .bg-orange {
background: rgba(255,255,255,0.16);
}
.item-double:hover  h5 {
color: #fff;
}
.item-double:hover  .bg-orange li{
color: #fff;
background: #FF9853;
}
.item-double h5,
.item-single h5{
font-size: 24px;
color: #333;
padding: 27px;
}
.item-double ul,
.item-single ul{
margin: 0;
background: #fbfbfb;
padding: 16px 27px 10px;
}
.item-double ul li ,
.item-single ul li{
float: left;
box-shadow: 0px 0px 8px 0px rgba(128,128,128,0.16);
border-radius: 2px;
margin-bottom: 12px;
padding: 10px 15px;
margin-right: 24px;
}
.item-single {
width: 882px;
background: url("../images/modes/number_5.png") no-repeat top right #FFFFFF;
box-shadow: 0px 0px 8px 0px rgba(128,128,128,0.16);
border-radius: 16px;
padding: 28px;
margin-bottom: 50px;
}

/*更多功能--9 */
.row-9 {
position: relative;
}
.pro-9-con {
margin-top: 50px;
}
.functionSwiper_1 {
overflow: hidden;
width: 100%;
}
.functionSwiper_1 .swiper-slide {
width: 336px;
}

.functionSwiper_1 .swiper-button-next,
.functionSwiper_1 .swiper-button-prev,
.functionSwiper_2 .swiper-button-next,
.functionSwiper_2 .swiper-button-prev{
top: 59% !important;
color: #fff;
}
/*轮播图公共部分*/
.functionSwiper_1 .swiper-button-next::before,
.functionSwiper_1 .swiper-button-prev::before,
.functionSwiper_2 .swiper-button-next::before,
.functionSwiper_2 .swiper-button-prev::before{
content: "";
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 90px;
height: 90px;
border-radius: 50%;
background: #333333;
opacity: 0.23;
z-index: -1;
}

/*轮播图公共部分*/
.functionSwiper_1 .swiper-button-prev::before,
.functionSwiper_2 .swiper-button-prev::before
{
left: -43px;
}
.functionSwiper_1 .swiper-button-next::before,
.functionSwiper_2 .swiper-button-next::before
{
right: -43px;
}
.box-documents {
margin-bottom: 50px;
padding: 30px;
width: inherit;
height: inherit;
box-shadow: 0px 0px 8px 0px rgba(128,128,128,0.18);
background-color: #fff;
}
.box-documents:hover{
background: #FFB279;
}
.box-documents:hover ul li:before {
background-color: #FFFFFF;
}
.box-documents:hover  h3 ,
.box-documents:hover ul li{
color: #fff;
border-bottom-color: #ffffff;
}
.box-documents:hover ul {
background: url("../images/modes/aimbeifen.png")  no-repeat bottom right;
background-size: 112px 112px;
}
.box-documents h3 {
font-size: 24px;
color: #333;
font-weight: 500;
padding-bottom: 20px;
border-bottom: 1px solid #FEA86E;
}
.box-documents ul {
margin: 34px 0 0 0;
background: url("../images/modes/ddd.png")  no-repeat bottom right;
background-size: 112px 112px;
 height: 147px;
  overflow: hidden;
}
.box-documents ul li {
position: relative;
font-size: 18px;
color: #808080;
padding: 4px 0 4px 20px;
}
.box-documents ul li::before {
content: "";
position: absolute;
left: 0;
top: 14px;
display: inline-block;
width: 7px;
height: 7px;
border-radius: 50%;
background-color: #FEA86E;
}
/*更多功能--10 */
.row-10 {
position: relative;
}
.pro-9-con .document-items {
background: #FFFFFF;
box-shadow: 0px 0px 8px 0px rgba(128,128,128,0.16);
border-radius: 0px 0px 56.67px 0px;
padding: 30px;
margin-bottom: 50px;
}
.functionSwiper_2 {
overflow: hidden;
width: 100%;
padding:  0 3px;
}
.functionSwiper_2 .swiper-slide  {
width: 340px;
/*margin-right: 25px;*/
}
.document-items-img {
width: 80px;
height: 80px;
background: url("../images/modes/ami.png") no-repeat;
margin: 34px 0;
background-size: 80px 80px;
}

.pro-9-con .document-items h5 {
font-size: 24px;
color: #333;
}
.pro-9-con .document-items p {
font-size: 18px;
color: #808080;
height:86px;
overflow: hidden;
}
.document-items .mask-top {
position: absolute;
top: 0;
right: 16px;
width: 180px;
height: 6px;
background: #FEA86E;
border-radius: 0px 0px 0px 100px;
}
.columns:last-child {
float: left !important;
}
.list-addr:last-child{
padding: 20px 15px 20px 0px !important;
width: 100% !important;
max-width: 1440px !important;
margin: 0 auto;
float: unset !important;
}
.pro-9-con .document-items:hover {
background: #FFB279;
}
.pro-9-con .document-items:hover .document-items-img {
background: url("../images/modes/aim.png") no-repeat;
background-size: 80px 80px;
}
.pro-9-con .document-items:hover h5,
.pro-9-con .document-items:hover p{
color: white;
}
.pro-9-con .document-items:hover .mask-top {
background: #FFC8A3;
}


/*更多功能 --11*/
.pro-11-con {
margin: 50px 0;
}
.pro-11-con .func-lists {
background: #FFFFFF;
box-shadow: 0px 0px 8px 0px rgba(128,128,128,0.16);
background: url("../images/modes/zaozhi_2.png") no-repeat 100% 36% #FFFFFF ;
    overflow: hidden;
    margin-bottom: 20px;
}
.pro-11-con .func-lists:hover{
background: url("../images/modes/zaozhi.png") no-repeat top right #FFB279;
}
.pro-11-con .func-lists:hover h5,
.pro-11-con .func-lists:hover p{
color: white;
}
.pro-11-con .func-lists:hover h5::before {
background: #FFC8A3;
}
.func-lists h5 {
position: relative;
font-size: 24px;
color: #333;
font-weight: 500;
padding: 30px 30px 25px;
border-bottom: 1px solid #f7f7f7;
}
.func-lists h5::before {
content: "";
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 3px;
height: 24px;
background: #FEA86E;
border-radius: 0px 100px 100px 0px;
}
.func-lists p {
  font-size: 18px;
    color: #808080;
    height: 103px;
    margin: 20px;
    overflow: hidden;
    line-height: 26px;
}
.pro-11-con .columns {
float: left !important;
}




@media only screen and (max-width: 1670px) {
.main_fixed {
display:none!important;
}
}
@media only screen and (max-width: 640px) {
/*字体小屏23像素*/
.pro-1-l h3,
.pro-2-title h3,
.row4-r h3,
.pro-8-title h3{
font-size: 23px;
}
/*字体小屏14像素*/
.pro-1-l span,
.pro-2-title span,
.pro-8-title span,
.item-double ul li,
.item-single ul li,
.pro3 .pro3-left p,
.pro3 .pro3-left h5{
font-size: 14px;
}
/*字体小屏16像素*/
.pro-1-l p ,
.row4-r p,
.pro-2-con,
.box-documents ul li,
.pro-9-con .document-items p,
.func-lists p,
.pro3 .pro3-left h3,
.pro-6-title span,
.pro6-left ul li{
font-size: 16px;
}
.pro-2-con {
margin-top: 10px;
padding: 15px;
}
.row4-r h3 ,
.row4-r p{
padding: 0;
}
.row4-r .applyBtn {
height: 30px;
line-height: 30px;
width: 65px;
font-size: 14px;
}
.item-double h5, .item-single h5,
.box-documents h3,
.pro-9-con .document-items h5,
.pro7-left li>span{
font-size: 20px;
}
.item-double,
.item-single {
margin: 20px 30px;
}
.box-documents,
.pro-9-con .document-items,
.func-lists h5{
padding: 15px;
}
.func-lists p{
 padding:0;
}
.document-items .mask-top {
width: 80px;
}
.document-items-img {
margin: 8px 0;
}
.pro-11-con .func-lists{
background-position: bottom right;
background-size: 60%;
}
.func-lists h5 {
font-size: 18px;
}
.tablist-3 li {
padding: 10px 9px;
font-size: 18px;
}
.pro3 {
padding: 30px 0px;
}
.pro-6-con .pro6-left {
width: 106px;
}
.pro-6-title h3 {
font-size: 20px;
}
.pro-6-con {
padding: 10px 5px;
}
.pro6-left ul li {
padding: 10px;
}
.pro7-left li {
padding: 10px;
margin-bottom: 0;
}
.swiper-button-prev:after{
font-size: 20px;
margin-left: 6px;
}
.swiper-button-next:after {
font-size: 20px;
margin-right: 6px;
}
.functionSwiper_1 .swiper-button-next:before,
.functionSwiper_1 .swiper-button-prev::before,
.functionSwiper_2 .swiper-button-next:before,
.functionSwiper_2 .swiper-button-prev::before{
width: 40px;
height: 40px;
}
.functionSwiper_1 .swiper-button-prev::before,
.functionSwiper_2 .swiper-button-prev::before
{
left: -3px;
}

.functionSwiper_1 .swiper-button-next::before,
.functionSwiper_2 .swiper-button-next::before
{
right: -3px;
}
.functionSwiper_1,
.functionSwiper_2 {
width: 92%;
margin-left: auto;
margin-right: auto;
}
.tablist-3 .on{
font-size:18px;
}

}
@media only screen and (min-width:640px) and (max-width: 1024px) {

}
.main_fixed{
position:fixed;
top:50%;
transform: translateY(-50%);
z-index: 99;
}
.main_fixed ul .active{
background-image: linear-gradient(90deg, rgba(255,211,167,0.00) 0%, rgba(254,168,110,0.40) 100%) !important;
border-right:3px solid #FEA86E !important;
}
.main_fixed ul li{
font-size:16px;
padding:10px 0;
padding-right:20px;
text-align:right
}
.main_fixed ul li a {
color:#333333;
}
.main_fixed ul li:hover {
cursor:pointer;
}
#frame_main {
position: relative;
}
.main_fixed ul {
border-right:1px solid  #D8D8D8;
position: relative;
    background: #fff;
    padding-left: 15px;
}
