*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family: 'Poppins',sans-serif;
}
*, ::after, ::before {
    box-sizing: border-box;
}
a{text-decoration:none;}

li{list-style:none;padding:0;margin:0;}
body{
    min-height:100vh;
    background: #ffffff;
}

/* 垂直滚动条样式 */
/* 宽度 */
::-webkit-scrollbar {
    width: 12px;
}
/* 背景色 */
::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}
/* 滑块颜色 */
::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
}

/* 水平滚动条样式 */
/* 高度 */
::-webkit-scrollbar {
    height: 12px;
}
/* 背景色 */
::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}
/* 滑块颜色 */
::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
}



.inner_banner{
    margin-top:66px;
    z-index: 1;
    width:100%;height:auto;
}
.inner_banner img{
    width:100%;z-index: 1;max-width:100%;
}

.inner_full{
    width:100%;
}
.inner_color1{
    background: #003366;
}
.inner_color1 h1{
    font-size: 48px;
    line-height: 72px;
    color: #fff;
    text-align: center;
    padding: 60px 0 23px;
    font-weight:normal;
}
.inner_color1 p{
    font-size: 24px;
    color: #fff;
    padding-bottom: 50px;
    text-align: center;
}

.inner_container1{}

.piclist{margin:30px 0;}
.piclist .animation_pic{
    overflow: hidden;
}
.piclist a{
	
}
.piclist a:hover .pic_txt{
    color:#ffffff;
    background:#fb3a4a;
}
.piclist a:hover .pic_txt p{
    color:#ffffff;
}
.piclist a:hover .pic_txt span{
    color:#ffffff;
}

.pic_item{margin-bottom:20px;}
.pic_single{margin:0;padding:0;font-size:0;}
.pic_single img{width:100%;}
.pic_single:hover img{
    transform: scale(1.06);
    transition: all 0.6s;
}
.pic_txt{
    text-align:center;padding:5px 0;
}
.pic_txt > p{
    color: #333;
    padding: 15px 0 10px;
    font-size: 20px;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pic_txt span{
	
}
.pic_txt span,.pic_txt span p{
    color: #999999;
    
    font-size: 14px;
    
	
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}





.inner_pro_stories{
    margin-top:30px;
    width:100%;
    clear:both;
    background:#003366;
}
.pro_stories_title{}


.inner_title1{
    font-size: 48px;
    line-height: 72px;
    color: #fff;
    text-align: center;
    padding: 60px 0 23px;
    font-weight:normal;
}
.black_txt{
    color:#000000!important;
}
.pro_stories_con{
    display:flex;
    flex-direction: row;
    justify-content:space-between;
}
.pro_stories_con ul{
    margin:0 auto;width:100%;
}
.pro_stories_con ul li{
    text-align: center;margin-bottom:60px;
}

.pro_stories_con span {
    display: block;
    font-size: 24px;
    color: #fff;
    padding: 0 20px;
    padding-top: 22px;
}

.pro_flex1{
    /* display: flex;
    flex-direction: row;
    justify-content: space-between; */
    padding:0;margin:0;

}
.pro_flex1 li{
   margin-bottom:40px;
   padding:10px;
   font-size:0;
   
}
.pic_four_block{width:100%;}
.pic_four_item{
    position: relative;
    overflow: hidden;
  
    padding:0;
}
.pro_flex1 li img{
    width:100%;

    /* border:1px #cc0000 solid; */
}
.pic_four_item img{
    width:100%;

}
.pic_four_item p{
    width: 100%;
    position: absolute;
    left: 0;
    bottom:0px;
    padding: 15px 0;
    text-align: center;
    background: rgba(3,3,3,.3);
    font-size: 30px;
    color: #fff;

}

@media screen and (max-width: 1199px) {
    .pic_four_item p{
        font-size: 20px;
    }
    .inner_title1{
        font-size: 30px!important;
    }
    .pro2-tit{
        font-size: 30px!important;
    }
    .pro-tit-des{
        font-size: 18px!important;
    }
    .pro_flex1 li{
        margin-bottom:10px!important;
    }
    .pro_single span{
        font-size: 18px!important;line-height:1.5;
    }
    .pro_stories_con ul li{
        margin-bottom:30px;
    }
    .inner_color1 h1{
        padding: 30px 0 23px!important;
    }
    .inner_title1{
        padding: 30px 0 23px;
    }
}


.inner_inforequest{
    clear:both;
    background: #ffffff;
	margin-top:60px;
}
/* .inner_inforequest .message-text {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}
.inner_inforequest .msg .first .input-required {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin-left: 36px;
}
.inner_inforequest .msg .first .form-item select, .message .msg .first .form-item input {
    width: 100%;
    height: 40px;
    border: none;
    outline: none;
}
.inner_inforequest .msg .material p {
    padding: 17px 0 20px;
    padding-left: 18px;
}
.inner_inforequest .msg .material ul {
    padding-left: 18px;
    display: flex;
    flex-wrap: wrap;
} */

.p-3 {
    /* padding: 1rem!important;clear:both;
    padding-left:0!important;padding-right:0!important; */
    padding: 1rem!important;
}
.row>* {
    padding-left: 0;
    padding-right: 0;
}
.message .product-tit {
    color: #333;
    font-size: 48px;
    line-height: 72px;
    padding-top: 60px;
    padding-bottom: 10px;
    text-align: center
}

.message .message-text {
    font-size: 16px;
    line-height: 30px;
    text-align: center
}

.message .msg .first {
    position: relative !important;
    line-height: 40px;
    margin-top: 20px;
    color: #6a6a6a
}

.message .msg .first .p-3 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.message .msg .first .select-bg-pad {
    padding-left: 190px !important
}

.message .msg .first .form-item {
    width: 100%;
    background: #ffffff;
    padding-left: 0
}
.form-item{
    
}


.message .msg .first .form-item .usd {
    padding-left: 18px
}

.message .msg .first .form-item select {
    padding-left: 18px
}

.message .msg .first .form-item select,.message .msg .first .form-item input {
    width: 100%;
    height: 40px;
    border: none;
    outline: none
}

.message .msg .first .form-item textarea {
    border: none;
    outline: none
}

.message .msg .first .input-required {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin-left: 36px
}

.message .msg .first .input-required::after {
    content: "* ";
    padding-left: .25rem;
    color: #fb3a4a
}

.message .msg .first .input-block {
    position: relative;
    padding-left: 110px
}

.message .msg .first .input-u {
    padding-left: 0 !important
}

.message .msg .first .bg-pad {
    padding-left: 180px
}

.message .msg .first .input-msg-block {
    padding-left: 20px;
    padding-top: 30px
}

.message .msg .material {
    background: #fff;
    margin-top: 20px
}

.message .msg .material p {
    padding: 17px 0 20px;
    padding-left: 18px
}

.message .msg .material p span {
    color: #fb3a4a
}

.message .msg .material ul {
    padding-left: 18px;
    display: flex;
    flex-wrap: wrap
}

.message .msg .material ul li {
    padding-right: 37px;
    padding-bottom: 25px
}

.message .msg .material ul li .other {
    border: none;
    outline: none;
    border-bottom: 1px solid #ddd
}

.message .msg .material ul li .checkbox {
    margin-right: 10px
}

.message .msg .sub {
    width: 100%;
    border: none;
    background: #fb3a4a;
    color: #fff;
    font-size: 18px;
    margin: 10px auto 70px;
	padding:20px 0;
}


textarea {
    resize: vertical;
}
.tettarea_st1{
    background:#ffffff;
    padding:1rem!important;
}
.tettarea_st1 >label{
    
}



/*container8 start*/
.container8{
	clear:both;
	margin-top:30px;
    background: #003366;
    color: #fff;
    margin-top: -16px;
    padding-top: 60px;
    padding-bottom: 50px;
}
.container8 ul li p{
    padding:5px 0;
}
.container8 img{vertical-align: middle;}
.prolist_block{
    margin:0 auto;width:90%;
}
.prolist_block ul{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
}
.prolist_block ul li{

}
.prolist_block ul li a{
    font-size:.8rem;
    white-space:normal;
    word-break:break-word;
}
.prolist_block ul li dt a{
    color:#cc0000;font-weight: 500;font-size:1.2rem;
}
.prolist_block ul li dd a{
    color:#ffffff;font-weight:400;
}

@media (min-width: 992px) and (max-width: 1399px){

    .prolist_block{
        margin:0 auto;width:90%;
    }
    .prolist_block ul li dd a{
        font-size:.8rem;
    }
}
@media (min-width: 1400px){
    .prolist_block{
        margin:0 auto;width:1360px;
    }
    .prolist_block ul li dd a{
        font-size:.9rem;
    }
}
@media (max-width: 992px){
    .container8{
        display:none;
    }
}


/*container8 end*/

.inner_copyright{
    text-align: center;
    padding: 10px;
    background: #002e5b;
    line-height: 30px;
    color: #fff;
    margin-top: -16px;
}





.inner_pro_con{
    margin-top:90px;
    width:100%;
    background:#f6f6f6;border-top:1px #cccccc solid;
}

.inner_sol_con{
    margin-top:10px;
    width:100%;
    background:#ffffff;
}

.pro_con_nav{
    padding:10px 5px;
}
.pro_con_nav a{
    color:#333333;
}

.top_block{
    background:#000000;height:30px;width:100%;
}
.inner_pro_thumb_block{
    margin-top:20px;
    overflow: hidden;
}
.no_margin_leri{

}



.pro_top_show_h1{
    font-size: 30px;
    line-height: 72px;
    color: #000000;
    padding:0;
    font-weight:normal;
    vertical-align: baseline;
}
.pro_top_show_p1{
    font-size: 16px;
    font-weight: bold;
}
.pro_top_show_p2{
    color:#666666;
}
.pro_top_show_p2{
    line-height:2;
}

.pro_top_show_p3{
    padding-bottom:15px;border-bottom:1px #cccccc solid;
    line-height:2;
}
.pr_topo_show_p4{
    padding-top:15px;padding-bottom:15px;
}
.pr_topo_show_p4 a{
    color:#000000;
}
.pr_topo_show_p4 a:hover{
    color:#fc3343;
}
.pr_topo_show_p4 i{
    color:#fc3343;padding-right:10px;
}
.pr_topo_show_p5{
    margin-top:10px;
}
.pr_topo_show_p5 a{
    margin-right:15px;
    color:#ffffff;
	padding:10px 80px;
	line-height:2;
    background:#333333;
}
.pr_topo_show_p5 a:hover{
    background:#fc3343;
}


.pro_content_block{
    overflow: hidden;
    width: 100%;
    
    margin-top: 50px;
    padding-bottom: 25px;
}

.pro_content_block h1{
    font-size: 24px;
    padding-top: 25px;
    padding-bottom: 23px;
}

.pro_content_block table,td{
	border:1px #cccccc solid;
}
.pro_content_block td{
	padding:10px 10px;
}

.pro_content_block .table_header{
	color:#FFFFFF;
	background-color:#003366;
}


.pro_desc_item_list{
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 2em;
    -webkit-column-gap: 2em;
    column-gap: 2em;
    width: 100%;
}
.pro_desc_item_list p{margin-bottom:5px;}
.pro_desc_item_list div{margin-bottom:5px;}
.pro_desc_item_single{color:#333333;}
.pro_desc_item_single{
    background: #fff;
    padding: 12px 12px 20px 12px;
    line-height: 28px;
	min-height:88px;
    
}
.pro_desc_item_single:hover{
    color:#ffffff;
    background:#fc3343;
}


.pro_desc_item_single2:hover{
    color:#ffffff;
    background:#fc3343;
}

.bg_gray{
    background: #f3f3f3!important;
}
.bg_white{
    background: #ffffff!important;
}


.pro_table_content{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 14px;
    font: inherit;
    vertical-align: baseline;
}
.pro_table_content table {
    border-collapse: collapse;
    border: 0px solid #d8d8d8;
    margin-top: 40px;
    min-width: 600px;
    width: 100%;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
.pro_table_content .th {
    font-size: 18px;
    line-height: 28px;
    font-family: OpenSans;
    font-weight: 700;
    background: #003366;
    color: #ffffff;
}
.pro_table_content table tr td {
    line-height: 18px;
    height: 40px;
    padding-top: 3px;
    padding-bottom: 4px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #d8d8d8;
    font-size: 16px;
}
.pro_table_content .mod {
    font-size: 18px;
    line-height: 26px;
    font-family: OpenSans;
    font-weight: bold;
    color: #333;
}
.pro_table_content table tr .bg-hui {
    background: #ececec;
}


@media (max-width: 592px){
    .pr_topo_show_p5 a{
        color:#ffffff;padding:10px 10px;
    }
}

@media (min-width:991px)and (max-width: 1440px){
    .pr_topo_show_p5 a{
        color:#ffffff;padding:10px 30px;
    }
}

.messagetools{padding-bottom:30px;}
.messageline{
    display:flex;
    flex-direction:row;
    align-items: center;
    justify-content:space-between;
    width:100%;
}
.messageline img{}
.messageline_block{
    display:flex;
    flex-direction:row;
    align-items: center;
    justify-content:flex-start;
    background:#fc3343;
    border-radius:5px;
    padding:15px 20px;
    width:calc(100% - 120px);
}
.messageline_block p,a{color:#ffffff;}
.messageline_block p{padding-right:20px;}





.project_title{}
.product_projects .project_content{
    clear:both;margin-top:10px;
    overflow: hidden;
}
.project_content li{
    float:left;
    font-size:0;
}
.project_content li img{
    z-index: 30;

}

.product_projects .project_content ul li a{
    position: relative;
    overflow: hidden;
    display:block;
}
.project_content li:hover a img:hover{
    transform: scale(1.06);
    transition: all 0.6s;

}
.product_projects .project_content ul li div{
    z-index: 50;
    position:absolute;
    bottom:0;left:0;
    color:#ffffff;
    background: rgba(0,0,0,.6);
    padding:10px 15px;
    overflow: hidden;
    display:block;
    width:100%;
}
.product_projects .project_content ul li div h3{
    font-weight: 300;font-size:16px;text-align:center;
}
.project_content img{max-width:100%;width:100%;}

.product_projects .project_content ul li:hover div{
    color:#ffffff;
    background: #fc3343;
}

@media (max-width: 990px){
    .project_content li{
        margin-top:20px;
    }
}


.tips_block{
    clear:both;
    background:#ffffff;
    margin-top:30px;
}
.tips_title{

}
.tips_three{

}
.tips_three li{
    text-align:center;
    
}
.tips_three li:last-child{
    border:0;
}

.tips_three li i{
    font-size: 72.1px;
    color: #fb3a4a;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.tips_three li p{
    color:#666666;
    margin-bottom:20px;padding-right:20px;
    border-right:1px #cccccc solid;
    font-size: 14px;
}
.tips_three li:last-child p{
    border:0;
}
.inline_page2{
    font-size:20px;font-weight: 500;margin-left:15px;
}



.servier_block {
    clear:both;
    background: url(/wp-content/imgs/service.jpg) fixed no-repeat;
    overflow: hidden;
    background-size: cover;
    margin-top: 10px;
    overflow:hidden;
}
.server_container {
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    max-width: 1920px;
    height: 350px;
    text-align: center;
    padding: 15px;
    padding-top: 5%;
}
.server_title{
    color:#ffffff;
    margin-top:10px;
}
.server_title h1{
    font-size: 30px;
    font-weight: lighter;
    color: #fff;
}
.server_title p{
    padding-top: 7px;
}
.server_content ul {
    margin: 0 auto;
    margin-top: 10px;
    padding-top: 30px;
    max-width: 1170px;
}
.server_content ul li{
    float:left;
    width:20%;
    
}
.server_content ul li label{
    color:#fb3a4a;line-height:100px;
}
.server_content ul li span{
    font-size:60px;
}
.server_content ul li span,font{
    color:#fb3a4a;
}
.server_content ul li p{
    color:#ffffff;
}


.interest_block{
    overflow:hidden;
    margin-top:40px;
}
.interest_title{
    text-align: center;margin-top:20px;
}
.interest_title h1{
    font-size:30px;font-weight:500;
}
.interest_content{}
.interest_content ul{
    overflow: hidden;
    margin-top:20px;padding-bottom:30px;
}
.interest_content li{
    
}
.interest_content li a{
    color:#333333;font-size:14px;
}
.interest_content li img{
    width:100%;
}



.inline_banner1{
    margin-top:90px;
}

@media (max-width:1200px){
    .inline_banner1{
        margin-top:66px;
    }
}
.inline_banner1 img{
    z-index: 1;
}

.inner_sol_con{
    margin-top:10px;
    width:100%;
    background:#ffffff;
}

.container-fluid{
    padding-left: 0px!important;
    padding-right: 0px!important;
}

.navlist_block{}
.navlist_block{}
.navlist_block ul{
    width: 100%;
    background: #003366;
    overflow: hidden;
}
.navlist_block ul li{
    padding:38px 0;
    text-align: center;
}
.navlist_block ul li a{
    font-size: 26px;
    letter-spacing: -0.5px;
    color: #fff;
}
.navlist_block .active{
    background:#fb3a4a;
}
.navlist_block ul li:hover{
    background:#fb3a4a;
}

.sol_pic_list{
    margin-top:30px;
}
.pic_list1 ul li{}
.pic_list1 ul li{}
.pic_list1 ul li{}
.pic_list1 ul li{
    padding:0!important;
}
.pic_list1 ul li a{
    display: block;
    position: relative;
}
.pic_list1 .img-box{
    width:100%;
    overflow: hidden;
}
.pic_list1 .img-box img{
    width:100%;
}
.pic_list1 .img-title{
    position: absolute;
    top: 0;
    left: 0;
    width:100%;height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pic_list1 .img-title p{
    text-align: center;
    font-size:28px;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.4);
    /* mix-blend-mode: multiply; */
}
.pic_list1 ul li:hover img{
    transform: scale(1.06);
    transition: all 0.6s;
}

.pic_list1_more{
    clear:both;
    width:100%;text-align: center;
    display: flex;
    align-items: center;
    justify-content:center;
    padding-top:20px;
    margin-bottom:30px;
}
.pic_list1_more a{
    display:block;
    background-color: #fb3a4a;
    font-size:20px;color:#ffffff;
    
    text-align: center;
    padding:15px 50px;
    border-radius: 30px;
}



.inner_show1_pic1{
    width:100%;
    background:#003366;
    overflow:hidden;
    padding:30px 0;
}
.inner_show1_pic1 .container{
    padding-left:0!important;
    padding-right:0!important;
}
.show1_pic_50{

}
.show1_pic_50 img{
    max-width:100%;
}
.show1_50_title{

}
.show1_50_title h1{
    font-size: 45px;
    letter-spacing: -0.8px;
    color:#ffffff;
    font-weight: 500;
    margin-bottom:30px;
}
.show1_50_title h2{
    font-size: 16px;
    line-height: 26px;
    color:#ffffff;
    font-weight: 500;
    margin-bottom:10px;
}
.show1_50_title p{
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    padding-bottom: 60px;
    text-align: left;
}
.show1_50_title a{
    float:left;
    display:block;
    padding:15px 40px;
    color:#ffffff;
    border-radius:30px;
    background-color: #fb3a4a;
    margin-right:20px;
}
.show1_50_title{

}
.show1_50_title{

}


.inner_show1_desc{
    padding-left:0!important;
    padding-right:0!important;
    padding: 75px 15px 55px 15px!important;
}
.inner_show1_desc p{
    font-size:16px;line-height:2;
 
}
.inner_show1_desc img{
    max-width:100%;
}

.inner_show1_applications{
    width:100%;
    overflow: hidden;
    background:#003366;
}
.applications_block{
    color:#ffffff;
}
.applications_block h1{
    font-size:43px;padding:20px 0;font-size:500;
}
.applications_block p{
    font-size:16px;line-height:2;
}


.inner_show1_related{
    
    overflow:hidden;
}
.piclist_title{
    margin-top:50px;
    margin-bottom:20px;
    text-align:center;
}
.piclist_title h1{
    font-size: 48px;
    font-family: OpenSans;
    font-weight:500;
    color: #333;
    text-align: center;
}
.related_block{
    padding-left:0!important;
    padding-right:0!important;
}
.related_lefts{

}
.related_lefts li{
    background: #f7f7f7;
    margin-bottom: 5px;
}
.related_lefts li a{
    font-size: 24px;
    line-height: 72px;
    color:#333;
    padding-left: 25px;
}
.related_lefts li:hover{
    color:#ffffff;
    background-color: #fb3a4a;
}
.related_lefts li:hover a{
    color:#ffffff;
}
.related_rights{

}
.related_navlist{

}
.related_size{
    color:#333333;
}
.related_size a{
    font-size: 18px;
    line-height: 36px;
    display: block;
    color: #333;
    padding-left: 25px;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.related_size a:hover{
    color:#fb3a4a;
}
.related_size li ul li:first-child{
    font-size:20px;font-weight:700;
    padding:17px 0 30px;
    padding-left:25px;
}


.news_block{
    width:100%;
    background:#003366;
    overflow: hidden;
}
.news_channel_nav_list{
    display:flex;
    flex-direction: row;
    justify-content:space-between;
}
@media (max-width: 992px){
    .news_channel_nav_list{
        flex-direction:column;
    }
}
.news_channel_nav_list li{}

.news_channel_nav_list li a{
    display:block;
    padding:26px;
    font-size:30px;
    border-bottom:5px #003366 solid;
}
/* .news_channel_nav_list li a:hover{
    border-bottom:5px #fb3a4a solid;
} */

.news_channel_nav_list .active a{
    border-bottom:5px #fb3a4a solid;
}

.news_center_title{
    overflow: hidden;
}
.news_channel_title{
    margin-top:30px;
    margin-bottom:30px;
}
.news_channel_title h1{
    font-family: OpenSans;
    font-size: 48px;
    color: #333;
    font-weight: bold;
    text-align: center;
}
.news_center_list{}
.news_center_items{}
.news_single{}



.news_center_list .news_single{
    position: relative;
    padding: 31px 35px;
    font-family: OpenSans;
    color: #333;
    line-height: 26px;
}


.news_center_list .active1{
    background:#f6f6f6;
}

.news_center_list .news_single .title {
    font-weight: bold;
    font-size: 18px;
}
.news_center_list .news_single .content {
    font-size: 16px;
    margin-top: 15px;
}
.news_center_list .news_single .date {
    font-size: 16px;
    margin-top: 15px;
}
.news_center_list .news_single .more {
    color: #fff;
    background: #fb3a4a;
    width: 110px;
    text-align: center;
    padding: 2px;
    font-size: 18px;
    border-radius: 15px;
    display: block;
    position: absolute;
    right: 35px;
    bottom: 32px;
}

.industry_news_block{
    width:100%;
    background:#003366;
    overflow: hidden;
    padding-bottom:20px;
}
.industry_news_title h1{
    color:#ffffff;
}
.industry_news_list ul{
}
.industry_news_list ul li{
    padding: 25px 25px 32px 25px;
    font-family: OpenSans;
    line-height: 26px;
    background:#ffffff;
    margin-top: 0px;
    border:10px #003366 solid;
}
.industry_news_list ul li a{
    color:#000000;
}
.industry_news_list ul li:hover{
    background:#fb3a4a;
}
.industry_news_list ul li:hover a{
    color:#ffffff;
    background:#fb3a4a;
}
.industry_news_list ul li:hover a{color:#ffffff;}
.industry_news_list ul li a .title {
    font-weight: bold;
    font-size: 18px;
}
.industry_news_list ul li a .content {
    font-size: 16px;
    margin-top: 15px;
}


.specialTopic_block{
    overflow: hidden;
    margin-top:30px;
}
.specialTopic_slider{
    margin-bottom:20px;
}


@media (max-width:1200px){
    .news_channel_nav_list li a{
        padding:15px;
        font-size:22px;

    }
    .news_channel_title h1{
        font-size:36px;
    }
}

.exhibition_block{}
.exhibition_block .container{
}
.exhibition_title{margin-top:30px;}
.inline_page1_list{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    margin-left:-15px!important;
    margin-right:-15!important;
}

.inline_page1_list img{
    max-width:100%;
}
.inline_page1_items{
    display:flex;
    flex-direction:column;
    text-align:center;
    overflow:hidden;
}
.inline_page1_items a{
    overflow:hidden;
    padding:15px;
}
.inline_page1_items p{
    color:#000000;padding:10px 0;
}
.inline_page1_items:hover img{
    transform: scale(1.06);
    transition: all 0.6s;
}

.video_block{}
@media (max-width:1200px){
    .inline_page1_list{
        flex-direction:column;
    }
}

.news_list1_block{
    margin-bottom:30px;
    overflow:hidden;
}
.news_list_content{
    overflow: hidden;
}
.news_list1_title{margin-top:30px;}
.news_list1_title h1{
    font-size:48px;
}
.news_list1_content{}
.news_list1_content .news_items{
    display:flex;
    flex-direction: row;
    justify-content:space-between;
    margin-top:30px;
}
.news_list1_content .news_items a{
    display:flex;
    flex-direction: row;
    justify-content:space-between;
}

.news_list1_content .news_items .date{
    display:block;
    padding:25px 30px;
    background:#333333;color:#ffffff;
    font-size:26px;
}
.news_list1_content .news_items a:hover .date{
    color:#ffffff;
    background:#fb3a4a;
}

.news_list1_content .news_items .details{
    padding-left:30px;
}
.news_list1_content .news_items .title{
    color:#000000;font-size:23px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.news_list1_content .news_items .content{
    color:#000000!important;font-size:16px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
	max-height:100px!important;
	
}

.pagenav{
    padding:20px;
    text-align: center;
}
.pagenav span{padding:0 10px;}
.pagenav span a{
    color:#000000;
}

.news_list1_title{}
.news_list1_title h1{
    padding:20px 0;
}
.picnews_items{
    display:flex;
    flex-direction: row;
    justify-content:spce-between;
    margin-top:20px;
}
.picnews_items:hover{
    background:#f6f6f6;
}
.list_imgs{
    width:25%;background:#f6f6f6;
    overflow:hidden;
}
.list_imgs img{
    max-width:100%;
}
.list_imgs:hover img{
    transform: scale(1.06);
    transition: all 0.6s;
}
.list_txts{
    width:75%;padding:10px 10px 10px 20px;
}
.list_txts {
    width:75%;
}
.list_txts .title{
    font-size:20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    padding:10px 0px 20px 0px;
}
.list_txts .content{
    font-size:16px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.list_txts .content{
    line-height:1.5;
}
.picnews_items .list_txts a{
    display:block;
    text-align:center;
    margin-top:15px;
    padding:10px 20px;
    width:100px;
    color:#ffffff;
    background:#fb3a4a;
    border-radius:30px;
    overflow:hidden;
}


/***exhibition start********/
.picnews_items2{
    display:flex;
    flex-direction: column;
    justify-content:spce-between;
    margin-top:20px;
    font-size:0;
    
}
.list2_imgs{
    width:100%;
    overflow:hidden;
}
.list2_imgs img{
    width:100%;
}
.picnews_items2:hover img{
    width:100%;
    transform: scale(1.06);
    transition: all 0.6s;
}

.list2_txts {
    width:100%;
    margin-top:20px;
    padding:0px;
}
.list2_txts .title{
    font-size:20px;
    line-height:50px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    padding:0px;
}
.list2_txts .combination{
    font-size:16px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height:1.5;
}
.list2_txts .combination{
    
}
.picnews_items2 .list2_txts .more2 a{
    margin-top:15px;
    color:#000000;
    line-height:3;
    font-size:16px;
    overflow:hidden;
}

.exhibition_desc_block{
    background:#003366;
    width:100%;
    overflow:hidden;
}
.exhibition_desc_content{
    text-align: center;
    padding:30px 0;
}
.exhibition_desc_content h1{
    color:#ffffff;font-size:45px;
    padding:20px 0;
    font-weight:500;
}
.exhibition_desc_content p{
    color:#ffffff;
    line-height:30px;
}

/***exhibition  end********/

.newsshow1_title{
	
}
.newsshow1_title{
	width:70%;
    
    height:auto;
	border-bottom:1px #cccccc solid;
	
	overflow:hidden;
}

.newsshow1_title h1{
    overflow:hidden;
    font-size:48px;color:#000000;
    font-weight: 500;
    padding:10px 0px 20px 0px;
}
.newsshow1_title span{
    height:3px;background:#fb3a4a;
    display:block;width:150px;
}
.newsshow1_title p{
    overflow:hidden;
    font-size:16px;
    padding:20px;
}
.newsshow1_block{
    width:100%;
    display:flex;
    flex-direction: row;
    justify-content:space-between;
    overflow: hidden;
    margin-top:30px;
}
.newsshow1_cont{
    overflow:hidden;
    width:70%;
	
}
.newsshow1_cont img{
    
}
.newsshow1_cont p{
    line-height:2;text-indent:2em;
}

.newsshow1_related{
    margin-top:20px;
    width:25%;
}
.previous_page,.next_page{
    margin-top:20px;
    padding:15px;
    background:#f8f8f8;
    color:#333333;
}
.previous_page:hover,.next_page:hover{
    background:#fb3a4a;
    color:#ffffff;
}
.previous_page:hover a,.next_page:hover a{
    color:#ffffff;
}
.previous_page a,.next_page a{
    color:#333333;
}
.previous_page h2,.next_page h2{
    font-size:22px;
    padding-bottom:15px;
}
.previous_page span,.next_page span{
    display:block;
    width:80px;
    height:1px;
    background:#cccccc;
}
.previous_page:hover span,.next_page:hover span{
    color:#ffffff;
    background:#ffffff;
}
.previous_page p,.next_page p{
    font-size:16px;
    padding-top:15px;
    padding-bottom:15px;
}

.related_news_list{
    margin-top:20px;
    color:#ffffff;
    padding:15px;
    background:#003366;
}
.related_news_list h1{
    font-weight:500;
    font-size:22px;
}
.related_news_list li{
    padding:5px 0;
}
.related_news_list li a{
    font-size:16px;line-height:1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.related_news_list li a:hover{
    color:#fb3a4a;
}


@media (max-width:1200px){
    .newsshow1_title h1{

        font-size:39px;
    }
    .newsshow1_title{
        width:100%;
    }
    .newsshow1_block{
        flex-direction: column;
    }
    .newsshow1_related{
        margin-top:20px;
    }
    .newsshow1_cont{
        width:100%;
    }
    .newsshow1_related{
        width:100%;
    }
}





.case_block{
    overflow: hidden;
    width:100%;
}
.case_nav_list{margin-top:20px;}
.case_nav_list ul{
    display: flex;
    flex-direction: row;
    width:100%;
    justify-content:space-around;
}
.case_nav_list li{
    box-sizing: border-box;
    padding:0 20px;
}

.case_nav_list li a{
    display:block;
    font-size:28px;text-align: center;
    background:#ffffff;
    padding:10px 30px;
    color:#000000;border-radius:30px;
}
.case_nav_list li a.active{
    background:#fb3a4a!important;
    color:#ffffff!important;
}
.case_nav_list li a:hover{
    background:#fb3a4a!important;
    color:#ffffff!important;
}

.case_pic_list{}
.case_pic_list li{margin-top:20px;}
.pic_items{}
.pic_items{}
.pic_items {}

.pic_items img{
    width:100%;
}
.pic_items p{
    color:#000000;padding:10px 0;
    font-size:18px;
	height:60px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.case_block .container{
    /* width:100%!important;padding:0 50px; */
}

@media (max-width:1200px){
    .case_nav_list ul{
        flex-direction: column;
    }
    .case_nav_list li a{
        font-size:20px;
    }
}



.caseshow_block{
    width:100%;
    overflow: hidden;
}
.caseshow_desc{
    overflow: hidden;
    padding:45px 0;
}
.caseshow_desc h1{
    font-size:26px;
    padding:15px 0;
}
.caseshow_desc p{
    font-size:16px;line-height:1.6;
}
.caseshow_pic{
    overflow: hidden;
}
.caseshow_title{}
.caseshow_title p{
    font-size:20px;
    padding:25px 0;
}
.caseshow_title{}

.caseshow_content{
    clear:both;
    display:flex;
    width:100%;
}
.caseshow_thumbspic{
    width:46%!important;
}
.caseshow_pic img{
    max-width:100%;
}
.caseshow_txts{
    width:54%!important;
    padding:20px 20px 30px 20px;
}
.caseshow_txts p{
    line-height:2;
    font-size:18px;
}



.casshow_btn{
    overflow: hidden;
    
    margin-top:50px;
}
.casshow_btn p{
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    margin-bottom:30px;
}
.casshow_btn a{
    background:#fb3a4a;color:#ffffff;
    border-radius:160px;
    padding:15px 35px;
    font-size:22px;
    text-align:center;
}
.casshow_btn a{width:48%;}
.bg_gray{
    background:#333333!important;color:#ffffff;
}

@media (max-width:1200px){
    .caseshow_content{
        flex-direction: column;
    }
    .caseshow_thumbspic{
        width:100%!important;
    }
    .caseshow_thumbspic img{
        max-width:100%;
        width:100%!important;
    }
    .caseshow_txts{
        width:100%!important;
        padding:20px 20px 30px 20px;
    }
    .casshow_btn p{
        display: flex;
        flex-direction: column;
    }
    .casshow_btn p a{
        margin-top:20px;width:100%;
    }

    .inline_page1_items img{
        max-width:100%;
        width:100%!important;
    }
    .product-tit{
        font-size:30px;
    }
    
}


.servicefql_block{}
.service_title{
    padding:20px 0;
    font-size:22px;
}
.servicefql_list,.servicefql_list ul{
    width:100%;
    overflow: hidden;
}
.servicefql_list li {
    width:100%;display: flex;
    justify-content:space-between;
    padding:10px 0;
}
.servicefql_list li a{color:#000000;font-size:16px;}
.servicefql_list li span{color:#000000;font-size:14px;}
.servicefql_single{
    line-height:1.5;
}

.service_ditu{
    width:100%;height:100%;
    position:relative;
    margin-top:30px;
}
.ditu_pics1{
    z-index: 10;
    max-width: 100%;
    height: 100%;
    
}
.position_img{
    position:absolute;
    z-index: 50;
}

.position01{
    left: 39%;
    top: 20%;
}
.position02{
    left: 44.5%;
    top: 30%;
}

.position01 img{

}


.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    display: none;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    background:rgba(0, 0, 0, 0.4);
}
.openwindows{}
.dialog_block{
    margin:0 auto;width:80%;
    height:calc(100% - 20rem);
    margin-top:10rem;
    background:#ffffff;
}
.dialog_single{
    width:100%;
    display:flex;
    flex-direction: column;
    justify-content:space-between;
    overflow: hidden;
}
.dialog_title{
    box-sizing: border-box;
    width:100%;
    padding:20px;
    overflow: hidden;
    background:#cccccc;
}

.dialog_title h1{font-size:22px;color:#000000;float:left;}
.dialog_title .closes1 i{float:right;text-align: right;font-size:30px;}

.dialog_contents1{
    display:flex;
    flex-direction: row;
    justify-content:space-between;
    box-sizing: border-box;
    padding:30px;
}
.dialog_contents1 img{
    max-width:100%;
}
.dialog_desc1{
    display:flex;
    flex-direction: column;
    padding:10px 30px;
    color:#000000;
}
.dialog_desc1 h1{
    font-size: 22px;padding:20px 0;
}
.dialog_desc1 span{
    font-size: 20px;padding:5px 0;
}
.dialog_desc1 p{
    margin-top:30px;
    color:#fb3a4a;
    font-size: 18px;
}

@media (max-width:1200px){
    .dialog_block{
        width:90%!important;
    }
    .dialog_contents1{
        flex-direction: column;
    }
}


.service_channel_s1{
    overflow: hidden;
    margin:50px 0;
}
.service1_block{
    display: flex;
    flex-direction: row;
    
}
.service1_txts{
    width:50%;height:100%;overflow: hidden;
}
.service1_txts h1{
    padding-bottom:23px;
}
.service1_txts p{
    font-size:16px;line-height:1.8;
    
}
.service1_txts span{
    display:block;padding-top:39px;padding-bottom:20px;
}
.service1_txts span a{
    background:#fb3a4a;
    color:#ffffff;
    border-radius:30px;
    padding:15px 35px;
}
.service1_video{
    width:50%;padding-left:30px;
    display: flex;
    align-items: center;
}

.service_channel_s2{
    background: #003366;
    overflow: hidden;
}
.service2_block{margin:35px 0;}
.service3_txts{color:#ffffff;}
.service3_txts h1{padding:20px 0;color:#ffffff;}
.service3_txts p{
    line-height:1.8;
}
.service_h1{
    font-size: 43px;font-weight: 500;
}

.service_channel_s3{
    width:100%;
}
.service3_block{}
.service3_quality{
    display: flex;
    flex-direction: row;
    overflow: hidden;
}
.service3_quality img{width:50%;}
.service3_quality_txts{
    padding:30px 20px;
}
.service3_quality_txts h1{
    padding-bottom:30px;
}
.service3_quality_txts p{
    line-height:1.8;
}
.service3_certificates{
    display: flex;
    flex-direction: row;
    justify-content: end;
}
.service3_certificates img{width:50%;}
.service3_certificates_txts{
    width:calc(100% - 62%);
    padding:30px 0px;
}
.service3_certificates_txts h1{
    padding-bottom:30px;
}
.service3_certificates_txts p{
    line-height:1.8;
}

.shipping_block{
    overflow: hidden;
}
.shipping_block{
    padding:30px 0;
}
.shipping_block .container h1{
    padding:20px 0;
}
.shipping_block .container p{
    padding:20px 0;
}
.shipping_pic{
    padding-bottom:20px;
}



@media (max-width:1200px){
    .service1_block{
        flex-direction: column;
    }
    .service1_txts,.service1_video{
        width: 100%!important;padding:0;
    }
    .service1_video{
        margin-top:20px;text-align: center;
    }
    .service1_video img{
        max-width: 100%;
    }
    .service3_quality img,.service3_certificates img{
        width:100%;
    }
    .service3_quality{
        flex-direction: column;
    }
    .service3_certificates{
        display: flex;
        flex-direction: row;
        
        align-items: center;
        width:100%!important;
    }
    .service3_certificates img{
        width:45%;height:50%;
    }
    .service3_certificates_txts{
        box-sizing: border-box; width:100%!important;padding-left:20px;
    } 
    .service3_certificates_txts p{
        font-size:16px;line-height: 1.5;
    }
    
}
@media (max-width:430px){
    .service3_certificates{
        flex-direction: column;
    }
    .service3_certificates img{
        width:100%;height:auto;
    }
    .shipping_block .container h1{
        font-size:30px;
    }
}

.about_container{
    width:100%;overflow: hidden;
}
.about_title{
    box-sizing: border-box;
}
.about_title h1{
    font-size:43px;padding:20px 0;
}
.about_content{
    width:100%;
    overflow: hidden;
    margin:30px 0;
}
.about_content p{
    line-height:1.8;text-indent: 2em;
}
.about_content img{
    max-width:100%;
}

.about_company1{
    display:flex;
    flex-direction: row;
    margin:30px 0;
    
}
.company1_img{
    width:30%;
}
.about_company1_cont{
    width:70%;margin-top:30px;
}
.about_company1_cont p{
    line-height:1.8;
}
.company1_morepic{
    display:flex;
    flex-direction: row;
    justify-content:space-between;
    margin-top:30px;
}
.company1_twopic{
    display:flex;
    flex-direction: row;
}
.company1_twopic img{
    width:50%;
 }

 @media (max-width:1200px){
    .about_container{
        width:100%;

    }
    .about_company1{
        display:flex;
        flex-direction: column;
        margin:30px 0;
        overflow: hidden;

    }
    .company1_morepic{
        flex-direction: column;
        margin-top:30px;
    }
    .company1_img{
        display:none;width:100%!important;
    }
    .about_company1_cont{
        width:100%!important;overflow: hidden;

    }
    .company1_twopic{
        display:flex;
        flex-direction: column;
        overflow: hidden;
    }
    .company1_twopic img{
        width:100%!important;
     }
 }

 .company1_team{
    overflow: hidden;
    margin:30px 0;
 }
 .company1_team p{
    font-size:18px;line-height:1.8;
 }

 .research1{
    background:url("/imgs/research1section1_bg.jpg") no-repeat;
    padding:30px 0;
    min-height:500px;
 }
 .research1 p{
    font-size:18px;line-height: 2;padding-right:30%;
 }
 .research2{
    flex-direction: row;
    overflow: hidden;
 }
 .research2 p{
    font-size:18px;line-height: 2;
    width:50%;
    padding-left:20px;
    padding-top:30px;
 }
 .research2 img{
    width:50%;
 }
 .research3{
    flex-direction: row;
    overflow: hidden;
 }
 .research3 p{
    font-size:18px;line-height: 2;
    width:50%;
    padding-right:20px;
    padding-top:30px;
 }
 .research3 img{
    width:50%;
 }


 .about_content{}
 .about_content h1{
    font-size:30px;
 }
 .contactus_content{

 }
 .contactus_content h1{
    font-size:30px;padding-bottom:30px;
 }
 .contactus_block{
    display:flex;
    flex-direction:row;
    justify-content: space-between;
 }
 .contactus_desc{
    width:35%;
    padding-right:30px;
    
 }
 .contactus_desc img{
    width:100%;
 }

 .contactus_con{
    background:#f6f6f6;
    position:relative;
    width:65%;
    color:#000000;
    padding:30px;
 }
 .contactus_con img{
    position:absolute;
    right:30px;top:30%;
 }
 .contactus_con p{
    font-size:16px;padding-right:120px;
    line-height:2;
 }

 .location_content{
    overflow: hidden;
 }


 @media (max-width:1200px){
    .contactus_desc{
        width:100%;
    }
    .contactus_block{

        flex-direction:column;

     }
     .contactus_con{
        width:100%;
     }
 }
 
 .pagenav_block{
	 width:100%;
	 clear:both;

	 margin:20px;
 }
 .pagenav_block .page-numbers{color:#000000;}
 .pagenav_block .current{color:#999999;}
 .pagenav_block .screen-reader-text{display:none;}
 .pagenav_block .nav-links{text-align:center;}
 .servicefql_list{
	 min-height:300px;
 }
 .page1_style{
	 min-height:300px;
 }
 
.desc_con_txt{}
.desc_con_txt p{
	line-height:2;
}

/* content css */
.c_container{padding:0px 15px;}
.f_container_fluid{padding:0px 15px;}
.c_flex_lf{
	display:flex;
	flex-direction:row;
}
.c_two_layout{
	width:50%;
}
.c_two_layout table td{padding:10px 5px;}

/* 隔行变色 1 */
.c_two_layout table tr:nth-child(odd) {
	background-color: #f5f4f4;
}
}
@media (max-width:1200px){
	.c_flex_lf{flex-direction:column;}
	.c_two_layout{
		width:100%;
	}
}


.flex_row_2{
	width:100%;
}
.flex_row_2 ul{
	display:flex;
	flex-direction:row;
	 flex-wrap: wrap;
	 justify-content:center;
	 align-items:center;
	}
.flex_row_2 ul li{
	width:50%;
	padding:20px;
	display:flex;
	flex-direction:column;
	align-items:center;
	text-align:center;
	}
	.flex_row_2 ul li img{padding-bottom:10px;}
@media screen and (max-width: 1200px) {
	.flex_row_2{
		
		
	}
	.flex_row_2 ul{
		flex-direction:column;
	}
	.flex_row_2 img{
		text-align:center;
	}
	.flex_row_2 ul li{width:100%;}
}

.footer-contact-tel{
	font-size:40px;
	display:flex;
	flex-direction:row;
	align-items:center;
	gap:10px;
	background-image: linear-gradient(to right, #66ffcc, #0066ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.tel-pic1{
	width:30px;height:30px;
}