p,a{font-size:16px; }
a{transition:.5s;}
button{transition:.5s;}
.wrap{max-width:1500px;margin:0 auto;}
@media(max-width:1500px){
    .wrap{width:90%;margin:0 auto;}
}

/*首页-头部*/
.header{transition:all .5s ease-in-out; height:100%; width: 275px; border-right: 1px rgba(255,255,255,.1) solid; position: fixed; z-index:999;}
.header.sticky{border-right: 1px rgba(0,0,0,.2) solid;}
.header.sticky .navbar-brand{color: var(--black);transition:all .2s ease-in-out;}
.header.sticky .navbar-expand-lg .navbar-nav .nav-link{color:var(--black);transition:all .2s ease-in-out;}
.header.sticky .navbar-expand-lg .navbar-nav .nav-link:hover{color: var(--white);}
.header.sticky .header_buy a{border-top: 1px rgba(0,0,0,.2) solid; border-bottom: 1px rgba(0,0,0,.2) solid; padding: 20px 26px; color: #274c10;transition:all .2s ease-in-out;}
.header.sticky .header_buy a:last-child{border-top:none;}
.header.sticky .header_buy a:hover{background:#274c10; color: var(--white);transition:all .2s ease-in-out;}

.navbar{padding:0; height:100%; flex-direction: column; align-items: center;justify-content: space-between;}
.navbar-expand-lg .navbar-nav{display: flex; flex-direction: column;}
.navbar-brand{font-size:30px; padding:54px 0 0 0; font-weight: bold; color: var(--white);margin-right:0;}
.navbar-brand:hover{color:#367b16;}
.navbar-collapse{flex-grow:0;}
.navbar-expand-lg .navbar-nav .nav-link{padding:14px 20px; font-size:18px;color:var(--white);}
.navbar-expand-lg .navbar-nav .nav-link:hover{background:#274c10;}
.navbar-expand-lg .navbar-nav .nav-item.nav-tel .nav-link{ color:#fff; display: flex; align-items:center; background:#f0873a; border-radius:4px; margin-left:10px;}
.navbar-expand-lg .navbar-nav .nav-item.nav-tel .nav-link i{margin-right:5px;}
.navbar-expand-lg .navbar-nav .nav-item.nav-tel .nav-link:hover{background:#1c327e;}
.close,#navbarNav .navbar-brand{display: none;}

.header_buy{display: flex; flex-direction: column; align-items: center; padding-bottom:20px;}
.header_buy a{border-top: 1px rgba(255,255,255,.1) solid; border-bottom: 1px rgba(255,255,255,.1) solid; padding: 20px 26px; color: #ffe600;}
.header_buy a:last-child{border-top:none;}
.header_buy a:hover{background:#274c10;}
.header_buy a i{margin-right: 10px;}
@media screen and (max-width: 992px){
    .header{display: none;}
}

/*电脑端首页右侧导航*/
.mobile_header{width:100%; height:60px;position:fixed;top:0;left:0;z-index:1999;}
.mobile_header .container{max-width:100%;width:100%;height:100%;display:flex;justify-content: flex-end;align-items: center;}
.mobile_header .container img{height: 90%;}
.mobile_header .container i{font-size: 40px;width: 40px;height: 40px;display: flex;justify-content: center;align-items: center;color: #fff;border-radius: 5px;margin:40px 40px 0 0;cursor: pointer;}
.mobile_header .open_logo img {width: 150px;margin-top: 20px;}
.mobile_header .nav-phone {position:fixed; top:0; right:-100%; width:500px; height: 100vh; background:#274c10;z-index:2000;color:#fff;padding:81px 64px;box-sizing: border-box;}
.mobile_header .close { display: flex;justify-content: flex-end;font-size: 30px;color: #fff;cursor: pointer;opacity: 1!important;font-weight: normal;}
.mobile_header .close:hover{color: #fff;}
.mobile_header .mobile_menu {width:92%; margin-top:160px; height:auto; z-index:99;}
.mobile_header .mobile_menu li{width:100%;padding:12px 0;}
.mobile_header .mobile_menu li a{display:block;height:100%; font-size:18px; color:#fff;}
.mobile_header .mobile_menu li h3 {width:100%;background: url(../images/icon_01.png) 98% center no-repeat; background-size:16px;  position:relative;}
.mobile_header .mobile_menu li.selected h3{background: url(../images/icon_02.png) 98% center no-repeat; background-size:16px; }
.mobile_header .mobile_menu li .list-item {position:relative;overflow: hidden;zoom: 1;display: none;padding-top:10px;}
.mobile_header .mobile_menu li .list-item a{display:block; padding-left:20px; font-size:16px;}
.mobile_header .mobile_menu li .list-item a:hover{color:#c3a478;}
.mobile_header .open_logo{display: flex; justify-content: center; align-items: center;}
.mobile_header .open_logo img{width:210px;}
.mobile_header .mobile_menu li i{color:#c72032; margin-right:5px;}
.mobile_header #navToggle{display: none;}
.mobile_header .m_logo{display: none;}
.mobile_header .shop{display: flex;align-items: center;justify-content: center;color:#fce546;width:100%;height:75px;background-color: #477927;margin-top:92px;}
.mobile_header i{margin-right:30px;font-size:26px;}
.mobile_header span{font-size:24px;}
.mobile_header .bottom{font-size:14px;color:#fff;text-align: center;padding:25px 0;border-top:1px solid #3b6720;margin-top:100px;}
.mobile_header2{display: none;}
@media(max-width: 992px){
    .mobile_header{display: none;}
    .mobile_header2{display: block;}
}

/*内页电脑端导航*/
.header2{background:#fff;margin:0 auto;width:100%;height:100px;position: fixed;top:0;z-index:1999;}
.header2 .wrap{display: flex;justify-content: space-between;align-items: center;height:100%;}
.header2 .logos{width:30%;display: flex;align-items: center;height:100%;}
.header2 .logos h1{font-size:32px;color:#000;font-weight:bold;}
.header2 .logos h1 span{font-weight:normal;font-size:26px;}
.header2 nav{width:64%;height: 100%;font-size:20px;position: relative;border-bottom:1px solid #eeeeee;}
.header2 nav .nav-main{display: flex;justify-content: center;align-items: center;height: 100%;}
.header2 nav li{padding:0 10px;}
.header2 nav li a{width: 80px;height: 35px;font-size: 16px;color: #000;display: flex;justify-content: center;align-items: center;}
.header2 nav li a:hover, header nav li a.active{background:#203015;color:#fff;}

/*内页移动端导航css*/
.mobile_header2{width:100%; background:#fff;height:60px;display:none;position:fixed;top:0;left:0;z-index:1999;}
.mobile_header2 .header_logo{font-size:18px;font-weight: bold; flex: 1;}
.mobile_header2 .container{width:100%;height:100%;display:flex;justify-content: space-between;align-items: center;}
.mobile_header2 .container img{height: 90%;}
.mobile_header2 .container i{font-size: 24px;width: 40px;height: 40px;background: #203015;display: flex;justify-content: center;align-items: center;color: #fff;border-radius: 5px;}
.mobile_header2 .open_logo img {width: 150px;margin-top: 20px;}
.mobile_header2 .nav-phone {position:fixed; top:0; right:-100%; width:100%; height: 100%; background:#fff;z-index:2000;}
.mobile_header2 .close { display: flex;justify-content: flex-end;font-size: 20px;color: #274c10;cursor: pointer;margin: 10px 20px 0 0;opacity: 1!important;;}
.mobile_header2 .mobile_menu {width:92%; margin:30px auto 0; height:auto; z-index:99;}
.mobile_header2 .mobile_menu li{width:100%;}
.mobile_header2 .mobile_menu li a{display:block;height:100%; font-size:16px; line-height:48px; border-bottom:1px #f5f5f5 solid;color:#222;}
.mobile_header2 .mobile_menu li h3 {width:100%;background: url(../images/m_icon_01.png) 98% center no-repeat; background-size:12px; position:relative;}
.mobile_header2 .mobile_menu li.selected h3{background: url(../images/m_icon_02.png) 98% center no-repeat; background-size:12px; }
.mobile_header2 .mobile_menu li .list-item {position:relative;overflow: hidden;zoom: 1;display: none;padding-bottom: 30px;max-height: 300px;overflow-y: scroll;}
.mobile_header2 .mobile_menu li .list-item a{display:block; padding-left:20px; font-size:15px;}
.mobile_header2 .mobile_menu li .list-item a:hover{color:#c3a478;}
.mobile_header2 .open_logo{display: flex; justify-content: center; align-items: center;margin-top: 50px;color: #000;}
.mobile_header2 .open_logo a{color: #000;font-size: 18px;font-weight: bold;padding:0 20px;text-align: center;}
.mobile_header2 .open_logo img{width:210px;}
.mobile_header2 .mobile_menu li i{color:#c72032; margin-right:5px;}
.mobile_header2 #navToggle{display: none;}
@media screen and (max-width: 992px){
    .header2{display:none;}
    .mobile_header2{display:flex;}
}
@media screen and (max-width: 576px){
    .mobile_header2 .container img{height: 80%;}
}

/*首页-轮播图*/
.banner{height:100vh;}
.banner2{height:550px;margin-top:100px;}
#swiper1{width:100%;height:100%;}
#swiper1 .wrap{width:100%;padding-right: 75px;margin:0;max-width:100%;}
#swiper1 .swiper-slide{color:#fff;display:block;}
#swiper1 .banner_inner{display: flex;justify-content: flex-end;margin-top:15%;align-items: center}
#swiper1 .banner_inner .left{margin-right:76px;}
#swiper1 .banner_inner h2{font-size:40px;font-weight:bold;color:#fff;margin-bottom:25px;text-align: right;}
#swiper1 .banner_inner h3{font-size:30px;color:#fff;line-height: 1.8;text-align: right;}
#swiper1 .banner_inner .right img{width:13px;}
#swiper1 .swiper-pagination-fraction{font-size: 24px;color: #fff;bottom:50px;text-align: right;padding-right:120px;}
#swiper1 .swiper-button-next{bottom:40px;top:auto;right:70px;left:auto;color:#fff;z-index:11;}
#swiper1 .swiper-button-prev{bottom:40px;top:auto;right:205px;left:auto;color:#fff;z-index:11;}
#swiper1 .swiper-button-next:after{font-size:20px;}
#swiper1 .swiper-button-prev:after{font-size:20px;}
.m_banner{display: none;}
@media(max-width:992px){
    .banner{display: none;}
    #swiper-pagination1{display: none;}
    .m_banner{display: block;width:100%;margin-top:60px;}
    .m_banner img{width:100%;height:auto;}
}

/*首页-新品展示*/
.newpdt{background-color: #fff;width:100%;padding-left:275px;}
.newpdt .containerr{padding:70px 100px;}
.newpdt .title{font-size:40px;margin:40px 0;}
.newpdt .list{display: flex;flex-wrap: wrap;justify-content: space-between;}
.newpdt .item{width:48%;margin-bottom:30px;}
.newpdt .img_box{overflow: hidden;}
.newpdt .img_box img{transition: .5s;width:100%;height:auto;}
.newpdt .item:hover img{transform: scale(1.1);}
.newpdt .titles{border-bottom:1px solid #b9b9b9;padding:20px 0;color:#000;}
.newpdt .titles .name{font-size:20px;font-weight: bold;margin-bottom:13px;}
.newpdt .titles .sub{font-size:16px;}
.newpdt .more{display: flex;justify-content: space-between;align-items: center;font-size:14px;color:#000;padding:14px 0;}
.newpdt .more .left{text-decoration: underline;}
@media(max-width:992px){
    .newpdt{padding-left:0;}
    .newpdt .containerr{padding:20px;}
    .newpdt .title{font-size:24px;margin:20px 0;}
    .newpdt .titles .name{font-size:16px;line-height: 1.5;}
    .newpdt .titles .sub{font-size:14px;line-height: 1.5;}
}

/*首页-公司简介*/
.default_about{background: url(/assets/templates/images/default_about_bg.jpg) center center/cover no-repeat;background-attachment:fixed;width:100%;padding-left:275px;color:#fff;}
.default_about .containerr{padding:240px 100px;}
.default_about .text{width: 50%;}
.default_about h1{font-size:40px;}
.default_about h2{font-size:30px;font-weight:bold;margin-bottom:40px;line-height: 1.5;}
.default_about .content{font-size:18px;line-height: 2.2;margin:60px 0;}
.default_about .more{text-decoration: underline;font-size:18px;color:#fff;}
@media(max-width:992px){
    .default_about{padding-left:0;}
    .default_about .containerr{padding:20px;}
    .default_about .text{width:100%;}
    .default_about h1{font-size:24px;margin:20px 0;}
    .default_about .content{font-size:14px;line-height: 2;}
    .default_about h2{font-size:18px;line-height: 1.5;}
    .default_about .more{font-size:16px;}
}

/*首页-产品展示*/
.default_product{background-color: #e8e8e8;width:100%;padding-left:275px;}
.default_product .containerr{padding:70px 100px;}
.default_product .title{font-size:40px;margin:40px 0;}
.default_product .list{display: flex;flex-wrap: wrap;justify-content: space-between;}
.default_product .item{width:23%;}
.default_product .img_box{overflow: hidden;}
.default_product .img_box img{transition: .5s;width:100%;height:auto;}
.default_product .item:hover img{transform: scale(1.1);}
.default_product .titles{padding:22px 0;color:#000;}
.default_product .titles .name{font-size:18px;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.default_product .more{width:100%;height:60px;text-align: center;line-height: 58px;border:1px solid #203015;color:#203015;font-size:20px;display: block;margin:40px 0;}
.default_product .more:hover{background-color: #203015;border-color: #203015;color: #fff;}
@media(max-width:992px){
    .default_product{padding-left:0;}
    .default_product .containerr{padding:20px;}
    .default_product .title{font-size:24px;margin:20px 0;}
    .default_product .item{width:49%;}
    .default_product .titles .name{font-size:14px;padding:10px 0;}
    .default_product .titles{padding:0;}
    .default_product .more{height:40px;line-height: 38px;font-size:16px;margin:20px 0;}
}

/*首页-应用领域*/
.app{background-color: #fff;width:100%;padding-left:275px;}
.app .containerr{padding:0 100px;}
.app .containerr2{padding:0 0 0 100px;}
.app .title{font-size:40px;margin:100px 0 50px 0;}
.app .pic{overflow: hidden;}
.appSwiper{position: relative;}
.appSwiper .swiper-slide{position: relative;}
.appSwiper .swiper-slide img{display: block;width:100%;}
.appSwiper .swiper-slide p{position: absolute;left:54px;bottom:33px;color:#fff;font-size:24px;}
.appSwiper .swiper-button-next, .appSwiper .swiper-button-prev{color: #fff;}
.appSwiper .swiper-button-next::after, .appSwiper .swiper-button-prev::after{font-size: 30px;}
.app .coop{margin-top:100px;margin-bottom:100px;}
.app .name{font-size:40px;margin:40px 0 20px 0;}
.app .sub{font-size:16px;}
.app .sub span{color:#367b16;}
.app .form{display: flex;align-items: center;justify-content: space-between;margin:44px 0;}
.app input{width:32%;height:62px;line-height: 60px;padding:0 30px;color:#000;font-size:18px;border-radius:60px;border:1px solid #367b16;outline: none;}
.app ::-webkit-input-placeholder{color:#367b16;font-size:18px;}
.app #submit_btn{width:32%;height:62px;text-align: center;line-height: 60px;background: #367b16;color:#fff;border-radius:60px;cursor: pointer;}
.m_appSwiper{display: none;}
@media(max-width:992px){
    .app{padding-left:0;}
    .app .containerr{padding:20px;}
    .app .containerr2{padding:0px 20px;}
    .app .title{font-size:24px;margin:20px 0;}
    .appSwiper{display: none;}
    .m_appSwiper{display: block;position: relative;}
    .m_appSwiper .swiper-slide{position: relative;}
    .m_appSwiper .swiper-slide img{display: block;width:100%;}
    .m_appSwiper .swiper-slide p{position: absolute;left:20px;bottom:20px;color:#fff;font-size:16px;}
    .app .coop{margin-top:20px;margin-bottom:20px;}
    .app .name{font-size:24px;margin:10px 0 10px 0;}
    .app .sub{font-size:14px;line-height: 1.5;}
    .app .form{display: block;margin:20px 0;}
    .app input{width:100%;height:40px;line-height: 40px;padding:0 10px;font-size:14px;border-radius:0px;margin-bottom:10px;}
    .app ::-webkit-input-placeholder{font-size:14px;}
    .app #submit_btn{width:100%;height:40px;line-height: 40px;border-radius:0px;display: block;}
}

/*底部*/
#pc_footer{background-color: #e9ede7;padding:40px 0;}
#pc_footer div{color:#000;font-size:16px;text-align: center;margin-bottom:16px;}
#pc_footer div:last-child{margin-bottom:0;}
#pc_footer span{margin-right:33px;}
#pc_footer a{color:#000;margin-right:33px;}
#pc_footer img{vertical-align: -5px;}
#m_footer{display: none;}
@media(max-width:992px) {
    #pc_footer{display: none;}
    #m_footer{background-color: #e9ede7;padding:20px;display: block;}
    #m_footer div, #m_footer a{font-size:14px;color:#000;line-height: 2;text-align: center;}
}

/*------------------------------------------------------------------------------*/

/*公司简介*/
.page_about .content{padding:58px 0;}
.page_about .content .title{font-size:30px;color:#333;font-weight:bold;position: relative;margin-bottom:70px;}
.page_about .content .info h2{font-size:18px;color:#333;font-weight:bold;}
.page_about .content .info p{font-size:18px;color:#333;line-height: 2;}
.page_about .content .infos h2{margin:20px 0;}
.page_about .content .infos p{line-height: 2;text-indent: 0;}
.page_about .content img{margin-top:20px;width:100%;}
@media(max-width:992px) {
    .page_about .content{padding:28px 0 18px 0;}
    .page_about .content .title{font-size:20px;margin-bottom:20px;}
    .page_about .content img{max-width: 100%;}
    .page_about .content .info p{font-size:14px;}
}

/*在线招聘*/
.page_join .jobs_info{width:100%;padding-bottom:40px;}
.page_join .jobs{width:100%; border-bottom:1px #ccc solid; position:relative; background:#efefef;}
.page_join .jobs ol li{font-size:15px; font-weight:bold; list-style:none;float: left;width:19%;}
.page_join .jobs ol.jobs_title{width:100%; background:#ccc; color:#000; font-size:15px; height:42px;}
.page_join .jobs ol.jobs_title i{font-size:16px;margin-right:5px;}
.page_join .jobs ol.jobs_title li{display: flex;justify-content: center;align-items: center;height:100%;}
.page_join .jobs ol.jobs_work{width:100%; border-bottom:1px #fff solid; height:42px;}
.page_join .jobs ol.jobs_work li{display: flex;justify-content: center;align-items: center;font-weight: normal;height:100%;}
.page_join .jobs ol.jobs_desc{width:100%; padding:10px 0 30px; line-height:24px;}
.page_join .jobs ol.jobs_desc li{width:94%; float: none;text-align:left; font-size:13px; font-weight:normal; margin:0 3%;}
.page_join .jobs ol.jobs_desc li p{ padding:0 20px; line-height:28px;}
@media(max-width:992px) {
    .page_join .content{padding:28px 0 18px 0;}
    .page_join .content .title{font-size:20px;margin-bottom:20px;}
    .page_join .jobs{display: flex;flex-wrap:wrap;}
    .page_join .jobs ol.jobs_title{height:auto;width:50%;}
    .page_join .jobs ol.jobs_work{height:auto;width:50%;}
    .page_join .jobs ol.jobs_title li, .page_join .jobs ol.jobs_work li{float: none;width:100%;border-bottom:1px solid #f8f8f8;padding:10px 0;height:50px;}
    .page_join .jobs ol li{font-size:14px;}
}

/*产品中心*/
.page_product .left .cates .cate_item{height:80px;}
.page_product .content{padding:53px 0 33px 0;}
.page_product .m_left{display: none;}
.page_product .list{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.page_product .content .pdt_item{width:32%;margin-bottom:33px;border:1px solid #cccccc;}
.page_product .content .pdt_item:last-child:nth-child(3n+2){margin-right:34%;}
.page_product .pdt_item .img_box{width:100%;overflow:hidden;display: flex;justify-content: center;align-items: center;}
.page_product .pdt_item img{max-width:100%;transition: .5s;}
.page_product .pdt_item .img_box:hover img{transform: scale(1.1);}
.page_product .pdt_item p{height:60px;display: flex;justify-content: center;align-items: center;font-size:18px;color:#333;background:#fff;}
@media(max-width:992px) {
    .page_product .content{ padding: 30px 0 23px 0;}
    .page_product .content .pdt_item{width:49%;}
    .page_product .pdt_item p{font-size:14px;line-height: 1.5;padding:0 5px;}
}

/*产品详情*/
.page_productview .content{padding:57px 0;}
.page_productview .content .info{display: flex;justify-content: space-between;align-items: flex-start;}
.page_productview .content .info .left{width:42%;position:relative;}
.page_productview .content .info .left img{width:100%;}
.page_productview .content .info .text{width:53%;}
.page_productview .content .info .text .title{font-size:30px;color:#203015;padding-bottom:25px;border-bottom:1px solid #d9d9d9;font-weight:bold;}
.page_productview .content .info .text .details{margin-top:30px;}
.page_productview .content .info .text .details p{line-height:2;font-size:18px;}
.page_productview .content .info .text .details p a{color:#000;font-size:18px}
.page_productview .content .info .text .info{font-size:16px;color:#666;padding-top:22px;}
.page_productview .content .info .text .line{display: inline-flex;justify-content: flex-start;align-items: center;background: #367b16;padding:10px 20px;border-radius: 4px;}
.page_productview .content .info .text .line i{font-size:22px;margin-right:14px;color: #fff;}
.page_productview .content .info .text .line span{font-size:16px;color: #fff;}
.page_productview .content .info .text .line a{font-size:16px;color: #fff;}

.page_productview .product_img.gallery-top {margin-bottom:5px;}
.page_productview .product_img .gallery-thumbs {width:30%; box-sizing: border-box; padding: 10px 0;}
.page_productview .product_img .gallery-thumbs .swiper-slide {opacity: 0.4; cursor: pointer;}
.page_productview .product_img .gallery-thumbs .swiper-slide-thumb-active {opacity: 1; border:1px #009679 solid;}
.page_productview .product_img .swiper-button-next:after,.product_img .swiper-button-prev:after{color:#000;}

@media(max-width:992px) {
    .page_productview .content{padding:30px 0;}
    .page_productview .content .info{display: block;}
    .page_productview .content .info .left{display: block;width:100%;}
    .page_productview .content .info .text{display: block;width:100%;}
    .page_productview .content .info .text .title{font-size:20px;margin-top:20px;line-height: 1.5;}
    .page_productview .content .info .text .info,
    .page_productview .content .info .text .line span,
    .page_productview .content .info .text .line a{line-height: 1.5;font-size:14px;}

    .page_productview .swiper-button-next, .page_productview .swiper-button-prev{width:20px;}
    .page_productview .swiper-button-next:after, .page_productview .swiper-button-prev:after{font-size:30px;}
    .page_productview .content .info .text .details p{font-size:14px;}
    .page_productview .content .info .text .details p a{color:#000;font-size:14px}
    .page_productview .content .info .text .line{margin-top:16px;}
    .page_productview .content .info .text{padding-bottom:20px;}
}

/*新闻资讯*/
.page_news{min-height: 470px;}
.page_news .content .list{margin-bottom:60px;}
.page_news .content .item{display: flex;justify-content: space-between;padding:20px;background: #fff;margin-top:20px;}
.page_news .content .img{width: 25%;height:160px;}
.page_news .content .right{padding:10px 28px 10px 36px;width: 73%;}
.page_news .content .line{display: flex;justify-content: space-between;align-items: center;}
.page_news .content .title{font-size:20px;color:#222;margin-bottom:26px;font-weight: bold;}
.page_news .content .time{font-size:14px;color:#999;}
.page_news .content .time .iconfont{font-size:14px;color:#999;}
.page_news .content .time span{font-size:14px;color:#999;}
.page_news .content .text{font-size:15px;color:#999;line-height: 1.6;margin-bottom:30px;}
.page_news .content .more{font-size:16px;color:#666;float:right;}
.page_news .content .more span{font-size:16px;color:#666;}
.page_news .content .more i{font-size:16px;color:#666;}
@media(max-width:992px) {
    .page_news .content .item{display: block;}
    .page_news .content .img{width:100%;height:160px;}
    .page_news .content .line{display: block;}
    .page_news .content .item{padding:0 0 20px 0;}
    .page_news .content .right{padding:15px;width:100%;}
    .page_news .content .title {margin-top:16px;font-size:18px;margin-bottom: 16px;line-height: 1.5;}
    .page_news .content .text{margin-top:10px;font-size:14px;}
    .page_news .content .more span, .page_news .content .more i{font-size:14px;}
    .page_news .content .list{margin-bottom:30px;}
    .page_common .right .content{padding-bottom:20px;}
}

/*新闻详情*/
.page_newsview .top{display: flex;flex-direction: column;align-items: center;margin-top:40px;border-bottom:1px solid #e8e8e8;}
.page_newsview .news_title{font-size:28px;color:#222;}
.page_newsview .time{font-size:14px;color:#666;display: flex;align-items: center;margin:20px 0;}
.page_newsview .time i{font-size:14px;color:#666;margin-right:10px;}
.page_newsview .time span{font-size:14px;color:#666;}
.page_newsview .news_cont{font-size:16px;color:#777;line-height: 2;margin-bottom:40px;text-indent: 2em;padding:40px 0;}
.page_newsview .news_cont p{font-size:16px;color:#777;line-height: 2;margin-bottom:20px;text-indent: 2em;}
@media(max-width:992px) {
    .page_newsview .news_title{font-size:20px;line-height: 1.5;}
    .page_newsview .top{margin-top:25px;}
    .page_newsview .news_cont{font-size:14px;padding:10px 0;}
    .page_newsview .news_cont p{font-size:14px;}
}

/*联系方式*/
.page_contact{padding-bottom:40px;}
.page_contact .company{font-size:26px;color:#333;font-weight:bold;padding-top:45px;padding-bottom:10px;}
.page_contact .content .line{display: flex;}
.page_contact .content .line .info{width:70%;}
.page_contact .content .line .code{width:30%;display: flex;justify-content: flex-end;}
.page_contact .content .line .code img{width:80%;}
.page_contact .content p{display: flex;align-items: center;padding-top:25px;}
.page_contact .content span{color:#333;line-height: 1.5;}
.page_contact .content a{color:#333;}
.page_contact #dituContent {width: 100%;height:450px;border: 1px #ccc solid;margin:40px 0 0 0;font-size:16px;}
.page_contact .iw_poi_title{font-weight:bold;line-height: 1.25;}
@media(max-width:992px) {
    .page_contact{padding-bottom:0;}
    .page_contact .company {font-size: 22px;padding-top: 25px;}
    .page_contact .content .line{display: block;}
    .page_contact .content .line .info{width:100%;}
    .page_contact .content p{font-size:14px;line-height: 2;padding-top:10px;}
    .page_contact .content a{font-size:14px;}
    .page_contact .content .line .code{width:100%;}
    .page_contact .content .line .code img{width:60%;margin-right:20%;margin-top:20px;}
    .page_contact #dituContent {height: 250px;margin: 20px 0 10px 0;font-size:14px;}
}

/*在线留言*/
.page_message .content{padding:60px 0;}
.page_message form .list{display: flex;justify-content: space-between;align-items: center;margin-bottom:40px;}
.page_message form .item{width:48%;display: flex;justify-content: center;align-items: center;}
.page_message form input{width:100%;font-size:18px;color:#999;padding:0 20px;height:54px;border:1px solid #d2d2d2;outline:none;border-radius:5px;background:transparent;}
.page_message form textarea{width:100%;font-size:18px;color:#999;padding:20px;height:250px;border:1px solid #d2d2d2;outline:none;border-radius:5px;background:transparent;}
.page_message form .btn{display: flex;justify-content: space-between;align-items: center;padding:0;}
.page_message form .code{display: flex;align-items: center;}
.page_message form .yzm{width:244px;height:50px;}
.page_message form .code img{height:50px;}
.page_message form .submit_btn{width:260px;height:56px;background:#203015;color:#fff;font-size:20px;border:none;}
@media(max-width:992px) {
    .page_message .content{padding:20px 0;}
    .page_message form .list{display: block;margin-bottom:20px;}
    .page_message form .item{width:100%;margin-bottom:20px;}
    .page_message form input, .page_message form textarea{font-size:14px;}
    .page_message form .yzm{width:60%;}
    .page_message form .code img{width:40%;}
    .page_message form .btn{display: block;}
    .page_message form .submit_btn {width: 200px;height: 50px;font-size: 16px;margin-top:20px;}
}

/*------------------------------------------------------------------------------*/

/*详情页底部 上一个下一个*/
.common_btns .wrap{width:100%;display: flex;justify-content: space-between;align-items: center;border-top:1px solid #d9d9d9;padding-top:20px;padding-bottom:50px;}
.common_btns .item{display: flex;justify-content: flex-start;align-items: center;margin:14px 0;}
.common_btns a{font-size:16px;color:#222;}
.common_btns span{font-size:16px;color:#666;}
.common_btns .back_btn{font-size:18px;width:154px;height:46px;border-radius:5px;background:#203015;color:#fff;display: flex;justify-content: center;align-items: center;}
.common_btns .left{width:85%!important;}
.common_btns .right{width:15%!important;padding-top:0!important;}
@media(max-width:992px) {
    .common_btns .left{display: block!important;width:100% !important;}
    .common_btns .right{margin-top:20px;width:100% !important;}
    .common_btns .wrap{padding-bottom: 20px;}
    .common_btns span, .common_btns a{font-size:14px;}
    .common_btns .back_btn{font-size:14px;width:50%;height:46px;}
}

/*页面公共样式*/
.common_banner{height:600px;margin-top:100px;}
.page_common{background:#f7f7f7;}
.page_common .right{padding-top:40px;}
.page_common .right .pos{height:70px;display: flex;justify-content: space-between;align-items: center;border-bottom:1px solid #ccc;}
.page_common .right .pos_left{font-size:24px;color:#333;font-weight:bold;display: flex;align-items: center;}
.page_common .right .pos_left a{display: block;padding:10px 20px;background-color: #fff;color:#000;border:1px solid #203015;}
.page_common .right .pos_left a.active{background-color: #203015;color:#fff;border:1px solid #203015;}
.page_common .right .pos_right{display: flex;justify-content: center;align-items: center;}
.page_common .right .pos_right a{font-size:16px;color:#aaa;}
.page_common .right .pos_right span{font-size:16px;color:#aaa;margin:0 15px;}
.page_common .right .pos_right .current{font-size:16px;color:#777;}
@media(max-width:1200px) {
    .page_common .left .cate_title{font-size:20px;}
}
@media(max-width:992px) {
    .common_banner{height:200px;margin-top:60px;}
    .page_common .wrap{display: block;}
    .page_common .left{display: none;}
    .page_common .right{width:100%;padding-top: 10px;}
    .page_common .right .pos{display: none;}
}

/*分页公共样式*/
.page{display:flex;justify-content: center;align-items: center;width:100%;margin-top:.2rem;}
.pagination{margin-bottom:.7rem;}
.pagination li {width: 50px;height:36px;border: 1px solid #a6a6a6;margin: 0 4px;}
.pagination li span,.pagination li a{font-size:14px;color:#666666;width:100%;height:100%;display:flex;align-items: center;justify-content: center;}
.pagination li.active{background:#203015;}
.pagination li.active span,.pagination li.active a{color:#fff;}
