@charset "utf-8";
@font-face {
  font-family: pingfang_s;
  src:url(../font/pingfang_s.ttf);
}
@font-face {
  font-family: pingfang_n;
  src:url(../font/pingfang_n.ttf);
}
@font-face {
  font-family: pingfang_b;
  src:url(../font/pingfang_b.ttf);
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  background-color: #ffffff;
  position: relative;
  /* font-weight: lighter; */
  /* width: 100%; */
  /* margin: 0 auto; */
  /* overflow-x: hidden; */
  /* margin: 0 auto; */
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover{color: #64c87a;}
input,
button {
  list-style-type: none;
  border: 0px;
  outline: none;
}
.wrap {
	width: 90%;
	max-width: 1720px;
	margin:0 auto;
	position:relative;
}
.neiwrap {
	width: 90%;
	max-width: 1300px;
	margin:0 auto;
	position:relative;
}
.clearfix:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	*zoom:1;
}
.img{overflow: hidden;}
.img:hover img{transform:scale(1.1)}
.img img{
    transition: all 0.3s ease;
    width: 100%;
}
.wap_show{display:none}
.web_show{display:block}
.bannercon {position: relative;margin-bottom: 50px;}
ul.slides {font-size: 0;}
.controls li {top: 50%;margin-top: -30px;width: 58px;height: 58px;border-radius: 50%;/* border: 1px solid #fff; */}
.controls li:nth-child(1) {left: 90px;}
.controls li:nth-child(2) {right: 90px;}
.pagination li {background-color: #ffffff;width: 41px !important;height: 5px !important;opacity: 0.5;}
.pagination li.active {background-color: #fff;opacity: 1;}
.responsive {width:100%;}
.controls li:hover{/* border-radius:50%; *//* background-color: #0000005c; *//* border: 1px solid #0000005c; */}
ul.slides1 {font-size: 0;}
.controls1 li {top: 50%;margin-top: -30px;width: 16px;height: 58px;border-radius: 50%;/* border: 1px solid #fff; */}
.controls1 li:nth-child(1) {left: 20px;}
.controls1 li:nth-child(2) {right: 20px;}
.pagination1 li {background-color: #303048;width: 15px !important;height: 5px !important;}
.pagination1 li.active {background-color: #fff;}
.responsive1 {width: 100%;height: auto;}
.controls1 li:hover{/* border-radius:50%; *//* background-color: #0000005c; *//* border: 1px solid #0000005c; */}
ul.controls {
    z-index: 9;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
ul.pagination {
    z-index: 99;
}
div#slider {
    font-size: 0;
    overflow: hidden;
}
/***************************/
.header{}
.header_con{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 120px;
}
.header_con .logo{}
.header_con .logo a{}
.header_con .logo a img{
    height: 50px;
}
.header_con .seach_form{
    line-height: 40px;
    position: relative;
}
.header_con .seach_form input{}
.header_con .seach_form .text{
    border: 1px solid #ddd;
    line-height: 36px;
    padding: 0 20px;
    border-radius: 50px;
	height: 40px;
}
.header_con .seach_form .submit{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/seach.png) center center no-repeat;
    width: 40px;
    font-size: 0;
}
.menu{
    display: none;
}

.menu {width: 28px;display: none;}
.menu i{display:block;height: 2px;    background: #000;
    border-radius: 50px;
    margin: 8px 0;
    transition: all 0.3s ease;}
.menu i:nth-child(1){
    width: 28px;
}
.menu i:nth-child(2){
    width: 28px;
}
.header_nav{}
.color_bg{
    background: linear-gradient(to right, #03b2e2 , #8ea200);
    color: #000;
}
.header_nav ul{
    display: flex;
    text-align: center;
}
.header_nav ul li{
    flex: 1;
    position: relative;
}
.header_nav ul li.on,.header_nav ul li:hover{
    background: #fff;
}
.header_nav ul li.has.on a:after, .header_nav ul li.has:hover a:after{color:#666;background: url(../images/nav_xia_h.png) right center no-repeat;}
.header_nav ul li.on a, .header_nav ul li:hover a{color:#666;}
.header_nav ul li a{
    color: #fff;
    line-height: 60px;
    font-size: 18px;
}
.header_nav ul li.has a {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header_nav ul li.has a:after{content:".";display:block;width:20px;height:20px;background: url(../images/nav_xia.png) right center no-repeat;font-size: 0;}
.erji_nav{
    /* display: none; */
    height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    width: auto;
    top: 59px;
    z-index: 9;
    background: rgba(255,255,255,0.8);
    z-index: 99;
}
.header_nav ul li.hover .erji_nav{height:60px}
.two_nav{
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    padding: 10px 0;
}
.header_nav ul li .two_nav a{
    background: none !important;
    color: #666;
    display: block;
    margin: 0 0;
    font-size: 16px;
    line-height: 34px;
}
.header_nav ul li .two_nav a:after{display:none}
.nav_ffbg{
    position: fixed;
    left: 0;
    right: 0;
    top: 140px;
    height: 60px;
    background: #fff;
    z-index: 1;
    height:0;
	opacity:0.8
}
.header_nav ul li.has.erji_show .erji_nav {
    height: auto;
}
.header_nav ul li.has.erji_show {
    background: #fff;
}

.header_nav ul li.has.erji_show a {
    color: #666;
}

.header_nav ul li.has.erji_show a:after {
    background: url(../images/nav_xia_h.png) right center no-repeat;
}
.header_nav ul li .two_nav a:hover{color:#64c87a}

/*****index_con****/
.index_con{margin-top: 30px;}
.in_content{
    margin-bottom: 50px;
}
.dis_fixd{
    display: flex;
    margin-left: -50px;
}
.flex1{
    /* flex: 1; */
    padding: 0 0 0 50px;
    width: 33.33%;
}
.imgnews{}
.imgnews ul{}
.imgnews ul li{}
.imgnew_box{
    position: relative;
}
.imgnew_box .img{}
.imgnew_box .img img{height: 280px;}
.imgnew_zi{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    color: #fff;
    z-index: 99;
    font-size: 20px;
    padding: 0 20px;
    background: linear-gradient(to top, #000000 , #ffffff00);
}
.imgnew_zi span{
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}
.imgnew_zi p{
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.in_about{
    /*height: 100%;*/
}
.in_about .color_bg{/*height: 100%;*/padding: 20px;background: #fff;}
.in_about h3{
    font-size: 22px;
    font-weight: normal;
    color: #000;
}
.in_about h3:after{content:".";display: block;height: 2px;width: 40px;margin: 20px 0px 15px;background: #000;font-size: 0;}
.in_about p{
   /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;*/
    font-size: 16px;
    line-height: 32px;
    color: #000;
}
.in_yewu_con{}
.in_bigtitle{
    border-bottom: 1px solid #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    line-height: 38px;
}
.in_bigtitle h2{
    font-size: 22px;
    font-weight: normal;
    border-bottom: 2px solid #64c87a;
    display: inline-block;
    padding: 10px 10px 10px 10px;
    color: #fff;
    background-color:#64c87a;
}
.in_bigtitle a{
    font-size: 18px;
    color: #999;
}
.in_bigtitle a:hover{color:#64c87a}
.in_yewu{
    background: #f0f0f0;
    /*height: calc(100% - 70px);*/
    display: flex;
    align-items: center;
    justify-content: center;
}
.in_yewu ul {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: space-around;
    padding: 20px 20px;
}
.in_yewu ul li{
    width: 50%;
    margin: 10px 0;
}
.yw_tiem{
    display: flex;
    align-items: center;
    /* justify-content: center; */
}
.yw_tiem i{
    display: block;
    width: 60px;
    height: 60px;
    background-color: #64c87a;
    border-radius: 10px;
    margin-right: 10px;
}
.yw_tiem i.yw1{
    background-image: url(../images/yw1.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.yw_tiem i.yw2{
    background-image: url(../images/yw2.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.yw_tiem i.yw3{
    background-image: url(../images/yw3.png);
    background-repeat: no-repeat;
    background-position: center center;}
.yw_tiem i.yw4{
    background-image: url(../images/yw4.png);
    background-repeat: no-repeat;
    background-position: center center;}
.yw_tiem span{
    display: block;
    flex: 1;
}
.in_text_news{}
.in_new_zi{}
.importent_new{
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.importent_new h2{
    font-size: 22px;
    font-weight: normal;
    white-space: nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    margin-bottom: 15px;
}
.importent_new p{
    font-size: 16px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.in_new_zi{}
.in_new_zi ul{}
.in_new_zi ul li{
    font-size: 16px;
    line-height: 44px;
}
.in_new_zi ul li .zinew_tiem{
    display: flex;
    align-items: center;
}
.in_new_zi ul li .zinew_tiem i{
    display: block;
    width: 5px;
    height: 5px;
    background: #666;
    border-radius: 50px;
    margin-right: 10px;
}
.in_new_zi ul li .zinew_tiem p{
    flex: 1;
    white-space: nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.flex2{width:50%;padding-left: 50px;}
.in_three_imgs{}
/****footer*****/
.footer{
    background: #ededed;
    padding: 50px  0 0 0;
}
.foot_one{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.foot_left{
    flex: 0.8;
    padding-bottom: 20px;
    margin-right: 5%;
}
.foot_logo{
    margin-bottom: 20px;
}
.foot_logo img{}
.foot_left p{
    line-height: 30px;
    color: #666;
    font-size: 15px;
}
.foot_right{
    flex: 2;
    order: 1;
}
.foot_right ul{
    display: flex;
    width: 100%;
    justify-content: flex-end;
}
.foot_right ul li{
    /* margin-left: 40px; */
    /* width: 70%; */
    margin-left: 4%;
}
.foot_right ul li a{
    display: block;
    font-size: 18px;
    margin-bottom: 20px;
}
.toot_two_nav{}
.foot_right ul li .toot_two_nav a{
    font-size: 15px;
    line-height: 30px;
    color: #666;
    margin: 0;
}
.foot_right ul li .toot_two_nav a:hover{color:#64c87a}
.foot_link{
    font-size: 14px;
    color: #666;
}
.foot_link a{}
.foot_ban{
    line-height: 30px;
    padding: 10px 0;
    border-top: 1px solid #ddd;
    margin: 10px 0 0;
}
.beian{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #666;
}
.beian span{
    display: block;
}








/**********after is neiye********/
/*neibanner*/
.neibanner{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
.neibanner img{
}
.nei_ban_title{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
.banner_title{
    color: #fff;
    text-shadow: 0 0 10px BLACK;
}
.nei_ban_title h3{
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 20px;
}
.nei_ban_title span{
}
.nei_ban_title span a{
    color: #fff;
    display: inline-block;
    margin: 0 10px;
}
.nei_nav_menu{
    background: #efefef;
}
.nei_nav_menu ul{
    display: flex;
    align-items: center;
    justify-content: left;
}
.nei_nav_menu ul li{
    /* float: left; */
    /* margin-right: 60px; */
    padding: 0 30px;
    line-height: 36px;
    margin: 12px 0;
    cursor: pointer;
}
.nei_nav_menu ul li.on,.nei_nav_menu ul li:hover{
    background: #64c87a;
    color: #fff;
}
.nei_nav_menu ul li.on a, .nei_nav_menu ul li:hover a{color:#fff}
.nei_nav_menu ul li span{}
.nei_content{
    padding: 50px 0;
}
.nei_main{
    margin-bottom: 50px;
}
.nei_main h2{
    font-size: 30px;
    margin-bottom: 20px;
}
.nei_mainbox{
    position: relative;
}
.nei_mainbox p{
    line-height: 28px;
    font-size: 14px;
}
.nei_mainbox .img{}
.first_one{
    padding: 20px 0 0;
}
.first_one p{
    margin: 0 470px 0px 0;
    padding-top: 30px;
}
.first_one .img{
    position: absolute;
    right: 0;
    top: 0;
}

/*textnews_list*/
.textnews_list{
    margin: -30px 0 0;
}
.textnews_list .text_news_list{padding:0}
.text_p{}
.text_p h3{
    font-size: inherit;
    font-size: 22px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}
.text_p p{
    /* color: #999; */
    font-size: 16px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.text_news a:hover h3{color:#64c87a}
.in_nes_con{
    text-align: center;
}
.in_nes_con ul{
    display: flex;
    justify-content: space-between;
    text-align: left;
    margin: 0 -10px 60px;
    flex-flow: wrap;
}
.in_nes_con ul li{
    width: 33.33%;
    background: #fff;
    padding: 0 10px;
    /* box-shadow: 0 0px 5px 0 #0000003d; */
    /* flex: 1; */
    margin-bottom: 20px;
}
.in_nes_con ul li a{box-shadow: 0 0px 5px 0 #0000003d;display: block;}
.in_nes_main{
}
.in_nes_main .img{}
.in_nes_main .img img{height: 280px;}
.in_nes_main .in_nes_text{
    background: #fff;
    padding: 20px 20px 20px;
}
.in_nes_main .in_nes_text h3{
    font-size: 22px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}
.in_nes_main .in_nes_text span{
    font-size: 14px;
    color: #999;
    margin-bottom: 15px;
    display: block;
}
.in_nes_main .in_nes_text p{
    font-size: 16px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.text_news .time{
    text-align: center;
    width: 70px;
    height: 66px;
    background: #b0b6bc;
    color: #fff;
    margin-right: 15px;
    position: absolute;
    left: 0;
    top: 0;
}
.text_news_list  a:hover .time{
    background: #64c87a;
}
.text_news .time em{
    display: block;
    font-size: 30px;
    font-weight: bold;
    margin-top: 4px;
    font-style: normal;
}
.text_news .time span{
    display: block;
    font-size: 12px;
}
.text_news .text_p{margin-left: 85px;}
.text_news {
    padding: 40px 0;
    border-bottom: 1px solid #ddd;
}
.text_news a{position: relative;}


/* 分页样式 */
.paging { margin-top: 32px; font-size: 16px; }
.paging > span { margin: auto 16px; }
.paging .page-numbar { margin: auto 0; }
.paging .page-numbar .page-num,
.paging .page-index,
.paging .page-pre,
.paging .page-next,
.paging .page-last { display: inline-block; margin: auto 4px; padding: 6px 12px; border: 1px solid #EEE; border-radius: 2px; }
.paging .page-numbar .page-num-current,
.paging .page-numbar .page-num:hover { border-color: #64c87a; color:#64c87a; }



/*news_main_con*/
.news_main_con{}
.news_main_title{
    text-align: center;
    border-bottom: 1px solid #ddd;
}
.news_main_title h3{
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: normal;
}
.news_main_title span{
    font-size: 18px;
    color: #999;
    margin-bottom: 30px;
    display: block;
}
.news_main_main{}
.main_main{margin-top: 20px;}
/*
.main_main p{
    font-size: 18px;
    line-height: 40px;
    padding: 40px 0;
}
*/

.last_next{
    border-top: 1px solid #ddd;
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
}
.ln_link{
    color: #64c87a;
    font-size: 20px;
}
.ln_link a:hover{
    color: #64c87a;
}







@media only screen and (max-width: 1300px) {

}

@media only screen and (max-width: 768px){
  .web_show{display:none}
  .wap_show{display:block}
.header_con .logo{
    width: 70%;
}
.header_con .logo a{}
.header_con .logo a img{
    width: 100%;
}
  .header{position:fixed;background: #fff;height: 60px;z-index: 999;top: 0;width: 100%;}
  .header_nav ul{display:block;padding: 0px 0;}
  .header_nav ul li a{/* color:#333 */text-align: left;line-height: 50px;color: #fff !important;border-bottom: 1px solid #fff;display: block;}
  .header_nav ul li.has a{background: url(../images/pho_nav_xia.png) right center no-repeat;background-size: 1.5rem;text-align: center;justify-content: space-between;color: #fff;border-bottom: 1px solid #fff;}
  .header_nav{position:fixed;top: 60px;left: 0;right: 0;bottom: 100%;background: linear-gradient(to bottom, #03b2e2 , #c5de11);transition: all 0.6s ease;z-index: 999;overflow: hidden;}
  .header_nav ul li{line-height: 50px;font-size: 18px;background: none !important;text-align: left;}
  .header_nav ul li.has.height_auto a{background: url(../images/pho_nav_sha.png) right center no-repeat;background-size: 1.5rem;}
  .header_nav ul li.has.on a:after, .header_nav ul li.has:hover a:after{background: url(../images/nav_xia.png) right center no-repeat;}
  .erji_nav{position:relative;top: 0;/* border-top: 1px solid #fff; */background: none;}
  .two_nav{width:100%;display: block;background: #fff3;padding: 15px 15px;}
  .header_nav ul li.height_auto .erji_nav{height: auto;}
  .height_auto a{}
  .header_nav ul li .two_nav a{display:block;margin: 0;line-height: 30px;background: none !important;text-align: left;font-size: 16px;border: 0;}
  .header_con{height:60px}
  .header_con .seach_form{display:none}
  .menu {display: block;}
  .header_nav.navshow {bottom: 0;}
  .menu.close i:nth-child(1){transform: rotate(45deg) translate(2px, 1px);transition:all 0.3s ease}
  .menu.close i:nth-child(2){display: none;}
  .menu.close i:nth-child(3){transform: rotate(-45deg) translate(5px, -5px);transition:all 0.3s ease}
  .b_h{display: none;}
  .h_b{display:block}
  .bannercon{margin-top: 60px;margin-bottom: 20px;}
  .controls li:nth-child(1),.controls1 li:nth-child(1) {left: 10px;}
  .controls li:nth-child(2),.controls1 li:nth-child(2) {right: 10px;width: 15px;}
  .controls li:nth-child(1) img,.controls li:nth-child(2) img,.controls1 li:nth-child(1) img,.controls1 li:nth-child(2) img{width: 15px;}
  .pagination li{width: 14px !important;}
  ul.slides li {display: flex;align-items: center;justify-content: center;}
  .responsive {/* width: auto; *//* height: 100vh; */}


  .dis_fixd{display:block;margin: 0;}
  .flex1{width:100%;padding: 0;margin-bottom: 20px;}
  .in_about .color_bg,.in_yewu{height:auto;}
.in_about{height:auto}
 .in_yewu{background:none}
.in_yewu ul{display:block;padding:0;width: 100%;}
  .in_yewu ul li{width:100%}
  .yw_tiem{justify-content: left;background: #f0f0f0;width: 100%;padding: 10px;}
.flex2{width:100%;padding: 0;margin-bottom: 20px;}
.imgnew_zi{height:60px}
.imgnew_zi span{
    font-size: 14px;
}
.imgnew_zi p{
    font-size: 16px;
}
.in_about h3{
    font-size: 20px;
}
.in_about p{
    font-size: 14px;
    line-height: 26px;
}
  .in_bigtitle h2{font-size:20px}
.importent_new h2{
    font-size: 18px;
}
.importent_new p{
    font-size: 14px;
    line-height: 26px;
}
.in_new_zi ul li{
    font-size: 14px;
    line-height: 36px;
}
.importent_new{padding-bottom:10px;margin-bottom:10px}
















.foot_one{display: block;margin-bottom: 20px;}
.foot_left p{font-size:14px;line-height:26px}
.foot_right ul{display:block}
.foot_right ul li{width: 100%;position: relative;}
.foot_right ul li a{font-size:16px;margin-bottom: 10px;border-bottom: 1px solid #ddd;line-height: 30px;display: flex;align-items: center;justify-content: space-between;}
.toot_two_nav{height:0;overflow:hidden}
.beian{display:block;line-height: 22px;}
.foot_right ul li i{display: block;width: 40px;height: 30px;background: url(../images/nav_xia_h.png) center center no-repeat;font-size: 0;position: absolute;right: 0;top: 0;bottom: 0;}
.fot_auto{height:auto;margin-bottom: 10px;}
.foot_right ul li .toot_two_nav a{border-bottom:0}


.nei_ban_title h3{font-size:20px;margin: 0 0 10px;}
.nei_ban_title span{font-size:14px}
.nei_nav_menu ul{justify-content:center}
.nei_nav_menu ul li{padding:0;flex:1;text-align:center;font-size:14px;}
.nei_content{padding: 20px 0;}
.nei_main h2{font-size:22px}
.in_nes_con ul{display:block}
.in_nes_con ul li{width:100%;margin-bottom:20px}
.in_nes_main .in_nes_text h3{
    font-size: 18px;
    margin: 0 0 5px;
}
.in_nes_main .in_nes_text span{
    font-size: 12px;
    margin: 0 0 10px 0;
}
.in_nes_main .in_nes_text p{
    font-size: 14px;
    line-height: 20px;
}
.text_news .text_p{margin:0;padding-top: 60px;}
.text_news .time{top:0;width: 50px;height: 50px;margin: 0;}
.text_news .time em{
    font-size: 16px;
}
.text_news .time span{}
.text_p h3{
    font-size: 18px;
    margin: 0 0 10px;
}
.text_p p{ font-size: 14px;
    line-height: 20px;
    color:#666}
    .text_news{padding:10px 0}
    .news_main_title h3{
    font-size: 20px;
    margin: 0 0 10px;
}
    .news_main_title span{
    font-size: 14px;
    margin: 0 0 10px 0;
}
.main_main p{padding:20px 0;font-size: 14px;line-height: 26px;}
.main_main p img{
   width: 100%!important;
}
.last_next{
    display: block;
}
.ln_link{font-size:14px}
.nei_ban_title{display: flex;align-items: flex-end;bottom: 20px;}
}
