<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner{
    position: relative;
    min-width: 1400px;
    margin-top: 10px;
}
.banner_ul{
    position: relative;
    min-width: 1400px;
    height: 380px;
}
.banner_ul li{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
}
.banner_ul li.on{
    display: block;
}
.banner_ul li a:link,.banner_ul li a:visited{
    display: block;
    width: 100%;
    height: 100%;
}
.banner_item{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 10px;
    text-align: center;
}
.banner_item ul{
    display: inline-block;
}
.banner_item ul li{
    border-radius: 10px;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    float: left;
    background-color: #1d2089;
    cursor: pointer;
}
.banner_item ul li.on,.banner_item ul li:hover{
    background-color: #e40112;
}
.serve{
    padding: 30px 0;
}
.index_title{
    padding: 40px 0 20px 0;
    height: 95px;
    line-height: 32px;
    box-sizing: border-box;
    color: #333333;
    font-size: 24px;
}
.index_title::after{
    float: left;
    display: block;
    content: '';
    height: 32px;
    width: 3px;
    background-color: #1d2089;
    margin-right: 10px;
}
.serve_list::after,.repair_list::after{
    clear: both;
    display: block;
    content: '';
}
.serve_list ul,.repair_list ul{
    margin: 0 -10px;
}
.serve_list ul li,.repair_list ul li{
    padding: 10px;
    width: 33.33333%;
    box-sizing: border-box;
    transition: all 0.2 ease;
    float: left;
}

.img_item{
    padding-top: 80%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.img_item_font{
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background-color: rgba(29, 32, 137, 0.88);
    height: 40px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    transition: all 0.2s ease;
    padding: 0;
    box-sizing: border-box;
    border-radius: 4px;
}
.img_item_font a.botton:link,.img_item_font a.botton:visited{
    height: 40px;
    width: 150px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    color: #1d2089;
    margin: 0 auto;
    background-color: #ffffff;
    opacity: 0;
    transition: all 0.2s ease;
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;
}
.img_item_font a.botton:hover{
    background-color: #e40112;
    color: #ffffff;
}
.img_item:hover .img_item_font,.serve_list ul li.on .img_item .img_item_font{
    background-color: rgba(29, 32, 137, 0.7);
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    font-size: 36px;
    padding-top: 90px;
    line-height: 2;
    border-radius: 0px;
}
.img_item:hover .img_item_font .botton,.serve_list ul li.on .img_item .img_item_font .botton{
    opacity: 1;
}
.repair_img img{
    width: 100%;
}
.repair_font{
    padding: 10px 15px;
}
.repair_font_title{
    color: #1d2089;
    font-size: 16px;
    line-height: 1.5;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orientt: vertical;
    -webkit-line-clamp:2;
}
.repair_font_title a:link,.repair_font_title a:visited{
    color: #1d2089;
}
.repair_font_title a:hover{
    color: #e40112;
    text-decoration: none;
}
.repair_font_time{
    font-size: 12px;
    color: #333333;
    line-height: 1.5;
    margin-top: 10px;
}
.repair_font_info{
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orientt: vertical;
    -webkit-line-clamp:3;
    height: 63px;
}
.repair_font_more{
    margin-top: 10px;
    color: #1d2089;
    font-size: 14px;
    line-height: 1.5;
}
.repair_font_more a:link,.repair_font_more a:visited{
    color: #1d2089;
}
.repair_font_more a:hover{
    color: #e40112;
    text-decoration: none;
}
.contact_title{
    font-size: 28px;
    color: #1d2089;
    /*font-weight: bold;*/
    font-family: 'roobert-semibold';
    line-height: 2;
}
.contact_info_title{
    font-size: 20px;
    color: #1d2089;
    /*font-weight: bold;*/
     font-family: 'roobert-semibold';
    line-height: 2;
}
.contact_info_ul{
    color:#333333;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 40px;
    margin-bottom: 30px;
}
.contact_info_ul ul li{
    color:#333333;
    font-size: 16px;
    margin-top: 20px;
    line-height: 1.5;
    padding-left: 50px;
}
.contact_icon_1{
    background: url("../images/cont_03.png") no-repeat left top;
}
.contact_icon_2{
    background: url("../images/cont_06.png") no-repeat left top;
}
.contact_icon_3{
    background: url("../images/cont_08.png") no-repeat left top;
}
.contact_main{
    padding-bottom: 30px;
}
.contact_main::after{
    clear: both;
    content: '';
    display: block;
}
.contact_main_fl{
    float: left;
    width: 660px;
}
.contact_info_font{
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
}
.contact_info_font a:link,.contact_info_font a:visited{
    color: #1d2089;
}
.contact_main_fr{
    float: right;
    width: 700px;
}
.contact_item{
    padding: 50px 0 80px 0;
    width: 100%;
    overflow: hidden;
}
.contact_item::after{
    clear: both;
    content: '';
    display: block;
}
.contact_item ul{
    width: calc(100% + 1px);
}
.contact_item ul li{
    float: left;
    width: 33.333%;
    text-align: center;
    background: url("../images/cont_icon_item_bg.png") no-repeat right;
}
.contact_item ul li:last-child{
 background:none;
}
.cont_font_fz16{
    font-size: 14px;
    color: #333333;
    /*font-weight: bold;*/
    font-family: 'roobert-semibold';
    line-height: 1.5;
    margin-top: 15px;
}
.cont_font_fz16_color{
    font-size: 14px;
    color: #333333;
    line-height: 1.5;
}
.download_ul ul li{
    background-color: #f7f7f7;
    padding: 15px 30px 15px 80px;
    margin-top: 20px;
    position: relative;
}
.download_ul ul li::before{
    border-radius: 50%;
    display: block;
    width: 14px;
    height: 14px;
    box-sizing: border-box;
    background-color: #ffffff;
    content: '';
    border: 1px solid #d4d4d4;
    position: absolute;
    left: 30px;
    top: 38px;
}
.download_ul_fl{
    float: left;
}
.download_ul_fr{
    float: right;
}
.download_ul ul li::after{
    clear: both;
    display: block;
    content: '';
}
.download_ul ul li:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.download_ul ul li:hover::before{
    background-color: #1d2089;
    border: 1px solid #1d2089;
}
.download_title{
    font-size: 18px;
    color: #333333;
    line-height: 1.8;
}
.download_time{
    font-size: 14px;
    line-height: 2;
    color: #333333;
}
.download_ul_fr {
    font-size: 0;
    margin-top: 8px;
}
.download_ul_fr a:link,.download_ul_fr a:visited{
    background-color: #bbbbbb;
    /* background-color: #1d2089; */
    color: #ffffff;
    display: inline-block;
    padding: 0 25px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    border-radius: 4px;
}
.download_ul_fr a span,.download_ul_fr a i{
    float: left;
}
.download_ul_fr a i{
    margin-left: 20px;
    width: 20px;
    height: 20px;
    display: block;
    background: url("../images/download_icon_1.png") no-repeat center;
    margin-top: 15px;
}
.download_ul_fr a:hover{
    background-color: #1d2089;
    color: #ffffff;
}
.download_page{
    padding: 50px 0;
    height: 30px;
}
.download_page_fr{
    float: right;
    color: #666666;
    font-size: 16px;
}
.download_page_fr i{
    color: #1d2089;
}
.page-num{
    display: block;
    text-align: center;
    margin-left: 5px;
    float: left;
    min-width: 28px;
    height: 28px;
    padding: 0 2px;
    box-sizing: border-box;
    color: #666666;
    line-height: 28px;
    border-radius: 4px;
}
.page-num:hover,.page-num-current:link,.page-num-current:visited{
    background-color: #1d2089;
    color: #ffffff;
    text-decoration: none;
}
.download_page_fb{
    float: left;
    margin-left: 20px;
    line-height: 28px;
}
.download_page_fb span{
    float: left;
    margin-left: 10px;
}
.download_page_fb input{
    float: left;
    margin-left: 10px;
    width: 50px;
    border-radius: 4px;
    border: 1px solid #bbbbbb;
    box-sizing: border-box;
    height: 28px;
    text-align: center;
    font-size: 14px;
}
.download_page_info{
    float: left;
    line-height: 28px;
    margin-left: 10px;
}
.download_page_fr button{
    float: left;
    border: 1px solid #bbbbbb;
    height: 28px;
    border-radius: 4px;
    margin-left: 20px;
    color: #666666;
    padding: 0 10px;
    cursor: pointer;
    background-color: #ffffff;
}
.download_show{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 1;
    display: none;
}
.download_show_info{
    width: 530px;
    background-color: #ffffff;
    margin: 0 auto;
    position: relative;
    top: 50%;
    margin-top: -150px;
}
.download_show_info_title{
    height: 60px;
    padding: 0 15px;
    background-color: #f7f7f7;
}
.download_show_info_title_fl{
    float: left;
    line-height: 60px;
    font-size: 20px;
    color: #333333;
}
.download_show_info_title_fr{
    float: right;
    margin-top: 21px;
    cursor: pointer;
}
.download_show_font{
    padding: 20px 15px 30px 15px;
}
.download_show_font td{
    padding: 0 15px;
}
.download_show_font td input{
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    height: 40px;
    border: 1px solid #d3d3d3;
    background-color: #f9f9f9;
    font-size: 14px;
}
.download_show_font_title{
    height: 30px;
    line-height: 30px;
    color: #333333;
}
.download_show_font td button{
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    border: 0;
    font-size: 20px;
    color: #ffffff;
    background-color: #1d2089;
    cursor: pointer;
    border-radius: 4px;
    padding: 15px;
    height: 110px;
}
.download_show_font td button i{
    width: 20px;
    height: 20px;
    display: block;
    background: url("../images/download_icon_1.png") no-repeat center;
    margin: 0 auto;
}
.download_show_font td button:hover{
    background-color: #e40112;
}
.pro_main::after{
    clear: both;
    display: block;
    content: '';
}
.pro_main_fl{
    float: left;
    width: 310px;
    background-color: #f7f7f7;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 20px;
}
.pro_main_fr{
    float: right;
    width: 1070px;
}
.pro_main_fl_title{
    background-color: #1d2089;
    color: #ffffff;
    height: 48px;
    font-size: 20px;
    padding: 0 15px;
    line-height: 48px;
}
.pro_main_fl_ul li{
    margin-top: 10px;
}

.pro_main_item{
    height: 44px;
    background-color: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    padding: 0 15px;
    color: #1d2089;
}
.pro_main_item span{
    font-size: 16px;
    line-height: 44px;
    float: left;
}
.pro_main_item i{
    float: right;
    background: url("../images/pro_17.png") no-repeat center;
    display: block;
    width: 10px;
    height: 10px;
    margin-top: 17px;
}
.pro_main_item_ul{
    display: none;
}
.pro_main_item_ul dl{
    padding: 10px 0;
}
.pro_main_item_ul dd{
    padding: 0 15px 0 25px;
    position: relative;
}
.pro_main_item_ul dd a:link,.pro_main_item_ul dd a:visited{
    color: #333333;
    font-size: 14px;
    line-height: 30px;
}
.pro_main_item_ul dd a:hover,.pro_main_item_ul dd.on a:link,.pro_main_item_ul dd.on a:visited{
    color: #1d2089;
    text-decoration: none;
    /*font-weight: bold;*/
     font-family: 'roobert-semibold';
}
.pro_main_fl_ul li.on .pro_main_item_ul{
    display: block;
}
.pro_main_fl_ul li.on .pro_main_item i{
    background: url("../images/pro_13.png") no-repeat center;
}

.title_dd_item{
	display: none;
}
.you_erji{
	position: relative;
}
.you_erji::after{
	display: block;
	content: '';
	position: absolute;
	right: 0;
	background: url("../images/pro_17.png") no-repeat center;
	width: 10px;
	height: 10px;
	top: 10px;
}
dd.on .you_erji::after{
	background: url("../images/pro_13.png") no-repeat center;
}
.pro_main_item_ul dd.on .title_dd_item{
	border-radius: 4px;
	padding: 5px 0;
}
.pro_main_item_ul dd.on .title_dd_item{
	display: block;
	background: #eeeeee;
	position: inherit !important;
	left: auto !important;
	top: auto !important;
}
/*.pro_main_item_ul dd:hover .title_dd_item{*/
	/*position: absolute;*/
	/*left: 100%;*/
	/*top: 0;*/
/*	display: block;*/
/*	padding: 5px 0;*/
/*	min-width: 200px;*/
/*	border-radius: 4px;*/
/*    background: #eeeeee;*/
/*}*/
.pro_main_item_ul dd.on:hover .title_dd_item{
	background: #eeeeee;
}
.title_dd_item_info{
	line-height: 24px;
	padding: 0 15px;
}
.pro_main_item_ul dd .title_dd_item_info a:link,.pro_main_item_ul dd .title_dd_item_info a:visited{
	color: #333333;
	font-weight: normal;
}
.pro_main_item_ul dd .title_dd_item_info a:hover,.pro_main_item_ul dd .title_dd_item_info.on a:link,.pro_main_item_ul dd .title_dd_item_info.on a:visited{
	color: #1d2089;
}
.pro_main_tools{
    height: 48px;
    background-color: #f7f7f7;
    padding: 0 20px;
}
.pro_main_tools_title{
    float: left;
    font-size: 18px;
    color: #333333;
    line-height: 48px;
}
.pro_main_tools_title_fr{
    float: right;
}
.title_view{
    float: left;
    font-size: 16px;
    color: #333333;
    line-height: 48px;
}
.title_icon{
    float: left;
    height: 30px;
    width: 30px;
    border-radius: 4px;
    margin-top: 9px;
    margin-left: 10px;
    cursor: pointer;
}
.title_icon:hover,.title_icon.pro_icon_no{
    background-color: #e6e6e6;
}
.pro_icon_1{
    background: url("../images/pro_03.png") no-repeat center;
}
.pro_icon_2{
    background: url("../images/pro_05.png") no-repeat center;
}
.pro_page{
    float: left;
    line-height: 48px;
}
.pro_page_center,.pro_page_left,.pro_page_right{
    float: left;
    margin-left: 10px;
    color: #666666;
}
.pro_page_left,.pro_page_right{
    height: 20px;
    width: 20px;
    border-radius: 4px;
    cursor: pointer;
    line-height: 20px;
    text-align: center;
    margin-top: 14px;
}
.pro_page_center span{
    color: #1d2089;
}
.pro_page_left:hover,.pro_page_right:hover,.pro_page_left.on,.pro_page_right.on{
    background-color: #e6e6e6;
    color: #ffffff;
}
.pro_main_ul::after{
    clear: both;
    display: block;
    content: '';
}
.pro_main_ul {
    overflow: hidden;
}
.pro_main_ul ul{
    margin: 0 -20px;
}
.pro_main_ul ul li{
    width: 33.33333%;
    padding: 20px;
    float: left;
    box-sizing: border-box;
}
.ul_item ul li{
	float: none;
	width: 100%;
	border-bottom: 1px solid #d3d3d3;
}

.pro_main_ul_li_font{
    border: 1px solid #d3d3d3;
    padding: 15px;
    box-sizing: border-box;
    /*1400çš„æ—¶å€™å°±ä¸èƒ½ç”¨ï¼Œå›&nbsp;æ­¤è¦æ³¨æŽ‰*/
    /*width: 329px;*/
    /*height: 361px;*/
}
.ul_item ul li .pro_main_ul_li_font{
	padding: 0;
	border: 0;
}
.pro_main_ul_li_img{
	height: 245px;
	overflow: hidden;
	text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
}
.pro_main_ul_li_img img{
    max-width: 100%;
    max-height: 100%;
    width:100%;
}
.pro_main_ul_li_content{
	display: none;
}
.ul_item ul li .pro_main_ul_li_img{
	float: left;
	width: 22%;
	margin-right: 15px;
}
.ul_item ul li .pro_main_ul_li_content{
	font-size: 14px;
	line-height: 1.5;
	display: block;
	color: #333333;
	margin-bottom: 15px;
	overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
}

.ul_item ul li .pro_main_ul_li_font{
	height: auto;
	width: 100%;
}
.ul_item ul li::after{
	clear: both;
    display: block;
    content: '';
}
.ul_item .info_font,.ul_item .info_font_icon,.ul_item .info_font_icon_jian{
	float: none;
	margin-bottom: 20px;
}
.ul_item .pro_main_ul_li_info{
	height: auto;
}
.ul_item .pro_main_ul_li_content{
	padding-right: 115px;
}
.ul_item .pro_main_ul_li_title{
	font-size: 20px;
	padding-right: 115px;
	height: 60px;
	padding-bottom: 5px;
}
.pro_main_ul_li_title{
    font-size: 16px;
    color: #1d2089;
    line-height: 1.5;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px;
    font-weight: bold;
}
.pro_main_ul_li_info{
    height: 26px;
    color: #333333;
    font-size: 14px;
    overflow: hidden;
}
.info_font{
    /*padding-right: 30px;*/
    line-height: 26px;
    float: left;
    width: calc( 100% - 30px);
}
.info_font span{
	font-weight: bold;
}
.info_font_icon{
    width: 26px;
    height: 26px;
    float: right;
    background: url("../images/pro_22.png") no-repeat center;
    cursor: pointer;
    background-size: cover;
    display: block;
}
.info_font_icon:hover{
    background: url("../images/pro_03_jia.png") no-repeat center;
}
.info_font_icon_jian{
    width: 26px;
    height: 26px;
    float: right;
    background: url("../images/pro_16_jian.png") no-repeat center;
    cursor: pointer;
    background-size: cover;
    display: none;
}
.info_font_icon_jian,.info_font_icon_jian:hover{
    background: url("../images/pro_16_jian.png") no-repeat center;
}
.pro_main_ul ul li.on .info_font_icon{
    display: none;
}
.pro_main_ul ul li.on .info_font_icon_jian{
    display: block;
}
.pro_main_ul_li_title a:link,.pro_main_ul_li_title a:visited{
    color: #1d2089;
}
.pro_main_ul_li_title a:hover{
    color: #e40112;
    text-decoration: none
}
.pro_main_row::after{
    clear: both;
    display: block;
    content: '';
}
.pro_main_row_left{
    float: left;
    width: 555px;
}
.pro_main_row_img{
    float: left;
    /*border: 1px solid #d3d3d3;*/
    font-size: 0;
    width: 460px;
    box-sizing: border-box;
    height: 460px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.pro_main_row_img img{
    max-width: 100%;
    max-height: 100%;
    
}
.pro_main_row_img_item{
    float: right;
    width: 80px;
    
}
.pro_main_row_img_item ul li{
    border: 1px solid #d3d3d3;
    width: 80px;
    height: 80px;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.pro_main_row_img_item ul li:first-child{
    margin-top: 0;
}
.pro_main_row_img_item ul li img{
    width: 100%;
}
.pro_main_row_right{
    float: right;
    width: 750px;
}
.pro_main_row_right_title{
    font-size: 24px;
    color: #1d2089;
    line-height: 1.5;
    padding-bottom: 10px;
}
.pro_main_row_right_time{
    font-size: 16px;
    line-height: 1.5;
}
.pro_main_row_right_item{
    margin-top: 15px;
    padding-top: 25px;
    border-top: 1px solid #d3d3d3;
    padding-bottom: 15px;
    
}
.lnItem{
    font-size: 14px;
    line-height: 1.5;
    color: #333333;
}
.lnButton{
    text-align: right;
}
.lnButton a:link,.lnButton a:visited{
    height: 40px;
    display: inline-block;
    margin-left: 15px;
    color: #ffffff;
    line-height: 40px;
    padding: 0 15px;
}
.lnButton a.bg_1{
    background-color: #1d2089;
    background-image: url("../images/pro_n_icon_1.png");
    background-position: 15px center;
    background-repeat: no-repeat;
    padding-left: 45px;
}
.lnButton a.bg_2{
    background-color: #e40112;
    background-image: url("../images/pro_n_icon_2.png");
    background-position: 15px center;
    background-repeat: no-repeat;
    padding-left: 45px;
}
.pro_main_row_info{
    margin-top: 50px;
    border-top: 1px solid #d3d3d3;
    padding-bottom: 50px;
}
.pro_main_row_info_li{
    border-bottom: 1px solid #d3d3d3;
}
.ue-table-interlace-color-double {
    background-color: #f7faff;
}
.ue-table-interlace-color-single {
    background-color: #fcfcfc;
}
.pro_main_row_info ul li li{
	list-style:disc;
	padding: 2px;
    margin:5px 20px;
}
.pro_main_row_info_li::after{
    clear: both;
    display: block;
    content: '';
}
.pro_main_row_info_title{
    height: 80px;
}
.pro_main_row_info_title::after{
    clear: both;
    display: block;
    content: '';
}
.pro_main_row_info_title .fl{
    float: left;
    font-size: 24px;
    line-height: 80px;
    color: #333333;
}
.pro_main_row_info_title .fr{
    float: right;
    margin-top: 30px;
    cursor: pointer;
}
.pro_main_row_info_img{
    padding: 20px 0 30px 0;
    display: none;
}
.pro_main_row_info_img::after{
    clear: both;
    display: block;
    content: '';
}
.pro_main_row_info_img_lt{
    float: left;
    width: 280px;
}
.pro_main_row_info_img_lt img{
    width: 280px;
}
.pro_main_row_info_img_gt{
    font-size: 16px;
    line-height: 2;
    padding-left: 400px;
    color: #333333;
}
.pro_main_row_info li.on .pro_main_row_info_img{
    display: block;
}
.pro_main_row_info li.on .pro_main_row_info_title .fl{
    font-size: 24px;
}
.pro_show{
    position: fixed;
    right: 0;
    bottom: 50px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 370px;
    overflow: hidden;
    z-index: 2;
    display: none;
}

.pro_show_info_title{
    height: 50px;
    padding: 0 15px;
    background-color: #f7f7f7;
    position: relative;
}
.pro_show_info_title_fl{
    line-height: 50px;
    font-size: 20px;
    color: #333333;
    text-align: center;

}
.pro_show_info_title_fr{
    top: 15px;
    cursor: pointer;
    position: absolute;
    right: 15px;
}
.pro_n_zk{
    display: block;
    width: 60%;
    height: 60%;
}
.pro_n_jk{
    display: none;
      width: 60%;
    height: 60%;
}
.pro_main_row_info li.on .pro_n_zk{
    display: none;
}
.pro_main_row_info li.on .pro_n_jk{
    display: block;
}
.pro_show_info_int{
    padding: 0 15px;
    background-color: #ffffff;
    height: 34px;
    padding-top: 10px;
    line-height: 24px;
    box-sizing: border-box;
    text-align: right;
    color: #666666;
    font-size: 12px;
}
.pro_show_info_ul {
    padding: 0 10px;
    overflow: auto;
    max-height: 480px;
}
.pro_show_info_ul ul li{
    border-bottom: 1px solid #d3d3d3;
    padding: 15px 0;
}
.pro_show_info_ul ul li::after{
    clear: both;
    display: block;
    content: '';
}
.w65_img{
    float: left;
    width: 65px;
    height: 65px;
    box-sizing: border-box;
    border: 1px solid #d3d3d3;
    cursor: pointer;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.w65_img img{
    width: 100%;
}
.p75{
    padding-left: 75px;
    color: #333333;
    position: relative;
    padding-right: 50px;
}
.p75_title{
    line-height: 1.5;
    font-size: 12px;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.p75_del{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.p75_input{
    margin-top: 5px;
}
.icon_but_1,.icon_but_2,.icon_input{
    float: left;
    margin-right: 10px;
}
.icon_but_1,.icon_but_2{
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.icon_input input{
    width: 50px;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    height: 24px;
    box-sizing: border-box;
    text-align: center;
}
.icon_but_1{
    background: url("../images/p75_jian.png") no-repeat center;
}
.icon_but_1:hover{
    background: url("../images/p75_jian_1.png") no-repeat center;
    
}

.icon_but_2{
    background: url("../images/p75_jia.png") no-repeat center;
}
.icon_but_2:hover{
    background: url("../images/p75_jia_1.png") no-repeat center;
}
.p75_button{
    height: 46px;
    margin-top: 15px;
}
.p75_button button{
    height: 46px;
    width: 100%;
    cursor: pointer;
    background-color: #1d2089;
    color: #ffffff;
    border: 0;
    font-size: 20px;
}


.proInfo_show{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 3;
    display: none;
}
.proInfo_show_info{
    width: 680px;
    background-color: #ffffff;
    margin: 0 auto;
    position: relative;
    top: 50%;
    margin-top: -150px;
}
.proInfo_show_info_title{
    height: 60px;
    padding: 0 15px;
    background-color: #f7f7f7;
}
.proInfo_show_info_title_fl{
    float: left;
    line-height: 60px;
    font-size: 18px;
    color: #333333;
}
.proInfo_show_info_title_fr{
    float: right;
    margin-top: 21px;
    cursor: pointer;
}

.proInfo_show_font{
    padding: 20px 15px 30px 15px;
}
.proInfo_show_font td{
    padding: 5px 15px 0 15px;
}
.proInfo_show_font_title{
    height: 30px;
    line-height: 30px;
    color: #333333;
}
.proInfo_show_font_title span{
	color: #e40112;
}
.proInfo_show_font td input.borderBr,.proInfo_show_font td textarea.borderBr{
	border: 1px solid  #e40112;
}
.proInfo_show_font td input{
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    height: 40px;
    border: 1px solid #d3d3d3;
    background-color: #f9f9f9;
    font-size: 14px;
}
.proInfo_show_font td textarea{
    width: 100%;
    box-sizing: border-box;
    padding: 5px 10px;
    border: 1px solid #d3d3d3;
    background-color: #f9f9f9;
    font-size: 14px;
    height: 117px;
    line-height: 1.5;
}
.proInfo_show_font td button{
    height: 50px;
    padding: 0 50px;
    background-color: #1d2089;
    cursor: pointer;
    border: 0;
    color: #ffffff;
    border-radius: 4px;
    font-size: 20px;
}
.proInfo_show_font td.ptcenter{
    text-align: center;
    padding-top: 20px;
}

.about_us_title{
    text-align: center;
}
.about_us_title .div_title{
    text-align: center;
    display: inline-block;
}
.div_title_font{
    font-size: 36px;
    border-bottom: 3px solid #000000;
    line-height: 68px;
    color: #333333;
    /*font-weight: bold;*/
     font-family: 'roobert-semibold';
}
.div_title_font_1{
    font-size: 20px;
    color: #333333;
    height: 38px;
    line-height: 38px;
}
.about_us_font{
    font-size: 14px;
    color: #333333;
    line-height: 2;
    padding: 20px 0 50px 0;
}
.about_us_item{
    background-color: #1d2089;
}
.about_us_item::after{
    clear: both;
    display: block;
    content: '';
}
.about_us_item ul li{
    float: left;
    width: 33.33333%;
    text-align: center;
    box-sizing: border-box;
    padding: 30px 20px 20px 20px;
}
.about_us_item_title{
    text-align: center;
    font-size: 34px;
    /*font-weight: bold;*/
    font-family: 'roobert-semibold';
    color: #ffffff;
    line-height: 2;
}
.about_us_item ul li.on{
    background-color: #e40112;
}
.about_us_item_title_info{
    text-align: center;
    padding: 60px 0;
    font-size: 32px;
    color: #333333;
    /*font-weight: bold;*/
     font-family: 'roobert-semibold';
}
.h584_bg{
    background: #f7f7f7 url("../images/h584_bg.png") no-repeat center bottom;
    min-width: 1400px;
    /*min-height: 530px;*/
    box-sizing: border-box;
    padding: 40px 0;
}
.h584_bg_left{
    float: left;
    width: 400px;
    color: #7f7f7f;
    font-size: 24px;
    padding: 50px 0;
}
.h584_bg_right{
    padding-left: 400px;
}
.h584_bg_right ul li{
    background: url("../images/about_icon_4.png") no-repeat left 50px;
    padding: 20px 0 20px 100px;
}
.h584_bg_right_title{
    font-size: 24px;
    color: #7f7f7f;
    line-height: 1.2;
}
.h584_bg_right_font{
    font-size: 18px;
    color: #7f7f7f;
    line-height: 1.2;
}
.honor_center{
    padding: 80px 0;
}
.honor_center .honor_center_title{
    text-align: center;
    font-size: 36px;
    color: #333333;
    line-height: 1.5;
}
.honor_center_title_font{
    font-size: 24px;
    color: #333333;
    text-align: center;
    line-height: 1.5;
}
.honor_center_ul{
    margin: 100px 0 0 0; 
    position: relative;
}
.honor_center_ul_img{
    position: relative;
    overflow: hidden;
    margin: 0 100px;
    /* width: 100%; */
}
.honor_center_ul_img ul{
    font-size: 0;
}
.honor_center_ul_img ul li{
    width: 33.33333%;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
    padding-left: 10px;
    box-sizing: border-box;
}
.honor_center_ul_img ul{
    position: relative;
    left: 0;
    top: 0;
    transition: 0.2s ease all;
    transform: translate3d(0, 0, 0);
}
.honor_center_ul_page_lt{
    position: absolute;
    width: 44px;
    height: 44px;
    cursor: pointer;
    background: url("../images/about_left.png") no-repeat center;
    left: 0;
    top: 50%;
    margin-top: -40px;
}
.honor_center_ul_page_gt{
    position: absolute;
    width: 44px;
    height: 44px;
    cursor: pointer;
    background: url("../images/about_right.png") no-repeat center;
    right: 0;
    top: 50%;
    margin-top: -40px;
}
.honor_center_ul_img_row{
    font-size: 0;
    height: 220px;
    border: 1px solid #d4d4d4;
}
.honor_center_ul_img_row_font{
    font-size: 14px;
    color: #333333;
    line-height: 1.5;
    padding: 10px 0;
}

#container{
    height: 400px;
    background-color: #f4f4f4;
}

/** news_n **/

.new_title{
    color: #1d2089;
    /*font-weight: bold;*/
     font-family: 'roobert-semibold';
    font-size: 32px;
    text-align: center;
    line-height: 1.5;
    padding-top: 30px;
}

.new_title_time{
    text-align: right;
    font-size: 14px;
    color: #666666;
    padding-top: 30px;
}
.new_title_content{
    padding: 30px 0;
}
.new_title_content::after{
    clear: both;
    display: block;
    content: '';
}
.new_title_content{
    font-size: 14px;
    color: #333333;
    line-height: 1.8;
}
.new_title_content table{
margin: 0 auto; 
}
.alertShow{
	position:fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.2);
	right: 0;
	bottom: 0;
	z-index: 100;
	display: none;
}
.alertDinfo{
	position: absolute;
	left: 50%;
	width: 400px;
	margin-left: -200px;
	top: 10%;
	border-radius: 5px;
	overflow: hidden;
	background-color: #ffffff;
	z-index: 1;
	padding-bottom: 15px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.alertShow_title{
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	background: #ddd;
	font-weight: bold;
	font-size: 16px;
}
.alertShow_info{
	line-height: 50px;
	padding: 0 15px;
}
.alertShow_button{
	text-align: right;
	padding: 0 15px;
}
.alertShow_button button{
	cursor: pointer;
	background-color: #1d2089;
	padding: 0 20px;
	border-radius: 5px;
	border: 0;
	color: #ffffff;
	height: 40px;
}
@media screen and (min-width: 750px) and (max-width: 1400px){
    .banner,.banner_ul{
        width: 100%;
        min-width: auto;
    }
    .img_item:hover .img_item_font, .serve_list ul li.on .img_item .img_item_font{
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .h584_bg{
        width: 100%;
        min-width: auto;
    }
    .contact_main_fl{
        width: 48%;
    }
    .contact_main_fr{
        width: 50%;
    }
    
    .pro_main_fr{
        float: none;
        padding-left: 330px;
        width: auto;
        box-sizing: border-box;
    }
    .pro_main_fr,.pro_main_ul{
    	padding-left: 30px;
    }
    .pro_main_row_left,.pro_main_row_right{
        width: 48%;
    }
    .pro_main_row_img{
        width: 82%;
        height: auto;
        padding-top: calc(82% - 2px);
        font-size: 0;
        overflow: hidden;
        position: relative;
    }
    .pro_main_row_img img{
        position: absolute;
        left: 0;
        top: 0;
    }
    .pro_main_row_img_item{
        width: 15%;
    }
    .pro_main_row_img_item ul li{
        width: 100%;
        padding-top: calc(100% - 2px);
        height: auto;
        position: relative;
        margin-top: 10px;
    }
    .pro_main_row_img_item ul li img{
        position: absolute;
        width: 100%;
        top: 0;
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 750px) {
    .main_center{
        padding: 0.5rem 0;
    }
    .main_center_href{
        padding-top: 0.6rem;
    }
    .main_center_href a:link, .main_center_href a:visited{
        height: 1rem;
        font-size: 0.38rem;
        line-height: 1rem;
        padding: 0 0.5rem;
        border-radius: 0.08rem;
    }
    
    .div_title_font{
        font-size: 0.38rem;
        line-height: 1.5;
        border-bottom: 1px solid #333333;
    }
    .div_title_font_1{
        font-size: 0.28rem;
        line-height: 1.5;
        height: auto;
        padding: 0.1rem 0;
    }
    .about_us_font{
        padding: 0.2rem 0 0.5rem 0;
        font-size: 0.28rem;
        line-height: 1.5;
    }
    .about_us_item ul li{
        float: none;
        width: 100%;
    }
    .about_us_item .w1400{
        padding: 0;
    }
    .about_us_item_title{
        font-size: 0.38rem;
    }
    .about_us_item_title_info{
        padding: 0.8rem 0.2rem;
        line-height: 1.5;
        font-size: 0.38rem;
        height: auto;
    }
    .h584_bg{
        padding: .2rem 0;
        min-height: auto;
        min-width: auto;
    }
    .h584_bg_left{
        float: none;
        min-width: auto;
        width: 100%;
        font-size: 0.48rem;
        padding: 0.5rem 0;
    }
    .h584_bg_right{
        padding: 0;
    }
    .h584_bg_right ul li{
        padding: 0.2rem 0 0.2rem 0.8rem;
        background: url(../images/about_icon_4.png) no-repeat left 0.5rem;
    }
    .h584_bg_right_title{
        font-size: 0.6rem;
        line-height: 1.5;
    }
    .h584_bg_right_font{
        font-size: 0.28rem;
        line-height: 1.5;
    }
    .honor_center{
        padding: .8rem 0;
    }
    .honor_center .honor_center_title{
        font-size: 0.48rem;
    }
    .honor_center_title_font{
        font-size: 0.28rem;
    }
    .honor_center_ul{
        margin: 1rem 0 0 0 ;
    }
    .honor_center_ul_img{
        margin: 0 1rem;
    }
    .contact_title{
        font-size: 0.6rem;
    }
    .contact_main{
        padding-bottom: 0.3rem;
    }
    .contact_main_fl,.contact_main_fr{
        float: none;
        width: auto;
    }
    .contact_info_title{
        font-size: 0.36rem;
    }
    .contact_info_ul{
        padding-bottom: 0.4rem;
        margin-bottom: 0.3rem;
    }
    .contact_info_ul ul li{
        margin-top: 0.3rem;
    }
    .contact_info_ul ul li{
        padding-left: 0.6rem;
        font-size: 0.28rem;
        background-size: 0.4rem;
    }
    .contact_info_font{
        font-size: 0.28rem;
    }
    .contact_main_fr{
        margin-top: 0.2rem;
    }
    #container{
        height: 4rem;
    }
    .contact_item{
        padding: 0.1rem 0 0.5rem 0;
    }
    .contact_item ul li{
        width: 50%;
        margin-top: 0.2rem;
    }
    .cont_font_fz16{
        margin-top: 0.2rem;
        font-size: 0.28rem;
    }
    .cont_font_fz16_color{
        font-size: 0.28rem;
    }
    .download_ul ul li{
        padding: 0.2rem 0.3rem 0.2rem 0.9rem;
        margin-top: 0.2rem;
    }
    .download_ul ul li::before{
        top: 0.35rem;
        left: 0.3rem;
    }
    .download_ul_fl,.download_ul_fr,.download_page_fr{
        float: none;
    }
    .download_title{
        font-size: 0.36rem;
    }
    .download_time{
        font-size: 0.24rem;
    }
    .download_ul_fr{
        margin-top: 0.2rem;
    }
    .download_ul_fr a:link, .download_ul_fr a:visited{
        height: 0.8rem;
        line-height: 0.8rem;
        padding: 0 .3rem;
    }
    .download_ul_fr a i{
        margin-top: 0.18rem;
        margin-left: 0.2rem;
    }
    .download_page{
        padding: 0.5rem 0;
        height: auto;
    }
    .download_page::after{
        clear: both;
        display: block;
        content: '';
    }
    .download_page_fr{
        font-size: 0.28rem;
        text-align: center;
    }
    .download_page_fr a:link, .download_page_fr a:visited{
        margin-left: 0.1rem;
        height: 0.48rem;
        line-height: 0.48rem;
        width: 0.48rem;
        padding: 0;
        min-width: 0.48rem;
    }
    .download_page_info,.download_page_fb{
        margin-left: 0.1rem;
        height: 0.48rem;
        line-height: 0.48rem;
    }
    .download_page_fb input,.download_page_fr button{
        height: 0.48rem;
        line-height: 0.48rem;
    }
    .download_show_info{
        width: 100%;
    }
    .download_show{
        padding: 0 0.2rem;
        box-sizing: border-box;
    }
    .download_show_info_title{
        padding: 0 0.2rem;
        height: 1rem;
    }
    .download_show_info_title_fl{
        line-height: 1rem;
        font-size: 0.28rem;
    }
    .download_show_info_title_fr{
        margin-top: 0.3rem;
    }
    .download_show_font{
        padding: 0.2rem 0.1rem .2rem .1rem;
    }
    .download_show_font td{
        padding: 0 0.1rem;
    }
    .download_show_font_title{
        font-size: 0.28rem;
        line-height: 0.6rem;
        height: 0.6rem;
    }
    .banner_ul,.banner{
        min-width: auto;
        height: 2rem;
    }
    .serve{
        padding: 0.3rem 0;
    }
    .index_title{
        padding: 0.4rem 0 0.2rem 0;
        height: auto;
        font-size: 0.36rem;
        line-height: 0.56rem;
    }
    .index_title::after{
        height: 0.56rem;
    }
    .serve_list ul li, .repair_list ul li{
        width: 100%;
        float: none;
        padding: 0.1rem 0.2rem;
    }
    .img_item:hover .img_item_font, .serve_list ul li.on .img_item .img_item_font{
        padding-top: 2rem;
        font-size: 0.5rem;
        text-align: center;
    }
    .img_item_font a.botton:link, .img_item_font a.botton:visited{
        line-height: 0.8rem;
        height: 0.8rem;
        width: auto;
        padding: 0 0.2rem;
        font-size: 0.36rem;
    }
    .img_item_font{
        line-height: 0.8rem;
        height: 0.8rem;
        width: auto;
        padding: 0 0.2rem;
        font-size: 0.36rem;
    }
    .img_item:hover .img_item_font .botton, .serve_list ul li.on .img_item .img_item_font .botton{
        display: block;
        width: 3rem;
    }
    .img_item_font span{
        display: block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .pro_main_fl{
        float: none;
        width: auto;
        padding: 0.2rem;
    }
    .pro_main_fl_title{
        line-height: 0.8rem;
        height: 0.8rem;
        padding: 0 0.2rem;
        font-size: 0.28rem;
    }
    .pro_main_fl_ul li{
        margin-top: 0.2rem;
    }
    .pro_main_item{
        padding: 0 0.2rem;
        font-size: 0.28rem;
        line-height: 0.8rem;
        height: 0.8rem;
    }
    .pro_main_item span{
        font-size: 0.28rem;
    }
    .pro_main_item span{
        line-height: 0.8rem;
        height: 0.8rem;
    }
    .pro_main_item_ul dl{
        padding: 0.1rem 0;
    }
    .pro_main_item_ul dd{
        padding: 0 .4rem;
    }
    .pro_main_item_ul dd a:link, .pro_main_item_ul dd a:visited{
        font-size: 0.24rem;
        line-height: 0.52rem;
    }
    .pro_main_fr{
        float: none;
        width: auto;
        margin-top: 0.2rem;
    }
    .pro_main_tools{
        padding: 0 0.2rem;
        height: auto;
    }
    .pro_main_tools_title{
        line-height: 0.8rem;
        font-size: 0.36rem;
        float: none;
        /*font-weight: bold;*/
         font-family: 'roobert-semibold';
    }
    .pro_main_tools_title_fr{
        float: none;
    }
    .pro_main_tools_title_fr::after{
        clear: both;
        display: block;
        content: '';
    }
    .title_view{
        line-height: 0.8rem;
        font-size: 0.28rem;
    }
    .pro_main_ul ul{
        margin: 0 auto;
    }
    .pro_main_ul ul li{
        float: none;
        width: 100%;
        padding: 0;
        margin-top: 0.2rem;
    }
    .pro_main_ul_li_font{
        padding: 0.2rem;
    }
    .pro_main_ul_li_title{
        font-size: 0.28rem;
        height: 0.84rem;
    }
    .pro_main_ul_li_title{
        margin-top: 0.2rem;
    }
    .pro_main_ul_li_info{
        line-height: 1.5;
        font-size: 0.28rem;
    }
    .pro_show{
        width: 90%;
        right: 5%;
        bottom: 0.5rem;
    }
    .proInfo_show_info{
        width: 100%;
    }
    .proInfo_show{
        padding: 0 0.2rem;
        box-sizing: border-box;
    }
    .proInfo_show_info_title{
        padding: 0 0.2rem;
        height: 1rem;
    }
    .proInfo_show_info_title_fl{
        line-height: 1rem;
        font-size: 0.28rem;
    }
    .proInfo_show_font{
        padding: 0.2rem 0.1rem .2rem .1rem;
    }
    .proInfo_show_font td{
        padding: 0 0.1rem;
    }
    .proInfo_show_font td.ptcenter{
        padding-top: 0.2rem;
    }
    .proInfo_show_font td button{
        line-height: 0.8rem;
        height: 0.8rem;
        padding: 0 0.5rem;
        font-size: 0.28rem;
    }
    .pro_main_row_left,.pro_main_row_right{
        float: none;
        width: 100%;
    }
    .pro_main_row_img{
        width: 82.6%;
        height: auto;
        padding-top: calc(82.6% - 2px);
        font-size: 0;
        overflow: hidden;
        position: relative;
    }
    .pro_main_row_img img{
        position: absolute;
        left: 0;
        top: 0;
    }
    .pro_main_row_img_item{
        width: 14.5%;
    }
    .pro_main_row_img_item ul li{
        width: 100%;
        padding-top: calc(100% - 2px);
        height: auto;
        position: relative;
        margin-top: 0.18rem;
    }
    .pro_main_row_img_item ul li img{
        position: absolute;
        width: 100%;
        top: 0;
        width: 100%;
        height: auto;
    }
    .pro_main_row_left::after{
        clear: both;
        display: block;
        content: '';
    }
    .pro_main_row_right{
        clear: both;
        padding-top: 0.2rem;
    }
    .pro_main_row_right_title{
        font-size: 0.6rem;
        line-height: 1.2;
    }
    .pro_main_row_right_time{
        font-size: 0.28rem;
        padding-top: .2rem;
    }
    .pro_main_row_right_item{
        margin-top: 0.2rem;
        padding-top: 0.2rem;
        padding-bottom: 0.2rem;
    }
    .lnItem{
        font-size: 0.28rem;
    }
    .pro_main_row_info{
        padding: 0.5rem 0;
        margin: 0;
    }
    .pro_main_row_info_title{
        height: 1.5rem;
    }
    .pro_main_row_info li .pro_main_row_info_title .fl{
        font-size: 0.42rem;
    }
    .pro_main_row_info li.on .pro_main_row_info_title .fl{
        line-height: 1.5rem;
        font-size: 0.42rem;
    }
    .pro_main_row_info_title .fr{
        margin-top: 0.45rem;
    }
    .pro_main_row_info_img{
        padding: 0.2rem 0 0.3rem 0;
    }
    .pro_main_row_info_img_lt{
        width: 100%;
        float: none;
    }
    .pro_main_row_info_img_lt img{
        width: 100%;
    }
    .pro_main_row_info_img_gt{
        padding: 0;
        font-size: 0.28rem;
        line-height: 1.5;
    }
    .pro_main_row_info_title .fl{
        line-height: 1.5rem;
    }
    .download_show_font td input{
        height: 0.72rem;
        padding: 0 0.2rem;
        font-size: 0.28rem;
    }
    .repair_font{
        padding: 0.2rem;
    }

    .repair_font_title{
        font-size: 0.28rem;
        height: 0.84rem;
    }
    .repair_font_time{
        font-size: 0.24rem;
        margin-top: 0.2rem;
    }
    .repair_font_info{
        font-size: 0.28rem;
        margin-top: 0.2rem;
        height: 1.26rem;
    }
    .repair_font_more{
        margin-top: 0.2rem;
        font-size: 0.28rem;
    }

    /** news_n **/
    .new_title{
        font-size: 0.36rem;
        padding-top: 0.3rem;
    }
    .new_title_time{
        padding-top: 0.3rem;
        font-size: 0.28rem;
    }
    .new_title_content{
        padding-top: 0.3rem;
        font-size: 0.28rem;
    }
    .new_title_content img{
        max-width: 100%;
        float: none !important;
        margin: 0 !important;
    }
    
    .pro_main_item_ul dd:hover .title_dd_item{
    	position: initial;
    	left: 0;
    	top: 0;
    	box-shadow: none;
    }
    .pro_main_item_ul dd:hover .title_dd_item,
    .pro_main_item_ul dd .title_dd_item{
    	background: #eeeeee;
    }
    .pro_main_ul_li_img{
    	height: auto;
    }
    .ul_item .pro_main_ul_li_title{
    	padding: 0;
    	font-size: 0.28rem;
    	height: 0.84rem;
    }
    .ul_item .pro_main_ul_li_content{
    	padding: 0;
    }
    .ul_item .info_font{
    	float: left;
    	margin: 0;
    }
    .ul_item .info_font_icon, .ul_item .info_font_icon_jian{
    	float: right;
    	margin: 0;
    }
    .ul_item .pro_main_ul_li_info,.ul_item .pro_main_ul_li_content{
    	margin-bottom: 0.2rem;
    }
}</pre></body></html>