.container{
    max-width:1230px;
    padding: 0 15px;
    margin: 0 auto;
}
.align-center{
    text-align: center;
    font-size: 0;
    line-height: 0
}
.align-left{
    text-align: left;
}
.align-right{
    text-align: right;
}
.align-center li,.align-left li,.align-right li{
    display:inline-block;
}
/*c_nav*/
.c_nav{
    width:100%;
    padding: 60px 0 40px 0;
}
.c_nav ul{
    position: relative;
}
.c_nav ul::after{
    content: "";
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -1px;
    height: 1px;
    left: 0;
    background: #cfcfcf;
    z-index: -1;
}
.c_nav ul li{
    background: #fff;
    padding: 2px 10px;
}
.c_nav ul li a{
    display: block;
    text-align: center;
    padding: 0 10px;
    line-height: 1.5;
    font-size: 16px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #c8c8c8;
    color: #1f3f72;
}
.c_nav ul li.current a{
    background: #1f3f72;
    color:#fff;
}

.pagerMain{
    text-align: center;
}
.pagerMain a{
	width:auto;
	padding:0 15px;
	height:30px;
	border:1px solid #e4e4e4;
	line-height:30px;
    background: #fff;
	color:#666666;
	font-size:13px;
	display:inline-block;
	border-radius:2px;
	font-family:"宋体";
	margin:5px;
	border-radius:4px;
}
.pagerMain a.page_current{
	color:#fff;
	background:#472310;
	border:1px solid #472310;
}
.pagerMain a:hover{
	background: #1f3f72;
	color:#fff;
}
.page-status{
	display: none;
}

.jjbq-box{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.jjbq-box li{
    -webkit-box-flex: 0;
}
.flex_w {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    z-index: 10;
}

/*foot*/
.foot_ban{
    background: #e06640;
    padding: 50px 0;
    text-align: center;
}
.foot_ban p{
    line-height: 1.5;
    color: #fff;
    font-size: 24px;
}
.ny_copyright{
    background: #1f3f72;
    padding: 20px 0;
}
.ny_copyright p{
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
    text-align: center
}


/*about*/
.about_ny{
    text-align: center;
    padding: 50px 0;
    background-size: cover !important;
}
.about_ny h4{
    color: #000000;
    font-size: 36px;
    line-height: 50px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 40px;
}
.about_ny h4::before,.about_ny h4::after{
    content: "";
    position: absolute;
    width: 100px;
    height: 7px;
    background: #1f3f72;
    bottom: 0;
    display: block;
    left: 50%;
}
.about_ny h4::before{
    margin-left: -100px;
}
.about_ny h4::after{
    margin-left: 0px;
    background: #d1223a;
}
.about_box p{
    color: #000000;
    font-size: 20px;
    line-height: 32px;
}
.ab_mess{
    padding: 50px 0;
}
.ab_mess .con_til{
   text-align: center;
   padding-bottom: 40px;
}
.ab_mess .con_til h3{
    color: #666666;
    font-size: 40px;
    line-height: 60px;
}
.ab_mess .con_til h3 span{
    color: #d1223a;
}
.ab_mess .con_til p{
    color: #858585;
    font-size: 15px;
    line-height: 25px;
    max-width: 520px;
    margin:0 auto;
}
.con_box .con_left{
    width: 48%;
    float: left;
}
.con_box .con_left input,.con_box .con_right textarea{
    width: 100%;
    line-height: 40px;
    border: 2px solid #e5e5e5;
    border-radius: 4px;
    margin-bottom: 10px;
    padding-left: 10px;
    color: #858585;
    font-size: 15px;
    outline: none;
}
.con_box .con_right textarea{
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    max-height: 158px;
    margin-bottom: 0;
    min-height: 158px;
}
.con_box .con_right{
    width: 48%;
    float: right;
}

.con_box button{
    width: 175px;
    margin: 25px auto 0;
    background: #d1223a;
    display: block;
    height: 50px;
    border: none;
    color: #fff;
    font-size: 22px;
    line-height: 50px;
    border-radius: 4px;
}


/*honor*/
.honor{
    margin-bottom: 60px;
    margin-top: 40px;
}
.honor_btn{
    position: absolute;
    left: 0;
    top: 55%;
    background: url(../images/honor_btn1.png) no-repeat center center;
    width: 40px;
    height: 72px;
}
.honor_btn.flipto-next{
    background: url(../images/honor_btn2.png) no-repeat center center;
    left: auto;
    right: 0;
}

/*partner*/
.partner_til{
    text-align: center;
    margin-bottom: 30px;
}
.partner{
    padding-bottom: 50px;
}
.partner li{
    width: 16.66%;
    -ms-flex: 0 0 16.66%;
    flex: 0 0 16.66%;
    max-width: 16.66%;
    text-align: center;
}

/*products*/
.products{
    padding: 40px 0;
}
.pro3 .c_nav2_til h2 i,.pro3 .pro_box ul li .pro_til,.pro_detail3 .c_nav2_til h2 i,.pro_detail3 .detail_tel_box a span,.pro_mess3 .pro_mess_box button,.prodetail3 .pro_ser_box ul li.ser_tel_ul>div{
    background: #e06640;
}
.foot_ban3{
    background: #d1223a;
}
.prodetail3 .pro_ser_til h4{
    background: url(../images/pro_ser_tilbg1.png) no-repeat center center;
    background-size: contain;
}
.prodetail4 .pro_ser_til h4{
    background: url(../images/pro_ser_tilbg2.png) no-repeat center center;
    background-size: contain;
}
.pro3 .c_nav2 ul li a,.pro_detail3 .pro_de_left h4,.prodetail3 .pro_ser_ys .ser_ys_til h5,.pro_mess3 .pro_mess_til h4,.pro_detail3 .detail_tel>div{
    color: #e06640;
}
.pro4 .c_nav2_til h2 i,.pro4 .pro_box ul li .pro_til,.foot_ban4,.pro_detail4 .c_nav2_til h2 i,.pro_detail4 .detail_tel_box a span,.pro_mess4 .pro_mess_box button,.prodetail4 .pro_ser_box ul li.ser_tel_ul>div{
    background: #60bb83;
}
.pro4 .c_nav2 ul li a,.pro_detail4 .pro_de_left h4,.prodetail4 .pro_ser_ys .ser_ys_til h5,.pro_mess4 .pro_mess_til h4,.pro_detail4 .detail_tel>div{
    color: #60bb83;
}
.c_nav2_til{
    text-align: center;
}
.c_nav2_til h2{
    color: #fff;
    border-radius: 60px;
    display: inline-block;
    padding: 0 30px;
    font-size: 36px; 
    background: #1f3f72;
    position: relative;
    z-index: 2;
    line-height: 75px;
}
.c_nav2_til h2 i{
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -37.5px;
    top: 0;
    width: 75px;
    background: #d1223a;
    border-radius: 60px;
    height: 75px;
    z-index: -1;
}
.c_nav2_til h2:hover i{
    width: 70%;
    margin-left: -35%;
}
.c_nav2_box {
    align-items: end;
    padding: 40px 0 25px 0;
}
.c_nav2 h3{
    width: 20%;
    max-width: 140px;
    color: #7d7d7d;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    font-style: italic;
    min-width: 140px;
}
.c_nav2 ul{
    width: 90%;
}
.c_nav2 ul li{
    padding-right: 30px;
    padding-bottom: 15px;
}
.c_nav2 ul li.pro_all a{
    color: #000000;    
}
.c_nav2 ul li a{
    font-weight: 700;
    font-size: 18px;
    color: #d1223a;
      transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
}
.c_nav2 ul li a:hover{
	color:#2b316d;
}
.pro_box{
    overflow: hidden;
}
.pro_box ul{
    margin: 0 -20px;
}
.pro_box ul li{
    width: 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 30px;
}
.pro_box ul li a{
    display: block;
    margin: 0 20px;
}
.pro_box ul li .pro_pic{
    border-top: 1px solid #b3b3b9;
    border-left: 1px solid #b3b3b9;
    border-right: 1px solid #b3b3b9;
}
.pro_box ul li .pro_til{
    background: #d1223a;
    position: relative;
    z-index: 88;
}
.pro_box ul li:hover .pro_til{
    margin-top: -40px;
}
.pro_box ul li .pro_til span{
    background:#1f3f72;
    height: 2px;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    line-height: 40px;
}
.pro_box ul li:hover .pro_til span{
    height: 40px;
}
.pro_box ul li .pro_til>div{
    height: 70px;
    padding: 10px 5px;
}
.pro_box ul li .pro_til h2{
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/*products_detail*/
.pro_detail{
    background: #ededed;
}
.pro_box_de{
    padding: 50px 0 30px 0;
}
.pro_de_left{
    width: 46%;
    float: left;
}
.pro_de_left h4{
    color: #d1223a;
    font-size: 24px;
    line-height: 25px;
    padding-bottom: 15px;
}
.pro_de_left h4 span{
    color: #595053;
    font-size: 24px;
}
.detail_tel{
    text-align: center;
    padding-top: 15px;
}
.detail_tel>div{
    font-size: 32px;
    color: #e06640;
    line-height: 1;
}
.detail_tel>div img{
    padding-right: 15px;
}
.detail_tel_box{
    text-align: center;
    font-size: 0;
    padding-top: 20px;
}
.detail_tel_box a{
    display: inline-block;
    position: relative;
    margin: 0 25px;
}
.detail_tel_box a span{
    color: #fff;
    background: #d1223a;
    border-radius: 30px;
    font-size: 22px;
    border: 4px solid #1f3f72;
    -webkit-transform: translate3d(0,-7px,0);
    transform: translate3d(0,-7px,0);
    padding: 10px;
    position: relative;
    z-index: 8;
    display: block;
}
.detail_tel_box a:hover span{
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.detail_tel_box a::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 2em;
    height: 100%;
    width: 100%;
    background:#1f3f72;
}

.pro_de_right{
    width: 40%;
    float: right;
    position: relative;
    padding-right: 5%;
}
.pro_de_right::before{
    content: "";
    display: block;
    position: absolute;
    width: 88%;
    height: 105%;
    border: 2px solid #8e9199;
    top: 2.5%;
    left: 5%;
}
.pro_de_right::after{
    content: "";
    display: block;
    position: absolute;
    width: 88%;
    height: 105%;
    border: 2px solid #8e9199;
    top: -2.5%;
    left: 10%;
}
.pro_detail2 .pro_de_right .swiper-pagination .swiper-pagination-bullet-active{
    background: #d1223a;
}
.pro_detail3 .pro_de_right .swiper-pagination .swiper-pagination-bullet-active{
    background: #e06640;
}
.pro_detail4 .pro_de_right .swiper-pagination .swiper-pagination-bullet-active{
    background: #60bb83;
}

.prodetail{
    padding-top: 30px;
}
.prodetail_tab{
    text-align: center;
    font-size: 0;
    line-height: 0;
    position: relative;
    padding-bottom: 25px;
}
.prodetail_tab::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #d3d3d3;
    top: 17px;
    left: 0;
    z-index: -1;
}
.prodetail_tab ul{
    background: #fff;
    display: inline-block;
}
.prodetail_tab li{
    display: inline-block;
    border-radius: 5px;
    line-height: 35px;
    font-size: 20px;
    width: 180px;
    border: 1px solid #c8c8c8;
    color: #1f3f72;
    background: #fff;
    margin: 0 15px;
}
.prodetail_tab li.current{
    color: #fff;
    background: #1f3f72;
}

.prodetail_tabnr .tab-con-item{
    font-size: 18px;
    color: #333;
    line-height: 26px;
    display: none;
}

.pro_de_ser{
    width: 100%;
}
.pro_ser_til h4{
    background: url(../images/pro_ser_tilbg.png) no-repeat center center;
    color: #fff;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    background-size: contain;
}
.pro_ser_ys{
    align-items:end;
    padding: 20px 0;
}
.pro_ser_ys .ser_ys_til{
    width: 16%;
    text-align: center;
}
.pro_ser_ys .ser_ys_til h5{
    color: #d1223a;
    font-size: 18px;
    font-weight: 700;
}
.pro_ser_ys .ser_ys_right{
    width: 84%;
}
.pro_ser_ys .ser_ys_right p{
    color: #000000;
    font-size: 18px;
    align-items: end;
    padding-bottom: 8px;
}
.pro_ser_ys .ser_ys_right p em{
    font-weight: 700;
    width: 21%;
    font-style: normal;
}
.pro_ser_ys .ser_ys_right span{
    width: 79%;
}

.pro_ser_ys.ser_ys2 .ser_ys_right p em{
    width: 18%;
}
.pro_ser_ys.ser_ys2 .ser_ys_right p span{
    width: 82%;
}

.pro_ser_box ul{
    margin: 0 -15px;
    padding: 30px 0;
}
.pro_ser_box ul li{
    width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
}
.pro_ser_box ul li>div{
    border-radius: 50px;
    padding: 15px 0;
    background: #1f3f72;
    margin: 0 15px
}
.pro_ser_box ul li.ser_tel_ul>div{
    background: #d1223a;
}
.pro_ser_box ul li>div p{
    color: #ffffff;
    font-size: 16px;
    padding: 0 20px;
}
.pro_ser_box ul li>div h4{
    color: #fff;
    font-size: 34px;
}

.ser_box_nr{
    margin: 0 -10px;
}
.ser_box_nr li{
    width: 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.ser_box_nr li>div{
    margin: 0 10px;
    text-align: center;
}
.ser_box_nr li>div span{
    display: block;
    color: #333333;
    font-size: 16px;
    line-height: 20px;
}

.pro_mess{
    width: 100%;
    padding: 35px 0;    
}

.pro_mess_til{
    text-align: center;
    padding-top: 20px;
}
.pro_mess_til h4{
    color: #d1223a;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    font-weight: 700;
}
.pro_mess_til h4 span{
    color: #666666;
}
.pro_mess_til p{
    color: #858585;
    font-size: 15px;
    line-height: 20px;
    padding-top: 10px;
}
.pro_mess_box{
    padding-top: 20px;
}
.pro_mess_left{
    width: 48%;
    float: left;    
    height: 150px;
}
.pro_mess_left input{
    width: 100%;
    height: 40px;
    border: 2px solid #e5e5e5;
    border-radius: 4px;
    color: #858585;
    font-size: 15px;
    line-height: 40px;
    margin-bottom: 10px;
    padding-left: 10px;
}

.pro_mess_right{
    width: 48%;
    float: right;
    height: 150px;
}
.pro_mess_right textarea{
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    max-height: 140px;
    min-height: 140px;
    height: 140px;
    border: 2px solid #e5e5e5;
    border-radius: 4px;
    color: #858585;
    padding-left: 10px;
    font-size: 15px;
    line-height: 30px;
}
.pro_mess_box button{
    width: 175px;
    margin: 0 auto;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 22px;
    line-height: 50px;
    background: #d1223a;
    border: none;
}
.pro_mess_box button img{
    padding-left: 10px;
}

/*news*/
.news{
    padding: 0 0 50px 0;
}
.news_til{
    position: relative;
}
.news_til::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #e1e2e2;
    top: 20px;
    z-index: -1;
}
.news_til h3{
    float: left;
    color: #7f8c8c;
    font-size: 18px;
    font-weight: 700;
    background: #fff;
    line-height: 40px;
    padding-right: 20px;
    position: relative;
    text-transform : uppercase
}
.news_til h3::before{
    content: "";
    position: absolute;
    right: -7px;
    width: 7px;
    height: 7px;
    border-radius: 10px;
    background: #e1e2e2;
    display: block;
    top: 17px;
}
.news_btn{
    position: relative;
    float: right;
    font-size: 0;
    width: 100px;
    text-align: center;
    height: 40px;
    background: #fff;
}
.news_btn2{
    background: #98a3a3;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    display: inline-block;
    top: 0;
    right: 0;
    left: 10px;
    bottom:0;
    margin-top: 0;
    opacity: 1 !important;
    cursor: pointer !important;
    pointer-events: auto !important;
}
.news_btn2:hover{
    background: #d1223a;
}
.news_btn2.swiper-button-prev{
    right: 0;
    left: auto;
}
.news_btn2 span{
    line-height: 40px;
    color: #fff;
    font-size: 24px;
}
.news_box{
    padding-top: 30px;
}
.news_box ul li{
    width: 100%;
    padding: 4vh 2vh;
    -moz-box-shadow: 0 0 5px #f3f4f9;
    -webkit-box-shadow: 0 0 5px #f3f4f9;
    box-shadow: 0 0 5px #f3f4f9;
    border-bottom: 4px solid #d9e0f0; 
    margin-bottom: 30px;
    align-items: end;
}
.news_box ul li .news_pic{
    width: 25%;
}
.news_box ul li .news_pic img{
    width: 100%;
    max-height: 195px;
}
.news_box ul li .news_font{
    width: 75%;
    padding-left: 3%;
}
.news_box ul li .news_font h4 a{
    color: #181f2f;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.news_box ul li .news_font p{
    color: #999999;
    font-size: 17px;
    line-height: 1.4;
    padding: 15px 0 0 0;
    margin-bottom: 15px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.news_box ul li .news_font div{
    border-top: 1px dashed #d9e0f0;
    padding-top: 10px;
}
.news_box ul li .news_font em{
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    font-style: normal
}
.news_box ul li .news_font em img{
    padding-right: 6px;
}

.pagemain{
    text-align: center;
}
.pagemain a {
    width: auto;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    color: #666;
    font-size: 14px;
    display: inline-block;
    border-radius: 2px;
    background: #e8e8e8;
    margin: 2px;
}
.pagemain a.page-num-current{
    background: #e06640;
    color: #fff;
}

/*news_box2*/
.news_box2 ul{
    margin: 0 -15px;
}
.news_box2 ul li{
    width: 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding-bottom: 4vh;
}
.news_box2 ul li>div{
    padding: 3vh 2vh;
    margin: 0 15px;
    -moz-box-shadow: 0 5px 10px #f3f4f9;
    -webkit-box-shadow: 0 5px 10px #f3f4f9;
    box-shadow: 0 5px 10px #f3f4f9;
    position: relative;
}
.news_box2 ul li h4{
    font-size: 14px;
    color: #5d4df6;
}
.news_box2 ul li h4 a{
    font-size: 14px;
    color: #5d4df6;
    line-height: 1.2;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.news_box2 ul li .news_box2_on p{
    color: #333333;
    font-size: 18px;
    line-height: 1.4;
    padding: 2vh 0;
    text-align: justify;
}
.news_box2 ul li a.news_box2_more{
    color: #5d4df6;
    font-size: 15px;
    position: relative;
    margin-top: 5vh;
    display: inline-block;
}
.news_box2 ul li a.news_box2_more::before{
    content: "";
    width: 10px;
    height: 1px;
    background: #5d4df6;
    right: -12px;
    display: block;
    position: absolute;
    top: 50%;
}
.news_box2 ul li a.news_box2_more::after{
    content: "";
    position: absolute;
    right: -22px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left: 6px solid #5d4df6;
    top: 50%;
    margin-top: -4px;
}
.time4{
    transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
}
.news_box2 ul li .news_box2_off{
    background: #fff;
    position: absolute;
    top: 2vh;
    left: 2vh;
    right: 2vh;
    height: calc(100% - 2vh); 
    opacity: 0;
}
.news_box2 ul li:hover .news_box2_off{
    opacity: 1;
}
.news_box2 ul li h2{
    font-size: 32px;
    color: #333333;
}
.news_box2 ul li h2 a{
    font-size: 32px;
    color: #333333;
    line-height: 1.2;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.news_box2 ul li .news_box2_off p{
    color: #696969;
    font-size: 16px;
    line-height: 1.2;
    padding-top: 1vh;
    text-align: justify;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
}

/*news_box3*/
.news_box3,.news_box2,.news_box4{
    padding-top: 20px;
}
.news_box3 ul{
    margin: 0 -15px;
}
.news_box3 ul li{
    width: 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 5vh;
}
.news_box3 ul li>div{
    padding: 3vh;
    margin: 0 15px;
    -moz-box-shadow: 0 5px 10px #cfcece;
    -webkit-box-shadow: 0 5px 10px #cfcece;
    box-shadow: 0 5px 10px #cfcece;
    text-align: center;
}
.news_box3 ul li h2{
    background: url(../images/news_box3_bg.png) no-repeat center center;
    width: 8vh;
    height: 8vh;
    background-size: cover;
    min-height: 60px;
    min-height: 60px;
    margin: 0 auto;
    color: #5d4df6;
    font-size: 38px;
}
.news_box3 ul li h4{
    font-size: 24px;
    color: #333333;
    line-height: 25px;
    padding: 35px 0 15px 0;
}
.news_box3 ul li h4 a{
    font-size: 24px;
    color: #333333;
    line-height: 25px;
    text-align: justify;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.news_box3 ul li p{
    color: #696969;
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.news_box3 ul li a.news_box3_btn{
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    background: -webkit-linear-gradient(left,#7a41d8,#6151fb );
    border-radius: 50px;
    padding: 12px 35px;
    margin: 30px 0 10px 0;
}


/*news_box4*/
.news_box4 li{
    width: 100%;
    padding:20px 0;
}
.news_box4 li .news_pic{
    width: 60%;
}
.news_box4 li .news_font{
    width: 40%;
    padding-left: 4%;
    text-align: center;
}
.news_box4 li .news_font h4{
    color: #505050;
    font-size: 25px;
    line-height: 1.5;
}
.news_box4 li .news_font h4 a{
    color: #505050;
    font-size: 25px;
    line-height: 1.5;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.news_box4 li .news_font p{
    color: #909090;
    font-size: 14px;
    line-height: 20px;
    padding: 25px 0;
}
.news_box4 li .news_font a.news_box4_btn{
    display: inline-block;
    color: #7842da;
    font-size: 18px;
    line-height: 22px;
    border-bottom: 1px solid #7842da;
    position: relative;
}
.news_box4 li .news_font a.news_box4_btn::after{
    content: "";
    position: absolute;
    right: -15px;
    width: 0;
    height: 0;
    top: 8px;
    border: 4px solid transparent;
    border-top: 6px solid #7842da;
}

/*news_detail*/
.news_detail{
    padding-top: 25px;    
}
.news_de_til {
    text-align: center;
    border-bottom: 1px dashed #d1d1d1;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.news_de_til h4{
    color: #333;
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 10px;
}
.news_de_til em{
    color: #555;
    font-size: 16px;
    line-height: 22px;
    font-style: normal;
}
.news_de_til em img{
    padding-right: 6px;
}

.news_de_box,.news_de_box p{
    color: #333;
    font-size: 15px;
    line-height: 20px;
}
.news_de_next{
    padding-top: 25px;
}
.news_de_next>div{
    font-size: 15px;
    color: #333;
    padding: 5px 0;
}
.news_de_next>div span{
    background: #3a3565;
    padding: 5px 15px;
    color: #fff;
    border-radius: 50px;
    margin-right: 10px;
}
.news_de_next>div a{
    color: #333;
}


/*service*/
.ser_til{
    padding: 40px 0;
    position: relative;
    text-align: center;
}
.ser_til::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #1f3f72;
    top: 50%;
    margin-top: -1px;
    left: 0;
    z-index: -1;
}
.ser_til h3{
    color: #1f3f72;
    font-size: 36px;
    display: inline-block;
    background: #fff;
    padding: 0 40px;
    position: relative;
}
.ser_til h3::before,.ser_til h3::after{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: #1f3f72;
    top: 50%;
    margin-top: -5px;
    left: 0;
}
.ser_til h3::after{
    left: auto;
    right: 0;
}

.ser_fl,.outline{
    margin: 0 -10px;
}
.ser_fl li{
    width: 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    text-align: center;
}
.ser_fl li>div,.outline li>div{
    margin: 0 10px;
}
.ser_fl li h4{
    color: #1f3f72;
    font-size: 18px;
    line-height: 3;
}
.outline{
    padding: 20px 0;
}
.outline li{
    width: 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    text-align: center;
}
.outline li h4{
    padding-top: 8px;
}

.ser_con ul li{
    list-style-type: disc;
    padding: 15px 0;
}
.ser_con ul li p{
    color: #1f3f72;
    font-size: 22px;
    line-height: 24px;
}


/*contact*/
.contact{
    width: 100%;
    padding:40px 0;
}
.con_til2 h4{
    font-size: 36px;
    color: #000;
    line-height: 40px;
    text-align: center;
    padding-bottom:20px;
}
.con_til2 p{
    background: #d1223a;
    font-size: 18px;
    line-height: 30px;
    padding: 15px;
    border-radius: 10px;
    color:#fff;
}
.con_lx1_left{
    width: 48%;
    float: left;
}
.con_lx1_left li{
    padding:20px 0;
}
.con_lx1_left .con_lxfs1 h3{
    background: url(../images/con_icon1.png) no-repeat left center;
    padding-left: 120px;
}
.con_lx1_left .con_lxfs2 h3{
    background: url(../images/con_icon2.png) no-repeat left center;
    padding-left: 120px;
}
.con_lx1_left .con_lxfs3 h3{
    background: url(../images/con_icon3.png) no-repeat left center;
    padding-left: 120px;
}
.con_lx1_left h3{
    color: #000;
    font-size: 20px;
    line-height: 60px;
}
.con_lx1_left h3 span{
    color:#000;
    font-size: 40px;
    display:block;
}

.con_lx1_right{
    width: 52%;
    float: right;
    margin-top: 50px;
}

.con_lx2{
    padding-top: 40px;
}
.con_lx2 li{
    width: 48%;
    float: left;
}
.con_lx2 h3{
    color: #000;
    font-size: 24px;
    line-height: 40px;
    position: relative;
    padding: 10px 0;
}
.con_lx2 h3::before{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    width: 50%;
    background: #d1223a;
}
.con_lx2 ul li p{
    color: #000;
    font-size: 18px;
    line-height: 35px;
}
.con_lx2 .map{
    padding-top: 20px;
}

.about_video{
    padding-top: 5vh;
    width: 100%;
}
.about_video video{
    width: 100%;
}


@media screen and (max-width:1200px){
    .pro_de_left h4 span,.pro_de_left h4{
        font-size: 18px;
    }
    .pro_de_left h4{
        padding-bottom: 5px;
    }
    .detail_tel_box a{
        margin: 0 25px 20px
    }
    .pro_de_right{
        width: 48%;
    }

    .con_til2 h4{
        font-size: 22px;
        padding-bottom: 10px;
    }
    .con_til2 p{
        font-size: 14px;
        line-height: 22px;
    }

    .con_lx1_left li h3{
        font-size: 14px !important;
        line-height: 20px !important;
        background-size: contain !important;
        padding: 10px 0 10px 70px !important;
    }
    .con_lx1_left li h3 span{
        font-size: 18px;
    }
    .con_lx1_right{
        margin-top: 0;
    }
    .con_lx1_box{
        padding-top: 40px;
    }

    .con_lx2 h3{
        font-size: 18px;
    }
    .con_lx2 ul li p{
        font-size: 14px;
        line-height: 22px;
    }

}

@media (max-width:1000px){
    .service_box .ser_fl{
        padding-bottom: 30px;
    }
    .ser_fl li h4{
        line-height: 1;
        padding-top: 20px;
    }
}

@media (max-width:990px){
    .pro_de_right{
        width: 100%;
        float: none;
    }
    .pro_de_left{
        width: 100%;
        float: none;
        padding-top: 70px;
    }

    .con_lx1_left li{
        padding: 6px 0;
    }
  
  .ser_fl li img,.outline li img{
  	max-width:100% !important;
  }
}

@media (max-width:780px){
    .c_nav2_til h2{
        font-size: 20px;
        line-height: 1;
        padding: 15px 30px;
    }
    .c_nav2 h3{
        min-width: 100px;
    }
    .c_nav2 ul li{
        padding-right: 15px;
        padding-bottom: 8px;
    }
    .c_nav2 h3,.c_nav2 ul li a{
        font-size: 14px;
    }
    .pro_box ul li .pro_til h2{
        font-size: 14px;
        padding: 0 10px;
    }
  .c_nav2_til h2 i{
  	    height: 50px;
    width: 50px;
    margin-left: -25px;
  }

    .news_box2 ul li,.news_box3 ul li{
        width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
  
  .tab-con-item video{
  	width:100% !important;
    height:auto;
  }
  
  .pro_box ul li .pro_til>div{
  	height:55px;
  }
  .pro_box ul li .pro_til span{
  	font-size:14px;
    line-height:32px;
  }
  .pro_box ul li:hover .pro_til span{
  	height:32px;
  }
  .pro_box ul li:hover .pro_til {
    margin-top: -32px;
}
  
}

@media (max-width:745px){
    .con_lx1_left{
        width: 100%;
    }
    .con_lx1_right{
        width: 100%;
    }
}

@media (max-width:690px){
    .pro_ser_ys{
        display: block;
    }
    .pro_ser_ys .ser_ys_til{
        width: 100%;
        text-align: center;
    }
    .pro_ser_ys .ser_ys_right{
        width: 100%;
        padding-top: 10xp;
    }
    .pro_ser_ys .ser_ys_right p em{
        width: 35%;
        min-width: 160px;
    }
    .pro_ser_ys .ser_ys_right p{
        font-size: 14px;
    }
    .pro_ser_box ul li{
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }
    .pro_ser_box ul li>div h4{
        font-size: 25px;
    }

    .news_box ul li .news_pic{
        width: 35%;
    }
    .news_box ul li .news_font{
        width: 65%;
    }
    .news_box ul li .news_font h4 a{
        font-size: 16px;
    }
    .news_box ul li .news_font p{
        font-size: 14px;
        padding-top: 5px;
    }

    .con_lx2 li{
        width: 100%;
        margin-bottom: 25px;
    }

}

@media (max-width:640px){
    .news_box4 li{
        display: block;
    }
    .news_box4 li .news_pic{
        width: 100%;
    }
    .news_box4 li .news_font{
        width: 100%;
        padding-top: 10px;
    }
    .news_box4 li .news_font p{
        padding: 10px 0;
    }
}

@media (max-width:610px){
    .ser_fl li h4{
        font-size: 14px;
    }
    .outline li h4{
        line-height: 1;
        padding-top: 10px;
        font-size: 14px;
    }
    .ser_con ul li p{
        font-size: 14px;
        line-height: 1.2;
    }
    .ser_con .list-paddingleft-2{
        padding-left: 10px;
    }
    .ser_box_nr{
        justify-content: center;
    }
    .ser_box_nr li{
        width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-bottom: 15px;
    }
    .ser_box_nr li>div span{
        font-size: 14px;
    }

    .pro_mess_left,.pro_mess_right{
        width: 100%;
        float: none;
    }
}

@media (max-width:560px){
    .about_ny h4{
        font-size: 24px;
    }
    .about_box p{
        font-size: 15px;
        line-height: 26px;
    }
    .con_box .con_left{
        width: 100%;
        float: none;
    }
    .con_box .con_right{
        width: 100%;
        float: none;
    }
    .foot_ban{
        padding: 30px 0;
    }
    .foot_ban p{
        font-size: 15px;
        line-height: 1.2;
    }
    .ny_copyright p{
        line-height: 1;
    }

    .pro_box ul{
        margin: 0 -8px;
    }
    .pro_box ul li{
        width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 15px;
    }
    .pro_box ul li a{
        margin: 0 8px;
    }
    
    .news_de_til h4{
        font-size: 18px;
        line-height: 1.4;
    }
    .news_de_box, .news_de_box p{
        font-size: 14px;
        line-height: 1.4;
    }
    .news_de_next>div{
        font-size: 14px;
    }
}

@media (max-width:520px){
    .c_nav2_box{
        display: block;
    }
    .c_nav2 h3{
        padding-bottom: 10px;
    }
    .c_nav2 ul{
        width: 100%;
        float: none;
    }
    .ser_til h3{
        font-size: 18px;
    }

    .detail_tel>div{
        font-size: 24px;
    }
    .detail_tel>div img{
        width: 65px;
    }

    .prodetail_tab li{
        font-size: 16px;
        font-weight: 700;
        margin:5px;
    }
    .pro_de_left h4 span, .pro_de_left h4{
        font-size: 16px;
    }
    .prodetail_tabnr .tab-con-item{
        font-size: 14px;
    }

    .pro_mess_til h4{
        font-size:28px;        
    }
    .pro_mess_til p{
        font-size:12px;
        line-height: 18px;
        padding-top: 2px;
    }
}


@media (max-width:470px){
    .news_box ul li{
        display: block;
    }
    .news_box ul li .news_pic{
        width: 100%;    
    }
    .news_box ul li .news_font{
        width: 100%;
        padding-top: 10px;
        padding-left: 0;    
    }
}


@media (max-width:450px){
    .news_box2 ul li,.news_box3 ul li{
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

