*{
    font-size: 14px;
    font-family: "Microsoft sans serif","Arial","黑体","宋体",sans-serif;
    margin: 0;
    padding: 0;
    line-height: 25px;
    color: #666666;
}


.my_email{
    position:relative;
    animation:my_email_move 1s infinite;
    -webkit-animation:my_email_move 1s infinite; /* Safari and Chrome */
    -webkit-animation-fill-mode:forwards; /* Safari 和 Chrome */
}
@keyframes my_email_move
{
    0%   {top:0px; left:0px; }
    25%  {top:0px; left:3px; }
    50%  {top:3px; left:3px; }
    75%  {top:3px; left:0px; }
    100% {top:0px; left:0px;right: 0px; }
}

@-webkit-keyframes my_email_move /* Safari and Chrome */
{
    0%   {top:0px; left:0px; }
    25%  {top:0px; left:3px; }
    50%  {top:3px; left:3px; }
    75%  {top:3px; left:0px; }
    100% {top:0px; left:0px;right: 0px; }
}
.my_whatsup{
    position:relative;
    animation:my_email_move 1s infinite;
    -webkit-animation:my_email_move 1s infinite; /* Safari and Chrome */
    -webkit-animation-fill-mode:forwards; /* Safari 和 Chrome */
}
@keyframes my_whatsup_move
{
    0%   {top:0px; left:0px; }
    25%  {top:0px; left:3px; }
    50%  {top:3px; left:3px; }
    75%  {top:3px; left:0px; }
    100% {top:0px; left:0px;right: 0px; }
}

@-webkit-keyframes my_whatsup_move /* Safari and Chrome */
{
    0%   {top:0px; left:0px; }
    25%  {top:0px; left:3px; }
    50%  {top:3px; left:3px; }
    75%  {top:3px; left:0px; }
    100% {top:0px; left:0px;right: 0px; }
}

.h20{
    height: 20px;
}
.h30{
    height: 30px;
}
.h40{
    height: 40px;
}
.h50{
    height: 50px;
}
.h60{
    height: 60px;
}
.h80{
    height: 80px;
}
.h100{
    height: 100px;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
    color: #000;
}
a:hover{
    color: #2958a5;
}
.clear{
    clear: both;
}
.content{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

/*公共头部*/
.head{
    padding: 25px 0px 30px;
    height: 100px;
}
.head_top >div{
    display: inline-block;
    vertical-align: middle;
}
.head_top >div:nth-child(1){
    float: left;
}
.head_top >div:nth-child(2){
    float: right;
}
.head_top_left >p{
    display: inline-block;
    vertical-align: middle;
}
.head_top_left img{
    width: 206px;
    height: 60px;
}
.head_top_left >p:nth-child(1){
    width: 216px;
    height: 60px;
    border-right: 2px solid #cccccc;
}
.head_top_left >p:nth-child(2){
    margin-left: 10px;
    font-family: "Hiragino Sans GB W3";
    font-size: 14px;
}
.head_top_right p{
    font-family: "Hiragino Sans GB W3";
    font-size: 14px;
    line-height: 25px;
}
.head_top_right p i ,.head_top_right p a{
    display: inline-block;
    vertical-align: middle;
}
.head_top_right p:nth-child(1) i{
    width: 19px;
    height: 15px;
    background-image: url("../images/meail.png");
}
.head_top_right p span{
    margin-left: 5px;
}
.head_top_right p:nth-child(2) i{
    width: 19px;
    height: 18px;
    background-image: url("../images/whtsup.png");
}
.head_bottom{
    background-color: #2958a5;
    height: 40px;

}
.head_tab li{
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
}
.head_tab li a{
    color: #fff;
    line-height: 40px;
    padding: 10px 65px;
    font-size: 14px;
}
.head_tab li a:hover{
    background-color: #264270;
}
.head_tab li:hover dl{
    display: block;
}
.head_tab dl{
    display: none;
    position: absolute;
    background-color: #fff;
    padding: 10px 5px;
    z-index: 999;
    border: 1px solid #777777;
}
.head_tab dl >div{
    display: inline-block;
    vertical-align: top;
}
.head_tab dl >div:nth-child(1) dd a{
    border-right: 1px solid #eeeeee;
}
.head_tab dl a{
    display: block;
    width: 200px;
    color: #000;
    padding: 0;
    text-align: left;
    padding-left: 35px;
    line-height: 30px;
}
.head_tab dl a:hover{
    color: #fff;
}
.head_tab dl h3 a:hover{
    background-color: #fff;
    color: #ff0000;
}
/*公共头部*/

/*公共底部*/
.footer{
    background-color: #2f2f2f;
}
.footer_des>div{
    display: inline-block;
    vertical-align: top;
}
.footer_des>div:nth-child(1){
    width: 465px;
}
.footer_des>div:nth-child(2){
    width: 395px;
}
.footer_des>div:nth-child(3){
    width: 220px;
}
.footer_des h3{
    font-size: 25px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 20px;
}
.footer_des p a{
    font-size: 16px;
    color: #cccccc;
    line-height: 35px;
}
.footer_des p a:hover{
    color: #fff;
}
.footer_left_more a {
    display: inline-block;
    margin-right: 30px;
    margin-top: 20px;
}
.footer_left_more a i{
    display: inline-block;
    width: 52px;
    height: 52px;
}
.footer_left_more a:nth-child(1) i{
    background-image: url("../images/foot_01.png");
}
.footer_left_more a:nth-child(2) i{
    background-image: url("../images/foot_02.png");
}
.footer_left_more a:nth-child(3) i{
    background-image: url("../images/foot_03.png");
}
.footer_left_more a:nth-child(4) i{
    background-image: url("../images/foot_04.png");
}
.footer_form{
    margin-left: 30px;
}
.footer_form_defult input{
    width: 185px;
    height: 35px;
    margin-bottom: 10px;
}
.footer_form_defult input:nth-child(2){
    float: right;
}
.footer_form_mess textarea{
    width: 100%;
    height: 70px;
}
.footer_sub input{
    margin-top: 10px;
    width: 115px;
    height: 40px;
    color: #fff;
    border: none;

}
.footer_sub input:nth-child(1){
    background-color: #ba1817;
    margin-right: 10px;
    cursor: pointer;
}
.footer_sub input:nth-child(2){
    background-color: #898989;
    cursor: pointer;
}
.footer_des>div:nth-child(3){
    float: right;
}
*::-webkit-input-placeholder {
    color: #a8a7a7;
    font-size: 12px;
    line-height: 20px;
    margin-left: 5px;
}

/*公共底部结束*/

/*页面导航栏开始*/
.page_tab{
    border-bottom: 1px solid #d5d5d5;
    height: 85px;
}
.page_tab_des>div{
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 20px;
}
.page_tab_des>div:nth-child(1){
    /*float: left;*/
}
.page_tab_des>div:nth-child(2){
    float: right;
}
.page_tab_des .page_left>div{
    display: inline-block;
    vertical-align: bottom;
}
.page_right{
    font-size: 20px;
    line-height: 88px;
}
.page_left>div:nth-child(1){
    font-size: 36px;
    color: #2958a5;
    border-right: 1px solid #c2c2c2;
    margin: 15px 15px 15px 0;
    padding-right: 15px;
    line-height: 40px;
}
.page_left>div:nth-child(2){
    line-height: 48px;
}


/*左侧导航*/
.content_page>div{
    display: inline-block;
    vertical-align: top;
}
.page_tab_left{
    width: 220px;
}
.page_tab_right{
    width: 900px;
    padding: 20px;
    float: right;
    background-color: #fff;
    min-height: 980px;
}
.apage_tab_title{
    width: 100%;
    height: 80px;
    background: url(../images/left_tab_title.png) no-repeat;
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 45px;
}
.page_tab_des ul {
    position: relative;
    top: -35px;
}
.page_tab_des ul li {
    background-color: #d0d0d0;
    width: 190px;
    margin: 0px auto;

    border-bottom: 1px solid #fff;
}
.page_tab_des ul li a{
    line-height: 40px;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
}
.page_tab_des ul li a span{
    display: inline-block;
    vertical-align: middle;
    float: left;
    margin-top: 7px;
    margin-bottom: 7px;
    font-weight: bold;
    color: #2958a5;
}
.page_tab_des ul li a i{
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    margin-top: 14px;
    float: right;
    background: url("../images/page_tab_r.png") no-repeat;
}

.page_tab_child {
    display: none;
    background-color: #e5e4e4;
}
.page_tab_child dd{
    border-bottom: 1px solid #fff;
}
.page_tab_child dd a{
    font-size: 12px;
    background-color: #e5e4e4;
}
.page_tab_des ul li:hover .page_tab_child{
    display: block;
}
.page_tab_des ul li:hover i{
    background: url("../images/page_tab_d.png") no-repeat;
}
.page_app li a{
    font-size: 12px;
}
/*左侧联系地址*/
.page_add ul li{
    border-bottom: none;
}
.page_add ul li a span{
    float: none;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    width: 150px;
    margin-left: 5px;
    color: #333333;
}
.page_add ul li a em{
    display: inline-block;
    vertical-align: middle;
}
.page_add ul li:nth-child(1) a em{
    width: 11px;
    height: 16px;
    background: url(../images/con_add.png);
}
.page_add ul li:nth-child(2) a em{
    width: 13px;
    height: 12px;
    background: url("../images/con_whtup.png");
}
.page_add ul li:nth-child(3) a em{
    width: 15px;
    height: 12px;
    background: url("../images/con_email.png");
}
.page_add ul li:nth-child(4) a em{
    width: 14px;
    height: 14px;
    background: url("../images/con_fax.png");
}
/*左侧导航栏--相关产品*/
.page_relate_pro ul li{
    background-color: #f0f0f0;
    border-bottom: none;
}
.page_relate_pro ul li a{
    margin: 0px;
    padding: 0px;
    height: 145px;
    margin-bottom: 10px;
}

.page_relate_pro ul li a img{
    width: 190px;
}
.page_relate_pro ul li a p{
    text-align: center;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    background-color: rgba(102,102,101,0.8);
    position: relative;
    top: -30px;
    color: #fff;
}

/*详情页表单*/
.guess .guess_title{
    height: 45px;
    color: #fff;
    background-color: #1f56af;
    border-radius: 10px;
    line-height: 45px;
    padding-left: 10px;
    margin-top: 30px;
}
.form_data input{
    width: 658px;
    height: 35px;
}
.form_data label{
    width: 60px;
    display: inline-block;
    vertical-align: top;
}
.form_data textarea{
    display: inline-block;
    vertical-align: top;
    width: 658px;
    height: 170px;
}
.form_data label i{
    color: #f00;
    font-weight: bolder;
}
.form_data h4{
    font-weight: normal;
    color: #333333;
    text-align: left;
    margin-top: 15px;
    padding-left: 10px;
}
.form_data form div{
    margin-top: 20px;
    text-align: center;
}
.form_up {
    text-align: right;
    padding-right: 175px;
}
.form_up input{
    width: 128px;
    height: 38px;
    border: none;
    color: #fff;
    cursor: pointer;
}
.form_up input:nth-child(1){
    background-color: #a52929;
    margin-right: 10px;
}
.form_up input:nth-child(2){
    background-color: #2958a5;
}


/*分页样式*/
.pagination {
    display: inline-block;
    height: 40px;
    padding: 20px 0px;
    margin: 0 auto;
}
.pagination p {
    float: left;
    padding: 2px 12px;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    color: #bbb;
    background: #fcfcfc;
    margin-right: 8px;
}
.pagination a {
    display: block;
    float: left;
    margin-right: 10px;
    padding: 2px 12px;
    height: 24px;
    background: #fff;
    text-decoration: none;
    color: #808080!important;
    font-size: 12px;
    line-height: 24px;
}
.pagination a.cur {
    color: red!important;
    font-weight: 700;
}
.cases_title_sub{
    font-size: 14px;
    text-align: center;
}
.table_father{
    width: 100%!important;
    /*margin-top: 20px;*/
}
.table_father table{
    border-collapse: collapse;
    width: 100%!important;
    background-color: #ececec;
}
.table_father table tr:hover{
    background-color: #cc3333!important;

}
.table_father table td{
    word-break: break-all;
    height: 30px;
    border: 1px solid #000;
    text-align: center;
    font-size: 12px;
}
.table_father table tr:hover td{
    color: #fff;
}




/*右下角提交框*/
#online_qq_layer {
    z-index: 9999999;
    position: fixed;
    right: 0;
    bottom: 0;
}
#online_qq_tab {
    position: relative;
    z-index: 9;
}
#online_qq_tab #floatShow:hover {
    margin-right: 0;
}
#online_qq_tab #floatShow {
    overflow: hidden;
    background: url(../images/online.png) no-repeat center center;
    border-radius: 5px 0 0 0;
    height: 40px;
    width: 200px;
    float: right;
    line-height: 40px;
    margin-right: -10px;
    -webkit-transition: all var(--transition-time,800ms);
    -o-transition: all var(--transition-time,800ms);
    transition: all var(--transition-time,800ms);
}
#online_qq_tab #floatHide {
    overflow: hidden;
    background: #134988;
    text-transform: capitalize;
    width: 100%;
    height: 40px;
    font-family: 'poppins_sb';
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    padding-left: 10px;
    width: 300px;
    text-align: left;
}
#online_qq_tab #floatHide i {
    font-size: 12px;
    max-height: 32px;
    float: right;
    padding-top: 10px;
    padding-right: 10px;
}
.fa {
    width: 23px;
    height: 20px;
    margin-top: 5px;
    margin-right: 5px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    background: url("../images/close.png");
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#onlineService {
    display: inline;
    width: 306px;
    overflow: hidden;
    display: none;
    background: #fff;
    font-size: 12px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    border: 2px solid #134988;
    border-top: none;
}
.i_message_inquiry {
    padding: 10px 10px 20px 10px;
}
#onlineService .text {
    margin-bottom: 10px;
    color: #808080;
    line-height: 20px;
    font-size: 12px;
    font-weight: 400;
}
.i_message_inquiry .inquiry .input-group {
    background: #fff;
    height: 32px;
    margin-bottom: 14px;
    width: 100%;
    border: none;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.i_message_inquiry .inquiry .form-control {
    border: none;
    background: none;
    border-radius: 0px;
    line-height: 30px;
    color: #999;
    font-size: 12px;
    width: 100%;
    border: 1px solid #ddd;
}
#online_qq_layer .inquiry .send {
    display: inline-block;
    margin-top: 1px;
    color: #093f7d;
    font-size: 12px;
    font-family: 'poppins_sb';
    text-transform: uppercase;
    padding: 5px 20px;
    background: #fff;
    letter-spacing: 1px;
    border: 2px solid #134988;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#online_qq_layer .inquiry .send:hover {
    background: #134988;
    color: #fff;
    text-decoration: none;
}

#fixRight{
	width: 70px;
    position: fixed;
    right: 0;
    top: 550px;
}
#fixRight>div{
	width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #0fae09;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    margin:5px 0px;
}
#fixRight>div a{
	width: 100%;
	height: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
}




/*公共头部新样式*/
.pcHe{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 110px;
}
.pcHead{
    box-shadow: rgba(34, 34, 34, 0.1) 0px 3px 8px 0px;
    border-bottom: 1px solid rgb(234, 234, 234);
}
.pcHe .plogos{
    width: 300px;
}

.pHeRiTab{
    display: flex;
    justify-content: space-between;
}
.pHeRiTabs{
    display: block;
    min-width: 85px;
    padding: 0 5px;
    height: 110px;
    border-radius: 5px;
    text-align: center;
    line-height: 110px;
    font-size: 15px;
    font-family: "Microsoft sans serif","Arial","Microsoft YaHei","黑体","宋体",sans-serif;
    color: #2f2525;
}

.pHeRi{
    width: 900px;
}
.pHeRiTabs span{
    width: 0px;
    height: 2px;
    position: relative;
    left: 0px;
    right: 0px;
    top: -40px;
    background: #ff4037;
    margin: auto;
    transition: all 0.3s ease 0s;
    display: block;
}
.pHeRiTab li:hover span{
    width: 60px;
}
.pHeRiTab li:hover .pHeRiTabs{
    color: #ff4037;
}

body{
    background-color: #fff!important;
}
#phfdj{
    display: block;
    height: 110px;
    width: 50px!important;
    background: url("../images/phfdj.png")no-repeat center;
}


/*修改新产品页面*/
.pctabsFa{
    background-color: #f9f9f9;
}
.pctabs{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 50px;
    color: #909090;
}
.pctabs a{
    font-size: 14px;
    color: #909090;
}
.pctabs a:last-child{
    color: #ff4037;
}
.pctabsicon{
    margin-right: 10px;
}
.pcMess{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.pcMess .pcMessLe{
    width: 575px;
}
.pcMess .pcMessRi{
    width: 600px;
}
.pcMess .pcMessLe .pcMeProFa  dd{
    display: none;
    width: 575px;
    height: 430px;
    border: 1px solid #ccc;
    background-color: #f9f8f5;
    text-align: center;
    justify-content: center;
    align-items: center;
    transition-duration: 0.8s;
    transition: all 0.2s cubic-bezier(0.55, 0.09, 0.68, 0.53);
}
.pcMess .pcMessLe .pcMeProFa  dd img{
    width: 100%;
    transition-duration: 0.8s;
    transition: all 0.2s cubic-bezier(0.55, 0.09, 0.68, 0.53);
}
.pcMess .pcMessLe .pcMeProFa dd.cur{
    display: flex;
    transition-duration: 0.8s;
}
.pcMess .pcMessLe .pcMeProTab{
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
}
.pcMess .pcMessLe .pcMeProTab a{
    display: block;
    width: 135px;
    height: 100px;
    border: 1px solid #fff;
    position: relative;
    margin-right: 10px;
    transition-duration: 0.8s;
}



.pcMess .pcMessLe .pcMeProTab a.cur{
    border-color: #cd091f;
}
.pcMess .pcMessLe .pcMeProTab a.cur:before{
    content: "";
    display: block;
    height: 6px;
    width: 6px;
    border: transparent 6px solid;
    border-bottom: #CD091F 6px solid;
    box-sizing: border-box;
    position: absolute;
    left: 63px;
    top: -12px;
}

.pcMess .pcMessLe .pcMeProTab a div{
    width: 135px;
    height: 100px;
    overflow: hidden;
}

.pcMess .pcMessLe .pcMeProTab a:last-child{
    margin-right: 0!important;
}
.pcMess .pcMessLe .pcMeProTab a img{
    width: 100%;
}
/*.pcMess .pcMessLe .pcMeProTab .pact{*/
/*    border-color: #cd091f;*/
/*}*/
.pcMessRi .pcpcMessRiTIt h1{
    font-size: 27px;
    font-weight: bold;
    font-family: "Microsoft sans serif";
    line-height: 30px;
    color: #000;
}
.pcMessRi .pcpcMessRiTIt  p{
    border-bottom: 1px solid #eaeaea;
    line-height: 45px;
    font-weight: bold;
    font-size: 14px;
    padding-top: 8px;
}
.pcMessRiDes{
    height: 75px;
    padding: 20px 0;
    border-bottom: 1px solid #eaeaea;
}
.pcMessRiDes p{
    font-size: 15px;
    color: #757575;
}

.pcMessRiData{
    /*border-bottom: 1px solid #eaeaea;*/
}
.pcMessRiData table tr td{
    vertical-align: baseline;
    padding: 5px 0;
    font-size: 14px;
    color: #666666;
}
.pcMessRiData table tr td:nth-child(1){
    font-size: 14px;
    font-weight: bold;
    width: 140px;
    color: #666666;
}
.pcMessRiShare , .pcMeshRi{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.pcMessRiShare  .pcMeshLe{
    width: 128px;
}
.pcMessRiShare .pcMeshRi a{
    display: block;
    width: 36px;
    height: 36px;
    margin-right: 15px;
}
.pcMessRiShare{
    margin: 20px 0;
}

.pcProHeMore{
    display: flex;
    justify-content: flex-start;
}
.pcProHeMore a{
    width: 180px;
    height: 37px;
    line-height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: #fff;
}
.pcProHeMore a:nth-child(1){
    background-color: #cd091f;
    margin-right: 20px;
}
.pcProHeMore a span{
    color: #fff;
}
.pcProHeMore a:nth-child(2){
    background-color: #0e48a0;
}
.pcProHeMore a i{
    margin-right: 9px;
}
.pcMessRi{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pcCH{
    background-color: #1d2b48;
    color: #fff;
    padding: 35px 0;
}
.pcCHGr{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pcCHGr .pcCHGrLst{
    width: 580px;
}
.pcCHTit p{
    font-size: 30px;
    line-height: 35px;
    font-family: "方正兰亭黑扁简体";
    margin-bottom: 20px;
    color: #fff;
}
.pcCHGrLst{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 15px;
}
.pcCHGrLst .pcCHicon{
    margin-right: 5px;
}
.pcCHDesTit{
    font-family: "Arial";
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 8px;
    color: #fff;
}
.pcCHDes .pcCHDeses{
    font-family: "Arial";
    font-size: 14px;
    color: #cecece;
}

/*++++++++++++++++++++++++*/
.pcDel{
    background-color: #f2f3f7;
}
.pcDelFa{
    display: flex;
    justify-content: space-between;

}

.pcDelFa .pcDelLe{
    width: 880px;
    padding: 10px 20px 20px;
}
.pcDelRiFa{
    width: 250px;
}
.pcDelFa .pcDelRi{
    padding: 10px;
    width: 228px;
}
.pcDelRiFa{
 position: relative;
}
.pcDelFa .pcDelLe , .pcDelFa .pcDelRi{
    background-color: #fff;
    border: 1px solid #e5e6e8;
}
.pcDLTit{
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #e1e3e7;
}
.pcDLTit a{
    display: block;
    height: 45px;
    width: 16.7%;
    text-align: center;
    line-height: 45px;
    padding: 0 15px;
    color: #000;
    font-size: 15px;
}
.pcDLTit a:nth-child(1){
    background-color: #0e48a0;
    color: #fff;
}
.pcDLTit a:hover{
    background-color: #0e48a0;
    color: #fff;
}

.pcDLTit1 p{
    font-size: 30px;
    font-family: "苹方";
    line-height: 65px;
    color: #000;
}

.pcDelp1Con1>ul li{
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}
.pcDelp1Con1>ul li i{
    background: url("../images/pc10.png") no-repeat center;
    display: block;
    width: 19px;
    height: 15px;
    margin-right: 6px;
}
.pcDelp1Con1>ul li p{
    width: 865px;
    line-height: 30px;
}

.pcDLTit2 p{
    font-size: 23px;
    font-family: "苹方";
    font-weight: 100;
    margin: 13px 0 15px;
}

.pcDelp1Con2Table table{
    width: 100%;
    border-collapse: collapse;
}
.pcDelp1Con2Table table tr{
    height: 39px;
    margin-bottom: 1px;
}
.pcDelp1Con2Table table tr:nth-child(1){
    font-weight: bold;
    border-bottom: 3px solid #ccc;
}
.pcDelp1Con2Table table tr:nth-child(1) td{
    border-top: none;
    color: #000!important;
}
.pcDelp1Con2Table table tr:nth-child(1) td span{
    border-top: none;
    color: #000!important;
}
.pcDelp1Con2Table table tr td{
    width: 33%;

    text-align: center;
    font-size: 14px;
    border: 1px solid #ccc;
}
.pcDelp1Con2Table table tr td:nth-child(2){
    background-color: #f5f5f5;
    font-weight: normal;
}
.pcDelp1Con2Table table tr td:nth-child(1){
    text-align: left;
    padding-left: 15px;
    background-color: #fff;
    width: 20%;
    border-left: none;
    color: #000;
}
.pcDelp1Con2Table table tr td:nth-child(1) span{
    color: #000!important;
}
.pcDelp1Con2Table table tr td:nth-child(3){
    border-right: none;
    font-weight: normal;
}
.pcDelp1Con2Table table tr td:hover{
    background-color: #0fae09;
    color: #fff!important;
    cursor: pointer;
}
.pcDelp1Con2Table table tr td:hover span{
    background-color: #0fae09;
    color: #fff!important;
    cursor: pointer;
}
/*系统样式*/
/*第二部分开始*/
.imgBox img{
    width: 100%;
}
.pcDelp2Lst{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.pcDelp2LstBox{
    width: 400px;
    height: 250px;
}
.pcDelp2LstBox2{
    width: 400px;
    height: 250px;
    overflow: hidden;
    border-radius: 10px;
}
.pcDelp2LstDesFa{
    width: 470px;
    height: 140px;
    background-color: #ececed;
    position: relative;
}
.pcDelp2LstBoxBg{

    position: relative;
}
.pcDelp2LstBoxBg p{
    position: absolute;
    width: 69px;
    right: -33px;
    top: -30px;
    z-index: 9;
    height: 60px;
    background: url(../images/pc22.png)center no-repeat;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.pcDelp2LstDes{
    padding: 10px;
}
.pcDelp2LstDesTit{
    font-size: 17px;
    color: #000;
    font-family: sans-serif;
}
.pcDelp2LstDes2{
    width: 490px;
    height: 140px;
    border: 1px solid #ccc;
    position: absolute;
    right: -10px;
    top: -10px;
}
.pcDelp2LstDes3{
    width: 513px;
    height: 138px;
    border: 1px solid #ccc;
    position: absolute;
    right: 10px;
    top: 10px;
}
.pcDelp2LstRi{
    justify-content: flex-start;
    flex-direction: row-reverse;
}
.pcDelp2LstRi .pcDelp2LstBoxBg p{
    left: -33px!important;
}
.pcDelp2LstRi  .pcDelp2LstDes3{
    left: 7px!important;
}
.pcDelp2LstRi  .pcDelp2LstDes2{
    right: -12px!important;
}
/*第二部分结束*/
/*第三部分开始*/
.pcDelp3Fa{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: url("../images/pc25.png") no-repeat center;
}
.pcDelp3Le{
    width: 68%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pcDelp3Le .pcDelp3LeLst{
    position: relative;
    width: 46%;
    border: 1px solid #ccc;
    padding: 8px;
    margin-bottom: 10px;
    transition-duration: 0.8s;
}
.pcDelp3LeLst:hover{
    top: -3px;
    box-shadow: 5px 5px 10px 5px #ccc;
}
.pcDelp3LeLst:hover{
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
}
.pcDelp3LeLst .pcDelp3Lst1{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.pcDelp3LeLst .pcDelp3Lst1 i{
    display: block;
    width: 50px;
    height: 50px;
    margin-right: 5px;
}
.pcDelp3LeLst .pcDelp3Lst1 i img{
    width: 100%;
}
.pcDelp3Ri{
    width: 29%;
    text-align: right;
}
.pcDelp3RiDes{
    height: 255px;
}
.pcDelp3Ri h2{
    font-size: 20px;
    margin-bottom: 21px;
}
.pcDelp3Ri p{
    margin-bottom: 10px;
}
.pcDelp3Ri .pcDelp3RiMor{
    display: flex;
    width: 100%;
    justify-content: center;
}
.pcDelp3Ri .pcDelp3RiMor a{
    display: block;
    width: 175px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    border: 1px solid #CD091F;
    border-radius: 20px;
    font-weight: bold;
    background: linear-gradient(to right,#213272,#2F62BB);
    text-align: center;
}
.pcDelp3Ri .pcDelp3RiMor a img{
    margin-right: 8px;
}

/*第三部分结束*/

.pcDelp4Fa{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.pcDelp4Fa dd{
    width: 188px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid #ccc;
    /*box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.5);*/
}
.pcDelp4Fa dd:nth-child(1){
    background-color: #cd091f;
    color: #fff;
    margin-right: 18px;
}
.pcDelp4Fa dd:nth-child(2){
    background-color: #f5f5f5;
    color: #000;
}

.pcDelp4Son dd:nth-child(2){
    display: none;
}
.pcDelp4Son dd{
    padding: 5px;

}

.pcDelp4Son dd table {
    border-collapse: collapse;
    width: 100%!important;
}
.pcDelp4Son dd table tr{
    line-height: 18px;
}
.pcDelp4Son dd table tr:nth-child(2n){
    background-color: #ecebeb;
}
.pcDelp4Son dd table tr:last-child td{
    color: #000;
}
.pcDelp4Son dd table td{
    border: 1px solid #dedddd;
    text-align: center;
    font-size: 13px;
    padding: 4px 3px;
}


.pcDelp4Son dd table tr:hover{
    background-color: #f7c274;
}
.pcDelp4Son dd table tr td:hover{
    background-color: #FF9800;
}


.pcReCaFa{
    display: flex;
    justify-content: space-between;
}
.pcReCaFas{
    display: block;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.pcReCaFas>a{
    width: 100%;
    display: block;
}
.pcReCaFas>a img{
    width: 100%;
}
.pcReCaLst{
    border: 1px solid #01a0e2;
    border-radius: 15px;
    overflow: hidden;
    width: 30%;
    margin-right: 1%;
    position: relative;
}
.pcReCaLst:last-child{
    margin-right: 0;
}
.pcReCaLstSon{
    overflow: hidden;
}

.pcReCaLst .imgBox{
    border-radius: 15px;
    overflow: hidden;
}
.pcReCaLstSonMo{
    position: absolute;
    bottom: 0;
    left: 0px;
    height: 75px;
    width: 100%;
    transition: all 0.2s cubic-bezier(1, 0.04, 0, 1);
    overflow: hidden;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    padding: 0px;
    text-align: left;
}

.pcReCaLstSonMo a{
    display: block;
    width: 100%;
    height: 100%;
}
.pcReCaLstSonMo p{
    color: #fff;
    padding-left: 10px;
}
.pcReCaLstSonTit p{
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    padding: 10px;
    font-family: "Arial";
}
.pcReCaLst:hover .pcReCaLstSonMo{
    height: 100%;
}
.pcReCaLst:hover .pcReCaLstSonMo a{
    padding: 30px 0;
}
/*.pcReCaLst:hover{*/
/*    transform: translateY(-3px);*/
/*    -webkit-transform: translateY(-3px);*/
/*    transition: all 0.5s;*/
/*    -webkit-transition: all 0.5s;*/
/*}*/

.pcReCaLst:hover{
    box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.5);
}

/*右侧*/
.pcDelRip1{
    text-align: center;
    background: url(../images/pc20.jpg)center repeat;
    height: 200px;
}
.pcDelRi  .pcDelRip3Titpc{
    margin-top: 10px;
    margin-bottom: 5px;
}
.pcDelRip1Tit{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    padding: 13px 0;
    font-family: "Arial";
}
.pcDelRiRz{
    position: relative;
    top: -5px;
}
.pcwhem a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 5px auto;
    width: 195px;
    height: 30px;
    color: #fff;
    font-size: 14px;
    border-radius: 15px;
    border: 1px solid #fff;
}
.pcwhem a:nth-child(1){
    /*background-color: #cd091f;*/
    margin-bottom: 10px;
}
.pcwhem a span{
    color: #fff;
}
.pcwhem a:nth-child(2){
    /*background-color: #0e48a0;*/
    margin-top: 4px;
}
.pcwhem a i{
    margin-right: 5px;
    margin-left: 12px;
}


.pcDelRip2{
    margin-top: 8px;
}
.pcDelRip2 .pcDelRip2Tit{
    /* background-color: #0e48a0; */
    color: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    width: 100%;
    text-align: center;
    font-family: "苹方 常规";
    margin-bottom: 5px;
}
.pcDelRip2Form{
    background-color: #f0f0f1;
    padding-top: 5px;
    text-align: center;
}
.pcDelRip2Form form input {
    width: 210px;
    height: 35px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin: 5px auto;
}
.pcDelRip2Form form input::placeholder{
    font-size: 13px;
}
.pcDelRip2Form form textarea::placeholder{
    font-size: 13px;
}
.pcDelRip2Form form textarea{
    width: 210px;
    height: 132px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin: 5px auto;
}
.pcDelRip2FormSub input{
    width: 135px!important;
    height: 30px!important;
    background-color: #cd091f!important;
    color: #fff;
    cursor: pointer;
    margin: 7px auto 10px!important;
}
.pcDelRip3Tit{
    font-size: 16px;
    font-weight: bold;
    margin: 20px auto 10px;
    color: #000;
}
.pcDelRip3LstFa>ul>li>a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.pcDelRip3LstFa>ul>li>a i{
    display: block;
    width: 10px;
    font-weight: bolder;
    height: 10px;
    border-radius: 50%;
    background-color: #cd091f;
    margin-right: 5px;
    margin-left: 5px;
}

.pcRelateProFa{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.pcRelateProLst{
    width: 32%;
    border: 1px solid #e7e7e7;
}
.pcRelateProLst a{
    display: block;
    width: 100%;
}
.pcRelateProLst a .imgBox{
    width: 100%;
    overflow: hidden;
    height: 255px;
    display: flex;
    justify-content: center;
}
.pcRelateProLst a .imgBox img{
    width: 100%;
}
.pcRelateProLst a .pcRelateProLstDes{
    position: relative;
    padding: 9px 5% 10px;
    text-align: left;
    background-color: #f6f6f6;
}
.pcRelateProLstDes{
    padding: 8px;
    position: relative;
    overflow: hidden;
    height: 81px;
}
.pcRelateProBtn{
    display: flex;
    justify-content: center;
    flex-direction: row;
    position: absolute;
    width: 100%;
    bottom: -40px;
}
.pcRelateProBtn>a{
    display: block;
    width: 110px;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
    border-radius: 5px;
    text-align: center;
}
.pcRelateProBtn>a:nth-child(1){
    background-color: #0e48a0;
    color: #fff;
    margin-right: 10px;
}
.pcRelateProBtn>a:nth-child(2){
    background-color: #fff;
    border: 1px solid #0e48a0;
    color: #0e48a0;
}
.pcRelateProLstDes .pcRelateProTit{
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
}
.pcRelateProMo , .pcRelateProCap{
    font-size: 13px;
    color: #666;
}

.pcRelateProLst:hover .imgBox img {
    transform: scale(1.04,1.04);
    -webkit-transform: scale(1.08,1.08);
    transition: all 0.3s;
    -webkit-transition: all 1s;
}
.pcRelateProLst:hover .pcRelateProBtn{
    bottom: 15px;
    transition: all 0.3s;
    -webkit-transition: all 1s;
}
.pcRelateProLst:hover .pcRelateProCap{
    display: none;
}
.pcRelateProLst:hover{
    box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.5);
    border-color: #ccc;
}

    /*留言*/
.pcDelp6FrFa{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pcDelp6FrFa>div{
    width: 48%;
    margin-top: 20px;
}
.pcDelp6FrFa>div input{
    width: 100%;
    height: 37px;
    border-radius: 3px;
    border: 1px solid #ebebeb;
    background-color: #f7f7f7;
}
.pcDelp6FrFa>div p{
    font-size: 14px;
    color: #a5a5a5;
}
.pcDelp6FrFa>div b{
    color: #f7271d;
    margin-right: 3px;
    font-weight: bold;
    line-height: 12px;
}
.pcDelp6FrTx textarea{
    width: 100%;
    height: 150px;
    border-radius: 3px;
    border: 1px solid #ebebeb;
    background-color: #f7f7f7;
}
.pcDelp6FrTx p{
    font-size: 14px;
    color: #a5a5a5;
}
.pcDelp6FrSub{
    text-align: right;
}
.pcDelp6FrSub input{
    width: 140px;
    height: 40px;
    background: linear-gradient(to right,#213272,#2F62BB);
    color: #fff;
    border-radius: 3px;
    border: none;
    margin-top: 10px;
    cursor: pointer;
}
.pcDelp6Con .pcDLTit1{
    margin-top: 10px;
}
.pcDelp6ConDc {

    margin: -9px auto 10px;
}
.pcDelp6FrTx{
    margin-top: 20px;
}
.pcDelp6FrFa>div input::placeholder{
    padding-left: 10px;
    font-size: 14px;
}
.pcDelp6FrTx textarea::placeholder{
    padding-left: 10px;
    line-height: 20px;
    font-size: 14px;
}

/*右侧悬浮框*/
    .fixBar2Fa>li{
        height: 60px;
        width: 100%;
        border-bottom: 1px solid #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .fixBar2Fa>li:after{
        content: " ";
        display: block;
        width: 0px;
        height: 1px;
        background: #ff3f3b;
        position: relative;
        bottom: -10px;
        transition: all 0.2s cubic-bezier(0.55, 0.09, 0.68, 0.53);
    }
    .fixBar2 .fixBar2-inquiry:after{
        bottom: -7px!important;
    }
    .fixBar2Fa>li:hover:after{
        width: 55px;
    }
    .fixBar2-youtb:hover:after{
        width:0px!important;
    }
    
    .fixBar2{
        width: 65px;
        position: fixed;
        right: 5px;
        top: 21%;
        z-index: 9;
        padding: 0 5px;
    
    }
    .fixBar2Fa{
        border-radius: 5px;
        background-color: rgb(65 104 103 / 50%);
    }
    .fixBar2Fa li{
        height: 60px;
        width: 100%;
        border-bottom: 1px solid #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    
    }
    
    .fixBar2Fa li:last-child{
        border-bottom: none;
    }
    .fixBar2 .fixBar2-inquiry{
        height: 65px;
        flex-direction: column;
    }
    
    .fixBar2Fa li a{
        display: block;
        height: 50px;
        width: 50px;
        background-size: contain;
    }
    .fixBar2 .fixBar2-inquiry a{
        height: 60px;
        width: 50px;
        background: url(../images/fixBar_inquiry1.png)no-repeat top;
        background-size: contain;
        display: flex;
        align-items: flex-end;
    }
    .fixBar2 .fixBar2-inquiry  span{
        display: inline-block;
        text-align: center;
        width: 100%;
        color: #f7f7f7;
        font-size: 14px;
        margin-left: 1px;
        
       
    }
    
    .fixBar2 .fixBar2-inquiry span {
    display: inline-block;
    text-align: center;
    width: 100%;
    color: #f7f7f4;
    font-size: 14px;}
    
    .fixBar2-mail a{
        background: url("../images/email.png")no-repeat center;
    }
    .fixBar2-wapp a{    background: url("../images/whatsapp.png")no-repeat center;
    }
    .fixBar2-youtb a{
        background: url("../images/fixBar_youtb.png")no-repeat center;
    }
    .fixBar2-gotop{
        width: 100%;
        height: 60px;
        background: url("../images/fixBar_goTop.png")no-repeat center;
        margin-top: 5px;
        border-radius: 5px;
        background-color: #d7dae0;
        cursor: pointer;
    }

/*应用行业页面样式*/
.apDeLeTit1 h1{
    color: #000;
    font-size: 23px;
    /*text-align: center;*/
    font-family: "Arial";
    margin: 15px 0px;
}
.apDeC1Img{
    display: flex;
    justify-content: space-between;
}
.apDeC1{
    width: 800px;
    margin: 0 auto;
}
.apDeC1ImgLe{
    position: relative;
    width: 530px;
    height: 315px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.apDeC1ImgLe img{
    width: 100%;
}
.apDeC1ImgLe p{
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    padding-left: 20px;
    line-height: 38px;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
}
.apDeC1ImgRi{
    width: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.apDeC1ImgRi>div:hover img{
    transform: scale(1.04,1.04);
    -webkit-transform: scale(1.08,1.08);
    transition: all 0.3s;
    -webkit-transition: all 1s;
}
.apDeC1ImgRi>div{
    width: 250px;
    height: 147px;
    border: 1px solid #dcdcdc;
    overflow: hidden;
    background-color: #ebebeb;
    display: flex;
    justify-content: center;
    align-items: center;
}
.apDeC1Img img{
    /*max-width: 100%;*/
}
.apMeshLe{
    margin-right: 20px!important;
    width: 64px!important;
}
.pcMessRiShare{
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.apDeLeTit2 p span{
    font-size: 22px;
    color: #252525;
    font-weight: bold;
    margin: 30px 0;
}
.apDeLeTit2 p{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.apHowLsFa{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px;
}
.apHowLsFa .apHowLst{
    width: 49%;
}

.apHowLst h3{
    margin: 5px 0px 10px;
    color: #cd091f;
    font-family: "";
}
.apHowLst h3 i{
    color: #cd091f;
    margin-right: 5px;
}
.apWbFa{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.apWbLst strong{
    font-family:"PingFang Bold";
    font-size: 20px;
    font-weight: normal;
    color: #000;
}

.apWbLst{
    text-align: center;
    width: 24%;
    border-right: 1px solid #dcdcdc;
    margin-top: 15px;
}
.apWbLst:last-child{
    border-right: none;

}
.apWbLst p{
    margin-bottom: 0;
    color: #787878;
    margin-top: 10px;
}
.apHalLst{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    flex-wrap: nowrap;
    position: relative;
}
.apHalLst:hover img{
    transform: scale(1.04,1.04);
    -webkit-transform: scale(1.08,1.08);
    transition: all 0.3s;
    -webkit-transition: all 1s;
}
.apHalLstLe{
    width: 400px;
    height: 300px;
    overflow: hidden;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 20px;
}
.apHalLst .apHalLstBon {
    width: 930px;
    position: absolute;
    height: 10px;
    bottom: -30px;
    background-color: #f2f3f7;
}
.apHalLst>div{
    margin-top: 30px;
}
.apHsalFs{
    margin-bottom: 30px;
}
.apHalLst:first-child >div{
    margin-top: 0;
}
.apHalLstLe img{
    width: 100%;
}
.apHalLstRiTit{
    font-size: 18px;
    color: #000;
}
.apHalLstRiCap{
    margin: 5px 0 0;
}
.apHalLstRiOne{
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
}
.apHalLstRiTwo >ul >li{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.apHalLstRiTwo >ul >li i{
    display: block;
    width: 5px;
    height: 5px;
    background-color: #cd091f;
    margin-right: 3px;
}
.apHalLstRiTwo >ul >li span{
    line-height: 35px;
}
.apHalLst:nth-child(2n){
    flex-direction: row-reverse;
}
.apHalLst:nth-child(2n) .apHalLstLe{
    margin-right: 0px;
    margin-left: 20px;
}
.apWyouFa{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.apWyoLst{
    height: 125px;
    width: 45%;
    border: 1px solid #dfdfdf;
    border-radius: 7px;
    padding: 15px;
    margin-bottom: 13px;
    background-color: #f5f5f5;
}
.apWyoLst:hover{
    border-color: #cd091f;
   cursor: Crosshair;
}
.apWyoLstOne{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.apWyoLstOne i{
    margin-right: 5px;
}
.apWyoLstOne p{
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
    color: #000;
}
.apWyoLstTwo{
    padding-left: 20px;
}

/*右侧*/
.pcDelRip3Tit{
    margin: 0px auto 0px;
    background: linear-gradient(to right,#2F62BB,#213272);
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-family: "Arial";
}
.apDeRiFa .pcDelRip3{
    margin-bottom: 10px;
}
.pcDelRip3 ul li:hover span{
    color: #cd091f;
    font-weight: bold;
}
.pcDelRip3 ul li:hover i{
    color: #cd091f;
}

/*application列表页面改版*/
.appInd{
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
}
.appIndLstFa{
    padding-top: 10px;
}
.appInd .appIndLe{
    width: 870px;
    padding: 15px 15px 0 15px;
}
.appInd .appIndRi{
    width: 255px;
}
.appIndLst{
    width: 100%;
    height: 162px;
    padding-bottom: 15px;
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px dashed #dfdfdf;
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
    z-index: 9;
}
.appIndLst:last-child{
    margin-bottom: 0px;
}
.appLstBox{
    margin-right: 24px;
    border-radius: 10px;
    width: 300px;
    height: 160px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.appLstDes{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 660px;
}
.appLstDesTit{
    display: block;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    font-family: "Arial";
    margin-bottom: 10px;
}
.appLstDesDes{
    font-size: 14px;
    color: #757575;
    line-height: 19px;
    height: 75px;
    width: 100%;
    overflow: hidden;
}
.appLstMoR{
    display: flex;
    justify-content: flex-start;
}
.appLstMoR a{
    display: block;
    border-radius: 4px;
    border: 1px solid #757575;
    text-align: center;
    line-height: 25px;
    color: #757575;
    font-size: 14px;
}
.appLstMoR a:nth-child(1){
    width: 110px;
    height: 25px;
    margin-right: 15px;
}
.appLstMoR a:nth-child(2){
    width: 110px;
    height: 25px;
}
.appIndLst:hover{
    border-color: #000;
    transform: translateY(-1px);
    -webkit-transform: translateY(-1px);
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
}
.appIndLst:hover  .appLstBox img{
    transform: scale(1.04,1.04);
    -webkit-transform: scale(1.08,1.08);
    transition: all 0.3s;
    -webkit-transition: all 1s;
}
.appIndLst:hover .appLstMoR1{
    border-color: #2958a5;
    color: #2958a5;
}
.appIndLst:hover .appLstMoR2{
    border-color: #ea4545;
    color: #ea4545;
}
.appIndLst:hover  .appLstDesTit{
    color: #2958a5;
}

.appIndRiTab{
    display: none;
}
.appIndRiLst>a{
    display: flex;
    justify-content: space-between!important;
    align-items: center;
    padding: 5px 0;
    border-bottom: 1px solid #616163;
}
.appIndRiLst>a span , .appIndRiLst>a i{
    display: block;
    color: #000;
}
.appIndRiLst>a i{
    width: 16px;
    height: 15px;
    /*background: url("../images/appjia.png")no-repeat center;*/
    background-color: #fff!important;
    font-style:normal;
    font-weight: bold;
}
.appIndRiLst{
    cursor: pointer;
}
.appIndRiTab dd a{
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #666666;
}
.appIndRiTab dd a:hover{
    color: #2958a5;

}
.pcDelRip3LstFa>ul>li>a:hover{
    border-bottom: 1px solid #cd091f;
}
.appIndRiLstHover i , .appIndRiLstHover span{
   color: #cd091f!important;
    font-weight: bolder!important;
}
.appIndRiLstHover .appIndRiTab{
    display: block!important;

}
.appIndRiLstHover  a i{
    background: url("../images/appjian.png")no-repeat center;
}
.appLstBox img{
    width: 100%;
}
.appBanner{
    width: 100%;
}
.appBanner img{
    width: 100%;
}
.appBanner{
    position: relative;
    height: 200px;
    background: url("../images/appBanner.png")center no-repeat;
}
.appBanner .appBannerDes p{
    line-height: 200px;
    font-size: 30px;
    font-family: "苹方";
    color: #fff;
}

/*产品列表页改版*/
.proLstBanner{
    height: 200px;
    width: 100%;
    background: url("../images/proLst2.jpg")center no-repeat!important;
}

.proLstBanner .proLstBannerDes{
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}
.proLstBanner .proLstBannerDes .proLstBannerDesBtit{
    font-size: 32px;
    font-family: "Arial";
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}
.proLstBanner .proLstBannerDes .proLstBannerDesSmtit{
    font-size: 16px;
    font-family: "Arial";
    color: #fff;
}
.ProNIdxTab{
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1px;
}
.ProNIdxTabSon{
    width: 1200px;
    margin: 0 auto;
    height: 3px;
    margin-top: 1px;
    background-color: #0e48a0;
    margin-bottom: 30px;
}
.ProNIdxTab a{
    display: flex;
    justify-content: center;
    align-items: center;
    width:200px;
    height: 48px;
    font-size: 17px;
    font-weight: bold;


}
.ProNIdxTab a span{
    border-right: 2px solid #0e48a0;
    width: 100%;
    position: relative;
    z-index: 9;
    font-family: "Arial";
    font-size: 15px;
}
.ProNIdxTab a:last-child span{
    border-right: none;
}
.ProNIdxTab a span{
    display: block;
    line-height: 20px;
    text-align: center;
    color: #000;
}
.ProNIdxTab a:hover{
    background-color: #0D47A1!important;
  
}
.ProNIdxTab a:hover span{
     color: #fff!important;
}
.ProNIdxTabHOver{
    background-color: #0D47A1;
    color: #fff!important;
}

.ProNIdxTabHOver span{
    color: #fff!important;
}
.proBifTit{
    font-size: 23px;
    color: #545454;
}
.proBifTit{
    background: url("../images/proBigTit.png")left no-repeat;
    font-family: "Arial";
    padding-left: 30px;
    margin-bottom: 30px;
}

.proBifTit2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 46px;
    background-color: #e5ebf7;
    padding: 0 20px;
}
.proNeDesTit{
    margin-bottom: 4px;
}
.proBifTit2Le >a{
    display: flex;
    justify-content:flex-start;
    align-items: center;
    color: #000;
    font-weight: bold;
}
.proBifTit2Le >a>div{
    color: #000;
    font-size: 17px;
}
.proBifTit2Le >a span{
    font-weight: normal;
    color: #7f7f7f;
    margin-left: 2px;
}
.proNeLstFa:nth-child(1) .proBifTit2Le>a>i{
    background: url("../images/appjian.png")no-repeat center;
}
.proBifTitHover>a>i{
    background: url("../images/appjia.png")no-repeat center!important;
}
.proBifTit2Le>a>i{
    display: block;
    width: 16px;
    height: 16px;
    background: url("../images/appjian.png")no-repeat center!important;
    margin-right: 8px;
    margin-left: 5px;
}

.proBifTitHoverOne>a>i{
    background: url("../images/appjian.png")no-repeat center!important;
}
.proBifTitHover>a>i{
    background: url("../images/appjia.png")no-repeat center!important;
}
.proBifTit2Ri{
    cursor: pointer;
    color:#ea4545;
}
.
.proNeLstFaSon{
    display: flex;
    justify-content: flex-start;
    margin-top: 25px;
}
.proNeLstFaSonLst{
    margin-top: 20px;
    width: 289px;
    margin-left: 16px;
    border: 1px solid #e7e7e7;
}
.proNeLstFaSonLst:nth-child(1){
    margin-left: 0!important;
}
.proNeLstFaSonLst a{
    display: block;
    width: 100%;
    font-family: "Arial";
}
.proNeBox{
    width: 100%;
    height: 260px;
    background-color: #f4f4f4;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.proNeBox img{
    width: 100%;
}
.proNeDes{
    padding: 10px 10px;
    position: relative;
    overflow: hidden;
    height: 75px;
}
.proNeDesTit span{
    font-size: 16px;
    color: #333333;
    margin-top: 8px;
    font-weight: bold;
    font-family: "Arial";
}
.proNeDesBq{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.proNeDesBq p{
    min-width: 40%;
    padding-left: 15px;
    background: url("../images/proNeBq.png")left no-repeat;
}
.proNeDesMr{
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin-top: 10px;
    position: absolute;
    top: 100px;
    width: 266px;
}
.proNeLstFa{
    margin-top: 20px;
    /*border-bottom: 1px solid #ccc;*/
}
.proNeLstFa:nth-child(1){
    margin-top: 0px;
}
.proNeLstFa .proNeLstFaSon{
    /*display: none;*/
    display: -webkit-inline-box;
}
.proNeLstFa:nth-child(1) .proNeLstFaSon{
    display: flex;
}
.proNeDesMr a{
    display: block;
    text-align: center;
    line-height: 30px;
    width: 108px;
    height: 30px;
    border-radius: 5px;
    font-size: 13px;
}
.proNeDesMr a:nth-child(1){
    background-color: #0e48a0;
    border: 1px solid #0e48a0;
    color: #fff;
    margin-right: 10px;
}
.proNeDesMr a:nth-child(2){
    border: 1px solid #0e48a0;
    color: #0e48a0;
}

.proNeLstFaSonLst:hover{
    border-color: #ccc;
    box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.5);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.proNeLstFaSonLst:hover .proNeDesTit span{
    color: #0D47A1!important;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;

}
.proNeLstFaSonLst:hover .proNeDesBq{
    display: none!important;
    transition: all 5s;
    -webkit-transition: all 5s;
}
.proNeLstFaSonLst:hover .proNeDesMr{
    display: flex!important;
    transition: all .5s;
    -webkit-transition: all .5s;
    top: 36px;
    z-index: 99;
}
.proBifTit2Ri:hover{
    color: #ea4545;
}

.proNeLstFaSonLst:hover img{
    transform: scale(1.04,1.04);
    -webkit-transform: scale(1.08,1.08);
    transition: all 0.3s;
    -webkit-transition: all 1s;
}


/*产品分类列表*/
.proLstList{
    width: 910px!important;
}
.proLstList .proNeLstFaSon .proNeLstFaSonLst:nth-child(3n+1){
    margin-left: 0px!important;
}
.proLstList .proNeLstFaSon .proNeLstFaSonLst{
    margin-bottom: 20px;
    margin-top: 0px;
}

/*联系我们页面样式*/
.contX{
    display: flex;
    justify-content: space-between;
}
.contXLe{
    width: 275px;
}
.contXLeLst>p{
    padding: 11px 6%;
    height: auto;
    line-height: 25px;
    font-size: 22px;
    color: #ffffff;
    background-color: #0e48a0;
    overflow: hidden;
}

.contXLeLst ul li a{
    display: block;
    padding: 8px 6%;
    line-height: 22px;
    height: auto;
    color: #212121;
    background-color: #cfcfcf;
    border-bottom: 1px solid #f5f5f5;
}
.contXLeLstCon{
    padding: 10px 1% 15px 1%;
    height: auto;
    overflow: hidden;
    line-height: 26px;
    color: #212121;
    background-color: #cfcfcf;
}
.contXLeLstCon div{
    display:flex;
    justify-content: flex-start;
    color: #000;
}
.contXLeLstCon .contXLeLstConSin{
    display: block;
    width: 41px;
    text-align: right;
    margin-right: 8px;
    margin-left: 10px;
}
.contXLeLstCon i{
    width: 210px;
}
.contXLeLstCon div a{
    color: #0e48a0;
}
.contXRi{
    width: 890px;
}
.contXTab{
    display: flex;
    justify-content: flex-start;
}
.contXTab .taj{
    color: #0e48a0;
    margin-right: 8px;
}

.contXTab{
    padding: 0 1.5%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}
.contXTab span , .contXTab a{
    line-height: 40px;
}
.contXRiText{
    height: auto;
    padding: 25px 1.5% 0 1.5%;
    overflow: hidden;
}
.contXRiTextTit{
    font-size: 24px;
    text-align: center;
    padding-bottom: 10px;
    line-height: 32px;
    overflow: hidden;
    color: #000;
}
.contXRiTextTitFa span{
    margin: 0 auto;
    display: block;
    width: 100px;
    height: 2px;
    border-bottom: 2px solid #0D47A1;
}
.contXRiTextTitFa{
    margin-bottom: 15px;
}
.contXRiTextDes{
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;

}
.contXForm{
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    margin-top: 25px;
    border: 1px solid #cecece;
    overflow: hidden;
}
.contXFormTit{
    width: 95%;
    padding-left: 2.5%;
    padding-right: 2.5%;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    background-color: #e6e5e4;
    border-bottom: 1px solid #dcdcdc;
    overflow: hidden;
}
.contXFormTit a{
    cursor: default;
    color: #cd0216;
    line-height: 40px;
    font-size: 16px;
}
.contXFormFa{
    padding: 15px 2.5% 0px 2.5%;
    height: auto;
    overflow: hidden;
}
.contXFormLst{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 15px;
}
.contXFormFaTit{
    text-align: center;
    margin-bottom: 20px;
}
.contXFormLst>p{
    display: flex;
    justify-content: flex-end;
    width: 120px;
    margin-left: 120px;
}
.contXFormLst i{
    display: inline-block;
    text-align: left;
    margin-right: 5px;
    font-weight: bold;
    color: #cd0216;
    font-style:normal;
}
.contXFormLst span{
    display: block;
    width: auto;
    text-align: right;
    margin-right: 10px;
    font-size: 14px;
}
.contXFormLst input{
    background: #ffffff;
    border: 1px solid #e2e2e2;
    box-shadow: 0 2px 2px -2px #DDD inset;
    border-radius: 4px;
    height: 30px;
    line-height: 30px;
    width: 400px;
    padding: 0px 5px 0px 5px;
    font-family: Arial, Helvetica, sans-serif;
}
.contXFormLst textarea{
    background: #ffffff;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    width: 400px;
    height: 100px;
    padding: 10px 10px 10px 6px;
    color: #646464;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 22px;
    overflow: auto;
}
.contXFormLst textarea::placeholder{
    font-size: 14px;
}
.contXFormLstSend{
    height: 35px!important;
    width: 150px!important;
    box-shadow: 0 2px 2px -2px #DDD inset;
    border-radius: 4px;
    background-color: #efb432!important;
    color: #000000;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
    margin-bottom: 13px;
}
.contXRiTexts i{
    width: 60px;
    height: 60px;
    background:none!important;
}
.contXRiTextSig{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.contXRiTextSig >p{
    width: 50%;

}
.contXRiTextSig >p span a{
    color: #000;
    font-size: 16px;
    font-family: "苹方 常规";
}
.contXRiTextSig >p span a:hover{
    color: #3da789;
}
.contXRiTextSig>p:nth-child(3) i {
    background: url(../images/contact_email.png)!important;
}
.contXRiTextSig>p:nth-child(2) i {
    background: url(../images/contact_whatsp.png)!important;
}




/*服务支持页面样式*/
.sevx1{
    padding-top: 70px !important;
    padding-bottom: 70px !important;
    background-image: url(../images/fondo-map.jpg) !important;
}
.sevx1Fa{
    display: flex;
    justify-content: space-between;
}
.sevx1Two{
    background-color: #DC1815;
    color: #fff;
    padding: 20px 0 25px 33px;
    margin-bottom: 10px;
    width: 237px;
    height: 67px;
}
.sevx1Two p , .sevx1Two span{
    color: #fff;
}
.sevx1Two p{
    font-size: 36px;
    margin-bottom: 5px;
}
.sevx1Two span{
    font-size: 18px;
    padding-left: 8px;
}
.sevx1One p:nth-child(1){
    font-size: 30px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    line-height: 40px;
    text-transform: uppercase;
}
.sevx1One p:nth-child(2){
    font-size: 30px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    color: #DC1815;;
    line-height: 40px;
    text-transform: uppercase;
}
.sevx1One{
    padding-top: 18px;
}


.sevx2LstBox{
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border-radius: 50%;
    border: 20px solid #fff;
    background-color: #f7f7f7;
    font-size: 18px;
    color: #555555;
    line-height: 150px;
    box-shadow: 0 16px 12px 0 rgb(0 0 0 / 6%);
    transition: .3s;
    text-align: center;
}
.sevx2Lst:hover .sevx2LstBox {
    border-color: #ff4037;
    color: #ff4037;
}
.sevx2Fa{
    display: flex;
    justify-content: space-between;
}
.sevx2Lst{
    width: 24%;
}
.sevx2Lst .sevx2LstDes{
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
}
.sevx2Tit{
    text-align: center;
    font-size: 36px;
    line-height: 60px;
    margin-top: 42px;
    margin-bottom: 20px;
    color: #292c38;
}




.service-flow {
    padding-top: 60px;
    padding-bottom: 55px;
}
.service-flow .flow-item {
    margin-top: 40px;
    padding: 30px;
    overflow: hidden;
    box-shadow: 1px -1px 16px 0 rgb(0 0 0 / 5%);
}
.service-flow .flow-item:first-child {
    margin-top: 0;
}
.img-box {
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.service-flow .img-box {
    float: left;
    width: 370px;
}
.img-box img {
    display: block;
    max-width: 100%;
}
.service-flow .text {
    float: right;
    width: 695px;
}
.service-flow .title {
    font-size: 30px;
    margin-top: 10px;
    line-height: 62px;
    color: #292c38;
}
.service-flow .line {
    width: 60px;
    height: 2px;
    background-color: #ffa019;
}
.service-flow p {
    font-size: 16px;
    color: #555555;
    line-height: 26px;
    margin-top: 25px;
}
.service-flow .flow-reverse .text {
    float: left;
}
.service-flow .flow-reverse .img-box {
    float: right;
}



/*配件列表样式*/
.con_mid_tit div {
    text-align: center;
    font-size: 30px;
    line-height: 45px;
    color: #000;
}
.con_mid_tit p {
    text-align: center;
    font-size: 14px;
    height: 14px;
    margin-top: 20px;
}
.service_parts {
    height: auto;
}
.service_parts .tab {
    width: 100%;
    height: 74px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 36px;
}
.service_parts .tab ul {
    height: 85px;
    width: 1200px;
}
.service_parts .tab ul li {
    height: 85px;
    float: left;
    display: block;
    margin-right: 20px;
    width: 180px;
    cursor: pointer;
}
.service_parts .tab ul li a {
    border: 1px solid #FF3F3C;
    line-height: 40px;
    width: 178px;
    height: 38px;
    display: block;
    text-align: center;
    color: #FF3F3C;
}
.tab_con_con {
    width: 1225px;
    height: auto;
    display: none;
}
.tab_con_con div {
    width: 282px;
    float: left;
    margin-right: 21px;
    margin-bottom: 50px;
}
.tab_con_con div img {
    display: block;
    width: 280px;
    border: 1px solid #dfdfdf;
}
.tab_con_con div p {
    height: 48px;
    border: 1px solid #dfdfdf;
    border-top: none;
    width: 280px;
    text-align: center;
    line-height: 48px;
}
.tab_con_con div:hover p {
    border-bottom: 1px solid #FF3F3C;
}
.service_parts .tab ul .on a {
    background-color: #FF3F3C;
    color: #FFF;
}

.pcDelp3Con1 p imag{
    whith:95%;
    height: ;
    
}

/*产品页面推荐产品图样式*/
.mainpro{ 
	clear:both;
	margin:auto;
	height:auto;}
.mainpro ul{
	float:left;
	margin:auto;
	padding-left:0;}
.mainpro ul li{ 
	list-style: none;
	float:left;
	text-align:center;}
.mainpro img{
	height:265px;
	width:267px;}


















