* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

ul {
    list-style: none;
    overflow: hidden;
}

img {
    border: none;
}

i,
em {
    font-style: normal;
}

a {
    text-decoration: none;
}

input,
button,
textarea {
    border: none;
    box-sizing: border-box;
    padding-left: 20px;
    color: #ccc;
}

input:focus,
button:focus,
textarea:focus {
    outline: none;
}
/*com*/
.n_banner {
    position: relative;
    z-index: 1;
    margin-top: -110px;
    height: 560px;
}

.n_banner .swiper-container {
    height: 560px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.page_cover {
    background: url(../images/page_cover.png) top left no-repeat;
    height: 200px;
    position: relative;
    z-index: 2;
    margin-top: 210px;
}

.position {
    position: relative;
    z-index: 2;
}

#po {
    float: right;
}

.pos_con {
    width: 1450px;
    margin: 0 auto;
    line-height: 55px;
    overflow: hidden;
    border-bottom: 1px solid #efefef;
}

.pos_con span {
    font-size: 14px;
    color: #333;
}

.pos_con a {
    color: #666;
    font-size: 14px;
}

.page_com {
    background: #fff;
    margin-top: 50px;
    position: relative;
}

.page_com_con {
    width: 1450px;
    margin: 0 auto;
}

.page_com_tit {
    margin: 20px 0;
    position: relative;
}

.page_com_des {
    position: relative;
}

.page_com_des p {
    margin: 15px 0;
    line-height: 25px;
    font-size: 15px;
    color: #333;
}

.page_com_des img {
    margin: 15px auto;

}

/*liucheng*/
.liucheng {
    position: relative;
    z-index: 1111;
}

.liucheng_tit span {
    display: block;
    float: left;
    font-size: 90px;
    color: #ff810e;
}

.liucheng_tit {
    width: 425px;
    margin: 0 auto;
    overflow: hidden;
}

.liucheng_tit i,
.liucheng_tit em {
    font-style: normal;
    display: block;
}

.liucheng_tit i {
    font-size: 17px;
    color: #1b9c53;
    text-transform: uppercase;
}

.liucheng_tit em {
    font-size: 32px;
    color: #1b9c53;
    font-weight: bold;
}

.t_l {
    margin-left: 10px;
    margin-top: 23px;
    float: left
}

.liucheng_con ul {
    width: 1300px;
}

.liucheng_con ul li {
    float: left;
    width: 150px;
    margin: 40px 60px 0 0;
    position: relative;
    cursor: pointer;
}

.liucheng_con ul li::after {
    content: '';
    display: block;
    width: 17px;
    height: 22px;
    position: absolute;
    right: -35px;
    top: 37%;
    margin-top: -11px;
    background: url(../images/j.png) top left no-repeat;
}

.liucheng_con ul li:last-child::after {
    content: '';
    background: none;
}

.big_c {
    width: 150px;
    height: 150px;
    background: url(../images/lc_bg.png) center center no-repeat;
    text-align: center;
    transition: all 0.5s;
}

.big_c img {
    margin: 45px 0;
}

.liucheng_con ul li span {
    text-align: center;
    margin: 10px auto;
    display: block;
    font-size: 17px;
    color: #02923b;
}

.liucheng_con ul li:hover .big_c {
    transform: rotate(360deg);
}

/*page_pro*/
.page_pro{
    position: relative;
    z-index: 22;
    margin-top:30px ;
}
.page_pro_con{
    width: 1450px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/*page_news*/
.page_news{
    position: relative;
    z-index: 111;
}
.page_news_con{
    width: 1450px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.page_news_con ul li{
    overflow: hidden;
    padding: 30px 0;
    background: #f7f7f7;
    margin: 20px 0;
    cursor: pointer;
    position: relative;
    transition: all 0.5s;
}
.page_news_p>a{
    display: block;
    width: 120px;
    height: 35px;
    border-radius: 30px;
    background: #02923b;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    color: #fff;
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.page_news_con ul li:hover{
    background: #02923b;
}
.page_news_con ul li:hover .date,.page_news_con ul li:hover .year{
    color: #fff;
}
.page_news_con ul li:hover .page_news_img img{
    transform: scale(1.1);
}
.page_news_con ul li:hover .page_news_p h2 a{
    color: #fff;
}
.page_news_con ul li:hover .page_news_p p{
    color: rgba(255,255,255,.8);
}
.page_news_con ul li:hover .page_news_p>a{
    background: #ff810e;
    animation: doudong 0.8s ease-in-out;
}
.page_news_con ul li:hover .page_news_p h2 a::before{
    content:'';
    display: inline-block;
    width: 45px;
    height: 2px;
    background: #fff;
    margin-right: 12px ;
    vertical-align: middle;
}
.time{
    float: left;
    width: 180px;
    text-align: center;
    padding-top: 24.5px;
}
.time span{
    display: block;
}
.date{
    font-size: 72px;
    font-weight: bold ;
    color: #c2c2c2;
    text-align: center;
}
.year{
    font-size: 20px;
    color: #4c4c4c;
}
.page_news_des{
    float: left;
    overflow: hidden;
}
.page_news_img{
    float: left;
    width: 320px;
    height: 160px;
    overflow: hidden;
}
.page_news_img img{
    transition: all 0.6s;
    width: 100%;
    height: auto;
    min-height: 160px;
}
.page_news_p{
    float: left;
    width: 850px;
    margin-left:20px ;
    padding: 25px 45px 20px 30px;
}
.page_news_p h2 a{
    font-size: 18px;
    color: #333333;
    font-weight: normal ;
}
.page_news_p h2 a::before{
    content:'';
    display: inline-block;
    width: 15px;
    height: 2px;
    background: #02923b;
    margin-right: 12px ;
    vertical-align: middle;
    transition: all 0.6s;
}
.page_news_p p{
    font-size: 15px;
    color: #7b7b7b;
    line-height: 26px;
    margin-top: 15px ;
}
/*page_contact*/
.page_contact{
    position: relative;
    z-index: 2;
}
.page_contact_con{
    width: 1350px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.page_contact_con_top_l{
    width: 48%;
    float: left;
    position: relative;
}
.page_contact_con_top{
    overflow: hidden;
}
.dt{
    width: 100%;
    float: left;
    padding: 39px 60px 26px 60px;
    background: #efefef;
}
.dt h3{
    width: 100%;
    float: left;
    font-size: 26px;
    color: #0aa772;
    font-weight: bold;
    line-height: 40px;
    letter-spacing: 1px;
    font-weight: normal ;
}
.dt h5{
    font-family: Arial ;
    font-weight: normal ;
    width: 100%;
    float: left;
    margin-top: 8px;
    font-size: 16px;
    color: #9c9c9c;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    
}
.dd{
    width: 100%;
    float: left;
    padding: 33px 60px 34px 60px;
    background: #f6f6f6;
}
.dd li{
    width: 39%;
    float: left;
    padding-left: 65px;
    position: relative;
    list-style: none;
}
.page_icon{
    width: 42px;
    height: 42px;
    background: #0aa772;
    line-height: 0;
    position: absolute;
    left: 2px;
    top: 2px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
}
.page_icon img{
    width: 100%;
}
.dd li h5{
    float: left;
    width: 100%;
    font-size: 16px;
    color: #444;
    line-height: 29px;
    letter-spacing: 1px;
    font-weight: normal ;
}
.dd li h6{
    float: left;
    width: 100%;
    font-size: 16px;
    color: #444;
    line-height: 26px;
    letter-spacing: 1px;
    font-weight: normal ;
}
.page_contact_con_top{
    margin: 50px 0;
}
.page_contact_con_top_r{
    width: 30%;
    float: left;
    background: #efefef;
    height: 484px;
    margin-left: 272px;
    position: relative;
}
.page_contact_con_top_r h4{
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    color: #0aa772;
    margin: 75px 0 50px 0;
}
.page_conatct_ewm img{
    width: 180px;
    height: 180px;
    display: block;
    margin: 0 auto;
}
.page_contact_con_top_r h3{
    font-size: 18px;
    font-weight: normal;
    color: #0aa772;
    text-align: center;
    margin-top:20px ;
}
.page_contact_con_map{
    position: relative;
}
/*fenye1*/
.fenye1 div{
    width: 100%;
    text-align: center;
    padding: 50px 0 10px 0;
}
.fenye1 div span{
    font-size: 15px; 
}
.current{
    padding: 5px 15px;
    border: 1px solid #02923b;
    margin-right:5px;
    background: #02923b;
    color: #fff;
    font-size:16px;
    border-radius:30px;    
}
.fenye1 div a{
    padding: 5px 15px;
    border: 1px solid #cccccc;
    font-size:16px; 
    margin-right:5px;
    border-radius:30px; 
    color: #02923b;
}
/*show_pro*/
.show_pro_tit {
    position: relative;
    margin: 30px 0;
}
.show_pro_des{
    position: relative;
}

.show_pro_tit h3 {
    font-size: 24px;
    color: #02923b;
    padding-bottom: 15px;
    text-align: center;
    font-weight: normal;
}

.show_pro_tit span {
    width: 50px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
    display: block;
}

.show_pro_des img {
    display: block;
    margin: 0 auto;
}

.show_pro_des p {
    margin-top: 30px;
    line-height: 32px;
}


.page {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1111;
}
.page_con {
    width: 1450px;
    margin: 0 auto 50px auto;
    position: relative;
    z-index: 2;
}

/*分页*/
.fenye {
    border-top: 1px solid #d7d8d8;
    padding-top: 25px;
    position: relative;
    margin-top: 50px;
}

.fenye a {
    font-size: 14px;
    color: #333333;
}

.page_up {
    float: left;
}

.page_down {
    float: right;
}

.fenye a:hover {
    color: #ff810e;
}
/*show_news*/
.show_news_tit {
    text-align: center;
    position: relative;
}

.show_news_tit h1 {
    font-size: 24px;
    margin-top: 30px;
    font-weight: normal;
    color: #02923b;
    text-align: center;
}

.update {
    border-top: 1px solid #d7d8d8;
    border-bottom: 1px solid #d7d8d8;
    padding: 9px 0;
    margin: 28px 0 38px 0;
    overflow: hidden;
    position: relative;
}

.update h2 {
    font-size: 14px;
    color: #777777;
    margin-right: 0.83%;
    float: left;
    line-height: 34px;
    font-weight: normal;
}

.update a {
    float: right;
    font-size: 14px;
    color: #777777;
    line-height: 36px;
}

.update a i {
    display: inline-block;
    width: 38px;
    height: auto;
    margin-left: 10px;
}

.update a:hover {
    color: #ff810e;
}

.show_news_con {
    color: #333;
    line-height: 30px;
    position: relative;
}
