@charset "utf-8";

body{
  min-width:1200px;
}
.pc_none{
    display: none!important;
}
.fp-viewing-4 header .header_wrap{
    background: #fff;
}
.fp-viewing-4 header .header_wrap .nav_pc li>a{
    color: #333;
}
.fp-viewing-4 header .nav_pc li>a:after{
    background: var(--theme-color);
}
.fp-viewing-4 header .logoC{
    display: block;
}
.fp-viewing-4 header .logoW{
    display: none;
}
.fp-viewing-4 header .phone i{
    color: var(--theme-color);
}
.fp-viewing-4 header .phone{
    color: #333;
}
#header .header_wrap{
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 95px;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.header_flex{
    align-items: center;
    height: 95px;
}
.header_flex .phone{
    color: #fff;
    font-size: 36px;
    flex: 1;
    margin-left: 50px;
    font-family: Impact;
}
.header_flex .phone i{
    font-size: 36px;
    padding-right: 10px;
}
.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);
}
.logo{
    height:50px;
}
.logo img{
    height: 100%;
}
.logoC{
    display: none;
}
.nav_pc_on{
    position: fixed;
    width:100%;
    top: 0;
    left: 0;
    background: #2a343d;
    z-index: 999;
}
.nav_pc li{
    display: inline-block;
    position: relative;
    padding:0 36px;
}
.nav_pc li>a{
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
    line-height:95px;
    color:#fff;
    font-weight: 500;
}
.nav_pc li>a:after{
    width: 0;
    height: 3px;
    background: #fff;
    content:'';
    display: block;
    transition:all .3s;
}
.nav_pc li.cur>a,.nav_pc li a:hover{
    font-weight: bold;
}
.nav_pc li.cur>a:after,.nav_pc li a:hover:after{
    width: 100%;
}
.nav_pc li .sub_nav{
    position: absolute;
    left: 0;
    width: 100%;
    background:#000;
    transition: all 300ms;
    top: 90px;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
}
.nav_pc li:hover .sub_nav{
    top:68px;
    opacity: 1;
    visibility: visible;
}
.nav_pc li .sub_nav a{
    display: block;
    text-align: center;
    color: #ddd;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 12px;
    border-bottom:1px solid rgba(255,255,255,.12);
}
.nav_pc li .sub_nav a:hover{
    background:var(--theme-color);
    font-weight: normal;
}

.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: 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;
    display: none;
}
.phone_menu_btn .line{
    position: relative;
    display: block;
    width:19px;
    height: 2px;
    margin: 4px 0;
    background: #eee;
    -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 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);
}


/* 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 .con{
    text-align: center;
}
.banner .con h4{
    font-size:60px;
    text-transform: uppercase;
    color:#fff;
    font-weight: 600;
}
.banner .con h4:after{
    display: block;
    content:'';
    margin:30px auto 0;
    width: 100px;
    height: 6px;
    background: #fee300;
}

.mb_banner .slide{
    position: relative;
}
.mb_banner .owl-pagination{
    position: absolute;
    bottom: 0;
    width:100%;
    text-align: center;
    left:0;
    height:40px;
}
.mb_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;
}
.mb_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;
}
.mbbannerCon{
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
}
.mbbanLogo{
    margin-bottom: 15px;
}
.mbbanLogo img{
    margin: 0 auto;
    height: 50px;
}
.mbbannerCon{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}
.banner .slide{
    position: relative;
}
.bannnerLogo{
    margin-bottom: 120px;
}
.bannnerLogo img{
    height: 200px;
    margin: 0 auto;
}
.bannerCon{
    width: 90%;
    z-index: 99999999999;
    top: 20%;
    left: 50%;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
}
.bannerTxt h2{
    color: #fff;
    font-size: 48px;
}
.bannerTxt p{
    margin-top: 30px;
    color: #fff;
    font-size: 18px;
}
.bannerTxt p:after{
    display: block;
    content: '';
    width: 160px;
    height: 2px;
    background: #fff;
    margin: 60px auto 0 auto;
}

/*首页css__start*/

.tit_box1{
    padding:0 0 60px;
    position: relative;
    width: 100%;
}
.tit_box1 h4{
    font-size:42px;
    font-weight: 700;
    color:#121820;
    background: url(../images/tit1.png) no-repeat right;
    padding-right: 165px;
    display: inline-block;
}
.tit_box1 p{
    font-size:120px;
    color:rgba(15,24,33,.05);
    position: absolute;
    text-transform: uppercase;
    font-weight: bold;
    top: 0;
    left: -85px;
    line-height: 1;
}

.tit_box2 h4{
    color:#fff;
    background: url(../images/tit2.png) no-repeat right;
}
.tit_box2 p{
    color:rgba(214,214,214,.03);
}
.tit_box3{
    text-align: center;
    margin-bottom: 40px;
}
.tit_box3 p{
    left: 50%;
    transform: translateX(-50%);
}

.index_txtcon{
    flex:1;
    max-width: 50vw;
    padding: 0 7%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.index_txtcon h5{
    font-size:30px;
    color:#121820;
    position: relative;
    margin:-20px 0 60px;
}
.index_txtcon .con{
    font-size:16px;
    color:#464a52;
}


/* about */
.page_index .item01 .tit{
    text-align: left
}
.sp1:after{
    content: "";
    display: block;
    width: 95px;
    height: 6px;
    background: #ae0d15;
    position: absolute;
    left: 0;
    bottom: 0;
}
.about_img{
    width: 50vw;
}


/* product */

.bg1{
    background: url(../images/bg1.jpg) no-repeat center;
}
.bg2{
    background: url(../images/bg2.jpg) no-repeat center;
}
/*.bg3{*/
/*    background: url(../images/bg3.jpg) no-repeat center;*/
/*}*/
.bg4{
    background: url(../images/bg4.jpg) no-repeat center;
}
.bg5{
    background: #1d1d1d;
}
.areaList{
    margin-bottom: 15px;
}

/* about_con */
.about_con .tit{
    color:#fff;
    text-align: center;
}
.about_con .tit p{
    font-size:20px;
    position: relative;
}
.about_con .tit h4{
    font-size:56px;
    padding: 10px 0 20px;
}
.about_con .tit h4:after{
    content:'';
    width: 100px;
    height: 5px;
    background: var(--theme-color);
    display: block;
    margin: 30px auto 0 auto;
}
.about_con .con p{
    font-size:16px;
    font-weight: 300;
    margin-top: 35px;
    color:#fff;
}
.aboutDivide .con{
    flex: 1;
    padding: 100px 50px;
}
.aboutDivide .con .more1{
    background: var(--theme-color);
}
.aboutDivide .data{
    flex: 1;
}
.aboutDivide .data .dataItem{
    opacity: 0;
    transition: all 1s ease;
    transition-delay: 1s;
}
.aboutDivide .con{
    opacity: 0;
    transition: all 1s ease;
    transition-delay: 0.5s;
}
.active .aboutDivide .con{
    opacity: 1;
}
.aboutDivide{
    margin-top: 50px;
    background: transparent;
    transition: all 1s ease;
    transition-delay: 1s;
}
.active .aboutDivide{
    background: rgba(0,0,0,.2);
}
.active .aboutDivide .data .dataItem{
    opacity: 1;
}
.about_con .conTxt h5{
    color: #fff;
    font-size: 32px;
}
.about_con .conTxt h5:after{
    display: block;
    content: "";
    width: 100px;
    background: var(--theme-color);
    height: 5px;
    margin-top: 35px;
}
.aboutDivide .data .row1,.aboutDivide .data .row2{
    height: 50%;
}
.aboutDivide .data .dataItem{
    border-left: 1px solid #666;
    padding: 15px;
    flex: 1;
}
.aboutDivide .data .dataItem h3{
    font-weight: bold;
    color: #fff;
    font-size: 42px;
    margin-bottom: 10px;
}
.aboutDivide .data .dataItem p{
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}
.aboutDivide .data .row2 .dataItem{
    border-bottom: 1px solid #666;
    border-top: 1px solid #666;
}
.aboutDivide .data .row2 .dataItem:last-child{
    border-left: none;
}

/* product_con */

.product_con .tit p{
    background: var(--theme-color);
    font-size:16px;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 20px;
    color: #fff;
}
.product_con .tit h4{
    font-size:38px;
    color:#fff;
    margin-top: 30px;
}

.product_con_scroll{
    opacity: 0;
    transition: all 1s ease;
    transform: translateY(-100%);
    overflow: hidden;
    margin-top: 120px;
    transition-delay: 0.5s;
}
.active .product_con_scroll{
    opacity: 1;
    transform: translateY(0%);
}
.product_con_scroll .item{
    background: #fff;
    transition:all .3s;
}
.product_con_scroll .item .con{
    padding: 30px;
    transition:all .3s;
    position: relative;
}
.product_con_scroll .item .con h4{
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
    font-size:24px;
    font-weight: bold;
    color:#333;
}
.product_con_scroll .item .con p{
    font-size:14px;
    color:#666;
    margin-top: 10px;
    height: 46px;
    overflow: hidden;
}
.product_con_scroll .item .con i{
    opacity: 0;
    transition:all .3s;
    margin-left: 5px;
}
.product_con_scroll .item a{
    display: block;
    font-size:14px;
    color:#666;
    margin-top: 10px;
    position: relative;
    z-index: 3;
}
.product_con_scroll .item .img{
    overflow: hidden;
}
.product_con_scroll .item:hover img{
    transform: scale(1.1);
}
.product_con_scroll .item a i{
    font-size:14px;
    color:var(--theme-color);
    margin-left: 5px;
}
.product_con_scroll .item:hover .con i{
    opacity: 1;
}

/*.product_con_scroll .item:hover .con h4,.product_con_scroll .swiper-slide-active .item .con h4,.product_con_scroll .item:hover .con p,.product_con_scroll .swiper-slide-active .item .con p,.product_con_scroll .item:hover a,.product_con_scroll .swiper-slide-active .item a,.product_con_scroll .item:hover a i,.product_con_scroll .swiper-slide-active .item a i{*/
/*    color:#fff;*/
/*}*/


/* industry_con */

.industry_tit .tit{
    font-size:34px;
    color:#fff;
    padding:30px 0;
}
.industry_con .itemSlide{
    transition: all 1s ease;
    transform: translateY(100%);
    opacity: 0;
}
.active .industry_con .itemSlide{
    opacity: 1;
    transform: translateY(0%);
}
.industry_con .gallery-thumbs{
    padding-top: 30px;
}
.industry_con .gallery-thumbs .swiper-wrapper{
    display: block;
    transform: translate3d(0px, 0px, 0px)!important;
}
.industry_con .gallery-thumbs .swiper-wrapper .swiper-slide{
    width: 100%!important;
}
.industry_con .gallery-thumbs h4{
    font-size:18px;
    color:#fff;
    margin-bottom: 40px;
    cursor: pointer;
    transition:all .3s;
    position: relative;
}
.industry_con .gallery-thumbs h4:after{
    content:'';
    width:0;
    left: 150px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 15px;
    transition:all .3s;
}
.industry_con .gallery-thumbs .swiper-slide-thumb-active h4{
    font-size:30px;
}
.industry_con .gallery-thumbs .swiper-slide-thumb-active h4:after{
    width: 100%;
}
.industry_con .item{
    box-shadow: 0 0 10px rgba(0,0,0,.5);
}
.industry_con .item .con{
    opacity: 0;
    transform: translateY(0%);
    position: absolute;
    right:10px;
    background: rgba(255,255,255,.7);
    z-index:999;
    top: 200%;
    width: 60%;
    padding: 30px;
    transition: all 1s ease;
    transition-delay: 0.5s;
}
.active .industry_con .item .con{
    opacity: 1;
    transform: translateY(170%);
}
.industry_con .item .imgLogo{
    position: absolute;
    width: 15%;
    top: 5%;
    left: 3%;
}
.industry_con .item .con h4{
    font-size:24px;
    color:#333;
    font-weight: bold;
}
.industry_con .item .con p{
    font-weight: bold;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
    font-size:14px;
    color:#333;
    margin-top: 20px;
}
.industry_con .item .con a{
    color: #333;
    font-weight: bold;
    font-size:14px;
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.industry_con .item .con a i{
    margin-left: 5px;
}
.industry_con .swiper-button-white{
    border:1px solid #333;
    top: 87%;
}
.industry_con .swiper-button-white:after{
    font-size:16px;
    color:#333;
}
.industry_con .swiper-button-prev{
    right: 95px;
    left: auto;
}
.industry_con .swiper-button-next{
    right: 60px;
}
.industry_con .swiper-button-white:hover{
    background: var(--theme-color);
    color:var(--theme-color);
}
.industry_con .swiper-button-white:hover:after{
    color:#fff;
}
.serDivide{
    width: 100%;
    margin-top: 10%;
}
.serCon{
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.serviceBg{
    position: relative;
}
.bgSwi .img{
    filter: brightness(50%);
    width: 100%;
   position: absolute;
   top: 0;
   left: 50%;
   transform: translateX(-50%);
   opacity: 0;
   transition: all 0.5s ease;
}
.bgSwi img{
    margin: 0 auto;
}
.industry_con .show h4{
    font-size:32px;
}
.showFlow .item{
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.5s ease;
}
.showFlow .active{
    opacity: 1;
    transform: translateY(0%);
}
.bgSwi .on{
    opacity: 1;
}
.industry_con .show h4:after{
    left: 200px;
    width: 200px;
}

/* contact_con */


.contact_con{
    width: 40%;
    border-right: 1px solid rgba(255,255,255,.1);
}
.contact_con .tit p{
    font-size:48px;
    text-transform: uppercase;
    color:#fff;
}
.contact_con .tit h4{
    font-size:30px;
    font-weight: normal;
    color:#fff;
}
.contact_con ul{
    margin-top: 50px;
}
.contact_con li{
    color:#b3b3b3;
    font-size:14px;
    margin-bottom: 10px;
}
.contact_con li i{
    font-size:18px;
    margin-right: 10px;
}
.contact_con li img{
    width: 100px;
    margin-top: 15px;
}

.contact_ft{
    border-top: 1px solid rgba(255,255,255,.1);
    margin-top: 30px;
    padding:20px 50px 20px 0;
    font-size:14px;
}
.contact_ft a:hover{
    color: var(--theme-color);
}

.partners_con{
    flex:1;
    padding-left: 90px;
}
.partners_con .tit{
    font-size:18px;
    color:#999;
}
.partners_con .con{
    border-top:1px solid rgba(255,255,255,.1);
    border-left:1px solid rgba(255,255,255,.1);
    margin: 20px 0;
}
.partners_con .con li{
    border-right: 1px solid rgba(255,255,255,.1);
    border-bottom: 1px solid rgba(255,255,255,.1);
    flex-basis: 21%;
    flex-grow: 1;
    display: flex;
    justify-content: center;
}
.partners_con form{
    margin-top:20px;
}
.partners_con form li input{
    width: 100%;
    background: transparent;
    border:1px solid rgba(255,255,255,.1);
    padding: 0 20px;
    height: 38px;
    line-height: 38px;
    font-size:14px;
}
.partners_con form .button{
    width: 100%;
    height: 38px;
    background: var(--theme-color);
    color:#fff;
    border:none;
    outline: none;
    margin-top: 20px;
}
.partners{
    background: #eee;
}
.partners .row{
    margin-right: 7.5px;
    margin-left: 7.5px;
}
.partners li .img{
    background: #fff;
    border: 1px solid #666;
}
.partners li{
    margin-bottom: 7.5px;
}
.partners .col-md-2{
    padding-right: 7.5px;
    padding-left: 7.5px;
    width: 20%;
}
.partners .tit{
    margin-bottom: 50px;
    text-align: center;
}
.partners .tit h4{
    font-size: 36px;
    font-weight: bold;
    color: #333;
}
.partners .tit p{
    font-size: 36px;
    font-weight: bold;
    color: #999;
}

/*页底css*/
.footer{
    background: #121820;
    padding:60px 0 0;
    color: #fff;
    font-size: 14px;
}
.footer_nav{
   
}
.footer_nav li{
    display: inline-block;
    width:148px;
    margin-bottom: 10px;
}
.footer_nav li a{
    display: block;
    color:#fff;
    font-size:18px;
}
.footer_contact{
   
}
.footer_contact .tit{
    font-size:22px;
    margin-bottom: 15px;
}
.footer_contact .con{
    vertical-align: middle;
    line-height:35px;
    margin-right:6px;
}
.footer_contact .con p{
    width:320px;
    display: inline-block;
    font-size:16px;
    margin-right: 20px;
}
.footer_code{
    max-width:200px;
    margin-top: 20px;
}

.copyright{
    background:rgba(255,255,255,.05);
    font-size:14px;
    text-align: center;
    padding:20px 0;
    margin-top: 60px;
}
.bg5 iframe{
    margin-top: 30px;
}


/*首页css__end*/


/*内页*/

/*内页*/

.ibanner{
    position: relative;
}
.mb_banner video{
    filter: brightness(80%);
    width: 100%;
    display: block;
}
.banner video{
    filter: brightness(80%);
    height: 100%;
    display: block;
}
.ibanner_tit{
    position: absolute;
    top: 50%;
    color:#fff;
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
    font-size:60px;
    transform: translateY(-50%);
    letter-spacing: 2px;
}
.ibanner .column{
    position: absolute;
    bottom:0;
    color:#eee;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    font-size:14px;
}
.ibanner .column a{
    color:#eee;
}

/* pos */

.inner_pos{
    height: 52px;
    line-height: 52px;
    overflow: hidden;
    font-size:14px;
    color:#ccc;
}
.inner_pos a{
    color:#ccc;
}

/* 内页分类 */

.inner_menu{
    text-align: center;
    background: #121820;
    margin-bottom: 40px;
}
.inner_menu>ul{
    justify-content:center;
    font-size:0;
}
.inner_menu>ul>li{
    display: inline-block;
    border-right: 1px solid rgba(255,255,255,.1);
}
.inner_menu>ul>li>a{
    display: block;
    line-height:50px;
    padding:0 32px;
    color:#fff;
    font-size:15px;
}
.inner_menu>ul>li>a:hover,.inner_menu>ul>li.cur>a{
    background:var(--theme-color);
    color:#fff;
}
.inner_sublist{
    background: #0870c8;
    position: absolute;
    top: 60px;
    left: 0;
    width:100%;
    z-index: 999;
    visibility: hidden;
    transition:all .3s;
}
.inner_sublist li{
    line-height:2.3;
    text-align: center;
}
.inner_sublist li a{
    color:#fff;
}
.inner_menu>ul>li:hover .inner_sublist{
    top: 30px;
    visibility: inherit;
}


/* page_tit */

.inner_tit{
    font-size:36px;
    color:#000;
    font-weight: bold;
    overflow: hidden;
    padding: 0 0 35px;
    text-align: center;
}
.inner_tit p{
    font-size:14px;
    color:#666;
    font-weight: normal;
}

.page_index{
    min-height:400px;
    font-size:15px;
    line-height:2;
}
.page_index p{
    font-size:15px!important;
    line-height:1.9;
    margin-bottom: 15px;
}
.page_index img{
    margin:auto;
    margin-bottom: 15px;
}

.xg_tit{
    font-size:30px;
    margin-top: 30px;
}

.xg_news li{
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #eee;
    flex-basis: 45%;
    margin-right: 30px;
    flex-grow: 1;
}
.xg_news li a{
    font-size:16px;
    flex:1;
}
/* 产品列表 */

.page_picList li{
    margin-bottom: 20px;
}
.page_picList li a{
    position: relative;
    display:block;
}
.page_picList li h4 {
    color: #fff;
    transition: color .4s;
    font-size: 18px;
    line-height: 1.4;
    font-weight: normal;
}
.page_picList li .img{
    overflow: hidden;
}
.page_picList li img{
    transition: all 0.6s;
     margin:0;
}
.page_picList li:hover img{
    transform: scale(1.1);
}
.page_picList li .con{
    background: rgb(0,0,0,.5);
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 3px solid var(--theme-color);
    padding:15px 20px;
}
.page_picList li span{
    display: inline-block;
    font-size: 14px;
    color:#fff;
    margin-right: 18px;
    position: relative;
}
.page_picList li:hover a{
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}

/* page_caseList */

.page_caseList li{
    margin-bottom: 30px;
}
.page_caseList li .img{
    position: relative;
}
.page_caseList li h4{
    background: #fee300;
    height: 40px;
    line-height: 40px;
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    color:#121820;
    text-align: center;
    overflow: hidden;
    transition:all .3s;
}
.page_caseList li:hover h4{
    bottom:0;
}
.page_caseList li .con p{
    font-size:14px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    padding: 0 10px;
    margin-top: 15px;
}


/* 新闻详情 */
.page_index .tit{
    text-align: center;
}
.page_index .tit h1{
    color:#444;
    font-weight: normal;
    font-size:30px;
}
.page_index .tit p{
    font-size:14px;
    border-bottom: 1px solid #f8f8f8;
    padding:0 0 20px;
    margin:0;
    
}
.page_index .desc{
    font-size:14px;
    background: rgba(6,178,132,.05);
    padding:15px 20px;
    color:#888;
}
.page_index .con{
    padding:20px 0;
}


/* 单页 */


/*新闻列表*/
.page_newsList li{
    border-bottom: 1px solid rgba(227,227,227,.61);
    padding:20px 0;
    transition: all .3s ease-out 0s;
}

.page_newsList li .img img{
    width:200px;
    height: 126px;
}
.page_newsList li .time{
    width: 120px;
    margin-top: 10px;
}
.page_newsList li .time span{
    display: block;
    font-size: 30px;
    border-radius: 2px;
    color: #aaa;
    transition: all .3s ease-out 0s;
    line-height: 1.4;
    margin:0 0 10px;
}
.page_newsList li .time i{
    font-size:20px;
    color:#aaa;
    
}
.page_newsList li .con{
    flex:1;
    transition: all .3s ease-out 0s;
    padding:0;
    margin-top:10px;
}
.page_newsList li .con h4{
    height: 32px;
    color: #333;
    transition: all .3s ease-out 0s;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 10px;
}
.page_newsList li .con p{
    color: #888;
    font-size: 13px;
    line-height: 24px;
    height:58px;
    margin:0;
    text-indent: 0;
}
.page_newsList li .con span{
    display: block;
}
.page_newsList li .img{
    width: 200px;
}
.page_newsList li:hover{
    box-shadow: 0 0 10px 6px #eee;
    padding:20px;
}
.page_newsList li:hover .con h4{
    color: #0870c8;
}


/** 单页联系我们 */


.page_contact {
    
}
.page_contact .tit{
    text-align: center;
}
.page_contact .tit h4{
    font-size:30px;
    font-weight: bold;
    color:#000;
    margin:0 0 15px;
}
.page_contact .tit p{
    font-size:14px;
    color:#999;
}
.page_contact li{
    display: flex;
    flex:1;
    margin:0 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 240px;
    background: #eee;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0,0,0,.05);
}
.page_contact li i{
    color:var(--theme-color);
    font-size:48px;
    display: block;
    line-height: 1;
}
.page_contact li h4{
    font-size:16px;
    font-weight: bold;
    color:#333;
    margin:30px 0 5px;
}
.page_contact li p{
    font-size:14px;
    color:#333;
    padding: 0 20px;
    text-align: center;
}
.page_contact .map{
    margin:70px 0 0;
    text-align: center;
}

/* 产品详情页 */

.page_picshow{
    margin:50px 0 50px;
}
.page_picdetails{
    border:none;
}
.page_picdetails .img img{
    width: 100%;
}
.page_picdetails .info{
    flex:1;
    padding: 0 0 0 30px;
    margin-top: 40px;
}
.page_picdetails .info h1{
    font-size:24px;
    font-weight: normal;
    margin: 10px 0 15px;
    color:#333;
    line-height:1.3;
    border-bottom: 1px solid #eee;
    padding:0 0 14px;
}
.page_picdetails .info p{
    font-size:14px;
}
.page_picdetails .info span{
    background: var(--theme-color);
    padding:5px 15px;
    margin-top:50px;
    display:inline-block;
    color:#fff;
    font-size:16px;
}
.page_picdetails .info span i{
    font-size:20px;
    margin-right:6px;
}
.page_picdetails .info span em{
    font-style:normal;
    font-size:24px;
    font-family: Arial, Helvetica, sans-serif;
}

.page_picdetails .con{
    border:none;
    margin:0;
}
.page_picdetails .con .ptit{
    font-size:14px;
    background: #eee;
    padding:6px 13px;
    position: relative;
    margin-bottom: 30px;
    margin-top: 20px;
    font-weight: 400;
    color:#333;
}
.page_picdetails .con .ptit::before{
    content:'';
    display: block;
    width:4px;
    height:16px;
    background: #fee300;
    position: absolute;
    left:0;
    top:11px;
}


.page_hotpic{
    width:200px;
}
.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 h4{
    height:30px;
    line-height: 30px;
    overflow: hidden;
    font-weight: normal;
    text-align: center;
}

/*翻页*/
.return_page{
    background: #f7f7f7;
    padding: 15px 20px;
    line-height: 30px;
    color: #666;
    position: relative;
}
.return_page p{
    margin-bottom: 0;
    text-indent: 0;
    line-height:2;
}
.return_page p a{
    color: #0870c8;
}
.return_page .go_history{
    background: var(--theme-color);
    width:70px;
    height:30px;
    line-height:30px;
    text-align: center;
    color:#fff;
    position: absolute;
    right:0;
    top:50%;
    transform: translateY(-50%);
}
.return_page .go_history a{
    color:#fff;
}

.ht_tit{
    font-size:24px;
    color:#333;
    margin:20px 0;
}
.ht_tags{
    margin-bottom: 15px;
}
.ht_tags span{
    font-size:14px;
    font-weight: bold;
}
.ht_tags a{
    display: inline-block;
    padding:3px 15px;
    background: rgba(6,178,132,.05);
    color: #06b284;
    font-size: 13px;
    margin-right: 3px;
}


/* 翻页 */

.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;
    color: var(--theme-color);
}
.pagination li.active a{
    background: var(--theme-color);
    color:#fff;
    border-color: var(--theme-color);
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background: #fee300;
    color:#121820;
    border-color: #fee300;
}

/*在线留言*/
#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;
}
