* {
  margin: 0;
  padding: 0;
  font-family: 'microsoft yahei', Arial, Helvetica, sans-serif;
}
body {
  font-size: 14px;
  color: #333;
  font-family: 'microsoft yahei', Arial, Helvetica, sans-serif;
}
a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
  color: #333;
}
a:hover {
  text-decoration: none;
  color: #50B24B;
}
ul,
li {
  list-style: none;
}
em,
i {
  font-style: normal;
}
img {
  display: inline-block;
  border: 0;
}
input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none;
}
.line1 {
  display: -webkit-box !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  line-clamp: 1 !important;
  -webkit-line-clamp: 1 !important;
}
.line2 {
  display: -webkit-box !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  line-clamp: 2 !important;
  -webkit-line-clamp: 2 !important;
}
.header {
  width: 100%;
  position: relative;
  background-color: #50B24B;
}
.header .header-top {
  height: 35px;
  display: flex;
  justify-content: space-between;
  line-height: 33px;
  color: #fff;
  margin: 0 auto;
  width: 1170px;
}
.header .header-top span {
  color: #FFFFFF;
}
.logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 22px auto 22px;
  position: relative;
}
.logos .logo {
  width: 212px;
  height: 53px;
}
.logos .logo img {
  width: 212px;
}
.logos .top_title {
  height: 38px;
  background: #50B24B;
  border-radius: 6px;
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 26px;
  color: #FFFFFF;
  line-height: 35px;
  padding: 0 10px;
  position: absolute;
  left: 230px;
}
.logos .inputs {
  position: relative;
  width: 458px;
  display: flex;
  height: 40px;
  border: 1px solid #e9e9e9;
  margin-left: 200px;
  border-radius: 3px;
}
.logos .inputs .iconfont {
  position: absolute;
  left: 11px;
  top: 33%;
}
.logos .inputs input {
  width: 395px;
  border: none;
  padding-left: 35px;
  box-sizing: border-box;
  margin: 0 ;
}
.logos .inputs span {
  color: #ccc;
}
.logos .inputs a {
  display: inline-block;
  width: 63px;
  height: 40px;
  line-height: 40px;
  border-left: none;
  text-align: center;
  margin: 0;
  background-color: #F8F8F8;
  color: #333;
  border-bottom: 1px solid #e9e9e9;
}
.logos .adve {
  width: 219px;
  height: 42px;
}
.logos .adve img {
  width: 100%;
  height: 100%;
}
.link_box {
  width: 1170px;
  margin: 30px auto 0;
}
.link_box .link_title {
  position: relative;
  border-bottom: #eee 1px solid;
  padding-bottom: 20px;
}
.link_box .link_title span {
  position: absolute;
  left: 0;
  border: 2px solid #50B24B;
  height: 11px;
  top: 4px;
}
.link_box .link_title b {
  margin-left: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.link_box .link_text {
  padding-top: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #888888;
  line-height: 28px;
}
.link_box .link_text a{
  color: #888888;
}
.link_box .link_text a:hover{
  color: #50b24b;
}
.ztbd_banner{
    width: 100%;
    height: 331px;
    background: url('../img/zt_banner.jpg') no-repeat;
}
.adve_tj {
  height: 80px;
  margin: 20px auto 0;
  position: relative;
  width: 1170px !important;
}
.adve_tj .items {
  display: flex;
  align-items: center;
  border: 1px solid #efefef;
  background: #f9f9f9;
  width:calc(100% - 9px);
  margin-left: 9px;
  padding: 10px 0;
  padding-left: 25px;
  box-sizing: border-box;
}
.adve_tj .items > div {
  width: 154px;
  margin-right: 8px;
}
.adve_tj .items > div img{
    width: 154px;
    display: block;
}
.adve_tj .text {
  width: 25px;
  height: 58px;
  background: #50B24B;
  position: absolute;
  left: 0px;
  bottom: 11px;
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  box-sizing: border-box;
  padding-top: 10px;
}
.lv_tj_advs .lv_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lv_tj_advs .lv_title .hr {
  width: 42%;
  border-top: 2px solid #50B24B;
}
.lv_tj_advs .lv_title .bold {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #50B24B;
}
.lv_tj_advs > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 5px;
}
.lv_tj_advs > ul li {
  width: 16%;
  margin-top: 12px;
  height: 70px;
}
.lv_tj_advs > ul li img {
  width: 100%;
  height: 100%;
}
.adve2 {
  margin-top: 30px;
  height: 95px;
}
.adve2 img {
  width: 100%;
  height: 100%;
}
.zixun_wraps {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.zixun_wraps .title_s {
  height: 44px;
  line-height: 44px;
  position: relative;
}
.zixun_wraps .title_s::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  left: 0;
  top: 0;
  z-index: 0;
}
.zixun_wraps .title_s p {
  border-top: #50B24B 2px solid;
  padding-left: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 18px;
  color: #50B24B;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-right: 15px;
}
.zixun_wraps .lefts {
  width: 318px;
}
.zixun_wraps .lefts .text_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.zixun_wraps .lefts .text_box .item1 {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
}
.zixun_wraps .lefts .text_box .item1 img {
  width: 120%;
  height: auto;
}
.zixun_wraps .lefts .text_box .item1 p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: url('../img/bnner.png');
  background-size: 100% 100%;
  height: 50%;
  line-height: 150px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.zixun_wraps .lefts .text_box .item1 p a {
  color: #FFFFFF;
}
.zixun_wraps .lefts .text_box .item2 {
  width: 48%;
  height: 150px;
  margin-top: 15px;
  box-sizing: border-box;
}
.zixun_wraps .lefts .text_box .item2 a.img{
  height: 103px;
  overflow: hidden;
  display: block;
}
.zixun_wraps .lefts .text_box .item2 img {
  width: 100%;
  height: 100%;
}
.zixun_wraps .lefts .text_box .item2 p {
  margin-top: 6px;
}
.zixun_wraps .centers {
  width:500px;
}
.zixun_wraps .centers .text_box .item {
  margin-bottom: 15px;
  border-bottom: #eee 1px solid;
  padding-bottom: 18px;
  box-sizing: border-box;
}
.zixun_wraps .centers .text_box .item:last-child{
  border-bottom:0;
}
.zixun_wraps .centers .text_box .item .name {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  margin-bottom: 10px;
}
.zixun_wraps .centers .text_box .item .content {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #767676;
  line-height: 26px;
}
.zixun_wraps .centers .text_box .item .content a {
  color: #767676;
}
.zixun_wraps .centers .text_box .item1 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
}
.zixun_wraps .centers .text_box .item1 span {
  color: #ccc;
  margin-right: 8px;
}
.zixun_wraps .rights {
  width: 291px;
}
.zixun_wraps .rights .lyzx {
  height: 380px;
  background: #F9F9F9;
}

.zixun_wraps .rights .lyzx_list {
  padding: 0 20px;
  box-sizing: border-box;
}
.zixun_wraps .rights .lyzx_list .item2 {
  display: flex;
  align-items: top;
  justify-content: space-between;
  margin-top: 10px;
}
.zixun_wraps .rights .lyzx_list .item2 .img {
  width: 99px;
  height: 67px;
  overflow: hidden;
  display: block;
}
.zixun_wraps .rights .lyzx_list .item2 .img img {
  width: 135%;
  height: auto;
}
.zixun_wraps .rights .lyzx_list .item2 .text {
  width: 55%;
}
.zixun_wraps .rights .lyzx_list .item2 .text .name {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 15px;
  color: #333333;
}
.zixun_wraps .rights .lyzx_list .item2 .text .name:hover{
  color: #50B24B; 
}
.zixun_wraps .rights .lyzx_list .item2 .text span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 13px;
  color: #A6A6A6;
  line-height: 32px;
}
.zixun_wraps .rights .lyzx_list .item {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  line-height: 31px;
  color: #333;
}
.menus {
  border-top: 2px solid #50B24B;
  border-bottom: 1px solid #eee;
  padding: 15px 0 15px 15px ;
  box-sizing: border-box;
  margin-top: 10px;
}
.menus ul {
  display: flex;
  width: 100%;
}
.menus ul li {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 15px;
  color: #000000;
  margin-right: 30px;
}
.menus ul .ver {
  color: #eee;
}
.link_box a:hover{
	color: #000;
}
.footer {
	width:100%;
	background:#252525;
	padding:0 0 10px 0;
	font-size:14px;
	overflow: hidden;
	margin-top: 20px;
}
.footer .footer_nav {
    padding: 20px 0 15px 0;
    border-bottom: 1px solid #3D3E40;
    text-align: center;
    font-size: 15px;
    width: 1170px;
    margin: 0 auto;
}
.footer .footer_nav a{
    padding: 0 30px;
    color: #ddd;
    position: relative;
    z-index: 1;
}
.footer_nav a:before {
    content: "";
    width: 1px;
    height: 16px;
    background: #3f3f3f;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
}
.footer_nav a:first-child:before {
    background: #252525;
}
.footer .ftrlist {
    margin: 18px 0 0 0;
    width: 100%;
    height: 50px;
	text-align:center;
}

.footer .ftrlist li {
    display:inline-block;
    margin: 0 1px 0 0;
	height:50px;
}

.footer .ftrlist li img {
	height:100%;
}

.footer .ftrlist li.last {
	width: 95px;
	height: 38px;
	border: 1px solid #d2d2d2;
	padding: 5px;
	position: relative;
	z-index:1;
	background:#FFF;
	margin-left:1px;
	text-align:left;
	vertical-align: top;
}


.footer .ftrlist li.last p {
	color: #333;
    position: absolute;
    left: 50px;
    top: 10px;
    line-height: 14px;
	font-size:12px;
}
.footer_co {
	font-size: 14px;
    color: #999;
    line-height: 26px;
	text-align:center;
	padding:15px 0 5px 0;
}

.footer_co a {
	color:#ddd;
}
.footlogo {
    display: inline-block;
    margin: 3px auto 10px auto;
}
.relative{position:relative;top:0;left:0;}
.pb6{padding:0 10px; padding-bottom:6px; width:calc(100% - 20px); text-align: center; color: #333333; font-weight: normal;}
.c_video{
    text-align: center;
    margin-bottom: 10px;
}
.c_video video{
    width: 100%;
    height: 500px!important;
    margin-bottom:0!important;
}
.logos .inputs a:before{
   display: none;
}
/*asid_share*/
.asid_share{position:fixed;width:36px;bottom:15%;right:25px;z-index:890;}
.asid_share .asid_share_box{width:100%;margin-bottom:5px; border-radius:50%; background:#d6d6d6;text-align:center;}
.asid_share .asid_share_box:nth-child(1){width:100%;margin-bottom:5px; border-radius:50%; background:url(../img/wx-icon.png) no-repeat center center; text-align:center;}
.asid_share .asid_share_box:nth-child(2){width:100%;margin-bottom:5px; border-radius:50%; background:url(../img/dy-icon.png) no-repeat center center; text-align:center;}
.asid_share .asid_share_box a{display: flex; height: 36px; padding-top: 0; justify-content: center; align-items: center; flex-direction: row;}
.asid_share .asid_share_box a img{width:50%;}
.asid_share .asid_share_box:nth-child(1) a{display:block;height:36px; text-indent:-99999em;}
.asid_share .asid_share_box:nth-child(2) a{display:block;height:36px; text-indent:-99999em;}
.asid_share .asid_share_box a span{display: block; color: #666666;}
.asid_share .asid_share_box a:hover{background:#50B24B; text-decoration:none; border-radius:50%; color: #ffffff;}
.asid_share .asid_share_box:nth-child(1) a:hover{background:url(../img/wx-icon.png) no-repeat center center; text-decoration:none; border-radius:50%; color: #ffffff;}
.asid_share .asid_share_box:nth-child(2) a:hover{background:url(../img/dy-icon.png) no-repeat center center; text-decoration:none; border-radius:50%; color: #ffffff;}
.asid_share .asid_share_box a:hover .asid_title,.asid_share .asid_share_box .asid_title{color:#fff;font-size:12px;display:block;padding-left:0;line-height:18px;width:60px;margin-top:-2px;}
.asid_share .red_bag{background:#50B24B;text-decoration:none; color: #ffffff;}
.asid_share .red_bag a span{color: #ffffff;}
.asid_share .asid_sha_layer{border:1px solid #ccc;background:#fff;position:absolute;right:45px;bottom:-44px;}
.sweep_img{padding:10px; padding-bottom: 0;}
.sweep_img img{display: block;}
.asid_share_box .asid_help_list li{line-height:26px;height:26px;background:url(../img/dian.png) no-repeat 6px 12px;}
.asid_share_box .asid_help_list li a{line-height:26px;height:26px;padding:0 0 0 14px;text-align:left;}
.asid_help_list li a:hover{color:#fff;}

.asid_share_triangle{width:12px;height:36px;position:absolute;right:42px;bottom:-9px;z-index:100;}
.border_sj,.con_sj{display:block;width:18px;height:28px;font-size:18px;overflow:hidden;font-family: SimSun;}
.border_sj{color:#ccc;font-style:normal;}
.con_sj{color:white;margin:-14px -2px 0 0;margin:-28px 0 0 -2px;}
@media (max-width:1440px) {
    .elevator{
        left: 1%;
    }
}