*{box-sizing: border-box;}
body{margin: 0px auto; padding: 0px; font-size: 14px; line-height:28px; color: #221815; font-family:Microsoft YaHei;box-sizing: border-box;overflow-x:hidden;}
div{margin: 0px; padding: 0px;}
span, p{margin: 0px; padding: 0px;}
html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {margin: 0;padding: 0;}
dl,dt,dd,ol,ul,li {margin: 0px; padding: 0px; list-style: none;}
h1, h2, h3, h4, h5, h6{font-weight:normal;}
img{border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;}
table {border-collapse: collapse;table-layout: fixed;}
tr,td{padding:0 !important;}
ul{list-style-type: none;}
a{text-decoration: none; color:#333333; font-size: 14px;}
a:hover{color:#8dc740; text-decoration:blink; font-size: 14px;}
.fr{ float:right;}
.fl{ float:left;}
.db,.lb,.dd{font-size: 0;}
.db>div,.lb>li,.dd>dl{display: inline-block;vertical-align: top;}
.bz,.w1200{ width:1200px; margin:0 auto; overflow:hidden;}
.bz1{ width:1200px; margin:0 auto;}
.bz1:after{ display: block; clear: both; content: "";}
.clear,.cl{height: 0; overflow: hidden; clear: both;}
.kg30{width:1200px; height:30px; margin:0 auto;  overflow:hidden;}
.kg40{width:1200px; height:40px; margin:0 auto;  overflow:hidden;}
.kg60{width:1200px; height:60px; margin:0 auto;  overflow:hidden;}
.kg100{width:1200px; height:100px; margin:0 auto;  overflow:hidden;}

/*top*/
.top{height: 38px;background:#f2f2f2;}
.top_l,.top_l a,.top_r,.top_r a{font-size: 14px;line-height: 38px;color: #666666;}

/*head*/
.head{height: 175px;}
.logo{margin-top: 49px;}
.adla{margin-top: 74px;margin-left: 70px;}
.head_lx{background:url(http://memberpic.114my.cn/tongjia/uploadfile/image/20191219/20191219094252_986188400.png)left no-repeat;font-size: 18px;line-height: 40px;color: #666666;padding-left: 56px;box-sizing: border-box;margin-top: 67px;}
.head_lx span{font-size: 30px;line-height: 40px;color: #fa0000;font-family: Impact;float: right;}

/*导航*/
.container {width: 100%;height: 60px; background:#8dc740;}

/* general styles */
.menu, .menu ul {list-style: none;padding: 0;}
.menu {height: 60px;width:800px;float: right;margin: 0 auto;}

.menu li{min-width: 114px;}

.menu > li {display: block;float: left;position: relative;z-index: 999;}
.menu > li:first-child {
   /* border-radius: 5px 0 0;*/
}
.menu a {color: #fff;display: block;font-size: 16px;line-height: 60px;text-decoration: none;text-transform: uppercase;text-align: center;width: 114px;}

/*经过样式 */
.menu li:hover {background:#79ab38;}
.menu .cur{background:#79ab38;}
.navcurrent{
    background-color: #1c1c1c;
    background: -moz-linear-gradient(#1c1c1c, #1b1b1b);
    background: -ms-linear-gradient(#1c1c1c, #1b1b1b);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1c1c1c), color-stop(100%, #1b1b1b));
    background: -webkit-linear-gradient(#1c1c1c, #1b1b1b);
    background: -o-linear-gradient(#1c1c1c, #1b1b1b);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c1c1c', endColorstr='#1b1b1b');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c1c1c', endColorstr='#1b1b1b')";
    background: linear-gradient(#1c1c1c, #1b1b1b);

}

.menu li:hover > a {color: #fff;}

.submenu {left: 0;max-height: 0;position: absolute;top: 100%;z-index: 0;
-webkit-perspective: 400px;-moz-perspective: 400px;-ms-perspective: 400px;-o-perspective: 400px;perspective: 400px;}
.submenu li {
    opacity: 0;

    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);

    -webkit-transition: opacity .4s, -webkit-transform .5s;
    -moz-transition: opacity .4s, -moz-transform .5s;
    -ms-transition: opacity .4s, -ms-transform .5s;
    -o-transition: opacity .4s, -o-transform .5s;
    transition: opacity .4s, transform .5s;
background: #8dc740;
}

.submenu li a{ font-size: 14px;}
.menu .submenu li:hover{background:#79ab38;}
.menu .submenu li:hover a {color: #ffffff;text-indent: 1em;transition: all linear 0.3s;-moz-transition: all linear 0.3s;-ms-transition: all linear 0.3s;-webkit-transition: all linear 0.3s;}
.menu > li:hover .submenu, .menu > li:focus .submenu {max-height: 2000px;z-index: 10;}
.menu > li:hover .submenu li, .menu > li:focus .submenu li {
    opacity: 1;

    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}


.menu li:hover .submenu li:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.menu li:hover .submenu li:nth-child(2) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.menu li:hover .submenu li:nth-child(3) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.menu li:hover .submenu li:nth-child(4) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.menu li:hover .submenu li:nth-child(5) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.menu li:hover .submenu li:nth-child(6) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.menu li:hover .submenu li:nth-child(7) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.menu li:hover .submenu li:nth-child(8) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}

.submenu li:nth-child(1) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}
.submenu li:nth-child(2) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.submenu li:nth-child(3) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.submenu li:nth-child(4) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.submenu li:nth-child(5) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.submenu li:nth-child(6) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.submenu li:nth-child(7) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.submenu li:nth-child(8) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

/* banner */
.banner{width:100%;height:680px;overflow:hidden;position: relative;}
.banner ul{position:relative;}
.banner ul li {width:100%;position:absolute;top:0;left:0;z-index:0;}
.banner li div{height:680px;}

.banner ol{position:absolute;bottom:45px;left:50%;margin-left: -100px;z-index:99;}
.banner ol li{width:60px;height:5px;background:#fff;vertical-align: middle;transition:0.3s;}
.banner ol li+li{margin-left:10px;}
.banner ol li.cur{background:#8dc740;transition:0.3s;}

.banner>div{width:36px;height:72px;background-color:#000;position:absolute;top:48%;margin-top:-18px;cursor: pointer;z-index:99;opacity:0;transition:0.6s;}
.ban_btn_le{left:-36px;background:url(http://memberpic.114my.cn/tongjia/uploadfile/image/20191125/20191125153840_17745584.png) no-repeat center;}
.ban_btn_ri{right:-36px;background:url(http://memberpic.114my.cn/tongjia/uploadfile/image/20191125/20191125153840_1165993796.png) no-repeat center;}
.banner:hover .ban_btn_le{left:30px;opacity:0.6;transition:0.6s;}
.banner:hover .ban_btn_ri{right:30px;opacity:0.6;transition:0.6s;}

.rise_nr{height: 740px; position: relative;}
.rise_lb{width:340px;height: 768px;background:#8dc740;position: absolute;z-index: 999;top: -28px;}
.rise_lb_bt{height: 88px;background:#7ab925;font-size: 26px;line-height: 88px; color: #ffffff;text-align: center;}
.rise_lb_bt img{padding-left: 20px;}
.rise_lb_nr{width: 340px; height: 680px; overflow-y: auto;}
.rise_lb_nr tr{text-align: center;}
.rise_lb_nr tr td{}
.rise_lb_nr tr td b{font-size: 0 !important;}
.rise_lb_nr tr td a{font-size: 16px;}
.rise_lb_nr>table>tbody>tr:last-of-type{border-top: 1px solid rgba(255, 255, 255, 0.4);}

.rise_lb_nr td table #showfennei{display: block;height: 36px;float: left; width: 161px; text-align: left;padding-left: 10px !important; line-height: 36px;}
.rise_lb_nr td table #showfennei a{font-size: 13px;}
.rise_lb_nr td table #showfennei a:before{content: '';width: 6px; height: 6px; background: #ffffff; display: inline-block; margin-bottom: 2px; margin-right: 4px; transform: rotate(45deg); -ms-transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg);}
.rise_lb_nr tr:nth-child(even) td table{border-bottom: 1px solid rgba(255, 255, 255, 0.4);display: block; padding-bottom: 20px;}


.rise_lb_nr::-webkit-scrollbar{width: 10px; height: 1px;}
.rise_lb_nr::-webkit-scrollbar-thumb{background: #79ab38;}
.rise_lb_nr::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);background: #ffffff;}


/* search */
.search{ width: 100%; height:83px;overflow:hidden;border-bottom: 1px solid #f2f2f2;}
#search_nr{width:1200px; margin:0 auto; height:83px; border-radius: 8px; }
#search-i{float: left; width:45px;height:32px; overflow: hidden; margin-top: 25px; box-sizing: border-box; padding-top:7px;text-align: center;background:#8dc740;border-radius: 0 20px 20px 0;}
#search-bg{float:left; width:143px; height:32px;overflow:hidden; margin-top:25px; box-sizing: border-box;padding-left: 15px;background:#8dc740;border-radius: 20px 0 0 20px;}
.search-text{width:899px;float:left; font-size:15px; line-height:83px; height:83px;color:#666666;}
.search-text a{ font-size:15px; color:#666666;}
.search-text a:hover{ font-size:15px; color: #8dc740;}
.search-text span{ float:left;color:#333333;}
#infoname{ border:none;background:none; outline:none;}
.search1{position: absolute;  top: 661px; right: 0; left: 0;margin: auto;}

/*xadv*/
.xadv{}
.xadv_l{width:780px;}
.xadv_l_t{}
.xadv_l_b{width:780px; height: 175px;background:url(http://memberpic.114my.cn/tongjia/uploadfile/image/20191212/20191212135020_1262749704.jpg) center no-repeat; ;margin-top: 28px;padding-top: 50px;box-sizing: border-box; color: #fff; font-size: 18px;line-height:40px; padding-left: 52px;}
.xadv_l_b li{width: 260px; height: 104px;float: left;text-align: center;}
.xadv_l_b li+li{border-left:1px solid #dddddd;}
.xadv_l_b li span{font-size: 16px;line-height: 16px;color: #333333;}
.xadv_l_b li em{font-size: 60px;line-height: 60px;color: #8dc740;font-family: Impact;font-style: normal;padding-right: 6px;}
.xadv_l_b li p{font-size: 18px;line-height: 30px;color: #666666;padding-top: 12px;}
.xadv_r{width:382px;}
.xadv_r span{font-size: 22px;line-height: 30px;color: #333333;display: block;border-bottom: 1px solid #ddd;padding-bottom: 20px;}
.xadv_r span b{font-size: 52px;line-height: 56px;display: block;margin-bottom: 15px;}
.xadv_r p{font-size: 16px;line-height: 32px;color: #666666;margin-top: 30px;}
.xadv_r p i{font-size: 18px;line-height: 32px;color: #333333;display: block;font-style:normal;}
.xadv_r img{margin-top: 53px;}

/*pro*/
.pro{width: 100%;background:#f5f5f5;padding-top: 60px;box-sizing: border-box;padding-top: 60px;padding-bottom: 70px;}
.pro_bt{text-align: center;}
.pro_bt b{font-size: 46px;line-height: 50px;color: #333333;}
.pro_bt p{font-size: 16px;line-height: 36px;color: #666666;font-weight: lighter;}
.pro_con{margin-top: 35px;}
.pc_left{width: 310px;}
.pcl_title{width: 310px; height: 111px;background:#8dc740;padding: 30px;box-sizing: border-box;}

.pcl_title span{font-size: 30px;line-height:30px;color: #ffffff;display: block;float: left;}
.pcl_title p{font-size: 14px;line-height: 30px;color: #a4e054;;font-family:Arial;}
.pcl_title img{float: right;}

.pcl_c{box-shadow: -1px 1px 8px #ddd;}
.pcl_c tr{display: block;position:relative;}
.pcl_c tr .lasttname{position:relative;background:#fff; }
.pcl_c td{width:310px;display:block;background: #fff;border-bottom: 1px solid #f5f5f5;}
.firstname{padding-left:15px !important; box-sizing: border-box;}
.pcl_c tr.on .firstname{background:#fff;}
.pcl_c td b{font-size:0;font-weight: normal;line-height: 0;}
.pcl_c td b a{font-size:18px;line-height:74px;display: block;padding:0 23px 0 20px;position:relative;}
.pcl_c td b a:before{content:'';width:8px;height:14px;background:url(http://memberpic.114my.cn/tongjia/uploadfile/image/20191126/20191126134400_5016011.png) no-repeat center;position:absolute;top:50%;right:20px;margin-top:-7px;transition:0.6s;}
.pcl_c tr.on td b a:before{background:url(http://memberpic.114my.cn/tongjia/uploadfile/image/20191126/20191126134400_5016011.png) no-repeat center;transform:rotate(90deg);transition:0.6s;}
.pcl_c tr.on td b a{color:#333333 !important;}
.lasttname div{font-size:0;line-height: 0 !important;padding:20px 0 20px 36px;max-height:285px;line-height: 42px;}
.lasttname a{display:block;font-size:16px;line-height:40px;position:relative;padding-left:20px;}
.lasttname a:hover{color:#0b5323;}
.lasttname a+a{margin-top:9px;}
.lasttname a:before{content:'-';position:absolute;top:50%;left:0;line-height: 0;}
.lasttname a:hover:before{background:#00a54f;}

.lasttname a:last-of-type:after{display:none;}
#showtyepname a{white-space: nowrap;overflow: hidden;width: 270px; text-overflow: ellipsis;}

.lasttname div::-webkit-scrollbar{width: 10px;height: 1px;}
.lasttname div::-webkit-scrollbar-thumb{background: #00a54f;border-radius: 30px;}
.lasttname div::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); background: #ffffff;border-radius: 30px;}

.pcr_c{width: 870px;}
.pcr_c li{height:880px;display:none;overflow:hidden;position:relative;}
.pcr_c li table{position:absolute;top:0;left:0;}
.pcr_c li td{display:inline-block;width:280px;height:280px;position:relative;overflow: hidden;}
.pcr_c li td+td{margin-left:15px;}
.pcr_c li td a{display:block;}
.pcr_c li td br{display:none;}
.pcr_c li td span{width:100%;height:42px;background:rgba(141, 199, 64, 0.8);position:absolute;bottom:0; left:0;display:block;line-height:42px !important; z-index: 999;}
.pcr_c li td span a{font-size:16px;color:#fff;}
.pcr_c li td span:after{content:'';position: absolute;width: 100%;height: 42px; background:#79ab38; bottom:-42px; left: 0; transition: 0.3s all ease-in-out;z-index: -1;}
.pcr_c li td:hover span:after{bottom:0;}
.pcr_c li tr{display: block;}
.pcr_c li tr+tr{margin-top: 19px;}
.pcr_c li td>a:after{content:''; position: absolute; width: 100%;height: 280px; right: 0; left: 0; top: -100%;background: rgba(0,0,0,0.5) url(http://memberpic.114my.cn/tongjia/uploadfile/image/20191126/20191126141947_554307116.png) no-repeat center;transition: 0.3s all ease-in-out;}
.pcr_c li td:hover>a:after{position: absolute;top: 0%; transition: 0.3s all ease-in-out;}

/* case */
.case{padding-top: 75px;box-sizing: border-box; margin-bottom: 70px;}
.case_bt{text-align: center;}
.case_bt b{font-size: 46px;line-height: 50px;color: #333333;}
.case_bt b span{color: #8dc740;}
.case_bt p{font-size: 18px;line-height: 40px;color: #666666;}
.case_con{position:relative;width: 1060px; margin: 0 auto;margin-top: 30px;}
.case_con .divdgweb_new_div_item+div{display:none;}
.case_con .divdgweb_new_div_item{height:450px;position:relative;}
.case_con .news_div_item_pic,.case_con .divdgweb_new_div_item_content{display:inline-block;vertical-align:top;}
.case_con .divdgweb_new_div_item_content{width:460px;height:450px;float: right;background:#f2f2f2;padding:65px 30px;position:relative;}
.case_con .divdgweb_new_div_item_title{padding-bottom:30px;margin-bottom:25px;position:relative;}
.case_con .divdgweb_new_div_item_title:after{content:'';width:32px;height:2px;background:#8dc740;position:absolute;bottom:0;left:0;z-index:0;}
.case_con .divdgweb_new_div_item_title a{font-size:28px;color:#333;font-weight: bold;}
.case_con .divdgweb_new_div_item_body{color: #666666;line-height: 32px;font-size: 15px;}
.mores{width:142px;height:40px;line-height:40px;text-align: center;position:absolute;bottom:65px;left:30px;border: 1px solid #ddd;}
.mores a{font-size:14px;color:#8dc740;display:block;font-family: Arial; text-transform: uppercase;}
.case_btn{width:1200px;height:60px;position:absolute;top:50%;left:-70px;margin-top:-26px;overflow:hidden;}
.case_btn>div{width:30px;height:60px;cursor: pointer;transition:0.6s; background-color: #ddd;}
.case_btn_le{background:url(http://memberpic.114my.cn/tongjia/uploadfile/image/20191125/20191125153840_17745584.png) no-repeat center;float:left;}
.case_btn_ri{background:url(http://memberpic.114my.cn/tongjia/uploadfile/image/20191125/20191125153840_1165993796.png) no-repeat center;float:right;}
.card_gd{width: 1200px;height: 265px; overflow: hidden; margin-top: 30px;position: relative;}
.card_gd td{width: 290px;display: block;float: left;}
.card_gd td>a{display: block;}
.card_gd td br{display:none;}
.card_gd td+td{margin-left: 13px;}
.card_gd td div{padding-top: 0 !important;width: 100%;height: 38px;background: #333333;line-height: 38px;position: relative;  z-index:999;}
.card_gd td div a{color:#fff;font-size:14px;}
.card_gd td div:after{content:'';position: absolute;left: 0;top: 0; height: 100%;width:0;background: #8dc740;  z-index: -1;transition: 400ms ease all;}
.card_gd td:hover div:after{width:100%;transition: 400ms ease all;}
.card_gd li table{position:absolute;}

/*adv*/
.adv{height: 886px;background:#f5f5f5 url(http://memberpic.114my.cn/tongjia/uploadfile/image/20191219/20191219102038_1341889313.jpg)top center no-repeat;padding-top: 65px;box-sizing: border-box;}
.adv_bt{font-size: 18px;line-height: 40px;color: #ffffff;text-align: center;}
.adv_bt b{font-size: 46px;line-height: 50px;display:block;}
.adv_nr{height: 535px;background: #ffffff;position: relative;margin-top: 50px;}
.adv_nr:after{content:'';background:url(http://memberpic.114my.cn/tongjia/uploadfile/image/20191125/20191125165800_992730132.png)center no-repeat;width: 1196px;height:54px;position: absolute;bottom: -54px;left: 0;right:0;margin: 0 auto;}
.adv_nr .showdiv{width: 198px;position: absolute;bottom:36px;right: 0;left: 0;margin: auto;}
.adv_nr .showdiv .on{background:#8dc740;}
.adv_nr .showdiv li{width: 58px;height: 17px;background: #333333;border-radius: 20px;float: left;}
.adv_nr .showdiv li+li{margin-left: 12px;}
.adv_nr .adv_con{padding: 50px 42px;}
.adv_nr .adv_l{width: 546px;}
.adv_nr .adv_r{width: 525px;padding-top: 30px;}
.adv_nr .adv_r_t{overflow: hidden;border-bottom: 1px solid #ddd;padding-bottom: 30px;}
.adv_nr .adv_r_t em{font-size: 76px;line-height: 80px;color: #8dc740;font-style: normal;font-family:Impact;float: left;}
.adv_nr .adv_r_t span{font-size: 18px;line-height: 30px;color: #666666;float: left;margin-left: 15px;margin-top: 7px;}
.adv_nr .adv_r_t span b{font-size: 30px;line-height: 36px;color: #333333;display: block;}
.adv_nr .adv_r_b{font-size: 15px;line-height:28px;color: #666666;margin-top: 40px;}
.adv_nr .show_list+.show_list{display: none;}

/*abouts*/
.abouts{margin: 80px auto;}
.abouts_bt{font-size: 18px;line-height: 42px;color: #666666;text-align: center;}
.abouts_bt b{font-size: 46px;line-height: 50px; color: #333333;display: block;}
.abouts_top{margin-top: 40px;}
.abouts_l{width: 650px;height: 633px;background:#f5f5f5;border-top-left-radius: 140px;padding: 84px 66px;}
.abouts_l img{display: block;}
.abouts_l b{font-size: 30px;line-height: 40px;color: #8dc740;display: block;  margin-top: 45px;}
.abouts_l b:after{content:'';border-bottom: 1px solid #ddd;display: block;margin-top: 15px;}
.abouts_l p{font-size: 15px;line-height: 30px;color: #666666;margin-top:35px;}
.abouts_l a{width: 135px;height: 42px;display:block;font-size: 16px;line-height:42px;color: #ffffff;text-align: center;background: #333333;margin-top: 30px;}
.abouts_r{margin-right: 0px;background:#000;}
.abouts_b{margin-top: 64px;}
.hon_tab{height: 58px;}
.hon_tab a{width: 194px;height: 58px;display: block;float: left;background:#333333;font-size: 15px;line-height: 58px;color: #ffffff;text-align: center;}
.hon_tab .cur{background: #8dc740;}
.hon_tab a+a{margin-left: 16px;}
.abouts_b .hon_cen{width: 1200px; overflow: hidden;position: relative;height: 258px; margin-top: 22px;}
.abouts_b .hon_cen li+li{display: none;}
.abouts_b .hon_cen li td{width:290px;height:218px;display: block;float: left;}
.abouts_b .hon_cen table{position: absolute;}
.abouts_b .hon_cen li td br{display:none;}
.abouts_b .hon_cen li td div{padding-top: 0 !important;width: 100%; height: 40px; line-height: 40px; background: #eeeeee;}
.abouts_b .hon_cen li td+td{margin-left: 14px;}
.abouts_b .hon_cen li a{display:block;}

  /*新闻*/
.news{ width:100%; padding-top: 55px; padding-bottom: 80px; background:#f5f5f5; text-align:center;}
.news_dl{width: 350px; padding:25px; background:#fff; height:530px; position:relative;box-sizing: content-box;}
.news_dlt{height:50px; padding:40px 30px;position: relative; background:#f1f1f1; text-align:left;box-sizing: content-box;}
.news_dlt p{font-size: 26px; line-height: 30px; color:#343434;}
.news_dlt p i{ color:#8dc740; font-weight:bold; font-style:normal;}
.news_dlt span{font-size: 14px;line-height: 25px; color:#999999; font-family:Arial, Helvetica, sans-serif;}
.news_dlt a{display: block; width:28px; height:28px; position: absolute; top:48px; right:30px; border-radius: 100%;}
.news_dlm{margin-top:30px; width:100%;overflow: hidden;height:250px; border:1px solid #f1f1f1; }
.news_dlw a{display: block;}
.news_dlw a p{font-size: 18px;color:#343434; line-height:35px; padding-top:12px;}
.news_dlw a t{display: block; font-size:14px;font-weight:100; color:#999; line-height:30px;}
.news_dlw a span{font-size: 14px;font-family: arial;line-height: 30px;position: relative;text-align: right;color: #999;display: block;width: 100%;height: 30px;font-style: normal;margin-top: 25px;}
.news_dlw a span:after{content: '';width: 65px;height: 1px;top: 14px;background: #ccc;display: block;position: absolute;-webkit-transition:0.3s all ease;transition:0.3s all ease;}
.news_dlw a:hover span:after{background: #009944;width: 100px}
.news_dlw{ text-align:left;}
.news_dr{width: 780px; height:580px;}
.news_tit a{font-size: 28px;color: #fff;display: block;line-height: 30px;position: relative;}
.news_tit a .en{font-size: 14px;font-family: arial,microsoft yahei;display: block;line-height:25px;font-weight: 100;text-transform: capitalize;}

.news_r2_cont_i strong{font-size: 18px;font-weight: normal;color: #343434;white-space: nowrap;overflow: hidden;width: 100%;display: block;line-height: 50px;padding: 10px 0 0;text-overflow: ellipsis; text-align:left;}
.news_r2_cont_i p{font-size: 14px;font-weight: 100;color: #999;line-height: 28px;text-align: justify;}
.news_r2_cont_i i:after{content: '';width: 65px;height: 1px;top: 14px;background: #ccc;display: block;position: absolute;-webkit-transition:0.3s all ease;transition:0.3s all ease;}
.news_r2_cont_i *{-webkit-transition:0.3s all ease;transition:0.3s all ease}
.news_r2_cont_i:hover i:after{background: #8dc740;width: 100px}
.news_r2_cont_i:hover strong{color: #8dc740;}
.news_r2_cont_i{width: 325px;float: left;margin-right: 50px}
.news_r2_cont_i i{font-size: 14px;font-family: arial;line-height: 30px;position: relative;text-align: right;color: #999;display: block;width: 100%;height: 30px;font-style: normal;margin-top: 25px;}
.news_r2_cont_i i em{
    font-size: inherit;
    font-style: normal;
    font-family: inherit;
    float: right;
}
.news_row2{padding:30px 35px;width: 710px;height: 215px;background: #fff;position: relative;box-sizing: content-box;}
.news_row2 .news_tit a,.news_row3 .news_tit a{color: #343434}
.news_row2 .news_tit a .color,.news_row3 .news_tit a .color{color:#8dc740;font-size: inherit;font-weight: bold;}
.news_row2 .news_tit a .en,.news_row3 .news_tit a .en{color: #999}
.news_row3{padding:20px 25px;width: 730px;height: 245px;background: #fff;position: relative; margin-top:20px;box-sizing: content-box;}
.news_row3 .fr{width: 400px}
.news_row3 .fl{ border:1px solid #f1f1f1;}


.news_r2_cont{overflow: hidden;}
.news_r2_cont_tit{position: absolute;width: 96%;top: 50px;text-align: right;left: 0;}
.news_r2_cont_tit li{width: 10px;height: 10px;background: #dedede;display: inline-block;border-radius: 50px;-webkit-transition:0.3s all ease;transition:0.3s all ease;margin-right: 3px;cursor: pointer}
.news_r2_cont_tit li.cur{width: 30px;background:#8dc740;}
.news_r3_cont_i clone{ height: 80px !important;}

news_r3_cont{position: relative;}
.news_r3_cont_i p{background: url(http://memberpic.114my.cn/tongjia/uploadfile/image/20191219/20191219104055_1818005897.png) no-repeat 4px center;font-size: 16px;color: #333;font-weight: normal;padding-left: 40px;line-height: 38px; text-align:left;white-space: nowrap; text-overflow: ellipsis;width: 400px;overflow: hidden;}
.news_r3_cont_i p:hover{ color:#8dc740;}
.news_r3_cont_i span.small{background: url(http://memberpic.114my.cn/tongjia/uploadfile/image/20191126/20191126173608_508949506.png) no-repeat left center;font-size: 14px;color: #999;padding-left: 40px;display: block;line-height: 32px;font-weight: 100;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.news_r3_cont_i{display: block;padding: 15px 0 0px; box-sizing: content-box;}
.news_r3_cont_tit{position: absolute;width: 98%;top: -42px;text-align: right;left: 0; display: none;}
.news_r3_cont_tit li{width: 10px;height: 10px;background: #dedede;display: inline-block;border-radius: 50px;-webkit-transition:0.3s all ease;transition:0.3s all ease;margin-right: 3px;cursor: pointer}
.news_r3_cont_tit li.cur{width: 30px;background: #009944}
.news .news_tit{ text-align:left;}
.news .news_div_item_pic{width: 348px;height: 250px;border: 1px solid #f1f1f1;position: absolute;top: 180px; overflow: hidden;}
.news .news_div_item_pic img{width: 348px;height: 250px;} 
.news .news_div_item_content{position: absolute;top: 460px;}
.news .news_div_item_title{ padding-bottom:15px;}
.news .news_div_item_a{font-size: 18px !important;color: #343434;}
.news .news_div_item_body{text-align: left;font-size: 14px;color: #999;}
.news .news_div_item_date{position: absolute;top: 540px;right: 25px; width:350px;}
.news .news_div_item_year,.news_div_item_month,.news_div_item_day{ float:left;color: #999;}
.news .news_div_item_date:after {content: '';width: 65px; height: 1px;top: 10px;background: #ccc;display: block;position: absolute;
-webkit-transition: 0.3s all ease;transition: 0.3s all ease;}
.news .news_dl:hover .news_div_item_date:after{background: #8dc740;width: 100px}
.news .news_div_item_year{ margin-left:270px;}
.news_d{margin-top: 40px;}

/*版权*/
.link_bg{ height: 77px; background:#8dc740; }
.links_l{font-size:20px; color:#fff; line-height:77px;margin-right: 10px;}
.linkTagcs li a{color:#999999; font-size:14px; }
.links_r a{font-size:14px; color:#999999;height:38px; padding-top:19px;display: block;}
.links_m{padding-top: 15px;}
/*copy*/
.copy{height: 380px;background:#1d1d1d;padding-top: 60px;box-sizing: border-box;position: relative;}
.copy_xm{float: left;}
.copy_xm li{text-align: center;float: left;position:relative;}
.copy_xm li+li{margin-left: 80px;}
.copy_xm li span{font-size: 18px;line-height: 30px;color: #fff;font-family:Arial;font-weight: bold;text-transform: uppercase;display: block;margin-bottom: 18px;}
.copy_xm li a{font-size: 14px;line-height: 28px;color:#999999;display: block;}
.copy_xm li+li:after{content:'';width: 1px;height: 177px;background:#333333;position:absolute;top: 0; left:-40px;}

.copy_r{width: 418px;}
.copy_rs{float: right;}
.copy_rsl{float: left;}
.copy_rsl img{float: left;width: 110px;}
.copy_rsl span{display:inline-block;font-size: 14px;line-height: 22px;color:#999999;margin-left: 18px;margin-top: 15px;}
.copy_rsl span i{font-style:normal;width: 20px;height: 20px;background:url(http://memberpic.114my.cn/tongjia/uploadfile/image/20191126/20191126093625_1698037503.png)no-repeat left;display:block; margin-bottom: 15px;}
.copy_rsl+.copy_rsl{margin-left: 30px;}
.copy_rsx{font-size: 16px;line-height: 30px;color: #999999;margin-top: 30px;}
.copy_rsx span{font-size: 14px;line-height: 30px;color: #999999;}
.copy_rsx span em{font-size: 18px;color: #8dc740;font-family: Arial;font-style: normal;}
.copy_x{width: 100%;height: 72px;background: #151515;position: absolute;bottom: 0;}
.copy_nr{font-size: 15px;line-height:72px;color: #999999;}
.copy_nr a{color: #999999;}

#newBridge .nb-icon-base{margin-left: 375px;}