@charset "utf-8";
@font-face {
    font-family: 'impactregular';
    src: url('../fonts/impact_0.woff2') format('woff2'),
    url('../fonts/impact_0.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,menu,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,main,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    font:inherit;
    vertical-align:baseline
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section {
    display:block
}
*[hidden] {
    display:none
}
body {
    line-height:1
}
menu,ol,ul {
    list-style:none
}
blockquote,q {
    quotes:none
}
blockquote:before,blockquote:after,q:before,q:after {
    content:'';
    content:none
}
table {
    border-collapse:collapse;
    border-spacing:0
}
i,em {
    font-style:normal
}
a,a:link,a:active,a:visited,a:hover {
    text-decoration:none
}
p {
    margin:0
}
hr {
    border-width:1px;
    border-style:inset
}
html {
    font-size:12px;
    color:#333
}
a {
    color:#333
}
html,body {
    padding:0;
    margin:0
}
* {
    margin:0;
    padding:0;
    box-sizing:border-box;
    border:0;
    outline:medium;
    text-shadow:none;
    text-decoration:none
}
textarea {
    resize:none
}
.clearfix {
    clear:both;
    zoom:1
}
.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden
}
section{
    display:block;
    width:1200px;
    margin:0 auto
}
.dh {
    overflow:hidden
}
.hidden {
    display:none !important
}
.pr {
    position:relative
}
.pos_center {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    margin:auto
}
.pa {
    position:absolute
}
.img_cover{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img_contain{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.text_overflow1{
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.text_overflow2{
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.text_overflow3{
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.text_overflow4{
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.text_overflow6{
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
article,aside,dialog,footer,header,section,footer,nav,figure,menu {
    display:block
}
.mr60{
    margin: 60px 0;
}
.pd60{
    padding: 60px 0;
}
.icon_head_zx {
    width:15px;
    height:15px;
    background:url("../images/icon_head_zx.png") no-repeat center;
    margin:0 7px 0 0;
}
.icon_head_wx {
    width:15px;
    height:15px;
    background:url("../images/icon_head_wx.png") no-repeat center;
    margin:0 6px 0 0;
}


.bg-color {
    background-color:#fff
}
.top {
    width: 100%;
    height: 42px;
    border-bottom: 1px #eaeaea solid;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top_left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 35%;
    height: 100%;
    float: left;
}
.top_left p{
    font-size:14px;
    line-height: 26px;
    color:#a8a8a8;
}
.top_left:hover p{
    color:#000;
    transition: all 0.8s;
}
.top_right {
    width:65%;
    height:100%;
    line-height: 26px;
    float:right;
    text-align:right;
}
.top_bar {
    display:flex;
    justify-content:flex-end;
    align-items:center;
    height: 100%;
}
.top_bar_item{
    display:flex;
    justify-content:flex-end;
    align-items:center;
}
.head_online {
    font-size:14px;
    color:#a8a8a8;
    margin:0 17px 0 0;
}
.head_online:hover {
    color: #000;
    transition: all 0.8s;
    font-weight: bold;
}
.head_wxzx {
    font-size:14px;
    color:#a8a8a8;
}
.head_wxzx:hover {
    color: #000;
    transition: all 0.8s;
}
.head_wx{
    display: flex;
    justify-content: center;
    align-items: center;
}
.head_wx:hover+.head_wxcode {
    display: block;
    transition: all 0.8s;
}

.head_wxcode {
    display: none;
    z-index: 9;
    top: 50px;
   /* opacity: 0;
    filter: Alpha(opacity=0);*/
    transition: opacity 0.8s;
    box-shadow:1px 2px 1px #eaeaea;
}
.head_wxcode_san{
    width: 0;
    height: 0;
    border-bottom: 10px solid #a8a8a8;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    margin: 0 auto;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
}
.head_wxcode_box{
    background-color: #eee;
    padding: 15px 15px 0 15px;
}
.head_wxcode_box p{
    font-size: 14px;
    line-height: 25px;
    text-align: center;
}
.head_wxcode_pic{
    width: 100px;
    height: 100px;
}
.head_wxcode_pic img{

}
.top_bar_item_wx:hover .head_wxcode {
    opacity: 1;
    filter:Alpha(opacity=100)
}
.header{
    width: 100%;
    height: 198px;
    background: url("../images/header_bg.jpg") no-repeat center;
    background-position: center -8px;
}
.header_top{
    width: 100%;
    height: 129px;
}
.header_logo{
    width: 780px;
    height: 129px;
    float: left;
}
.header_logo_left{
    width: 430px;
    height: 129px;
    float: left;
    position: relative;
}
.header_logo_left h1{
    font-size: 26px;
    color: #212121;
    font-weight: bold;
    line-height: 129px;
    position: absolute;
    top:0;
}
.header_logo_left h1 span{
    font-size: 26px;
    color: #b10e21;
    font-weight: bold;
}
.header_logo_left p{
    font-size: 12px;
    color: #9a9a9a;
    font-weight: normal;
    text-transform: uppercase;
    position: absolute;
    top: 65%;
    letter-spacing: 1.4px;
}
.header_logo_right{
    width: 350px;
    height: 129px;
    float: right;
    position: relative;
}
.header_logo_right p:first-child{
    line-height: 129px;
    position: absolute;
    top:0;
}
.header_logo_right p:first-child strong{
    font-size: 24px;
    color: #151c22;
    font-weight: bold;
}
.header_logo_right p:first-child span{
    font-size: 24px;
    color: #151c22;
    font-weight: normal;
}
.header_logo_right p:last-child{
    font-size: 15px;
    color: #656565;
    font-weight: normal;
    position: absolute;
    top: 65%;
    letter-spacing: 1.3px;
    line-height: 25px;
}
.header_text{
    width: 420px;
    height: 129px;
    float: right;
    position: relative;
}
.header_text p:first-child{
    width: 100%;
    font-size: 16px;
    color: #747679;
    line-height: 25px;
    text-align: right;
    position: absolute;
    top: 25%;
}
.header_text p:nth-child(2){
    font-family: 'impactregular';
    width: 100%;
    font-size: 26px;
    color: #0656a9;
    line-height: 26px;
    text-align: right;
    position: absolute;
    top: 48%;
    letter-spacing: 1px;
}
.header_text p:last-child{
    font-family: 'impactregular';
    width: 100%;
    font-size: 26px;
    color: #0656a9;
    line-height: 26px;
    text-align: right;
    position: absolute;
    top: 70%;
    letter-spacing: 1px;
}
.header_bottom{
    width: 100%;
    height: 61px;
}
.header_search{
    width: 355px;
    height: 61px;
    float: left;
}
.header_search form{

}
.header_search_list{
    width: 316px;
    height: 35px;
    background-image: url("../images/head_input_bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(40%);
}
.header_search_list input{
    width: 265px;
    height: 35px;
    text-indent: 10px;
    font-size: 16px;
    background-color: transparent;
    caret-color: #fff;
    color: #fff;
}
.header_search_list input::-webkit-input-placeholder {
    color:#fff;
    caret-color:#fff;
}
.header_search_list input::-moz-placeholder {
    color:#fff;
    caret-color:#fff;
}
.header_search_list input:-ms-input-placeholder {
    color:#fff;
    caret-color:#fff;
}
.header_search_list input:-moz-placeholder {
    color:#fff;
    caret-color:#fff;
}

.header_search_list button[type="submit"]{
    width: 20px;
    height: 22px;
    background-image: url(../images/head_search_btn.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    transform: translateY(26%);
    cursor: pointer;
}
.header_menu{
    width: 845px;
    height: 61px;
    float: right;
}
.header_menu ul{

}
.header_menu ul li{
    width: 16.659%;
    float: left;
    height: 61px;
    line-height: 61px;
    text-align: center;
    position: relative;
}
.header_menu ul li::before{
    display: block;
    content: url("../images/header_nav_line.png");
    color: #fff;
    position: absolute;
}
.header_menu ul li:first-child::before{
    visibility: hidden;
}
.header_menu_active{
    transform: skew(-35deg);
    background-color: #b10e21;
    animation: active_slider_tb 0.1s linear;
}
.header_menu_active::before{
    visibility: hidden;
}
.header_menu_active+li::before{
    visibility: hidden;
}
.header_menu_active a span{
    display: block;
    transform: skew(35deg);
    font-weight: bold;
}
.header_menu ul li:hover{
    transform: skew(-35deg);
    background-color: #b10e21;
    animation: active_slider_tb 0.1s linear;
}
.header_menu ul li:hover::before{
    visibility: hidden;
}
.header_menu ul li:hover+li::before{
    visibility: hidden;
}
.header_menu ul li:hover a span{
    display: block;
    transform: skew(35deg);
    font-weight: bold;
}
@keyframes active_slider_tb {
    from{

    }
    to{
        background-color: #0657a9;
    }
}
.header_menu ul li a{

}
.header_menu ul li a span{
    font-size: 16px;
    color: #fff;
}
.index_banner{
    margin: -8px 0 0 0;
}
#bannerSwiper{
    width: 100%;
    position: relative;
}
#bannerSwiper .swiper-wrapper{
    width: 100%;
    height: 100%;
}
#bannerSwiper .swiper-wrapper .swiper-slide{
    width: 100%;
    height: 100%;
}
#bannerSwiper .swiper-wrapper .swiper-slide a{

}
#bannerSwiper .swiper-wrapper .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#swiperButtonPrevBanner{
    background: transparent url(../images/pro_left_h.png) no-repeat center center;
    left: 20px;
    width: 33px;
    height: 61px;
}
#swiperButtonPrevBanner:hover{
    background: transparent url(../images/pro_left_b.png) no-repeat center center;
}
#swiperButtonNextBanner{
    background: transparent url(../images/pro_right_h.png) no-repeat center center;
    right: 20px;
    width: 33px;
    height: 61px;
}
#swiperButtonNextBanner:hover{
    background: transparent url(../images/pro_right_b.png) no-repeat center center;
}
#swiperPaginationBanner{
    width: 15px;
    height: 15px;
}
#swiperPaginationBanner .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    border: 1px #fff solid;
    background-color: #fff;
}
#swiperPaginationBanner  .swiper-pagination-bullet-active{
    border: 1px #b10e21 solid;
    background-color: #b10e21;
}
.index_banner_fix{
    width: 100%;
    height: 140px;
    background-color: #0656a9;
    transform: scaleY(1.01);
    display: flex;
    align-items: center;
    justify-content: center;
}
.index_banner_fix ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.index_banner_fix ul li{
    width: 25%;
    height: 100%;
    position: relative;
}
.index_banner_fix ul li::before{
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    background: url(../images/header_fix_line.png) no-repeat right center;
    position: absolute;
}
.index_banner_fix ul li:first-child::before{
    display: none;
}
.index_banner_fix_item{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index_banner_fix ul li:first-child .index_banner_fix_item{

}
.index_banner_fix ul li:last-child .index_banner_fix_item{

}
.index_banner_fix_ll{
    width: 60px;
    height: 69px;
    background: url(../images/header_fix_bg.png) no-repeat center;
    position: relative;
    margin: 0 16px 0 0;
}
.index_banner_fix_ll img{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.index_banner_fix_rr{

}
.index_banner_fix_rr h3{
    width: 150px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}
.index_banner_fix_rr p{
    width: 150px;
    font-size: 15px;
    font-weight: lighter;
    line-height: 20px;
    color: #fff;
    padding: 10px 0 0 0;
}
.index_banner_fix ul li:hover .index_banner_fix_ll{
    transition: all 0.8s;
    transform: rotateZ(180deg);
}
.index_banner_fix ul li:hover .index_banner_fix_ll img{
    transition: all 0.8s;
    transform: rotate(180deg);
}

/*nav*/
.index_nav{
    text-align: center;
    padding: 0 0 40px 0;
}
.index_nav_en {
    color: #efefef;
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
}
.index_nav_item_one{
    transform: translate(0px,-15px);
}
.index_nav_item_one span:first-child{
    font-size: 40px;
    color: #0656a9;
    font-weight: bold;
    line-height: 31px;
}
.index_nav_item_one span:last-child {
    font-size: 40px;
    color: #333;
    font-weight: bold;
    line-height: 31px;
}
.index_nav_item_two{
    width: 100%;
    height: 28px;
    background:transparent url("../images/nav_title_line.png") no-repeat center;
}
.index_nav_item_three{

}
.index_nav_item_three p{
    font-size: 15px;
    color: #666;
    line-height: 26px;
    padding: 5px 0 0 0;
}

.index_news{

}
.index_news_nav{
    padding: 80px 0 60px 0;
}
.index_news_top{

}
.index_news_top ul{
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 45px;
}
.index_news_top ul li{
    width: 370px;
}
.index_news_top ul li:nth-child(3n){
    margin-right: 0;
}
.index_news_top_pic{
    width: 370px;
    height: 259px;
}
.index_news_top_pic a{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.index_news_top_pic a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index_news_top ul li h3{
    width: 100%;
    font-size: 18px;
    color: #585858;
    font-weight: normal;
    margin: 40px 0 25px 0;
    height: 20px;
    line-height: 20px;
    position: relative;
    padding-right: 15px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.index_news_top ul li p{
    width: 100%;
    font-size: 15px;
    color: #c7c7c7;
    font-weight: normal;
    height: 40px;
    line-height: 20px;
    position: relative;
    padding-right: 15px;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.index_news_top_time{
    width: 100%;
    height: 42px;
    margin: 58px 0;
}
.index_news_top_time_ll{
    float: left;
    line-height: 42px;
}
.index_news_top_time_ll img{

}
.index_news_top_time_ll span{
    font-size: 15px;
    color: #5d5d5d;
    font-weight: normal;
}
.index_news_top_time_rr{
    float: right;
    line-height: 42px;
}
.index_news_top_time_rr a{
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 125px;
    border-radius: 40px;
    height: 40px;
}
.index_news_top_time_rr a span{
    display: inline-block;
    color: #5d5d5d;
    font-size: 15px;
    margin-right: 10px;
}
.index_news_top_time_rr a img {

}
.index_news_top ul li:hover{

}
.index_news_top ul li:hover .index_news_top_pic a img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    transition: all 0.5s;
}
.index_news_top ul li:hover h3{
    transition: all 0.3s;
    color: #0d88f3;
}
.index_news_top ul li:hover p{
    transition: all 0.3s;
    color: #333;
}
.index_news_top_time_rr a:hover{
    background: #0d88f3;
    box-shadow: 0 0 5px #0d88f3;
}
.index_news_top_time_rr a:hover span{
   color: #fff;
}
.index_news_top_time_rr a:hover img{
    filter: brightness(1000%) invert(0);
}
.index_news_bottom{
    height: 140px;
    margin: 0 0 60px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 45px;
    border: 1px solid #efefef;
    padding: 5px 15px;
}
.index_news_bottom a{
    display: inline-block;
    width: 31%;
    height: 55px;
    line-height: 55px;
}
.index_news_bottom a:nth-child(-n+3) {
    border-bottom: 1px dashed #eaeaea;
}
.index_news_bottom a span{
    display: inline-block;
    width: 15px;
    height: 100%;
    background-image: url("../images/newsicon1.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 12px 12px;
    float: left;
}
.index_news_bottom a h2{
    display: inline-block;
    max-width: 83%;
    font-size: 16px;
    color: #3c3c3c;
    float: left;
    padding-left: 10px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.index_news_bottom a p{
    display: inline-block;
    font-size: 15px;
    color: #989898;
    float: right;
}
.index_news_bottom a:hover span{
    background-image: url("../images/newsicon2.png");
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.index_news_bottom a:hover h2{
    color: #0d88f3;
}
.index_message{
    height: 240px;
    background-position:center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.index_message_title{
    font-size: 30px;
    color: #fff;
    padding: 38px 0 22px 0;
}
.index_message_desc{
    font-size: 16px;
    color: #fff;
    padding: 0 0 30px 0;
}
.index_message_form{

}
.index_message_form form{
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-items: center;
    height: 49px;
}
.index_message_form input{
    width: 260px;
    margin: 0 15px 0 0;
    border-radius: 2px;
    text-indent: 10px;
    font-size: 14px;
    color: #757575;
}
.index_message_form input:nth-child(1){
    width: 260px;
    background-image: url(../images/mes01.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: auto;
    padding: 0 45px 0 0;
}
.index_message_form input:nth-child(2){
    width: 260px;
    background-image: url(../images/mes02.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: auto;
    padding: 0 45px 0 0;
}
.index_message_form input:nth-child(5){
    width: 206px;
    background-color: #0656a9;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    margin-right: 0;
}
.index_message_form input:nth-child(5):hover{
    background-color: #3cb131;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.index_message_form .verify_input{
    height: 49px;
    position: relative;
}
.index_message_form .verify_input input{
    width: 150px;
    height: 49px;
    text-indent: 10px;
    font-size: 14px;
    color: #757575;
    padding: 0 75px 0 0;
}
.index_verify{
    position: absolute;
    top: 11px;
    right: 20px;
    height: 28px;
    width: 68px;
    border: 1px #ddd solid;
    cursor: pointer;
}
.index_verify img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index_message_form textarea{
    width: 260px;
    margin: 0 15px 0 0;
    padding: 17px 40px 0 0;
    border-radius: 2px;
    text-indent: 10px;
    font-size: 14px;
    color: #757575;
    background-image: url(../images/mes03.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: auto;
}
.index_company{
    height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.index_company_nav{
    padding: 60px 0 60px 0;
}

.index_company_bxo{
    display: flex;
    height: 400px;
}
.index_company_ll{
    width: 50%;
}
.index_company_ll h3{
    font-size: 30px;
    color: #202020;
}
.index_company_ll_desc{
    font-size: 16px;
    color: #9c9c9c;
    line-height: 25px;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin: 40px 138px 50px 0;
}
.index_company_ll_btn{
    display: block;
    width: 153px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    border: 1px #0656a9 solid;
    color: #0656a9;
    font-size: 16px;
}
.index_company_ll_btn:hover{
    background-color: #0656a9;
    color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.index_company_ll_ul{
    width: 75%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px 0 0 0;
}
.index_company_ll_ul li{

}
.index_company_si{
    text-align: center;
}
.index_company_si_pic{
    height: 60px;
    padding: 0 0 10px 0;
}
.index_company_si_pic img{

}
.index_company_si_t1{
    font-size: 18px;
    color: #323232;
}
.index_company_ll_ul li:hover .index_company_si_pic img{
    transition: all 0.8s;
    transform: rotate(360deg);
}
.index_company_ll_ul li:hover .index_company_si_t1{
    transition: all 0.5s;
    font-weight: bold;
}
.index_company_rr{
    width: 50%;
}
.index_company_rr img{
    width: 544px;
    height: 325px;
    object-fit: cover;
    margin: 0 0 0 12px;
}
.index_product_type{
    text-align: center;
    padding: 0 0 40px 0;
}
.index_product_type ul{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 15px
}
.index_product_type ul li{
    height: 40px;
    line-height: 40px;
    border: 1px #ddd solid;
    ___border-top: 1px #ddd solid;
    ___border-bottom: 1px #ddd solid;
    ___border-left: 0.5px #ddd solid;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 27px;
}
.index_product_type ul li:last-child{
    border-right: 1px #ddd solid;
}
.index_product_type ul li a{
    font-size: 15px;
    color: #999;
}
.index_product_type ul li:hover{
    transition: all 0.8s;
    background-color: #0656a9;
}
.index_product_type ul li:hover a{
    transition: all 0.8s;
    color: #fff;
}
.index_product_list{

}
#swiperProduct{

}
#swiperProduct .swiper-wrapper{
    width: 100%;
    height: 100%;
}
#swiperProduct .swiper-wrapper .swiper-slide{
    border: 1px #ddd solid;
}
#swiperProduct .swiper-wrapper .swiper-slide a{
    display: block;
    width: 100%;
    height: 100%;
}
.index_product_item{
    width: 100%;
    height: 344px;
}
.index_product_pic{
    height: 280px;
    overflow: hidden;
    position: relative;
}
.index_product_pic img{

}
.index_product_pic .img-shade {
    width: 100%;
    height: 100%;
    ___background: rgba(55, 55, 55, 0.5);
    background:rgba(55, 55, 55, 0.5) url("../images/pro_shade.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 100%;
    transition: all 350ms;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.index_product_pic  .img-shade img{
    width: 38px;
    height: 38px;
}
.index_product_pic  .img-shade p{
    font-size: 15px;
    color: #fff;
    margin: 12px 0 0 0;
}
.index_product_item:hover .index_product_pic .img-shade{
    top:0;
}
.index_product_text{
    height: 64px;
    line-height: 64px;
    ___border-top: 1px #ddd solid;
}
.index_product_text_ll{
    width: 309.3px;
    height: 64px;
    line-height: 64px;
    font-size: 18px;
    color: #151515;
    font-weight: normal;
    background-color: #ececec;
    float: left;
    text-indent: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.index_product_item:hover .index_product_text_ll{
    transition: all 0.8s;
    background-color: #0656a9;
    color: #fff;
}
.index_product_text_rr{
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    background-color: #0656a9;
    float: right;
}
.index_product_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 52px;
    margin: 60px 0 0 0;
}
.index_product_btn a{
    width: 208px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.index_product_btn a span{
    width: 96px;
    overflow: hidden;
    position: absolute;
    right: 15%;
}
.index_product_btn a:first-child{
    margin: 0 22px 0 0;
    font-size: 16px;
    color: #fff;
    background-color: #0656a9;
    background-image: url("../images/product_more.png");
    background-repeat: no-repeat;
    background-position: 20px center;
}
.index_product_btn a:last-child{
    font-size: 16px;
    color: #fff;
    background-color: #ad0e20;
    background-image: url("../images/message_more.png");
    background-repeat: no-repeat;
    background-position: 20px center;
}
.index_product_btn a:first-child:hover{
    transition: all 0.8s;
    background-color: #003d7b;
    background-image: none;
}
.index_product_btn a:first-child:hover span{
    right: auto;
}
.index_product_btn a:last-child:hover{
    transition: all 0.8s;
    background-color: #6f0814;
    background-image: none;
}
.index_product_btn a:last-child:hover span{
    right: auto;
}
#swiperProduct{
    overflow: hidden;
}
#swiperButtonPrevProduct{
    background: transparent url(../images/pro_left_h.png) no-repeat center center;
    left: -90px;
    width: 33px;
    height: 61px;
}
#swiperButtonPrevProduct:hover{
    background: transparent url(../images/pro_left_l.png) no-repeat center center;
}
#swiperButtonNextProduct{
    background: transparent url(../images/pro_right_h.png) no-repeat center center;
    right: -90px;
    width: 33px;
    height: 61px;
}
#swiperButtonNextProduct:hover{
    background: transparent url(../images/pro_right_l.png) no-repeat center center;
}
.index_advantage{
    height: 792px;
    padding: 50px 0 0 0;
}
.advantage_nav{
    padding: 0 0 60px 0;
}
#advantageColorFff span:first-child{
    color: #fff;
}
#advantageColorFff span:last-child{
    color: #fff;
}
#advantageNavEn{
    color: rgba(239,239,239,0.2);
}
#advantageColorFffP{
    color: rgba(255,255,255,0.4);
}
#advantageTwo{
    background: transparent url(../images/nav_title_advantage_line.png) no-repeat center;
}
.youshi_list{
    height: 380px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.youshi_list_item {
    width: 273px;
    height: 100%;
}
.youshi_list_item_active{
    background: transparent url(../images/youshi_list_item_active.png) no-repeat center center;
}
.youshi_b1{
    height: 360px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 23px 17px 55px 30px;
    transition: all 0.8s;
}
.youshi_list_ct{
    position: relative;
}
.youshi_list_ct span{
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #ad0e20;
    top:0;
    left: 0;
    z-index: 1;
}
.youshi_list_ct img{
    position: absolute;
    top:0;
    left: 30px;
    z-index: 2;
}
.youshi_list .youshi_list_item:nth-child(1) .youshi_b1 .youshi_list_ct img{
    top:8px;
    left: 0;
}
.youshi_list .youshi_list_item:nth-child(2) .youshi_b1 .youshi_list_ct img{
    top:0;
    left: 0;
}
.youshi_list .youshi_list_item:nth-child(3) .youshi_b1 .youshi_list_ct img{
    top:8px;
    left: 6px;
}
.youshi_list .youshi_list_item:nth-child(4) .youshi_b1 .youshi_list_ct img{
    top:0;
    left: 0;
}
.youshi_list_ct p{
    color: #efefef;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 80px 0 0 0;
}
.youshi_list_ct h3{
    color: #333;
    font-size: 30px;
    font-weight: bold;
    transform: translate(0, -10px);
}
.youshi_list_ct_line{
    width: 24px;
    height: 2px;
    background-color: #0656a9;
    margin: 20px 0 0 0;
}
.youshi_list_ct_desc{
    color: #666;
    font-size: 16px;
    line-height: 30px;
    padding: 30px 0 0 0;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.youshi_b2{
    width: 240px;
    height: 9px;
    background-color: #b7c2cf;
    margin: 0 auto;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.youshi_b3{
    width: 200px;
    height: 10px;
    background-color: #dde5ef;
    margin: 0 auto;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.youshi_list_item:hover{

}
.youshi_list_item:hover .youshi_b1{
    background: transparent url(../images/youshi_list_item_active.png) no-repeat center center;
}
.youshi_list_item:hover .youshi_list_ct img{
    filter: brightness(1000%) grayscale(1000%);
    transition: all 0.8s;
    transform: rotate(360deg);
}
.youshi_list_item:hover .youshi_list_ct p{
    transition: all 0.8s;
    color: rgba(255,255,255,0.4);
}
.youshi_list_item:hover .youshi_list_ct h3{
    transition: all 0.1s;
    color: #fff;
}
.youshi_list_item:hover .youshi_list_ct_desc{
    transition: all 0.8s;
    color: #fff;
}
.youshi_tel{
    width: 409px;
    height: 50px;
    border-radius: 25px;
    background-color: #0656a9;
    margin: 55px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}
.youshi_tel_pic{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff url("../images/youshi_tel.png") no-repeat center center;
}
.youshi_tel_link{
    font-size: 15px;
    color: #f5f5f5;
}
.youshi_tel_mb1{
    font-family: 'impactregular';
    font-size: 24px;
    color: #f5f5f5;
    letter-spacing: 1px;
    padding: 0 10px 0 0;
}
.youshi_tel_mb2{
    font-family: 'impactregular';
    font-size: 24px;
    color: #f5f5f5;
    letter-spacing: 1px;
}

.foot{
    width: 100%;
    height: 363px;
    background-image: url("../images/foot_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
.foot_box{
    width: 100%;
    height: 350px;
    position: relative;
}
.foot_top{
    position: relative;
    text-align: center;
}
.foot_top ul{
    display: inline-block;
    margin: 0 auto;
}
.foot_top ul li{
    width: 150px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    float: left;
    position: relative;
}
.foot_top ul li:hover{
    transform: skew(-35deg);
    background-color: #b10e21;
    color: #fff;
    cursor: pointer;
}
.foot_top ul li::after{
    visibility: hidden;
}
.foot_top ul li+li::after{
    visibility: hidden;
}
.foot_top ul li:hover a span{
    display: inline-block;
    transform: skew(35deg);
    font-weight: bold;
}
.foot_top ul li::after{
    display: block;
    content: '';
    width: 2px;
    height: 18px;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: -10px;
    bottom: 0;
    margin: auto;
}
.foot_top_li_active{
    transform: skew(-35deg);
    background-color: #b10e21;
    color: #fff;
}
.foot_top_li_active a span{
    display: inline-block;
    transform: skew(35deg);
    font-weight: bold;
}
.foot_top ul li:last-child::after{
    visibility: hidden;
}
.foot_top ul li a{

}
.foot_top ul li a span{
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}
.foot_line{
    width: 100%;
    height: 2px;
    background-color: #3878ba;
}
.foot_center{
    width: 100%;
    height: 145px;
    margin: 35px 0 0 0;
}
.foot_center_ll{
    width: 460px;
    float: left;
    position: relative;
    padding: 0 0 0 15px;
}
.foot_center_ll::after{
    display: block;
    content: url(../images/foot_line_s.png);
    position: absolute;
    right: -20px;
    bottom: 10px;
    margin: auto;
}
.foot_center_ll img{
    float: left;
}
.foot_center_link{
    margin: 0 0 35px 0;
}
.foot_center_mobile{
    font-family: 'impactregular';
    font-size: 30px;
    color: #fff;
    float: left;
    line-height: 25px;
    padding: 0 0 0 5px;
    letter-spacing: 1px;
}
.foot_center_tel{
    font-family: 'impactregular';
    font-size: 30px;
    color: #fff;
    margin: 0 0 0 5px;
    float: left;
    line-height: 25px;
    letter-spacing: 1px;
}
.foot_center_linkman{
    font-size: 18px;
    color: #fff;
    float: left;
    line-height: 25px;
}
.foot_center_ll p{
    font-size: 14px;
    color: #e5e5e5;
    line-height: 28px;
}
.foot_center_cc{
    float: left;
}
.foot_center_cc p{
    width: 530px;
    height: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    margin: 0 0 0 10%;
}
.foot_center_rr{
    float: right;
}
.foot_center_rr_box{
    width: 114px;
    height: 145px;
    background-color: #2d6fb5;
    border-radius: 6px;
    position: relative;
}
.foot_center_rr_pic{
    width: 100px;
    height: 100px;
    position: absolute;
    top:0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 8px auto 12px;
}
.foot_center_rr_pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.foot_center_rr_box p{
    width: 100%;
    height: 30px;
    font-size: 14px;
    color: #f6f3f4;
    line-height: 30px;
    text-align: center;
    position: absolute;
    bottom: 0;
}
.foot_bottom{
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.foot_bottom a{
    color: #fff;
}
.foot_bottom span{
    color: #fff;
}
.foot_bottom a:hover{
    color: #fff;
    transition: all 0.8s;
    text-decoration: underline;
}
/*nei*/
.nei_banner{
    margin: -8px 0 0 0;
}
.nei_banner img{
    width: 100%;
}
/*crumbs*/
.crumbs{
    height: 70px;
    border-bottom: 1px #ddd solid;
}
.crumbs_list{
    height: 70px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.crumbs i{
    display: inline-block;
    width: 12px;
    height: 12px;
    background: transparent url("../images/crumbs_home.png") no-repeat center;
    margin: 0 5px 0 0;
}
.crumbs span{
    display: inline-block;
    width: 4px;
    height: 6px;
    background: transparent url("../images/crumbs_right.png") no-repeat center;
    margin: 0 10px;
}
.crumbs a{
    font-size: 14px;
    color: #5b5b5b;
    line-height: 28px;
}
.crumbs a:last-child{
    color: #0656a9;
}
.company_nav1{
    padding: 40px 0 60px 0;
}
.company_main{

}
.company_main_pic{
    width: 100%;
    height: 422px;
}
.company_main_pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.company_main_content{

}
.company_main_content p{
    font-size: 16px;
    color: #666;
    line-height: 30px;
    text-align: justify;
}
#tjProduct .index_product_item{
    height: 255px;
}

#tjProduct .index_product_pic{
    height: 207px;
}

#tjProduct .index_product_text_ll{
    width: 82.2%;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
}
#tjProduct .index_product_text_rr{
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
}
#productType{
    padding: 60px 0 60px 0;
}
#productType ul{
    flex-wrap: wrap;
    gap: 20px;
}
#productType ul li{
    border: 1px #ddd solid;
}
#productType ul li a{
    padding: 0 5px;
}
/*list_main*/
.list_main{
    padding: 0 0 60px 0;
}
.list_main ul{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 60px;
}
.list_main ul li{
    width: 30%;
}
.list_main ul li a{
    display: inline-block;
    width: 100%;
}
.list_item{
    border: 1px #ddd solid;
}
.list_item_pic{
    height: 300px;
    position: relative;
    overflow: hidden;
}
.list_item_pic img{

}
.list_item_pic .img-shade {
    width: 100%;
    height: 100%;
    ___background: rgba(55, 55, 55, 0.5);
    background:rgba(55, 55, 55, 0.5) url("../images/pro_shade.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 100%;
    transition: all 350ms;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.list_item_pic  .img-shade img{
    width: 38px;
    height: 38px;
}
.list_item_pic  .img-shade p{
    font-size: 15px;
    color: #fff;
    margin: 12px 0 0 0;
}
.list_text{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.list_title{
    width: 84%;
    height: 100%;
    background-color: #ececec;
    font-size: 18px;
    color: #151515;
    padding: 0 10px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.list_more{
    width: 60px;
    height: 100%;
    background-color: #0656a9;
    font-size: 18px;
    color: #fff;
}
.list_item:hover{

}
.list_item:hover .list_item_pic .img-shade{
    top:0;
}
.list_item:hover .list_title{
    transition: all 0.8s;
    background-color: #0656a9;
    color: #fff;
}
/*page*/
.page{
    padding: 0 0 60px 0;
}
.de-page-mian {
    overflow: hidden;
    text-align: center;
    font-size: 0;
    margin: 30px 0;
}
.de-page-mian .page-inner {
    display: inline-block;
    overflow: hidden;
}
.de-page-mian .page-inner a {
    display: block;
    float: left;
    min-width: 60px;
    margin: 0 5px;
    height: 60px;
    border: 1px solid #dddddd;
    background: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 14px;
    color: #333;
    margin-right: -1px;
    overflow: hidden;
    border-radius: 50%;
}
.de-page-mian .page-inner a:last-child{
    border-radius: inherit;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
    color: #fff;
    border-color: #0656a9;
    background: #0656a9;
}
.de-page-mian .page-inner a.prev {
    margin-right: 10px;
    background: #fff url(../images/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
    background: #fff url(../images/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
    background-color: #fff;
    border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
    margin-left: 10px;
    margin-right: 15px;
    background: #fff url(../images/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
    background: #fff url(../images/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
    background-color: #fff;
    border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn {
    font-size: 12px;
    margin-right: 0;
    width: 60px;
    margin-left: 10px;
}
.de-page-mian .page-inner span {
    display: block;
    font-size: 12px;
    color: #333;
    float: left;
    line-height: 60px;
}
.de-page-mian .page-inner input {
    display: block;
    float: left;
    height: 60px;
    width: 60px;
    border: 1px solid #dddddd;
    text-align: center;
    line-height: 60px;
    font-size: 14px;
    color: #333;
    margin: 0 5px;
}
/*no-goods*/
.no-goods{
    margin: 5% auto;
    text-align: center;
}
.no-goods img{

}
.no-goods p{
    color: red;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0 0 0;
}
.news_list{
    padding: 60px 0 0 0;
}
.news_list ul{
    flex-wrap: wrap;
    justify-content: end;
}
/*contact_box*/
.contact_box{
    display: flex;
    height: 520px;
    align-items: center;
    justify-content: center;
}
.contact_ll{
    width: 70%;
    height: 100%;
}
.contact_rr{
    width: 30%;
    height: 100%;
    background: #1e5595;
}
#dituContent{
    width: 100%;
    height: 520px;
}
#dituContent .BMap_bubble_content{
    margin: 15px 0 0 0;
}
#dituContent .iw_poi_title{
    font-size: 16px;
    font-weight: bold;
    color: #0656a9;
}
#dituContent .iw_poi_content {
    font-size: 14px;
    color: #333;
    margin: 10px 0;
    line-height: 25px;
}
.com_nav1{
    padding: 40px 0 60px 0;
}

.contact_rr .contact_info {
    width: 400px;
    height: 520px;
    background: transparent url(../images/youshi_list_item_active.png) no-repeat center center;
    background-size: cover;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.contact_rr .contact_info .contact_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    background-color: transparent;
    border-radius: 10px;
    padding: 10px 0;
}
.contact_rr .contact_info .contact_item i {
    width: 50px;
    height: 50px;
    margin-right: 20px;
}
.contact_rr .contact_info .contact_item i.c_icon1 {
    background: url(../images/c-icon1.png) no-repeat center;
}
.contact_rr .contact_info .contact_item i.c_icon2 {
    background: url(../images/c-icon2.png) no-repeat center;
}
.contact_rr .contact_info .contact_item i.c_icon3 {
    background: url(../images/c-icon3.png) no-repeat center;
}
.contact_rr .contact_info .contact_item i.c_icon4 {
    background: url(../images/c-icon4.png) no-repeat center;
}
.contact_rr .contact_info .contact_item i.c_icon5 {
    background: url(../images/c-icon5.png) no-repeat center;
}
.contact_rr .contact_info .contact_item p {
    width: 250px;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    font-weight: lighter;
}
.contact_rr .contact_info .contact_item p strong{
    font-family: 'impactregular';
    font-size: 20px;
    letter-spacing: 1px;
}
/*message*/
.de-message {
    overflow: hidden;
    padding: 0 5px;
}
.de-message .tips {
    font-size: 13px;
    line-height: 55px;
    color: #737373;
}
.de-message .mes-form {
    overflow: hidden;
    margin-bottom: 60px;
}
.de-message .mes-form form {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.de-message .mes-form form .form-tr {
    overflow: hidden;
}
.de-message .mes-form form .form-tr input {
    display: block;
    width: 560px;
    padding: 0 10px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #e6e6e6;
}
.de-message .mes-form form .form-tr textarea {
    display: block;
    width: 1190px;
    padding: 5px 10px;
    height: 168px;
    border: 1px solid #e6e6e6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.de-message .mes-form form .form-tr .code {
    overflow: hidden;
}
.de-message .mes-form form .form-tr .code input {
    width: 560px;
    float: left;
}
.de-message .mes-form form .form-tr .code .verify {
    cursor: pointer;
    float: left;
    margin-left: 25px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 0;
}
.de-message .mes-form form .form-tr .code .verify img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.de-message .mes-form form .form-tr .submit {
    display: block;
    width: 400px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #0657a9;
    color: #fff;
    font-size: 15px;
}
.de-message .mes-form form .form-tr .submit:hover {
    background: #1e5595;
}
.de-message .mes-form form .form-tr .error {
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #f00;
    padding: 0 5px;
}
/*news_detail*/
.news_detail{
    margin: 60px 0 60px 0;
}
.news_detail_title{
    font-weight: bold;
    font-size: 20px;
    color: #333;
    line-height: 25px;
    text-align: center;
}
.news_detail_info{
    padding: 15px 10px;
}
.news_detail_info span{
    font-weight: lighter;
    font-size: 16px;
    color: #666;
    line-height: 25px;
}
.news_detail_info span:last-child{
    float: right;
}
.news_detail_line{
    border-bottom: 1px #ddd solid;
}
.news_detail_pic{
    height: 250px;
    margin: 60px 60px 0 60px;
    text-align: center;
}
.news_detail_pic img{
    height: 100%;
}
.news_detail_content{
    padding: 60px 60px 15px 60px;
}
.news_detail_content p{
    line-height: 30px;
    font-size: 14px;
    color: #666;
}
/*newsPage*/
.newsPage {
    display: flex;
    text-align: center;
    justify-content: space-between;
    padding: 15px 10px;
}
.newsPage .page-a{
    width: 50%;
    line-height: 30px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.newsPage .page-a:first-child{
    text-align: left;
}
.newsPage .page-a:last-child{
    text-align: right;
}
.newsPage a {
    font-size: 16px;
    color: #666;
    font-weight: lighter;
}
.newsPage a:hover {
    color: #333;
    font-weight: bold;
}
/*goods_detail*/
.goods_detail{
    margin: 60px 0 60px 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.goods_detail_ll{
    width: 600px;
}
#goodsDetailSwiper{
    width: 100%;
    height: 450px;
    border: 1px #ddd solid;
}
#goodsDetailSwiper img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.goods_detail_rr{
    width: 600px;
    padding: 10px 0 0 60px;
}
.goods_detail_rr h2{
    font-size: 24px;
    color: #333;
    padding: 0 0 30px 0;
    border-bottom: 1px #ddd dashed;
}
.goods_detail_rr ul{

}
.goods_detail_rr ul li{
    padding: 15px 0;
    border-bottom: 1px #ddd dashed;
    font-size: 14px;
}
.goods_detail_rr ul li label{
    font-weight: bold;
}
.goods_detail_rr ul li span{

}
.tel_1{
    font-family: 'impactregular';
    font-weight: bold;
    color: #b10e21;
    font-size: 30px;
    letter-spacing: 1px;
}
.tel_2{
    font-family: 'impactregular';
    font-weight: bold;
    color: #0657a9;
    font-size: 30px;
    letter-spacing: 1px;
}

.product_tt_line{
    border-top: #e5e5e5 solid 1px;
    border-bottom: #e5e5e5 solid 1px;
    margin-bottom: 4%;
    margin-top: 4%;
}
.product_tt_line span{
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    border-bottom: #0059b3 solid 2px;
    color: #0059b3;
    font-weight: 700;
}
.product_content{
    font-size: 16px;
    color: #333;
    line-height: 30px;
    margin-bottom: 4%;
}