@charset "utf-8";


.page_news_detail img{
    display: inline-block;
}

body{
    overflow-x: hidden;
}
#header{
    transition:all .3s;
}
.header_wrap{
    width: 100%;
    height:94px;
    transition:all .3s;
    background: #f1f1f1;
}

.logo{
    margin-top:25px;
    height:44px;
}
.logo img{
    height: 100%;
    width: auto;
}
.logo_name{
    font-size: 30px;
    color: #333;
    margin-top: 30px;
    font-weight: bold;
    margin-left: 20px;
    line-height: 1.3;
}
.logo_name span{
    font-size:24px;
}
.header_wrap .tel{
    height: 94px;
    align-items: center;
}
.header_wrap .tel i{
    font-size:40px;
    color:#154a9a;
    display: block;
    line-height: 1;
    margin:0 10px 0 40px;
}
.header_wrap .tel h4{
    font-size:14px;
    font-weight: normal;
    color:#154a9a;
}
.header_wrap .tel h4 p{
    font-size:24px;
    font-weight: bold;
}
.nav_pc{
    height: 70px;
    padding: 10px 0;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 999999;
    box-shadow: 0 5px 5px rgba(0,0,0,.16);
}
.nav_pc li{
    display: inline-block;
    flex:1;
    margin-right: 20px;
}
.nav_pc li:last-child{
    margin-right: 0;
}
.nav_pc li>a{
    display: block;
    line-height:50px;
    font-size: 18px;
    text-transform: capitalize;
    color:#000;
    text-align: center;
    position: relative;
}
.nav_pc li.cur>a,.nav_pc li>a:hover{
    color: #fff;
    background: #154a9a;
}
.nav_pc li>a:after{
    content:'';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99999;
    transition:all .3s;
    border: 0 solid transparent;
    border-top-color: #154a9a;
}
.nav_pc li.cur>a:after,.nav_pc li>a:hover:after{
    border-width: 6px;
}
.nav_pc li .sub_nav{
    position: absolute;
    left: 0;
    width: 100%;
    background:#f6f6f6;
    transition: all .3s;
    /*top:180px;*/
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    box-shadow: 0 5px 5px rgba(0,0,0,.1);
    padding:25px 10px;
}
.nav_pc li:hover .sub_nav{
    top:154px;
    opacity: 1;
    visibility: visible;
}
.nav_pc li .sub_nav .menu{
    justify-content: center;
}
.nav_pc li .sub_nav dl{
    padding: 0 0 0 30px;
}
/*.nav_pc li:nth-child(2) .sub_nav dl{*/
/*    flex:1;*/
/*}*/
.nav_pc li .sub_nav dt a{
    font-size:16px;
    color:#333;
    display: block;
}
.nav_pc li .sub_nav dd a{
    font-size:14px;
    margin-top: 10px;
    display: block;
}
.nav_pc li .sub_nav a:hover{
    text-decoration: underline;
    color:#154a9a;
}

#header.header_on .nav_pc{
    position: fixed;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.header_on .nav_pc li:hover .sub_nav{
    top: 60px;
}
#header.header_on .logo{
    margin:16px 0 0;
}
#header.header_on .logo img{
    height: 26px;
}
#header.header_on .tr_info{
    line-height:60px;
}
#header.header_on .nav_pc li>a{
    line-height: 50px;
}


.phone_top_nav{
    display: none;
}
.phone_top_nav .sub_nav_phone{
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.phone_top_nav .sub_nav_phone a{
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    color: #333;
}
.phone_menu_btn{
    font-size: 16px;
    color: #fff;
    padding-top:18px;
    display: none;
}
.phone_menu_btn .line{
    position: relative;
    display: block;
    width:19px;
    height: 2px;
    margin: 4px 0;
    background: #333;
    -webkit-transition: .3s;
    transition: .3s;
}
.phone_menu_btn span{
    position: absolute;
    left: 32px;
    top: 2px;
}
.phone_top_nav{
    position: fixed;
    width: 100%;
    z-index: 9999;
    background: #fff;
    height: 100%;
    border-top:1px solid #ccc;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
    padding: 70px 30px 30px;
    transition: .5s;
    transform: translateY(-100%);
}
.phone_top_nav li>a{
    display: block;
    line-height: 50px;
    font-size: 16px;
    color: #5a5657;
    border-bottom: 1px solid #eee;
    font-weight: bold;
}
.phone_top_nav .sub_nav{
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.phone_top_nav .sub_nav a{
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    color: #333;
}
.header_active .line:nth-of-type(1){
    -webkit-transform: translateY(5.5px) rotate(-45deg);
    -ms-transform: translateY(5.5px) rotate(-45deg);
    transform: translateY(5.5px) rotate(-45deg);
}
.header_active .line:nth-of-type(2){
    opacity:0;
}
.header_active .line:nth-of-type(3){
    -webkit-transform: translateY(-6.5px) rotate(45deg);
    -ms-transform: translateY(-6.5px) rotate(45deg);
    transform: translateY(-6.5px) rotate(45deg);
}
.header_active .phone_top_nav{
    transform: translateY(0);
}

/* banner */
.banner{
    position: relative;
}
.banner .item{
    position: relative;
}
.banner .item a{
    display: block;
}
.banner .item .con{
    display: none;
    position: absolute;
    top: 40%;
    transform:translateY(-50%);
    background: rgba(21,74,154,.9);
    padding: 30px 60px;
}
.banner .item .con h4{
    display: inline-block;
    text-shadow: 0 0 20px rgba(255,255,255,.1);
    margin-bottom: 5px;
    font-size:48px;
    color:#fff;
    font-weight: 600;
    letter-spacing: 1px;
}
.banner .item .con span{
    display: block;
    margin-bottom: 10px;
    color: #fff;
    font-size: 24px;
    font-family: PingFang;
    font-weight: lighter;
}
.banner .item .con p{
    font-size:30px;
    color:#fff;
    letter-spacing: 2px;
    line-height: 40px;
    overflow: hidden;
    margin:0 0 10px;
}
.banner .item .btns a{
    display: inline-block;
    padding: 10px 30px;
    border:1px solid #fff;
    margin:50px 24px 0;
    font-size:16px;
    color:#fff;
    border-radius: 0 20px 0 20px;
    line-height: 1.3;
}
.banner .item .btns a:hover,.banner .item .btns a.button{
    background: #fff;
    color:#000;
}
.banner .item .img img{
    width:100%;
}

.banner .owl-pagination{
    position: absolute;
    bottom: 0;
    width:100%;
    text-align: center;
    left:0;
    height:40px;
}
.banner .owl-pagination>div{
    display: inline-block;
    width:7px;
    height:7px;
    background: #fff;
    border-radius: 50%;
    text-indent: -9999px;
    margin:0 7px;
    border: 1px solid #fff;
    position: relative;
}
.banner .owl-pagination>div.active:after{
    width:19px;
    height:19px;
    border-radius: 50%;
    content:'';
    display: block;
    position: absolute;
    border:1px solid #fff;
    left:-7px;
    top: -7px;
}


/*首页css__start*/


/*公用头部*/

.tit_box1{
    padding:60px 0 25px;
    text-align: center;
}
.tit_box1 h4{
    font-size:30px;
    text-transform: uppercase;
    color:#154a9a;
    font-weight: normal;
}
.tit_box1 h4 span{
    color:#434343;
    font-size:14px;
    font-weight: normal;
    margin:0 0 0 10px;
}
.tit_box1{
    font-size:16px;
}

.tit_box2{
    text-align: center;
    padding: 40px 0 30px;
}
.tit_box2 h4{
    font-size:42px;
    font-weight: bold;
    color:#154a9a;
}

/* bg */

.bg1{
    background: #f5f6fa;
}
.bg2{
    background:#b52d37;
    position: relative;
    z-index: -1;
    margin-top: -20px;
}


/* product_con */

.product_con{
    background: #fff;
}
.product_con li{
    padding: 0 15px;
}
.product_con li a{
    display: block;
    position: relative;
    overflow: hidden;
}
.product_con li a .con{
    /*height: 100%;*/
    /*width: 100%;*/
    background: rgba(21,74,154,.8);
    /*position: absolute;*/
    /*left: 0;*/
    /*bottom: 0;*/
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 15px 0;
    transition:all .3s;
}
.product_con li a .con h4{
    font-size:18px;
    overflow: hidden;
    color:#fff;
}
.product_con li a .con p{
    font-size:16px;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    margin-top: 10px;
    color:#fff;
}
/*.product_con li a:hover .con{*/
/*    bottom: 0;*/
/*}*/
.product_con li .img{
    border: 1px #eee solid ;
    height: 220px;
}
.product_con li .img img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.product_con .more{
    display: flex;
    text-align: center;
    font-size:18px;
    color:#000;
    margin-top: 30px;
    justify-content: center;
    align-items: center;
}
.product_con .more i{
    margin:0 0 0 7px;
    font-size:14px;
}
.product_con .more:hover{
    color:#154a9a;
}
.product_con .owl-buttons div {
    background: #fff;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    line-height: 60px;
    transition: all .3s;
}
.product_con .owl-buttons .owl-next {
    right: -60px;
}
.product_con .owl-buttons .owl-prev {
    left: -60px;
}
.product_con .owl-buttons .owl-prev span{
    transform: rotate(180deg);
    display: block;
}
.product_con .owl-buttons span{
    font-size: 24px;
    color: #333;
}
.product_con .owl-buttons>div:hover{
    background: #567acb;
}
.product_con .owl-buttons>div:hover span{
    color:#fff;
}

/* case_con */

.case_con .item1{
    position: relative;
    margin-bottom: 20px;
}
.case_con .item1 .con{
    height: 50px;
    background: rgba(21,74,154,.8);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.case_con .item1 .con h4{
    color:#fff;
    text-align: center;
    line-height: 50px;
    font-size:20px;
}
.case_con .item a{
    display: block;
    position: relative;
    overflow: hidden;
}
.case_con .item .con{
    position: absolute;
    height: 100%;
    width: 100%;
    background: #154a9a;
    left: 0;
    bottom: -100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 50px;
    text-align: center;
    color:#fff;
    transition:all .36s;
}
.case_con .item .con h4{
    font-size:20px;
}
.case_con .item .con p{
    font-size:14px;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    margin:20px 0 30px;
}
.case_con .item .con span{
    font-size:14px;
}
.case_con .item .con span i{
    font-size:12px;
    margin-left: 5px;
}
.case_con .item a:hover .con,.case_con .item2 a .con{
    bottom: 0;
}
.case_con .item2 a .con{
    background: none;
}
.case_con .item2 a .img{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.case_con .item2 a{
    height: 100%;
    background: #154a9a;
}


/* panel1_con */

.panel1_con li{
    flex:1;
    margin-right: 30px;
}
.panel1_con li .img{
    background: #fff;
    height: 220px;
    box-shadow: 0 3px 10px rgba(0,0,0,.1);
    border-radius: 5px;
    transition:all .36s;
}
.panel1_con li .img>div{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    transition:all .36s;
}
.panel1_con li .img .img2{
    display: none;
}
.panel1_con li h4{
    font-size:24px;
    color:#333;
    text-align: center;
    line-height: 40px;
    margin-top: 10px;
}
.panel1_con li:hover .img{
    background: #154a9a;
}
.panel1_con li:hover .img .img1{
    display: none;
}
.panel1_con li:hover .img .img2{
    display: flex;
}


/* ban1_wrap */

.ban1_wrap{
    background: url(../images/bg1.jpg) no-repeat center;
}
.ban1_con{
    padding: 60px 0;
    text-align: center;
}
.ban1_con h4{
    font-size:48px;
    color:#fff;
}
.ban1_con p{
    font-size:24px;
    color:#fff;
    margin-top: 20px;
}
.ban1_con a{
    display: block;
    margin:30px auto 0;
    width: 145px;
    height: 44px;
    background: #fff;
    border-radius: 3px;
    font-size:18px;
    text-align: center;
    line-height: 44px;
    color:#154a9a;
}



/* news_con */

.news_con{
    padding: 0 0 30px 0;
}
.news_con li{
    padding: 10px 15px 20px 15px;
}

.news_con li a{
    display: block;
    border-radius: 3px;
    transition:all .5s;
}
.news_con li .img{
    position: relative;
}
.news_con li .img img{
    width: 100%;
}
.news_con .con{
    background: #fff;
    padding:20px 0;
    transition:all .5s;
}
.news_con .con h4{
    font-size:22px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    color:#252527;
    font-weight: normal;
}
.news_con .con p{
    margin: 12px 0 0;
    color:#666;
    font-size:14px;
    line-height: 22px;
    max-height: 66px;
    overflow: hidden;
}
.news_con .con .info{
    margin-top: 10px;
}
.news_con .con .time{
    flex:1;
    font-size:18px;
    color:#333;
}
.news_con .con span{
    font-size:18px;
    color:#333;
}
.news_con .con span i{
    font-size:18px;
    color:#fff;
    margin-left: 6px;
    vertical-align: middle;
    overflow: hidden;
    display:inline-block;
    transition:all .3s;
}
.news_con li a:hover{
    box-shadow: 0 6px 20px 6px rgba(0,0,0,.1);
}
.news_con li a:hover .con{
    padding: 20px 15px;
}
.news_con li a:hover h4{
    color:#154a9a;
}
.news_con li a:hover .con .time{
    color:#154a9a;
}
.news_con li a:hover .con span{
    color:#154a9a;
}
.news_con li a:hover .con span i{
    color:#154a9a;
}
.news_con .owl-buttons>div{
    background: #fff;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-100px);
    text-align: center;
    line-height: 60px;
    transition: all .3s;
}
.news_con .owl-buttons .owl-prev{
    left: -60px;
}
.news_con .owl-buttons .owl-prev span{
    display: block;
}
.news_con .owl-buttons .owl-next{
    right: -60px;
}
.news_con .owl-buttons span{
    font-size:24px;
    color:#333;
}
.news_con .owl-buttons>div:hover{
    background: #567acb;
}
.news_con .owl-buttons>div:hover span{
    color:#fff;
}

#layer_message{
    padding:20px 25px;
}
#code_img{
    height:34px;
}
#layer_message p{
    margin-top: 20px;
    font-size:14px;
}


/*页底css*/

.footer{
    background:#333;
    position: relative;
    padding:20px 0 0;
}
.footer_hd .menu{
    border-bottom: 2px solid #eee;
    line-height: 66px;
}
.footer_hd .menu div{
    flex:1;
}
.footer_hd .menu a{
    font-size:18px;
    color:#fff;
    margin-right: 50px;
    display: inline-block;
}
.footer_hd .menu span a:last-child{
    margin-right: 0;
}
.footer_hd .tit{
    font-size:18px;
    color:#fff;
    font-weight: bold;
    margin-bottom: 10px;
}
.footer_hd .con p{
    font-size:13px;
    color:#ccc;
    line-height: 2;
}
.footer_hd .links{
    font-size:13px;
    border-top: 1px solid rgba(255,255,255,.05);
    margin-top:20px;
    padding: 20px 0;
}
.footer_hd .links span{
    color:#fff;
}
.footer_hd .links a{
    color:#ddd;
    display: inline-block;
    margin-left: 10px;
}
.footer_hd .links a:hover{
    color:#fff;
}
.footer_bd{
    padding: 35px 0 18px;
    border-bottom: 2px solid #eee;
}
.footer_bd .img{
    flex:1;
}
.footer_bd span{
    font-size:18px;
    color:#fff;
    display: block;
    margin-top: 20px;
}
.footer_bd a i{
    font-size:22px;
    color:#fff;
    margin:0 0 0 10px;
}

.footer_ft{
    height:70px;
    line-height:70px;
    overflow: hidden;
    font-size:14px;
    color:#f5f7f9;
}
.footer_ft .con{
    flex:1;
}
.footer_ft .con span{
    display: inline-block;
    margin-right: 20px;
}
.footer_ft .icp{
    justify-content: flex-end;
    align-items: center;
}
.footer_ft .icp img{
    height: 36px;
    margin-right: 10px;
}
.icp{
    color: #fff;
}


/* phone_fixed_menu */

.phone_fixed_menu{
    border-top: 1px solid #E5E9F2;
    width: 100%;
    height: 55px;
    background: #fff;
    position: fixed;
    z-index: 10000;
    bottom: 0;
    left: 0;
    display: none;
}
.phone_fixed_menu ul li{
    flex:1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 55px;
    line-height: 1.2;
}
.phone_fixed_menu ul li a{
    display: block;
}
.phone_fixed_menu ul li i{
    font-size:20px;
    color:#333;
}
.phone_fixed_menu ul li p{
    color:#333;
    font-size:14px;
}



/*首页css__end*/


/*内页*/

.page_tit{
    border-bottom: 1px solid #ccc;
    height:40px;
    line-height: 40px;
    overflow: hidden;
}
.page_tit h4{
    flex:1;
    display: flex;
    line-height: 40px;
    font-weight: bold;
}
.page_tit h4 p{
    font-weight: normal;
}
.page_tit h4 p span{
    padding: 0 4px;
}

.ibanner{
    position: relative;
}

.ibanner .con{
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color:#fff;
}
.ibanner .con h4{
    font-size:42px;
    line-height: 1.5;
    font-weight: bold;
}
.ibanner .con p{
    font-size:18px;
    margin-top: 10px;
    font-family: Arial;
    text-transform: uppercase;
}
.ibanner .con p span{
    padding:0 6px;
}

/* 内页分类 */

.inner{
    padding:30px 0;
}
.menuBox{
    position: relative;
}
.menu_on{
    top: 80px;
    position: fixed;
}
.menu_off{
    bottom: 271.52px;
    position: fixed;
}
.inner_menu{
    overflow-y: auto;
    width: 304.01px;
    background: #fff;
}
.inner_menu ul,.inner_menu li{
    width: 100%;
    margin: 0;
}
.inner_menu .tit{
    height: 50px;
    font-size:20px;
    background:#154a9a;
    font-weight: bold;
    line-height: 50px;
    padding: 0 20px;
    color:#fff;
}

.inner_menu>ul>li>a{
    display: block;
    height:50px;
    line-height:50px;
    padding:0 20px;
    color:#333;
    font-size:16px;
    background: #eee;
}
.inner_menu>ul>li>a:hover{
    background: #154a9a;
    color:#fff;
}

.publeftcon{
    margin:15px 0 0;
}
.publeftcon .tit{
    font-size:18px;
    height:44px;
    line-height: 44px;
    padding: 0 20px;
    color:#151515;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    position: relative;
    margin-bottom: 10px;
}
.publeftcon .tit:before{
    width:4px;
    height:18px;
    background: #567acb;
    content:'';
    display: block;
    position: absolute;
    left: 6px;
    top: 12px;
}
.publeftcon ul li{
    margin-bottom: 10px;
}
.publeftcon ul li a{
    display: block;
    position:relative;
}
.publeftcon .con{
    font-size:14px;
    padding:10px 0;
    padding-left: 0;
    color:#151515;
    background: #fff;
}
.publeftcon .con p{
    border-bottom: 1px solid #f7f7f7;
    line-height: 2.2;
}
.publeftcon ul li p{
    background:rgba(0,0,0,.5);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height:30px;
    line-height: 30px;
    overflow: hidden;
    font-size:14px;
    color:#fff;
    text-align: center;
}



/* 内页二级分类显示 */

.inner_sublist{
    display: none;
    padding: 0 20px;
    background:rgba(0,0,0,.02);
}
.bigMenu .menuCol:first-child .inner_sublist{
    display: block;
}
.menuCol{
    border-bottom: 1px rgba(0,0,0,.1) solid;
}

.inner_sublist li a{
    color:#666;
    font-size:14px;
    display: block;
    line-height: 2.5;
}
.inner_sublist li a i{
    font-size:12px;
    margin-right: 5px;
}
.inner_sublist li a:hover{
    color: #154a9a;
}

.inner_tit{
    padding: 10px 0;
}
.inner_tit h4{
    flex:1;
    font-size:32px;
    font-weight: 600;
    color:#222;
    line-height: 1.4;
}
.inner_pos{
    font-size:14px;
    padding: 10px 0 0;
    color:#999;
}
.inner_pos a{
    color:#999;
}
.inner_pos a:last-child{
    color:#333;
    font-weight: 400;
}

/* page_jobs */

.page_jobs{
    margin-top: 30px;
}

.page_jobs li.item{
    margin-top: 10px;
}
.page_jobs .item .tit{
    display: flex;
    font-size:15px;
    color:#fff;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    background: #000;
    overflow: hidden;
}
.page_jobs li.item .tit{
    font-weight: normal;
    background: #f3f3f3;
    cursor: pointer;
    color:#000;
    transition:all .3s;
}
.page_jobs li.item .tit:hover,.page_jobs li.item .tit_cur{
    background: #154a9a;
    color:#fff;
}
.page_jobs .item .tit span{
    display: block;
    width: 23%;
    text-align: center;
}
.page_jobs li.item .tit .btns{
    display: flex;
    justify-content: center;
    width: 8%;
}
.page_jobs li.item .tit .btns:after{
    content:'-';
    font-size:20px;
    font-weight: normal;
}
.page_jobs li.item .tit_cur .btns:after{
    content:'+';
}

.page_jobs li.item .con ul{
    display: flex;
    padding: 30px 0;
}
.page_jobs li.item .con ul li{
    flex:1;
    padding:30px;
}
.page_jobs li.item .con ul li h4{
    font-size:18px;
    color:#000;
    margin-bottom: 20px;
}
.page_jobs li.item .con ul li p{
    font-size:14px;
    color:#333;
    line-height: 2;
}
.page_jobs li.item .con ul li a{
    font-size: 14px;
    color: #fff;
    background-color: #154a9a;
    display: inline-block;
    font-weight: 700;
    margin-top: 30px;
    margin-top: 3vw;
    line-height: 2.4;
    padding: 0 20px;
}

.page_jobs .desc{
    background: #154a9a;
    padding: 40px;
    margin-top: 30px;
}
.page_jobs .desc h4{
    font-size:20px;
    font-weight: bold;
    color:#fff;
    margin-bottom: 20px;
}
.page_jobs .desc p{
    font-size:16px;
    line-height: 2.2;
    color:#fff;
}
.page_jobs .desc span{
    display: block;
    font-size:16px;
    margin-top: 20px;
    background: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color:#333;
}
.page_jobs .desc span a{
    background: #154a9a;
    color:#fff;
    padding: 0 10px;
    margin:0 5px;
}
.page_jobs .desc span a:hover{
    background: #f55c5c;
}

/* 单页关于我们 */

.page_about .ipanel1{
    font-size:16px;
    color:#666;
    max-width: 1450px;
    margin:auto;
    text-align: center;
}
.page_about .ipanel1_img{
    margin-top: 50px;
}
.page_about .ipanel3 .flex>div{
    flex:1;
}
.page_about .ipanel3 .flex .con{
    flex:1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #f4f4f4;
}
.page_about .ipanel3 .flex .con .txt{
    padding:0 110px 0 70px;
}
.page_about .ipanel3 .flex2 .con .txt{
    padding:0 70px 0 110px;
    text-align: right;
}
.page_about .ipanel3 .flex .con h4{
    font-size:36px;
    color:#b52d37;
    font-weight: bold;
}
.page_about .ipanel3 .flex .con p{
    font-size:16px;
    margin-top: 20px;
}
.page_about .ipanel4 .flex>div{
    flex:1;
}
.page_about .ipanel4 .flex .con{
    background: #b52d37;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color:#fff;
}
.page_about .ipanel4 .flex .con .txt{
    padding: 0 110px 0 70px;
}
.page_about .ipanel4 .flex .con h4{
    font-size:54px;
    font-weight: bold;
    padding: 0 0 30px;
}
.page_about .ipanel4 .flex .con p{
    margin-top: 20px;
    font-size:26px;
    font-weight: bold;
}



/* 单页内容 */

.page_index{
    padding-top: 40px;
}
.iproImg img{
    margin: 0 auto;
}
.page_index h3{
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 20px;
    color: #333;
}
.page_index h4{
    margin-bottom: 10px;
    font-size: 18px;
    color: #333;
}
.page_index .tit h1{
    color:#444;
    font-size:30px;
    font-weight: 600;
}
.page_index .tit p{
    font-size:14px;
    border-bottom: 1px solid #f8f8f8;
    padding:6px 0 20px;
    margin:0;
    text-indent: 0;
    color:#999;
}
.page_index .tit p span{
    margin-right:20px;
}
.page_index .tit p span i{
    margin-right:5px;
}
.page_index .desc{
    font-size:14px;
    background: #f7f7f7;
    padding:15px 20px;
    color:#888;
}
.page_index .desc span{
    color:#f04c36;
}
.page_index .con{
    padding:20px 0;
}
.page_index .con p{
    font-size:16px;
    line-height: 1.9;
    margin-bottom: 30px;
}
.page_index td{
    padding:5px 10px;
    width:auto!important;
    height: auto!important;
    text-align: center;
    vertical-align:middle;
    border:solid #eee!important;
    border-width:0px 1px 1px 0px!important;
    word-break: break-all;
}
.page_index table{
    max-width: 1320px;
    display: block;
    width:auto!important;
    height: auto!important;
    overflow-x: auto;
    border:solid #eee;
    border-width:1px 0px 0px 1px;
}
.page_index table tbody tr:first-child td{
    white-space:nowrap;
    background: #154a9a;
    color: #fff;
    white-space: nowrap;
}
.page_index table .colorRow td{
    color: #fff;
    background: #154a9a;
}
.textNowrap{
    white-space:nowrap;
}
.tableImg img{
    width: auto!important;
}
.tableImg h3{
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
    font-weight: normal;
}
.tableImg h3 span{
    font-size: 16px;
}
.tableImg h4{
    margin-bottom: 15px;
    font-size: 18px;
    color: #333;
}
.tableImg h5{
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
}
.tableImg li{
    margin-bottom: 0!important;
    padding: 20px 0 30px;
    border-bottom: 1px #eee solid;
}
.tableImg .borderNone li{
    padding-bottom: 10px;
    border: 0px;
}

.xg_news h3{
    font-size: 22px;
    color: #333;
    line-height: 22px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
    margin:30px 0 15px;
    font-weight: 400;
}
.xg_news ul{
    margin-bottom: 30px;
}
.xg_news ul li {
    padding-top:8px;
    padding-bottom: 8px;
}
.xg_news ul li a{
    display: block;
    width: 100%;
    font-size: 16px;
    color: #666;
    line-height: 26px;
    padding:0 0 0 25px;
    position: relative;
}
.xg_news ul li a:before{
    content:'';
    width: 6px;
    height: 6px;
    display: block;
    background: #ccc;
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 50%;
}
.xg_news .pics li a{
    padding: 0;
    border:1px solid #ddd;
    padding: 10px 0;
}
.xg_news .pics li a:before{
    display:none;
}

.xg_news .tags{
    padding: 10px 0 20px;
}
.xg_news .tags a{
    display: inline-block;
    padding: 3px 10px;
    background: #eee;
    margin:0 5px 5px 0;
    color:#666;
    font-size:14px;
    border-radius:3px;
}
.xg_news .tags a:hover{
    background: #b52d37;
    color:#fff;
}
.xg_news dl{
    margin-top:15px;
}
.xg_news dl dt{
    width: 100%;
}
.xg_news dl dd{
    font-size:16px;
    text-align: center;
    font-weight: normal;
    color:#151515;
    line-height: 2;
}

/* 产品列表 */

.page_picList {
}
.page_picList h3{
    font-size: 24px;
    color: #333;
    margin-bottom: 30px;
}
.page_picList .colDivide{
    border-bottom: #eee 1px solid;
    margin-bottom: 30px;
}
.page_picList .img{
    border: 1px #eee solid ;
}
.page_picList li{
    margin-bottom:16px;
}
.page_picList li a{
    display:block;
    background: #fff;
}
.page_picList li .con{
    padding: 14px 0;
    text-align: center;
}
.page_picList li .con h4{
    transition: color .4s;
    font-size: 16px;
    color:#151515;
    font-weight: 700;
    line-height: 24px;
    height:24px;
    overflow: hidden;
}
.page_picList li:hover .con h4{
    color:#154a9a;
}
.page_picList li .con p{
    color:#555;
    margin: 10px 0 0;
    font-size:13px;
    max-height: 44px;
    overflow: hidden;
}
.page_picList li .img{
    overflow: hidden;
    height: 220px;
}
.page_picList li img{
    transition: all 0.6s;
    margin:0;
    height: 100%;
    object-fit: cover;
    width:100%;
}
.page_picList .colDivide li:hover img{
    transform: scale(1.1);
}
.page_picList .iproList li:hover img{
    transform: scale(1.1);
}
.page_picList li span{
    display: inline-block;
    font-size: 14px;
    color:rgba(17,17,17,0.5);
    margin-right: 18px;
    position: relative;
    padding: 6px 0;
}
.colDivide li:hover .con h4{
    color:#154a9a;
}



/* 单页联系我们 */


.inner_contact{
    background: linear-gradient(to bottom,#fff 50%, #f2f2f2 50%);;
}

.page_contact .con1{
    background: #fff;
    box-shadow: 0 0 20px rgba(77,13,17,.09);
}
.page_contact .con1 .item1{
    padding: 80px 70px;
    width: 67%;
}
.page_contact .con1 .item1 .item{
    flex:1;
    padding-right: 30px;
}
.page_contact .con1 .item1 .item .btns{
    margin-top: 50px;
}
.page_contact .con1 .item1 .item .btns a i{
    font-size:20px;
    color:#a1a1a1;
    margin:0 5px;
}
.page_contact .con1 .item1 .item .btns a i:hover{
    color:#154a9a;
}
.page_contact .con1 .item .tit{
    padding: 0 0 70px;
}
.page_contact .con1 .item .tit h4{
    font-size:24px;
    font-weight: bold;
    color:#154a9a;
}
.page_contact .con1 .item .tit1 h4{
    color:#333;
}
.page_contact .con1 .item .tit p{
    font-size:16px;
    color:#666;
}
.page_contact .con1 .item .tit:after{
    display: block;
    height: 2px;
    width: 40px;
    background: #154a9a;
    content:'';
    margin-top: 30px;
}
.page_contact .con1 .item .con p{
    font-size:14px;
    line-height: 2;
}
.page_contact .con1 .item2{
    flex:1;
    background: #154a9a;
    padding: 80px 70px;
}
.page_contact .map{
    margin:50px 0 0;
    text-align: center;
}
.page_contact .con1 .item2 li{
    margin-bottom:40px;
    color:#fff;
}
.page_contact .con1 .item2 li.li1:after{
    width: 40px;
    height: 2px;
    background: #fff;
    display: block;
    content:'';
    margin-top: 50px;
}
.page_contact .con1 .item2 li h4{
    font-size:20px;
}
.page_contact .con1 .item2 li p{
    font-size:34px;
}
.page_contact .con1 .item2 li p span{
    font-size:18px;
}
.page_contact .con1 .item2 .slogan{
    font-size:16px;
    color:#fff;
}

.page_contact_map{
    border:10px solid #fff;
    box-shadow: 0 0 20px rgba(77,13,17,.09);
    background: #fff;
    overflow: hidden;
    margin-bottom: 50px;
}
.page_contact_map iframe{
    display: block;
}
.innerBgfff{
    background: #fff;
    overflow: hidden;
}
.page_contact .owl-buttons div {
    background: #fff;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    line-height: 60px;
    transition: all .3s;
}
.page_contact .owl-buttons .owl-next {
    right: -40px;
}
.page_contact .owl-buttons .owl-prev {
    left: -40px;
}
.page_contact .owl-buttons .owl-prev span{
    transform: rotate(180deg);
    display: block;
}
.page_contact .owl-buttons span{
    font-size: 24px;
    color: #333;
}
.page_contact .owl-buttons>div:hover{
    background: #567acb;
}
.page_contact .owl-buttons>div:hover span{
    color:#fff;
}
.contactFlow li h3{
    text-align: center;
    margin-bottom: 30px;
    color: #333;
    font-size: 24px;
}

/*新闻列表*/



.page_news li{
    margin-bottom:20px;
}
.page_news li a{
    display: block;
}
.page_news li .img img{
    height: 200px;
    object-fit: cover;
}

.page_news li .tit h4{
    font-size:18px;
    font-weight: bold;
    color:#252527;
    transition:all .3s;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    margin:12px 0 6px;
}
.page_news li p{
    font-size:15px;
    color:#666;
    height:75px;
    overflow: hidden;
}
.page_news li span{
    font-size:14px;
    align-items: center;
    color:#154a9a;
    display: block;
    margin-top: 6px;
}
.page_news li span i{
    font-size:12px;
    margin:0 0 0 5px;
}
.page_news li .line{
    width: 20px;
    height: 1px;
    background: #b4b4b4;
    margin-top:20px;
    transition:all .3s;
}
.page_news li:hover h4{
    color:#154a9a;
}
.page_news li:hover .line{
    width: 100%;
    background: #154a9a;
}


/* 新闻详情 */




/* 产品详情页 */


.picShow_box{
    height: 560px;
}
.picShow_box .swiper-slide {
   background-size: cover;
   background-position: center;
}
.picShow_item_w{
     height: 560px;
     border:1px solid #ddd;
     padding: 35px;
}
.picShow_item{
     height:490px;
}
.picShow_thumbs{
   box-sizing: border-box;
   border-top:4px solid #567acb;
   border-bottom:4px solid #567acb;
   width: 120px;
   padding: 20px 0 !important;
   height: 540px;
}
.picShow_thumbs .swiper-slide{
    border:1px solid #ddd;
    height: 90px!important;
    width: 120px;
}
.picShow_thumbs .swiper-slide-thumb-active{
    border-color: #567acb;
    
}
.picShow_thumbs .swiper-button-black:after{
    font-size:20px;
    background: #fff;
}

.picShow_tit{
    margin:10px 0 0;
}
.picShow_tit h3{
    font-size:24px;
    color:#333;
    padding: 0 0 30px;
    font-weight: bold;
}
.picShow_tit .btns {
    justify-content: center;
    margin:30px 0 0;
}
.picShow_tit .btns a{
    display: flex;
    width: 200px;
    height: 40px;
    background: #004e3a;
    border-radius: 30px;
    color:#fff;
    align-items: center;
    margin:0 40px 30px;
}
.picShow_tit .btns a span{
    flex:1;
    justify-content: center;
    display: flex;
    font-size:14px;
    text-transform: uppercase;
}
.picShow_tit .btns a i{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    color:#004e3a;
    font-size:22px;
    text-align: center;
    line-height: 30px;
    margin-right: 5px;
}
.picShow_tit .btns a.a2{
    background: #88c122;
}
.picShow_tit .btns a.a2 i{
    color:#88c122;
}
.picShow_tit .share span{
    font-size:16px;
    font-weight: 500;
    color:#333;
    margin-right: 10px;
}
.picShow_tit .share a{
    display: inline-block;
    width: 35px;
    height: 35px;
    border:2px solid #bbb;
    color:#bbb;
    border-radius: 50%;
    text-align: center;
    line-height: 31px;
    margin:0 2px 0 0;
}
.page_picShow .page_index{
    padding-top:0;
    font-size:14px;
    line-height: 1.9;
    color:#333;
}
.page_picShow .page_index h4{
    font-size:26px!important;
    font-weight: 600!important;
    font-family: PingFang SC,Lantinghei SC,Helvetica Neue,Helvetica,Arial,Microsoft YaHei,微软雅黑,STHeitiSC-Light,simsun,宋体,WenQuanYi Zen Hei,WenQuanYi Micro Hei,"sans-serif"!important;
    color:#333;
    margin-bottom: 10px;
}
.page_picShow .page_index p{
    margin-bottom: 20px;
}

.picShow_message{
    background: #f7f7f7;
    padding: 0 0 70px;
    margin-bottom: 40px;
}
.picShow_message form{
    padding: 30px 40px 0;
}
.picShow_message label{
    font-size:14px;
    font-weight: normal;
    text-transform: capitalize;
}
.picShow_message label span{
    color:red;
}

/* related_products */

.related_tit{
    font-size:26px;
    font-weight: 600;
    color:#333;
    margin-bottom:12px;
}
.related_products li img{
    border:1px solid #ddd;
}
.related_products li p{
    overflow: hidden;
    color:#333;
    font-size:14px;
    margin:10px 0;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    padding: 0 10px;
    text-align: center;
}

.related_menu li{
    height: 28px;
    border: 1px solid #b3b3b3;
    margin-bottom: 5px;
    align-items: center;
}
.related_menu li a{
    display: block;
    line-height: 26px;
    padding: 0 0 0 10px;
    font-size:14px;
    color:#333;
    flex:1;
    height: 26px;
    overflow: hidden;
}
.related_menu li i{
    padding: 0 10px 0 0;
    font-size:12px;
    color:#154a9a;
}
.related_menu li:hover{
    border-color: #666;
}


/* 案例列表 */

.page_caseList .item{
    margin-bottom:20px;
}
.page_caseList .item .img{
    position: relative;

}
.page_caseList .item .img img{
    height: 100%;
    width: 100%;
}
.page_caseList .item .con{
    padding: 15px 0;
    align-items: center;
}
.page_caseList .item .con h4{
    color:#333;
    font-size:16px;
    flex:1;
}
.page_caseList .item .con p{
    font-size:13px;
    margin-top: 10px;
    color:#666;
}
.page_caseList .item:hover .img span{
    width: 100%;
    height: 100%;
    opacity: .9;
    font-size:16px;
}
.page_caseList .item:hover .con h4{
    color:#567acb;
}


.page_hotpic .tit{
    font-size:18px;
    text-align: center;
    position: relative;
    margin-bottom: 7px;
}
.page_hotpic .tit::before,.page_hotpic .tit::after{
    width:50px;
    height:1px;
    background: #eee;
    content:'';
    display:block;
    position: absolute;
    top:15px;
    left:0;
}
.page_hotpic .tit::after{
    left:auto;
    right:0;
}
.page_hotpic li{
    margin-bottom: 10px;
}
.page_hotpic li h4{
    font-weight: normal;
    text-align: center;
    font-size:14px;
    margin: 10px 0 5px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

/*翻页*/

.return_page{
    margin:30px 0 0;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    background: #eee;
}
.return_page p{
    flex:1;
    display: flex;
}
.return_page p span{
    font-size:14px;
    color:#333;
    line-height:50px;
    overflow: hidden;
    height:50px;
    display: block;
    flex:1;
    margin:0 10px;
}
.return_page p i{
    background: #154a9a;
    height:50px;
    font-size:14px;
    padding: 0 10px;
    text-align: center;
    line-height:50px;
    display: inline-block;
    color:#fff;
    font-style: inherit;
    border-radius: 3px;
}
.return_page p a{
    color: #333;
}
.return_page .go_history a{
    background: #3c4147;
    width:70px;
    height:30px;
    line-height:30px;
    text-align: center;
    color:#fff;
    position: absolute;
    right:0;
    top:50%;
    display:block;
    transform: translateY(-50%);
}


/* 页码 */

.pagination{
    text-align: center;
    display: block;
}
.pagination li{
    display: inline-block;
    margin:0 1px;
}
.pagination li span,.pagination li a{
    display: block;
    padding:0 10px;
    line-height:28px;
    background: #eee;
}
.pagination li.active a{
    background: #53c1e5;
    color:#fff;
    border-color: #53c1e5;
}



/*在线留言*/
#my_form{
    padding: 30px 0 0;
}
#my_form table{
    width: 100%;
}
#my_form tr{
    display: inline-flex;
    width: 48%;
    margin-bottom: 15px;
}
#my_form tr:nth-child(2n){
    margin-left:4%;
}
#my_form tr.content{
    width: 100%!important;
    display: flex;
    margin-left:0;
}
#my_form tr td:first-child{
    line-height: 34px;
    color: #333;
}
#my_form tr td:last-child{
    flex: 1;
}
#my_form tr input,#my_form tr textarea{
    height:34px;
    width: 100%!important;
    border: 1px solid #ccc;
    padding: 0 10px;
    color: #333;
    outline: none;
    border-radius: 4px;
    font-size: 14px;
    font-family: 微软雅黑;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#my_form tr input:focus,#my_form tr textarea:focus{
    border-color: #66afe9;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
#my_form tr ::placeholder{
    color: #999;
    font-family: 微软雅黑;
    font-size: 14px;
}
#my_form tr textarea{
    height:100px;
    padding-top: 6px;
}
#my_form .btn{
    margin-left:30px;
}
#my_form .btn input{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
}
#my_form .btn input:first-child{
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
#my_form .btn input:first-child:focus{
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}

.bdsharebuttonbox span{
    line-height:30px;
}

/**swiper滑动自定义**/
.swiper-container .swiper-slide{
    cursor: e-resize;
}
.swiper-button-prev,.swiper-button-next{
    color: #333;
}