


#header{
    width: 100%;
    z-index: 99999;
    transition:all .3s;
}

.header_wrap{
    height:95px;
}
.header_wrap .container{
    
}
.header_top{
    background: #222;
    height: 46px;
    line-height: 46px;
    color:#aaa;
    font-size:13px;
    overflow: hidden;
}
#header.header_on .header_wrap{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
    background: #000;
    box-shadow: 0 0 10px rgba(0,0,0,.05);
}
.header_top .welcome{
    flex:1;
}
.header_top .btns a,.header_top .btns span{
    color:#aaa;
    display: inline-block;
}
.header_top .btns a{
    margin-right: 23px;
}
.header_top .btns span i{
    font-style: inherit;
    font-size:18px;
    color:#fff;
}
.logo_bar{
    background: #000;
    padding: 0 20px;
}
.logo{
    margin-top:22px;
    flex: 1;
    height:55px;
}
.logo img{
    height: 100%;
    width: auto;
}
.top_right_btn{
    flex: 1;
    justify-content:flex-end;
}
.header_wrap .tel{
    color:#f7b52d;
    margin-top: 25px;
}
.header_wrap .tel i{
    font-size:44px;
    line-height: 1;
    margin-right:4px;
}
.header_wrap .tel p{
    font-size:14px;
    line-height: 1.2;
}
.header_wrap .tel p span{
    font-size:20px;
    display: block;
}
.nav_pc{
    height:100px;
}
.nav_pc_on{
    position: fixed;
    width:100%;
    top: 0;
    left: 0;
    background: #2a343d;
    z-index: 999;
}
.nav_pc>ul>li{
    display: inline-block;
    padding:0 44px;
    position: relative;
}
.nav_pc>ul>li:after{
    position: absolute;
    content:'';
    width: 2px;
    height: 17px;
    background: #fff;
    right: 0;
    top: 38px;
    display: block;
}
.nav_pc>ul>li:last-child:after{
    display: none;
}
.nav_pc>ul>li>a{
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    line-height:95px;
    color:#fff;
    font-weight: 500;
}
.nav_pc>ul>li>a:after{
    height: 1px;
    background: #f7b52d;
    width:0;
    content:'';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    transition:all .3s;
}
.nav_pc>ul>li.current-menu-item>a,.nav_pc>ul>li a:hover{
    font-weight: bold;
    color:#f7b52d;
}
.nav_pc>ul>li.current-menu-item>a:after,.nav_pc>ul>li a:hover:after{
    width: 0;
}
.nav_pc>ul>li .sub-menu{
    position: absolute;
    left: 0;
    width: 100%;
    background:#000;
    transition: all 300ms;
    top: 86px;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
}
.nav_pc>ul>li:hover .sub-menu{
    top:95px;
    opacity: 1;
    visibility: visible;
}
.nav_pc>ul>li .sub-menu a{
    display: block;
    text-align: center;
    color: #ddd;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 12px 20px;
    border-bottom:1px solid rgba(255,255,255,.12);
}
.nav_pc>ul>li .sub-menu a:hover{
    background:#f7b52d;
    color:#000;
    font-weight: normal;
}
.topsearch{
    line-height:100px;
}
.topsearch i{
    font-size:18px;
    margin:0 7px;
    color:#005ead;
    cursor: pointer;
}

.mobile_banner{
    display: none;
}

.phone_top_nav{
    display: none;
}
.phone_top_nav .sub-menu{
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.phone_top_nav .sub-menu a{
    display: inline-block;
    font-size: 14px;
    margin-right: 20px;
    color: #333;
}
.header_icon{
    justify-content: flex-end;
}
.header_icon .ico{
    font-size: 14px;
    color:#000;
    line-height: 85px;
    margin-right: 15px;
}
.header_icon .ico a{
    color: #000;
}
.header_icon .ico i{
    background: #114c97;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin-right: 7px;
}
.phone_menu_btn{
    font-size: 16px;
    color: #000;
    padding-top:18px;
    display: none;
}
.phone_menu_btn .line{
    position: relative;
    display: block;
    width:19px;
    height: 2px;
    margin: 4px 0;
    background: #fff;
    -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: 60px 30px 30px;
    transition: .5s;
    transform: translateY(-100%);
}

.phone_top_nav>ul>li>a{
    display: block;
    line-height: 50px;
    font-size: 16px;
    color: #5a5657;
    border-bottom: 1px solid #eee;
    font-weight: bold;
}
.phone_top_nav .sub-menu{
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.phone_top_nav .sub-menu li{
    display: inline-block;
}
.phone_top_nav .sub-menu 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);
}


/* 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;
}


/* banner */
.banner{
    position: relative;
}
.banner .item{
    position: relative;
}
.banner .item .con{
    position: absolute;
    left:0;
    width: 100%;
    top:50%;
    transform: translate(0,-50%);
}
.banner .item .con .con_box{
    text-align: right;
}
.banner .item .con h4{
    font-size:48px;
    color:#fff;
    font-weight: bold;
    letter-spacing: 1px;
    margin:15px 0 20px;
}
.banner .item .con p{
    font-size:16px;
    color:#fff;
    font-family:'Segoe UI light';
    letter-spacing: 1px;
    margin-bottom: 50px;
}
.banner .owl-item:nth-child(2) .con .con_box{
    text-align: left;
}
.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:rgba(255,255,255,.9);
    border-radius: 50%;
    text-indent: -9999px;
    margin:0 7px;
    border: 1px solid rgba(255,255,255,.9);
    position: relative;
}
.banner .owl-pagination>div.active:after{
    width:19px;
    height:19px;
    border-radius: 50%;
    content:'';
    display: block;
    position: absolute;
    border:1px solid rgba(255,255,255,.9);
    left:-7px;
    top: -7px;
}


/*首页css__start*/


/*公用头部*/

.tit_box1{
    padding:60px 40px 30px;
    align-items: center;
}

.tit_box1 h4{
    flex:1;
    font-size:36px;
    font-weight: bold;
    color:#222;
}
.tit_box1 h4 span{
    font-size:20px;
    color:#888;
    text-transform: uppercase;
    font-weight: normal;
    margin-left: 5px;
}
.tit_box1 ul li a{
    color:#000;
    font-size:14px;
    padding:0 20px;
    display: block;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
}
.tit_box1 ul li.more a,.tit_box1 ul li:hover a{
    background: #f7b52c;
}
.tit_box2 h4{
    color:#f7b52c;
}
.tit_box2 h4 span{
    color:#fff;
}



.tit_box3{
    text-align: center;
    margin-bottom: 30px;
}
.tit_box3 h4{
    font-size:36px;
    color: #222;
    background: #f7b52c;
    display: inline-block;
    font-weight: bold;
    padding: 15px 30px;
}

/* bg */

.bg .container{
    background: #fff;
}
.bg1{
    background: #ecebec;
    padding-bottom: 60px;
}
.bg2{
    background: #212120;
}
.bg3{
    background: #e5e6e6;
}



/* img_line3 */

.img_line3 li{
    margin-bottom: 20px;
}
.img_line3 li a{
    display: block;
    background: #fff;
    padding: 3px;
    border-radius:3px;
    overflow: hidden;
    position: relative;
}
.img_line3 li a:before{
    display: block;
    content:'';
    background: #f7b52d;
    height:0;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition:all .36s;
}
.img_line3 li a .img{
    position: relative;
    z-index: 3;
}
.img_line3 li a .con{
    padding: 30px 30px 20px;
    position: relative;
    z-index: 2;
}
.img_line3 li a .con .flex{
    height: 20px;
    line-height: 20px;
}
.img_line3 li a .con h4{
    flex:1;
    line-height: 20px;
    overflow: hidden;
    font-size:16px;
    color:#000;
    transition:all .36s;
}
.img_line3 li a .con span{
    display: block;
    color:#f7b52d;
    font-size:14px;
    transition:all .36s;
}
.img_line3 li a .con p{
    font-size:14px;
    color:#666;
    margin-top: 15px;
    max-height: 50px;
    overflow: hidden;
    transition:all .36s;
}

.img_line3 li a:hover:before{
    height: 100%;
}
.img_line3 li a:hover .con h4{
    font-weight: bold;
}
.img_line3 li a:hover .con span,.img_line3 li a:hover .con p{
    color:#000;
}

/* factory_photo */

.factory_photo .row{
    margin-left: -10px;
    margin-right: -10px;
}
.factory_photo .col-md-6{
    padding-left: 10px;
    padding-right: 10px;
}
.factory_photo li a{
    display: block;
    border:1px solid #fff;
}
.factory_photo_con{
    background: #f7b52c;
    margin-top: 20px;
    position: relative;
    margin-left: -20px;
    padding:35px 20px 44px;
}
.factory_photo_con .tit{
    font-size:40px;
    color:#fff;
    font-weight: bold;
    line-height: 1.3;
}
.factory_photo_con .con{
    font-size:16px;
    color:#333;
    margin-top: 20px;
    max-height: 84px;
    overflow: hidden;
}
.factory_photo .item{
    margin-top: 20px;
}

/* about */

.about{
    position: relative;
}
.about_con{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.about_con .tit{
    font-size:24px;
    color:#f7b52c;
    margin-bottom: 25px;
}
.about_con .con{
    font-size:14px;
    color:#fff;
}
.about_con .con p{
    margin-bottom: 20px;
}

.about_slogan{
    position: absolute;
    width: 290px;
    top: 0;
    right:10%;
    background: #b28322;
    border:15px solid #f7b52c;
    text-align: center;
    padding: 25px 0;
}
.about_slogan .tit{
    font-size:32px;
    color:#fff;
    font-weight: bold;
}
.about_slogan ul{
    padding:0 20px;
}
.about_slogan ul li{
    border-bottom: 1px dashed #5f3000;
    padding: 25px 0 20px;
}
.about_slogan ul li h4{
    font-size:30px;
    color:#fff;
    font-weight: normal;
    font-family:'PingFangSC-Ultralight';
}
.about_slogan ul li p{
    font-size:15px;
    color:#5f3000;
    margin-top: 10px;
}
.about_slogan .tel{
    color:#fff;
}
.about_slogan .tel p{
    font-size:15px;
    padding: 25px 0 0;
}
.about_slogan .tel h6{
    font-size:32px;
    font-weight: normal;
}

/* news */

.news_con_wrap{
    padding: 0 60px 40px;
}
.news_con{
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-bottom: 30px;
}
.news_con .swiper-wrapper{
    flex-direction:row!important;
}
.news_con .swiper-slide a{
    background: #fff;
    margin:0 25px 20px;
    padding: 10px;
    position: relative;
}
.news_con .swiper-slide .img{
    width: 30%;
    position: relative;
    z-index: 2;
}
.news_con .swiper-slide .con{
    flex:1;
    padding:10px 15px 0 40px;
    position: relative;
    z-index: 3;
}
.news_con .swiper-slide .con h4{
    font-size:18px;
    color:#000;
    position: relative;
    font-weight: bold;
}
.news_con .swiper-slide .con h4:before{
    content:'◆';
    color:#000;
    font-size:12px;
    position: absolute;
    left: -20px;
    top: 5px;
}
.news_con .swiper-slide .con .ico{
    color:#888;
    margin:10px 0 6px;
    height: 17px;
    overflow: hidden;
}
.news_con .swiper-slide .con .ico span{
    margin-right: 15px;
}
.news_con .swiper-slide .con p{
    font-size:14px;
    color:#666;
    max-height: 50px;
    overflow: hidden;
}
.news_con .swiper-slide a:after{
    display: block;
    content:'';
    width:0;
    height: 100%;
    background: #f7b52c;
    position: absolute;
    left: 0;
    top: 0;
    transition:all .36s;
    z-index: 1;
}
.news_con .swiper-slide a:hover:after{
    width: 100%;
}
.news_con .swiper-slide a:hover .con .ico{
    color:#333;
}
.news_con .swiper-slide a:hover .con p{
    color:#222;
}
.news_con .swiper-pagination{
    bottom: 0;
}
.news_con .swiper-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 1;
}
.news_con .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #f7b52c;    
}


/* footer_links */

.footer_links{
    background: #f7b52c;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    color:#fff;
    font-size:14px;
}
.footer_links a{
    display: inline-block;
    margin-left: 40px;
    color:#fff;
}


/*页底css*/

.footer{
    background:#000;
    color:#eee;
    overflow: hidden;
    padding: 40px 0 30px;
    line-height: 1.8;
    font-size:14px;
}
.footer a{
    color:#eee;
}
.footer .menu a{
    display: inline-block;
    padding: 0 30px;
    position: relative;
}
.footer .menu a:first-child{
    display: none;
}
.footer .menu a:after{
    width:2px;
    height: 15px;
    background: #eee;
    content:'';
    display: block;
    right: 0;
    top: 4px;
    position: absolute;
}
.footer .menu a:nth-child(2){
    padding-left: 0;
}
.footer .menu a:last-child:after{
    display: none;
}
.footer .tel{
    margin:10px 0 20px;
}
.footer .tel p{
    margin-right: 40px;
}
.footer .tel p span{
    margin-right: 6px;
    font-size:14px;
}
.footer .img{
    max-width: 108px;
}

/* fixed_rightbtn */

.fixed_rightbtn{
    position: fixed;
    z-index: 999;
    right: 20px;
    top: 30%;
}
.fixed_rightbtn li{
    background: rgba(0,99,174,.9);
    width: 75px;
    height: 75px;
    border-radius: 20px;
    margin-bottom: 5px;
    color:#fff;
    position: relative;
}
.fixed_rightbtn li a{
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 75px;
    line-height: 1.2;
    position: relative;
    
}
.fixed_rightbtn li i{
    display: block;
    font-size:30px;
}
.fixed_rightbtn li p{
    position:absolute;
    height: 75px;
    right:-320px;
    top: 0;
    background: #fff;
    box-shadow: -5px 0 10px rgba(0,99,174,.4);
    color:#333;
    font-size:24px;
    width: 290px;
    text-align: center;
    line-height: 75px;
    transition:all .3s;
    border-radius: 10px;
}
.fixed_rightbtn li:hover p{
    right: 0;
}
#layer_message{
    padding:20px 25px;
}
#code_img{
    height:34px;
}
#layer_message p{
    margin-top: 20px;
    font-size:14px;
}

/*首页css__end*/


/*内页*/

.ibanner{
    position: relative;
}
.ibanner .column{
    position: absolute;
    left: 150px;
    bottom: 60px;
}
.ibanner .column h4{
    font-size:36px;
    font-weight: bold;
    color:#fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.inner_tit{
    height: 70px;
    line-height: 70px;
    background: #f7b52c;
    padding: 0 50px;
    font-size:30px;
    color:#000;
    overflow: hidden;
}




/* 内页分类 */



/* 左侧 */

.inner_left{
    padding:50px 50px 0 13px;
}
.inner_left_pub{
    background: #333;
    padding: 20px 15px 40px 15px;
    border-bottom:1px solid #eee;
}
.inner_menutit{
    height:60px;
    font-size:30px;
    font-weight: bold;
    line-height:60px;
    text-transform: uppercase;
    color:#fff;
    overflow: hidden;
    padding: 0 6px;
    border-bottom: 1px solid rgba(255,255,255,.5);
}
.inner_menutit span{
    font-size:14px;
    font-weight: normal;
    margin:0 0 0 7px;
}
.inner_menu>ul{
    border-top:none;
}
.inner_menu>ul>li{
    border-bottom: 1px solid rgba(255,255,255,.5);
    height:50px;
    overflow: hidden;
    padding: 0 6px;
}
.inner_menu>ul>li>a{
    display: block;
    height:50px;
    line-height:50px;
    padding:0 10px 0 26px;
    color:#fff;
    font-size:15px;
    position: relative;
    width: 100%;
}
.inner_menu>ul>li>a:before{
    content:'';
    width: 5px;
    height: 5px;
    background: #fff;
    display: block;
    position: absolute;
    left: 10px;
    top:24px;
    transform: rotate(45deg);
}
.inner_menu>ul>li>a:hover,.inner_menu>ul>li.cur>a{
    color:#f7b52c;
}
.inner_menu>ul>li>a:hover:before,.inner_menu>ul>li.cur>a:before{
    background: #f7b52c;
}
.inner_lefttit{
    font-size:24px;
    color:#222;
    height:60px;
    line-height:58px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.inner_lefttit:after{
    display: block;
    content:'';
    width: 100px;
    height: 4px;
    background: #cf000c;
    position: absolute;
    bottom: -2px;
}

.inner_leftnews ul{
    padding: 10px 0 0;
}
.inner_leftnews ul li{
    padding: 7px 0;
}
.inner_leftnews ul li a{
    font-size:14px;
    color:#ededed;
}
.inner_leftnews ul li a:hover{
    color:#f7b52d;
}
.inner_leftnews ul li p{
    font-size:13px;
    color:#999;
}

.inner_lefttag ul{
    padding:20px 0;
}
.inner_lefttag li{
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 8px;
}
.inner_lefttag li a{
    padding: 3px 20px;
    display: block;
    border-radius: 2px;
    border:1px dashed #fff;
    color:#fff;
    font-size:13px;
}
.inner_lefttag li a:hover{
    background: #f7b52d;
    border-color: #f7b52d;
    color:#333;
}

.page_about .tit{
    font-size:24px;
    color:#000;
    font-weight: bold;
    padding: 0 0 20px;
}
.page_about .tit:after{
    width: 70px;
    height: 3px;
    background: #f7b52c;
    display: block;
    content:'';
    margin-top: 7px;
}
.page_about .con{
    font-size:16px;
    color:#333;
}
.page_about ul{
    margin-top: 30px;
}
.page_about ul li{
    display: flex;
    margin-bottom: 50px;
}
.page_about ul li i{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #f7b52c;
    color:#fff;
    font-size:24px;
    text-align: center;
    line-height: 80px;
    font-size:36px;
    margin-right: 20px;
}
.page_about ul li h4{
    flex:1;
    font-weight: bold;
    color:#000;
    font-size:22px;
}
.page_about ul li h4 span{
    display: block;
    font-size:14px;
    color:#333;
    font-weight: normal;
    line-height: 1.6;
    margin-top: 15px;
}

/* pos */

.inner_pos{
    height: 52px;
    line-height: 52px;
    overflow: hidden;
    font-size:13px;
    color:#333;
}
.inner_pos a{
    color:#333;
}

/* inner_pagepos */

.inner_pagepos{
    border-bottom: 1px solid #ddd;
}
.inner_pagepos>.flex{
    align-items: center;
    height: 70px;
}
.inner_pagepos .pos{
    flex:1;
    font-size:13px;
    color:#999;
    align-items: center;
}
.inner_pagepos .pos a{
    color:#999;
}
.inner_pagepos .pos i{
    width: 28px;
    height: 28px;
    border-radius: 50%;
    line-height: 28px;
    text-align: center;
    color:#fff;
    font-size:13px;
    background: #b81c25;
    display: block;
    margin-right: 10px;
}
.inner_pagepos .tit{
    display: inline-block;
    font-size:16px;
    color:#b81c25;
    position: relative;
    padding: 0 10px;
}
.inner_pagepos .tit:after{
    content:'';
    display: block;
    width: 100%;
    background: #b81c25;
    position: absolute;
    height: 5px;
    left:0;
    bottom: -22px;
}



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

.inner_sublist{
    transition: all .3s;
    padding: 0 20px;
    background:rgba(0,0,0,.02);
}
.inner_sublist li{
    border-bottom: 1px solid rgba(255,255,255,.05);
}
.inner_sublist li a{
    color:#151515;
    font-size:14px;
    display: block;
    line-height: 3;
}
.inner_sublist li a i{
    font-size:12px;
    margin-right: 5px;
}

/* 单页内容 */

.page_index{
    padding:30px 0;
    color:#333;
    line-height: 1.8;
    font-size:14px;
    min-height: 350px;
}
.page_index img{
    margin:auto;
}


.xg_news{
    margin:40px 0 0;
}
.xg_news h3{
    font-size:16px;
    border-bottom: 1px solid #eee;
    line-height:2;
    color:#3c3b5c;
}
.xg_news ul{
    margin-bottom: 20px;
}
.xg_news ul li {
    padding:15px 0 0;
}
.xg_news ul li .img{
    width:80px;
}
.xg_news ul li .con{
    flex:1;
    margin-left: 20px;
}
.xg_news ul li .con a{
    font-size:14px;
    display: block;
    line-height: 1.2;
    color:#555;
    margin-bottom: 3px;
}
.xg_news ul li .con span{
    color:#999;
}
.xg_news .tags{
    padding: 10px 0 20px;
}
.xg_news .tags a{
    display: inline-block;
    padding: 3px 10px;
    background: #e7b20e;
    margin:0 5px 5px 0;
    color:#fff;
    font-size:14px;
    border-radius:3px;
}
.xg_news dl{
    margin:15px 0 0;
    border:1px solid #eee;
}
.xg_news dl dt{
    width: 100%;
}
.xg_news dl dd{
    font-size:16px;
    text-align: center;
    font-weight: bold;
    color:#151515;
    line-height: 2;
}

/* 产品列表 */

.page_picList {
    margin-top: 30px;
}
.page_picList>.row{
    margin:0 -15px;
}
.page_picList li{
    padding: 0 15px;
    margin-bottom: 20px;
}
.page_picList li .con{
    height:auto;
    padding: 0 10px;
}
.page_picList li .con h4{
    line-height: 48px;
    height: 48px;
    overflow: hidden;
}
.page_picList li .con p{
    font-size: 14px;
    color:#888;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
}
.page_picList li .con span{
    height:50px;
    line-height:50px;
    font-size:14px;
}
.page_picList li .img{
    overflow: hidden;
    transition:all .3s;
    background: #eee;
}
.page_picList li img{
    transition: all 0.6s;
    margin:0;
}

.page_picList li:hover img{
    transform: scale(1.1);
}
.page_picList li:hover .con h4{
    color:#ad0710;
}
.page_picList li:hover .con span{
    color:#ad0710;
}

/* page_serviceList */

.page_serviceList_tit{
    padding: 80px 0 55px;
    text-align: center;
}
.page_serviceList_tit h4{
    color:#b81c25;
    font-size:48px;
    letter-spacing: 2px;
}
.page_serviceList_tit h4 i{
    font-size:80px;
    font-style: inherit;
}
.page_serviceList_tit h4 span{
    font-size:66px;
}
.page_serviceList_tit p{
    font-size:24px;
    color:#333;
    margin:10px 0 0;
}
.page_serviceList{
    padding: 0 0 100px;
}
.page_serviceList li{
    transition:all .3s;
    cursor: help;
}
.page_serviceList li:nth-child(3) .col-md-6:first-child,.page_serviceList li:nth-child(4) .col-md-6:first-child,.page_serviceList li:nth-child(7) .col-md-6:first-child,.page_serviceList li:nth-child(8) .col-md-6:first-child{
    float: right;
}
.page_serviceList .col-md-6{
    padding:0;
}
.page_serviceList .con{
    padding: 45px 50px 0;
}
.page_serviceList .con h4{
    font-size:16px;
    color:#333;
    font-weight: bold;
}
.page_serviceList .con h4:after{
    display: block;
    content:'';
    width: 22px;
    height: 1px;
    background: #000;
    margin:30px 0 35px;
}
.page_serviceList .con p{
    font-size:14px;
    color:#666;
    line-height: 1.9;
}
.page_serviceList li:hover{
    background: #b81c25;
}
.page_serviceList li:hover h4{
    color:#fff;
}
.page_serviceList li:hover h4:after{
    background: #fff;
}
.page_serviceList li:hover p{
    color:#fff;
}


/* page_saleservice */

.page_saleservice{
    padding: 0 0 100px;
}
.page_saleservice .con1{
    padding: 60px 0 70px;
    border-bottom: 1px solid #ddd;
}
.page_saleservice h6{
    color:#333;
    font-size:16px;
    line-height: 1.8;
    margin-bottom: 30px;
}
.page_saleservice h6 span{
    color:#b81c25;
}
.page_saleservice h5{
    color:#b81c25;
    font-size:16px;
    margin:0 0 8px;
    padding-top: 60px;
}
.page_saleservice .con1 h5{
    padding: 0;
}
.page_saleservice p{
    font-size:14px;
    line-height: 2;
    color:#333;
}

/* page_imgList */


.page_imgList{
    
}
.page_imgList li{
    margin-bottom: 30px;
}
.page_imgList li a{
    display: block;
    position: relative;
    overflow: hidden;
    padding: 1px;
    background: #fff;
}
.page_imgList li a .con h4{
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0 20px;
    overflow: hidden;
    color:#061c27;
    transition:all .3s;
}
.page_imgList li a:hover .con h4{
    background: #f7b52c;
    color:#000;
}



/*新闻列表*/

.page_newsList{
    
}
.page_newsList li{
    border-bottom: 1px dashed rgba(0,0,0,.05);
    transition: all .3s ease-out 0s;
    background: #fff;
    position: relative;
    padding: 20px;
}
.page_newsList li a{
    display: block;
    
}
.page_newsList .col-md-3,.page_newsList .col-md-9{
    z-index: 3;
}
.page_newsList li .time{
    color:#999;
    display: inline-block;
    margin:12px 0;
    transition: all .3s ease-out 0s;
    font-size: 14px;
}
.page_newsList li .time span{
    margin:0 20px 0 0;
}

.page_newsList li h4{
    color: #333;
    transition: all .3s ease-out 0s;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 0 0;
}
.page_newsList li p{
    color: #666;
    font-size: 14px;
    line-height: 26px;
}
.page_newsList li:after{
    background: #f7b52c;
    width: 0;
    height: 100%;
    content:'';
    position: absolute;
    left: 0;
    top: 0;
    transition:all .3s;
}
.page_newsList li:hover:after{
    width: 100%;
}
.page_newsList li:hover{
    
}

.page_newsList li:hover .con h4{
    color: #000;
}
.page_newsList li:hover .time{
    color:#666;
}
.page_newsList li:hover .con p{
    color:#333;
}

/* 单页关于我们 */

.page_aboutindex{
    padding: 80px 0;
}
.page_aboutindex .con{
    padding: 20px 0 0 50px;
}
.page_aboutindex p{
    font-size:14px;
    color:#333;
    line-height: 2;
}
.page_aboutindex .con p{
    margin-bottom: 30px;
}
.page_aboutindex .con1{
    background: url(../images/iabout_2.jpg) no-repeat;
    height: 500px;
    margin:60px 0 80px;
}
.page_aboutindex .con1 p{
    padding: 200px 0 0;
}
.page_aboutindex .con2{
    background: url(../images/iabout_3.jpg) no-repeat;
    height: 340px;
    color:#fff;
    padding: 50px 0 0;
}
.page_aboutindex .con2 h4{
    font-size:30px;
    font-weight: bold;
}
.page_aboutindex .con2 span{
    font-size:16px;
    display: block;
    margin:10px 0 15px;
}
.page_aboutindex .con2 h6{
    font-size:20px;
}
.page_aboutindex .con2 p{
    color:#fff;
    margin-top: 15px;
}


/* 单页联系我们 */
.page_contact {
    
}
.page_contact .tit{
    color:#333;
    font-size:24px;
    margin-bottom: 20px;
    font-weight: bold;
}
.page_contact li{
    display: flex;
    height: 50px;
    line-height: 50px;
}
.page_contact li i{
    color:#333;
    font-size:18px;
    display: block;
    text-align: center;
    margin-right:15px;
}
.page_contact .txt{
    font-size:16px;
    color:#333;
    flex:1;
}
.page_contact .con .img{
    max-height: 120px;
    align-items: center;
    font-size:14px;
    color:#777;
}
.page_contact .con .img p{
    margin-left: 20px;
}
.page_contact .map{
    margin-top: 40px;
}



/* 新闻详情 */

.page_newshow{
    
}
.page_newshow h3{
    font-size:24px;
    font-weight: bold;
    color:#333;
    text-align: center;
}
.page_newshow .desc{
    background: #f7f7f7;
    padding: 14px 20px;
    font-size:14px;
    text-align: center;
}
.page_newshow .info{
    font-size:14px;
    color:#999;
    text-align: center;
    padding: 15px 0 20px;
    border-bottom: 1px dashed #ddd;
}
.page_newshow .info span{
    margin:0 15px;
    display: inline-block;
}
.page_newshow .con{
    font-size:14px;
    color:#333;
    padding: 30px 0;
    line-height: 1.8;
}
.page_newshow .con img{
    margin:auto;
}

/* page_blogsShow */

.page_blogsShow{
    background: #fff;
}
.page_blogsShow .block1{
    padding: 30px 55px 80px;
    border-bottom: 1px solid #ddd;
}
.page_blogsShow h3{
    font-size:20px;
    color:#333;
}
.page_blogsShow .info{
    font-size:14px;
    color:#999;
    padding:15px 0;
}
.page_blogsShow .con{
    font-size:14px;
    color:#333;
}
.page_blogsShow .share{
    margin:10px 0 30px ;
}
.page_blogsShow .share li{
    margin-right: 10px;
}
.blogs_message{
    padding: 30px 55px 80px;
}
.blogs_message h3{
    position: relative;
}
.blogs_message h3:before{
    content:'';
    width: 4px;
    height: 18px;
    display: block;
    position: absolute;
    top: 0;
    left:-15px;
    background: #0063ae;
}
.blogs_message label{
    font-size:14px;
    font-weight: normal;
}
.blogs_message form{
    margin-top:20px;
}
.blogs_message .form-group{
    margin-bottom: 25px;
}


/* 相关新闻 */

.related_tit{
    font-size:18px;
    color:#000;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    height:52px;
    line-height:52px;
    margin:20px 0 15px;
    position: relative;
}
.related_tit:after{
    width: 70px;
    height: 3px;
    background: #f7b52c;
    position: absolute;
    display: block;
    content:'';
    left: 0;
    bottom: -2px;
}
.related_news li .flex{
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    border-bottom: 1px dashed #ddd;
}
.related_news li a{
    display: block;
    color:#333;
    font-size:14px;
    position: relative;
    padding: 0 0 0 16px;
    flex:1;
}
.related_news li a:before{
    width:4px;
    height:4px;
    background: #333;
    content:'';
    display: block;
    position: absolute;
    left: 0;
    top: 18px;
    transform: rotate(45deg);
}
.related_news li span{
    color:#999;
    font-size:14px;
}

/* 相关案例 */

.latest_cases li{
    margin-bottom: 10px;
}
.latest_cases li p{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-align: center;
}


/* 产品详情页 */

.page_picShow{
    
}
.picShow_box .swiper-slide {
   background-size: cover;
   background-position: center;
}
.picShow_box .swiper-pagination{
    bottom: 0;
    height: 30px;
    background: rgba(0,0,0,.1);
}
.picShow_box .swiper-pagination-bullet{
    width: 15px;
    height: 3px;
    border-radius: 0;
    opacity: 1;
    background: rgba(255,255,255,.6);
    margin:0 3px!important;
}
.picShow_box .swiper-pagination-bullet-active{
    background: #f7b52c;
}
.picShow_item{
   height: 475px;
}
.picShow_thumbs{
   box-sizing: border-box;
   height: 82px;
   margin:12px 0 0;
}

.picShow_thumbs .swiper-slide{
    border:1px solid #ddd;
}
.picShow_thumbs .swiper-slide-thumb-active{
    border-color: #0063ae;
}
.picShow_thumbs .swiper-button-black:after{
    font-size:20px;
    background: #fff;
}

.picShow_tit{
    margin:10px 0 0;
    padding: 0 0 0 30px;
}
.picShow_tit h3{
    font-size:24px;
    color:#333;
    font-weight: bold;
    max-height: 78px;
    overflow: hidden;
}
.picShow_tit p{
    font-size:14px;
    color:#666;
    padding:20px 0 60px;
}
.picShow_tit .btns {
    justify-content: center;
    margin:30px 0 0;
}
.picShow_tit .btns a{
    display: flex;
    width: 200px;
    height: 40px;
    background: #f7b52c;
    border-radius: 30px;
    color:#000;
    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:#000;
    font-size:22px;
    text-align: center;
    line-height: 30px;
    margin-right: 5px;
}
.picShow_tit .btns a.a2{
    background: #333;
    color:#fff;
}
.picShow_tit .btns a.a2 i{
    color:#333;
}
.page_picShow .page_index{
    padding:10px 0;
}

.picShow_message{
    background: #f7f7f7;
    padding: 0 0 70px;
    margin-bottom: 40px;
}
.picShow_message .related_tit{
    padding: 0 10px;
}
.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_products li img{
    border:1px solid #ddd;
}
.related_products li p{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    color:#333;
    font-size:14px;
    margin:10px 0 0;
    padding: 0 10px;
    text-align: center;
}

/*inner_share_box*/

.inner_share_box{
    margin:20px 0 0;
    line-height: 28px;
}
.inner_share_box .tag{
    flex:1;
}
.inner_share_box .tag i{
    width: 28px;
    height: 28px;
    background: #f7b52c;
    border-radius: 50%;
    font-size: 14px;
    color:#fff;
    text-align: center;
    line-height: 28px;
    display: block;
    margin:0 10px 0 0;
}
.inner_share_box .tag a{
    color:#333;
    font-size:14px;
    margin:0 5px 0 0;
}


/* 案例列表 */

.page_caseList{
    padding: 20px 0 0;
}
.page_caseList li{
    margin-bottom:20px;
}
.page_caseList li a{
    display: block;
    background: #fff;
    overflow: hidden;
}
.page_caseList li .con{
    padding: 50px 15px 0 0;
}
.page_caseList li .con h4{
    font-size:20px;
    color:#151515;
    font-weight: bold;
}
.page_caseList li .con p{
    font-size:14px;
    margin:10px 0 20px;
    color:#777;
}
.page_caseList li .con span{
    display: block;
    background: #e7b20e;
    color:#fff;
    display: inline-block;
    padding: 5px 20px;
    font-size:14px;
    transition:all .3s;
}
.page_caseList li .con span:hover{
    background: #3f4959;
    color:#fff;
}

/* blogs */
.inner_blogs{
    background: #f6f6f6;
    padding: 50px 0 60px;
}
.page_blogsList li{
    background: #fff;
    padding:30px 50px;
    border-bottom: 3px solid #ddd;
    margin-bottom: 27px;
}
.page_blogsList li h4{
    color:#333;
    font-size:20px;
    line-height: 1;
    position: relative;
}
.page_blogsList li h4:before{
    content:'';
    display: block;
    width: 4px;
    height: 16px;
    position: absolute;
    top: 0;
    left: -15px;
    background: #0063ae;
}
.page_blogsList li .info{
    color:#999;
    font-size:14px;
    margin:15px 0;
}
.page_blogsList li .con{
    color:#333;
    font-size:14px;
    line-height: 1.8;
}
.page_blogsList li .more{
    display: block;
    margin-top:30px;
    display: inline-block;
    color:#0063ae;
    border-bottom: 1px solid #0063ae;
}
.page_blogs_right .blog_item{
    background: #fff;
    margin-bottom: 30px;
    padding: 30px;
    border-top: 3px solid #0063ae;
}
.page_blogs_right .blog_item .key{
    height: 45px;
    flex:1;
    border:1px solid #ddd;
    border-right:none;
    padding: 0 10px;
    font-size:14px;
}
.page_blogs_right .blog_item .btn{
    background: #f7c200;
    border-radius: 0;
    font-size:14px;
    text-transform: capitalize;
    color:#000;
}
.page_blogs_right .blog_item h4{
    font-size:18px;
    color:#333;
    padding: 0 0 15px;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.page_blogs_right .blog_item h4:after{
    content:'';
    width: 80px;
    height: 3px;
    background: #0063ae;
    border-radius: 1px;
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
}
.page_blogs_right .blog_item li{
    line-height: 1.5;
    padding: 14px 0;
    border-bottom: 1px solid #ddd;
}
.page_blogs_right .blog_item li a{
    display: flex;
    vertical-align: middle;
}
.page_blogs_right .blog_item li i{
    font-size:18px;
    color:#333;
    line-height: 1.2;
    margin-right: 8px;
}
.page_blogs_right .blog_item li span{
    font-size:14px;
    color:#333;
}

.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;
    padding: 10px 0 5px;
}

/*翻页*/

.return_page{
    border-top: 1px solid #ddd;
    padding: 20px 0 0;
}
.return_page p{
    flex:1;
    display: flex;
}
.return_page p span{
    font-size:14px;
    color:#333;
    line-height:40px;
    overflow: hidden;
    height:40px;
    display: block;
    flex:1;
    margin:0 10px;
}
.return_page p i{
    background: #222;
    width:100px;
    height:40px;
    font-size:14px;
    text-align: center;
    line-height:40px;
    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:29px;
    background: #f7f7f7;
    color:#333;
}
.pagination li.active a{
    background: #f7b52c;
    color:#fff;
    border-color: #f7b52c;
}



/*在线留言*/
#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: Noto Sans SC;
    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: Noto Sans SC;
    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;
}