﻿@charset "utf-8";
/*============================ 初始化样式 ============================*/
* { margin:0; padding:0; box-sizing: border-box}
body {color:#333; font-size:14px;  font-family:"Microsoft YaHei","微软雅黑","SimSun","宋体",sans-serif;min-width: 1280px}
*html { background-image:url(about:blank);background-attachment:fixed;}
li { list-style:none;}
img { border:none;}
body a img { border:none;}
a { color: #333; text-decoration:none; blr:expression(this.onFocus=this.blur());}
a:focus { outline:none;}
a:link { text-decoration:none;}
a:hover { text-decoration:none; }
input,textarea,button{border: none;outline: none;background: none}
.clear:after {content:''; display:block; clear:both; }
.clear { height:0px; clear:both; }
/*限制文字,文字超出显示冒号*/
.text-cut { overflow: hidden;  white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis;-ms-text-overflow: ellipsis;
-webkit-text-overflow: ellipsis; -moz-text-overflow: ellipsis;}
.flex-center{display: flex;justify-content: space-between;flex-wrap: wrap}

/*============================ 公共部分 ============================*/

/* 文章上下篇 */
.wengzhengfanye { overflow: hidden;padding: 0 0 20px;line-height: 2}
.wengzhengfanye .wengzhengfanyeA,.wengzhengfanye .wengzhengfanyeB {width:100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.wengzhengfanye a:hover {color: #d10000}

/* 文章类别上下页 */
.page { overflow:hidden;}
.pagelink {text-align:center;padding: 30px 0}
.pagelink span,.pagelink a
{ display:inline-block;text-align:center; font-size:12px; padding:6px 11px; border:solid 1px #ddd; color:#666; margin:0 4px;}
.pagelink a:hover,.pagelink a.on
{ background:#0c6224; color:#fff; border:solid 1px #0c6224;}
.pagelink span{display:inline-block; color:#fff; background:#0c6224; border:solid 1px #0c6224;}

/*========================================= 首页 =====================================*/
.container { width:1280px; margin:0 auto;}
.fl{float: left}
.fr{float: right}

header{background: #fff}

.head{display: flex;justify-content: space-between;align-items: center;position: relative}
.nav{margin-top: 25px}
.nav ul{display: flex;justify-content: space-between;flex-wrap: wrap}
.nav li{position:relative;line-height: 35px;transition: all .3s ease;text-align: center;margin-left: 40px}
.nav li a{position:relative;font-size: 16px;z-index: 2;display: block}
.nav li:after{content: '';width: 0;height:2px;background: #d10000;position: absolute;bottom: 0;left: 0;right: 0;margin: auto;
    transition: all .3s ease;z-index: 1;opacity: 0}
.nav ul li:hover:after{width: 100%;opacity: 1}
.nav ul li:hover a,.nav ul li.active a{color: #d10000}

.xlnav{display:none;z-index: 100;width: 180px;position: absolute;top: 50px;left: 50%;margin-left:-50%;animation: fadeInUp 0.5s .1s ease both;
    background-color: #f9f9f9;box-shadow: 0 3px 10px rgba(0,0,0,.08);border-radius: 3px;}
.xlnav dd{width: 100%;line-height: 34px;border-bottom: 1px solid rgba(0,0,0,.07);transition: all .3s ease 0s;}
.xlnav dd a{color: #555!important;padding: 0 10px;display: block}
.xlnav dd:hover a{color: #2e9b2a!important;}
.headr{font-size: 22px;color: #0c6224;font-weight: bold;position: absolute;top: 15px;right: 0;align-items: center}
.headr img{margin-right: 10px}
/*.nav li:hover .xlnav{display: block}*/

/*banner图片切换样式*/
.banner{width:100%; overflow:hidden;position: relative}
.banner li{overflow:hidden;height: 640px;display:flex;justify-content:center;align-items:center}
.banner .swiper-button-prev{width: 27px;height: 60px;margin-top: -39px; background: url("../img/prev.png");
    opacity: .5;left: 50%;margin-left: -625px;z-index: 999}
.banner .swiper-button-next { width: 27px;height: 60px;margin-top: -30px; background: url("../img/next.png");
    opacity: .5;right: 50%;margin-right: -625px;z-index: 999}
.banner .swiper-pagination{ position: absolute; bottom:30px!important; width:100%; z-index:100; text-align: center;}
.banner .swiper-pagination-bullet {width:42px;height:11px;margin:0 2px!important;cursor: pointer;background-color:rgba(0,0,0,0.8);position: relative;border-radius: initial}
.banner .swiper-pagination-bullet-active{background: #d10000;}
.banner .swiper-button-prev:hover,.banner .swiper-button-next:hover{opacity: 1}

.oneA{overflow: hidden;background: #ebebeb;line-height: 54px;height: 54px;}
.oneA ul{overflow: hidden;display: flex;justify-content: space-between;flex-wrap: wrap}
.oneA ul li{float: left;margin-right: 20px;font-size: 12px}
.oneA ul li a:hover{color: #d10000;text-decoration: underline}

.title{text-align: center;padding-top: 40px}
.title h2{font-size: 30px;font-weight: normal;}
.title p{font-size: 18px}
.title i{display: inline-block;width: 44px;height: 3px;background: #d10000;margin-top: 10px;}

.oneB{margin-top: 30px}
.oneB ul li p{font-size: 16px;font-weight: bold;border: 1px solid #006600;text-align: center;margin-top: 15px;}
.oneB ul li dd{border-radius: 100%;overflow: hidden}
.oneB ul li dd img{transition: all 0.6s}
.oneB ul li:hover dd img{transform: rotate(360deg);transition: all 0.6s}

.oneC{background: #F7F7F7;overflow: hidden;margin-top: 50px;padding-bottom: 50px}
.oneC ul{margin-top: 30px}
.oneC ul li{width: 246px;height: 224px;background: #ededed;text-align: center;}
.oneC ul li img{margin: 15px auto}
.oneC ul li h3{line-height: 30px;font-size: 16px;font-weight: normal}
.oneC ul li i{ width:88px; margin:10px auto; height:1px; background:#333;display: inline-block}
.oneC ul li p{ height:24px; line-height:24px; text-align:center;font-size: 12px}
.oneC ul li:hover{ background:#999;}

.oneD{margin-top: 50px}
.oneDl{width: 250px;}
.oneDl h2{background-color: #0c6224;line-height: 66px;box-sizing: border-box;padding-left: 25px;color: #fff;font-weight: bold;font-size: 24px;}
.oneDl ul li{padding: 12px 15px 11px 20px;border-left: 5px solid #d10000;font-size: 16px;margin-top: 15px;position: relative;
    box-shadow: 0px 2px 7px 0px rgb(0 0 0 / 35%);background: url("../img/odli.png") no-repeat 94%;transition: all 0.5s}
.oneDl ul li a{display: block}
.oneDl ul li:after{content: '';position: absolute;top: 0;left: 0;width: 0;height: 100%;background: #d10000;z-index: -1;transition: all 0.5s}
.oneDl ul li:hover a{color: #fff}
.oneDl ul li:hover:after{width: 100%;transition: all 0.5s}
.oneDl ul li:hover{background: url("../img/odlih.png") no-repeat 94%;}

.oneDl .gd{background: #ECECEC;line-height: 55px;text-align: center;display: block;margin-top: 15px}
.oneDl .gd:hover{background: #0c6224;color: #fff}

.oneDr{width: 990px}
.oneDr .tit{align-items: center}
.oneDr .tit h2{font-size: 30px;font-weight: normal;display: flex;align-items: center}
.oneDr .tit h2 span{font-size: 14px;color: #666;margin-left: 20px;display: inline-block}
.oneDr .tit a{color: #999}
.oneDr ul li{width: 31%;float: left;margin:24px 3.5% 0 0}
.oneDr ul li dd{position: relative;height: 220px;overflow: hidden}
.oneDr ul li img{max-width: 100%;position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto}
.oneDr ul li .text{position: absolute;width: 100%;height: 100%;background: rgba(12,98,36,0.7);box-sizing: border-box;padding: 11px 9px 10px 9px;left: 0px;top: 0px;
opacity: 0}
.oneDr ul li .text dl{border: 1px solid #ffffff;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;text-align: center}
.oneDr ul li .text dl h3{font-size: 16px;font-weight:normal;color:#fff;text-align: center;margin-bottom: 20px;
    overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.oneDr ul li .text dl span{box-sizing: border-box;padding: 6px 17px 6px 15px;font-size: 12px;color: #ffffff;background: #e31e1b;}
.oneDr ul li p{color: #333;margin-top: 15px;text-align: center;font-size: 16px}
.oneDr ul li:nth-child(3n){margin-right: 0}
.oneDr ul li:hover .text{opacity: 1;transition: all 0.5s}
.oneDr ul li .text dl span:hover{color: #333}

.oneE{background: url("../img/oe.png") no-repeat center;padding: 55px 0;margin-top: 50px;color: #fff;background-size: cover}
.oneEs{align-items: center}
.oneEl h2{font-size: 32px;margin-bottom: 10px}
.oneEl p{opacity: 0.6}
.oneEr{font-size: 20px}
.oneEr b{font-size: 24px}

.oneF{overflow: hidden;margin-top: 50px}
.oneFl{width: 48.5%;}
.title2 h3{color: #c8c8c8;font-size: 36px;font-weight: normal;}
.title2 h3 a{margin-left: 10px;font-size: 14px;color: #666;}
.title2 h2{font-size: 24px;}
.title2 h2 b {font-weight: bold;color: #d10000;margin-left: 10px;}

.oneFa{margin-top: 30px}
.oneFal{width: 275px;height: 238px;overflow: hidden}
.oneFal img{max-width: 100%}
.oneFar{width: 330px;}
.oneFar ul li{font-size: 12px;line-height: 30px;}
.oneFar ul li a{display: inline-block;width: 75%;float: left;color: #666;overflow: hidden;white-space: nowrap;text-overflow: ellipsis}
.oneFar ul li span{float: right;color: #666}
.oneFar ul li a:hover{color: #d10000;text-decoration: underline}

.oneFb{}
.oneFb ul li{width: 48.5%;float: left;border: 1px solid #e1e1e1;background-color: #f3f3f4;margin: 30px 0 0 0}
.oneFb ul li dd{height: 224px;overflow: hidden}
.oneFb ul li dd img{max-width: 100%;transition: all 0.5s}
.oneFb ul li p{padding: 12px;font-size: 16px}
/*.oneFb ul li:nth-child(3n){margin-right: 0}*/
.oneFb ul li:nth-child(2n){float: right}
.oneFb ul li:hover dd img{transform: scale(1.1);transition: all 0.5s}

.footer{width:100%;background: #EFEFEF;margin-top: 50px;color: #666;line-height: 30px}
.footer a{color: #666;}
.foot{overflow: hidden;padding: 30px 0}
.foota{overflow: hidden}
.foota ul li{float: left;margin-right: 30px}
.foota ul li a:hover{text-decoration: underline}

.footc{padding: 15px 0 0}
.footc p{color: #333}
.footc .link a:hover{color: #d10000;text-decoration: underline}

.footr img{width: 130px;height: 130px;border: 8px solid #fff;}


/*========================================= 关于我们 =====================================*/
.ny_ban{overflow: hidden;height: 320px;display:flex;justify-content:center;align-items:center;position: relative}
.ny_ban dl{position: relative;z-index: 2;display: flex;align-items: center}
.ny_ban dl h2{font-size: 24px;}

.location{background: #f5f5f5;line-height: 50px}
.local{color: #555}
.local a{margin: 0 5px;display: inline-block;color: #555}

.ny_con{margin-top: 40px}
.ny_nav{width: 250px}
.ny_nava{background: #0c6224;color: #fff;padding: 10px 20px}
.ny_nava h2{font-size: 18px;font-weight: normal}
.ny_nava p{opacity: .5;font-size: 12px;text-transform: uppercase;}

.ny_navb{background: #F5F5F5;padding: 0 18px;margin-top: 10px;overflow: hidden}
.ny_navb ul li{border: 1px solid #e7e7e7;line-height: 40px;background: url("../img/nynavli.jpg") no-repeat 15px #fff;padding-left: 40px;margin: 10px 0}
.ny_navb ul li:hover a,.ny_navb ul li.active a{color: #d10000}

.ny_navc{margin-top: 40px;}
.ny_navc h2{background-color: #F1F1F1;line-height: 48px;padding: 0 20px;font-weight: normal;border-bottom: 1px solid #0c6224;font-size: 18px}

.ny_navd{}
.ny_navd ul li{margin-top: 15px}
.ny_navd ul li dd{overflow: hidden}
.ny_navd ul li dd img{max-width: 100%}
.ny_navd ul li p{text-align: center;margin-top: 8px}

.ny_nave{padding: 10px}
.ny_nave dd{color: #666666;line-height: 22px;padding: 0 0 10px 66px;background:  url("../img/phone.gif") no-repeat left 3px;}
.ny_nave dd span{font-size: 24px;font-family: Impact;color: #d10000}
.ny_nave dl{line-height: 26px}

.ny_conr{width: 990px;}

.ny_title{line-height: 40px;border-bottom: 1px solid #ccc;align-items: center;}
.ny_title h2{font-size: 20px;font-weight: normal;}
.ny_title a{font-size: 12px;color: #666}

.one{line-height: 2;font-size: 16px;padding: 20px 0;overflow: hidden}
.one img{max-width: 100%}

.news_tui{overflow: hidden;padding: 20px 0}
.news_tui ul li{width: 50%;background: url("../img/newstui.jpg") no-repeat left;padding-left: 16px;float: left;line-height: 28px}
.news_tui ul li a:hover{color: #d10000;}


.case{overflow: hidden}
.case ul li{width: 32%;float: left;margin: 20px 2% 0 0;text-align: center}
.case ul li dd{height: 224px;overflow: hidden}
.case ul li dd img{max-width: 100%;transition: all 0.5s}
.case ul li p{font-size: 16px;margin-top: 12px}
.case ul li:nth-child(3n){margin-right: 0}
.case ul li:hover dd img{transform: scale(1.1);transition: all 0.5s}

.news{overflow: hidden;}
.news ul li{transition: all 0.5s ease;border-bottom: 1px dashed #dcdcdc;padding: 20px 0}
.news ul li dl{background: url("../img/newsli.gif") no-repeat left;padding-left: 13px;line-height: 35px;display: flex;justify-content: space-between;align-items: center}
.news ul li dl h3{font-weight: normal;width: 80%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis}
.news ul li dl span{font-size: 12px;color: #999}
.news ul li p{color: #888;padding-left: 13px;margin-top: 10px;font-size: 12px}
.news ul li:hover dl h3{color: #d10000}


/*=======================================新闻详情页============================================*/
.content{margin-top: 40px}
.news_info{overflow:hidden;margin-top: 30px}
.info_title{text-align:center;}
.info_title h1{font-size:22px;font-weight: normal}
.info_laiyuan{text-align:center; color: #666;margin-top: 20px}
.info_text{padding:20px 0;line-height:2;min-height: 300px;}
.info_text img{max-width:100%;display: block;margin: auto}
.info_text table{width: 100%;border: 0;border-collapse: collapse;border-spacing: 0;}
.info_text table td{border: 1px solid #000;text-align: center;line-height: 40px;}
.info_picA{padding:10px;text-align:center;}
.info_picA img{max-width:100%; width: expression(this.width > 720 ? 720: true)}
