﻿@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0; list-style:none; box-sizing:border-box; font-size: 14px; font-family: "Arial"}
img{ border:0;}
a{ text-decoration:none; color:#333;  }
input,textarea,button{outline:none;}
em{ font-style:normal;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
hr{ border:none;}
.l{ float:left}
.r{ float:right}
.tow{ overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.container{width:1200px; margin: 0 auto; }
.w1200{ width:1280px; margin: 0 auto; }
.w1440{ width:1440px; margin: 0 auto; }
.clearfix{clear: both}
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
body{overflow-x:hidden}

*:focus{   
	border:none;
}




@font-face {
    font-family: 'BODONI';
    src: url('../font/BODONI MT.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}



/* 导航栏 */
.header_all{}
.header_top{width:100%; height: 45px; overflow: hidden; background: #eeeeee}
.header_top h4{color:#999999; font-size: 16px; float: left;line-height: 45px;}
.header_top a{color:#333333; font-size: 16px; line-height: 45px; position: relative; background: url(../images/hh_xs.png) no-repeat left center; padding-left: 18px; float: right}
.h_dhs{float:right; background: url(../images/h_dhs.png) no-repeat left center; padding-left:30px; font-size: 14px; color: #333333; margin-right:2%; line-height: 45px;}
.h_dhs span{color:#333333; font-size: 24px; font-weight: bold;}
.h_logo{width:auto; height:86px; float: left; display: flex; align-items: center;  }
.h_logo img{width:239px; height: auto; align-items: center; float: left}
.header_nav{height:86px; width:100%; z-index: 9; }
.nav{ height:86px;  width:80%;  float: right}
.nav .nLi{position:relative;float:left;display:inline;height:100%; width:10%;}
.nav .nLi h3{ font-weight: normal; width:100%; height: 100%;  }
.nav .nLi h3 p{height:100%; color:#333333; font-size:18px; position: relative; text-align: center;  line-height:84px; display: table; margin: 0px auto;}
.nav .nLi h3 a{width:100%;height:100%;color:#333333; margin: 0px auto; display: block}
.nav .sub{position:absolute;top:86px;left:50%; z-index:999;display:none;padding:0;width:200px; margin-left:-100px; background:#fff;line-height:26px;} 
.nav .sub li{height:auto;border-bottom:1px solid #eee;text-align:center;line-height:26px;zoom:1; padding:4px 0; overflow:hidden}
.nav .sub li p{float:left;margin:0;width:100%; font-size:15px}
.nav .sub li span{float:right}
.nav .sub a{display:block;padding:0 10px;height:100%;color:#333;}
.nav .nLi.active h3 p,.nav .nLi:hover h3 p{color:#23ac3a; font-weight: bold; border-bottom: 4px solid #23ac3a }
.sub li:hover a{color:#23ac3a;}



/* 首页:banner */
.banner{ width:100%; height:600px; position: relative; overflow: hidden; }
.banner .slideBox{position:relative;overflow:hidden;width:100%;height:100%}
.banner .slideBox .hd{z-index:1;overflow:hidden;height:auto; position: absolute; bottom:30px; left:0; width: 100%}
.banner .slideBox .hd ul{overflow:hidden;zoom:1;margin: 0px auto; width:auto;  display: table}
.banner .slideBox .hd ul li{height:10px; width:10px; cursor:pointer; border-radius: 50%; background:#fff;  position: relative; float: left;text-indent: -999px;
	margin: 0 10px; }
.banner .slideBox .hd ul li.on{background:#23ac3a}
.banner .slideBox .bd{position:relative;z-index:0;width:100%;height:600px; overflow: hidden}
.banner .slideBox .bd ul{width:100%;height:100%}
.banner .slideBox .bd li{width:100%;height:100%;vertical-align:middle;zoom:1}
.banner .slideBox .bd li a{width:100%; height:600px; display: block;}
.banner .slideBox .bd li img{vertical-align: bottom; width: 100%; height: auto;transition: all 5.5s;}
.banner .slideBox .next,.banner .slideBox .prev{ position:absolute;  display:block; width:47px; height:47px;  opacity:0.5; margin-top:-23.5px; top:50%   }
.banner .slideBox .next{background: url(../images/ban_right.png) no-repeat center; right:5%;}
.banner .slideBox .prev{background: url(../images/ban_left.png) no-repeat center; left:5%;}
.banner .slideBox .prev:hover,
.banner .slideBox .next:hover{opacity: 1}



/*领域*/
.index_lingyu{width:100%; height: auto; overflow: hidden; margin-top: 60px; margin-bottom: 40px;}
.index_lingyu ul{width:100%; height: auto; overflow: hidden; margin-top: 50px;}
.index_lingyu ul li{width:13.4%; height: auto; float:left; background: #fff; box-shadow: 0 0 5px rgba(0,0,0,0.2); margin-right: 1%; margin-bottom: 40px; }
.index_lingyu ul li:nth-child(7n){margin-right: 0}
.in_ly_pic{width:100%; height: auto; overflow: hidden}
.in_ly_pic img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_lingyu ul li h5{width:100%; height: 92px; line-height: 24px; text-align: center; font-size:18px; color: #333333;padding-top: 24px}
.ly_more{width:190px; height: 45px; float: right; background: #23ac3a; text-align: center; line-height: 45px; color: #fff; font-size: 18px;}
.index_lingyu ul li:hover h5{background:#23ac3a; color:#fff}
.index_lingyu ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ly_more:hover{background:#026836}


/*新闻资讯*/
.index_news{width:100%; height:691px; background: url(../images/news_bjs.jpg) no-repeat center; padding: 56px 0}
.index_lingyu_title{width:100%; height: auto; overflow: hidden; text-align: center; }
.index_lingyu_title h4{ font-weight: bold; line-height: 40px; vertical-align:middle;}
.index_lingyu_title h4 i{display:inline-block; vertical-align:middle; color:#333333; font-size: 30px; font-style: normal}
.index_lingyu_title span{color:#23ac3a; font-size: 30px; font-weight: bold;  display:inline-block; vertical-align:middle;}
.index_lingyu_title img{ margin: 0 5px;  display:inline-block; vertical-align:middle;}
.index_lingyu_title p{width:100%; color:#333333; font-size: 16px; line-height: 40px}
.index_lingyu_title hr{width:58px; height: 7px; background: #23ac3a; display: block; margin: 12px auto 0}
.index_news_left{width:15.3%; height: 437px; float: left; background: url(../images/n_left.jpg) no-repeat center; background-size: 100% 100%; padding: 20px 32px 0; margin-top: 36px}
.index_news_left a{width:100%; height: 68px; line-height: 68px; border-bottom: 1px solid rgba(255,255,255,0.2); background: url(../images/b_yuan.png) no-repeat 12px center; padding-left: 40px; display: block; font-size: 16px; color: #fff}
.index_news_left a:last-child{border-bottom: 0}
.index_news_right{width:82.5%; height: auto; float: right; margin-top: 36px}
.news_right_top{width:100%; height: auto; overflow: hidden}
.in_news_pic{width:351px; height: auto; float: left}
.in_news_pic img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.in_news_xx{margin-left:390px;}
.in_news_xx dl{width:100%; height: 40px; line-height: 40px;}
.in_news_xx dl dt{width:60%; height: 100%; float: left; color:#333333; font-size: 18px; font-weight: bold; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.in_news_xx dl dd{color:#333333; float: right; font-size: 16px;}
.in_news_xx p{width:100%; height:90px; line-height: 30px; color:#666666; font-size:16px;   word-break:break-all;display:-webkit-box; -webkit-line-clamp:3;
  -webkit-box-orient:vertical; overflow:hidden; margin:10px 0 15px}
.index_news_right ul{width:100%; height: auto; overflow: hidden; margin-top: 5px}
.index_news_right ul li{width:48%; height: 60px; line-height: 60px; border-bottom: 1px dashed #b5b5b5; float: left}
.index_news_right ul li:nth-child(2n){float: right}
.index_news_right ul li a{width:100%; height:100%; color:#333333; font-size: 16px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; display: block}
.index_news_right ul li:hover a{color:#026836}
.index_fyxx{width:100%; height: auto; overflow: hidden; padding: 26px 0 20px; background: #f5f5f5;}
.index_fyxx a{width:32.6%; height:92px; border: 1px solid #23ac3a; padding: 0 3%; float: left; margin-right:1% }
.index_fyxx a:last-child{margin-right: 0}
.index_fyxx a dl{width:72%; height: auto; float: left; margin-top:22px;}
.index_fyxx a dl dt{width:100%; height: 30px; line-height: 30px; color: #333333; font-size: 20px; font-weight: bold;}
.index_fyxx a dl dd{width:100%; height:20px; line-height:20px; color: #666666; font-size:16px; font-family: "Arial"}
.index_fyxx a i{width:30px; height:92px; float: right; background: url(../images/fy_jts.png) no-repeat center}
.index_fyxx a:hover{background: #23ac3a}
.index_fyxx a:hover dl dt,.index_fyxx a:hover dl dd{color:#fff}
.index_fyxx a:hover i{background: url(../images/fy_jt.png) no-repeat center}
.news_right_top:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.news_right_top:hover dt,.news_right_top:hover p{color:#026836}



/*友情链接*/
.index_link{width:100%; height: auto; overflow: hidden; background: #f5f5f5; padding: 20px 0}
.index_link i{width:102px; height:38px; float: left; background: url(../images/links.png) no-repeat center;}
.index_link_xx{margin-left:120px; height: auto; }
.index_link_xx a{color:#666666; font-size: 16px; line-height: 38px; margin: 0 10px; float: left}
.index_link_xx a:hover{color:#23ac3a}



/*内页banner*/
.ny_banner{width:100%; height:300px; }
.ly_ban{background: url(../images/ly_ban.jpg) no-repeat center}
.case_ban{background: url(../images/case_ban.jpg) no-repeat center}
.tjls_ban{background: url(../images/tjls_ban2.jpg) no-repeat center}
.tjls_ban3{background: url(../images/tjls_ban.jpg) no-repeat center}
.news_ban{background: url(../images/news_ban.jpg) no-repeat center}
.bnm_ban{background: url(../images/bnm_ban.jpg) no-repeat center}
.about_ban{background: url(../images/about_ban.jpg) no-repeat center}
.service_ban{background: url(../images/service_ban.jpg) no-repeat center}
.contact_ban{background: url(../images/contact_ban.jpg) no-repeat center}
.ny_banner_left{width:50%; height: auto; float: left; margin-top: 80px;}
.ny_banner_left h3{color:#fff; font-size: 36px; font-weight: bold;}
.ny_banner_left hr{width:58px; height: 7px; background: #23ac3a; display: block; margin: 20px 0}
.ny_banner_left p{color:#fff; font-size: 18px;}
.ny_banner_post{width:auto; float: right; background: url(../images/home.png) no-repeat left center; padding-left:28px; font-size: 16px; color: #fff; margin-top:160px}
.ny_banner_post a{font-size: 16px; color: #fff}



/*领域*/
.ny_all{width:100%; height: auto; overflow: hidden; position: relative; margin-bottom: 150px;}
.ny_all:after{content: ""; width:38%; height: 100%; position: absolute; top:0; right:0; background-image: linear-gradient(to bottom, #f1f1f1 , #fff); 
	background-image: -webkit-gradient(to bottom, #f1f1f1 , #fff); 
	background-image: -webkit-radial-gradient(to bottom, #f1f1f1 , #fff);}
.ny_left{width:60.6%; height: auto; float: left; margin-top: 42px;}
.ny_ly_title{width:100%; height:auto; border-bottom: 1px solid #eeeeee; overflow: hidden; padding-bottom: 14px;}
.ny_ly_title h4{color:#333333; font-size: 24px; font-weight: bold; background: url(../images/lv_xs.png) no-repeat left 7px; padding-left: 20px}
.ny_ly_js{width:100%; height: auto; display: block; margin-top: 56px; color:#666666; font-size: 16px; text-indent: 2rem; line-height: 30px; margin-bottom: 70px}
.ny_ly_js p{color:#666666; font-size: 16px; }
.ny_ly_js img{max-width:100%}
.ny_ly_bottom{width:100%; height: auto; overflow: hidden; margin-bottom: 82px}
.ny_ly_bottom .slideTxtBox{ width:100%; height: auto; overflow: hidden }
.ny_ly_bottom .slideTxtBox .hd{width:100%; height: auto; overflow: hidden; border-bottom: 1px solid #eeeeee; padding-bottom: 30px;}
.ny_ly_bottom .slideTxtBox .hd ul{width:100%; height: auto; overflow: hidden}
.ny_ly_bottom .slideTxtBox .hd ul li{ float:left; width:195px; height: 47px; background: #e5e5e5; text-align: center; line-height: 47px; font-size:18px; color: #333333; 
	margin-right:10px; }
.ny_ly_bottom .slideTxtBox .hd ul li a{color:#333333; font-size: 18px; display: block}
.ny_ly_bottom .slideTxtBox .hd ul li.on{background: #23ac3a; color:#fff}
.ny_ly_bottom .slideTxtBox .hd ul li.on a{color:#fff}
.ny_ly_bottom .slideTxtBox .bd ul{width:100%; height: auto; display: block}
.ny_ly_bottom .slideTxtBox .bd li{width:100%; height: auto; overflow: hidden; border-bottom: 1px solid #eeeeee; padding-bottom: 36px; margin-top: 30px;}
.ny_ly_bottom .slideTxtBox .bd li dl{width:100%; height: 30px; line-height: 30px;}
.ny_ly_bottom .slideTxtBox .bd li dl dt{width:80%; height: 100%; float: left; color:#333333; font-size: 16px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.ny_ly_bottom .slideTxtBox .bd li dl dd{color:#666666; font-size: 16px; float: right}
.ny_ly_bottom .slideTxtBox .bd li p{width:100%; height: 30px; line-height:30px; color: #666666; font-size: 16px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin-top: 10px;}
.ny_ly_bottom .slideTxtBox .bd li:hover dt,.ny_ly_bottom .slideTxtBox .bd li:hover dd,.ny_ly_bottom .slideTxtBox .bd li:hover p{color:#23ac3a}
.ny_right{width:29.6%; height: auto; float:right; position: relative; z-index: 9; padding-top:42px }
.ny_ly_pic{width:100%; height: auto; overflow: hidden}
.ny_ly_pic img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_ly_xx{width:100%; height: auto; overflow: hidden; margin-top: 30px; border-bottom: 1px solid #dcdcdc; padding-bottom:30px}
.ny_ly_xx p{width:100%; height: auto; overflow: hidden;  color:#666666; font-size: 14px; line-height: 24px;}
.ny_ly_xx span{color:#23ac3a; font-size: 16px; display: block; margin-top: 38px}
.ny_right h4{width:100%; height: auto; overflow: hidden; color:#333333; font-size: 24px; font-weight: bold; margin-top: 32px}
.ny_ly_bt{width:100%; height: auto; margin-top: 24px; position: relative}
.ly_bt_active{width:100%; height:52px; line-height:48px; border:3px solid #b5b5b5; padding: 0 4%; font-size: 16px; color: #333333; background: url(../images/ly_jts.png) no-repeat 95% center}
.ly_bt_links{width:100%; height: auto; overflow: hidden; position: absolute; top:52px; left:0; background: #fff; padding:8px 15px; border: 2px solid #b5b5b5; border-top:0; display: none}
.ly_bt_links a{width:100%; display: block; color:#333; font-size: 16px; line-height: 28px; margin:5px 0}
.ly_bt_links a:hover{color:#23ac3a; font-weight: bold;}
.ny_ly_bt:hover .ly_bt_links{display: block}
.ny_ly_pic:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_ly_xx:hover p{color:#23ac3a}

.ny_lingyu_all{width:100%; height: auto; overflow: hidden; margin-top: 64px; margin-bottom: 100px}
.ny_lingyu_all ul{width:100%; height: auto; overflow: hidden; padding: 5px; margin-bottom: 40px}
.ny_lingyu_all ul li{width:18.4%; height: auto; float: left; margin-right: 2%; margin-bottom: 30px; box-shadow: 0 0 7px rgba(0,0,0,0.2); }
.ny_lingyu_all ul li:nth-child(5n){margin-right: 0}
.ny_lingyu_all ul li h5{width:100%; height: 92px; line-height: 92px; text-align: center; font-size:18px; color: #333333; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.ny_lingyu_all ul li:hover h5{background:#23ac3a; color:#fff}
.ny_lingyu_all ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}



/*推荐律师*/
.ny_tjls_all{width:100%; height: auto; overflow: hidden; margin-top: 34px; margin-bottom: 100px}
.tjls_all_title{width:100%; height: auto; overflow: hidden; border-bottom: 1px solid #dcdcdc; padding-bottom: 18px;}
.tjls_all_title h3{color:#333333; font-size: 18px; font-weight: bold; background: url(../images/lv_xs.png) no-repeat left center; padding-left: 20px;}
.ny_tjls_all ul{width:100%; height: auto; overflow: hidden; margin-top:48px }
.ny_tjls_all ul li{width:48%; height: auto; float: left; background: #f3f5f9; margin-bottom:50px; }
.ny_tjls_all ul li:nth-child(2n){float: right}
.ny_tjls_pic{width:50.4%; height: auto; float: left}
.ny_tjls_pic img{width:100%; height: auto; display: block}
.ny_tjls_xx{width:49.6%; float: right; padding:50px 36px 10px }
.ny_tjls_xx h3{width:100%; height:30px; line-height: 30px; color: #111111; font-size: 24px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap ; text-align: center}
.ny_tjls_xx h4{width:100%; height:auto; line-height: 30px; color: #111111; font-size: 16px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; border-bottom: 1px solid #e9e9e9; text-align: center; margin-top:28px; padding-bottom: 8px;}
.ny_tjls_xx p{width:100%; height:60px; line-height: 30px; color: #111111; font-size: 16px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden;  text-align: center; margin-top: 10px}
.tjls_xx_links{width:100%; height: 40px; line-height: 40px; margin-top: 95px}
.tjls_xx_links a{width:50%; height: 100%; float: left; background: #e9e9e9; text-align: center; font-size: 16px; color: #111111}
.tjls_xx_links .ls_zxyy{background: #23ac3a; color:#fff; width:50%; height: 100%; float: left;  text-align: center; font-size: 16px; cursor:pointer}

.tjls_xx_links a:hover,.tjls_xx_links .ls_zxyy:hover{background: #026836; color:#fff}
.ny_tjls_show{width:100%; height: auto; overflow: hidden; position: relative; margin-bottom: 80px;}
.ny_tjls_show:after{content: ""; width:39%; height: 100%; position: absolute; top:0; left:0; background-image: linear-gradient(to bottom, #f1f1f1 , #fff); 
	background-image: -webkit-gradient(to bottom, #f1f1f1 , #fff); 
	background-image: -webkit-radial-gradient(to bottom, #f1f1f1 , #fff);}
.tjls_show_left,.ny_show_left{width:32.3%; height: auto; float: left; position: relative; z-index: 1; margin-top: 30px;}
.tjls_show_pic{width:100%; height: auto; display: block}
.tjls_show_pic img{width:100%; height: auto; display: block}
.tjls_show_links{width:100%; height: auto; overflow: hidden; margin-top: 45px;}
.tjls_show_links a{width:100%; height:67px; text-align: center; line-height: 67px; display: block; color:#333333; font-size: 18px; margin-bottom: 15px }
.tjls_show_links a:hover,.tjls_show_links a.active{background: #23ac3a; color:#fff}
.ny_show_right{width:60.5%; height: auto; float: right; margin-top: 30px;}
.tjls_title{width:100%; height: auto; overflow: hidden; border-bottom: 1px solid #eeeeee; padding-bottom: 10px; }
.tjls_title h3{background: url(../images/lv_xs.png) no-repeat left center;  font-size: 24px; color:#333333; font-weight: bold; line-height: 35px; padding-left: 20px;}
.tjls_show_one{width:100%; height: auto; overflow: hidden; margin-bottom: 56px; margin-top: 10px}
.tjls_show_one h3{color:#111111; font-size: 24px;}
.tjls_show_one hr{width:100%; height: 1px; background: #eeeeee; display: block; margin: 24px 0}
.tjls_show_one h4{color:#111111; font-size: 16px; line-height:30px; margin-bottom:10px}
.tjls_show_one p{width:100%; height: auto; overflow: hidden; line-height:30px; color: #111111; font-size: 16px; margin-bottom:30px; }
.tjls_show_one .tj_ls{width:238px; height: 40px; background: #23ac3a; text-align: center; line-height: 40px; color: #fff; font-size: 16px; display: block; margin-top:40px; cursor:pointer}
.tjls_show_one .tj_ls:hover{background: #000}

.tjls_show_xx{width:100%; height: auto; overflow: hidden; color:#666666; font-size: 16px; line-height: 30px; margin-top: 24px; margin-bottom: 40px;}
.tjls_show_xx p{color:#666666; font-size: 16px; line-height: 30px;}
.tjls_show_xx img{max-width: 100%}
.tjls_show_grjs{width:100%; height: auto; overflow: hidden; margin-bottom: 45px}
.tjls_show_grjs ul{width:100%; height: auto; overflow: hidden}
.tjls_show_grjs ul li{width:100%; height: auto; overflow: hidden; border-bottom: 1px solid #eeeeee; padding-bottom: 36px; margin-top: 30px;}
.tjls_show_grjs ul li dl{width:100%; height: 30px; line-height: 30px;}
.tjls_show_grjs ul li dl dt{width:80%; height: 100%; float: left; color:#333333; font-size: 16px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.tjls_show_grjs ul li dl dd{color:#666666; font-size: 16px; float: right}
.tjls_show_grjs ul li p{width:100%; height: 30px; line-height:30px; color: #666666; font-size: 16px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin-top: 10px;}
.tjls_show_grjs ul li:hover dt,.tjls_show_grjs ul li:hover dd,.tjls_show_grjs ul li:hover p{color:#23ac3a}


/*案例*/
.ny_case_all{width:100%; height: auto; overflow: hidden}
.ny_case_all ul{width:100%; height: auto; overflow: hidden; margin-bottom: 40px;}
.ny_case_all ul li{width:100%; height: auto; overflow: hidden; border-bottom: 1px solid #eeeeee; padding-bottom: 36px; margin-top: 30px;}
.ny_case_all ul li dl{width:100%; height: 30px; line-height: 30px;}
.ny_case_all ul li dl dt{width:80%; height: 100%; float: left; color:#333333; font-size: 16px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.ny_case_all ul li dl dd{color:#666666; font-size: 16px; float: right}
.ny_case_all ul li p{width:100%; height: 30px; line-height:30px; color: #666666; font-size: 16px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin-top: 10px;}
.ny_case_all ul li:hover:hover dt,.ny_case_all ul li:hover:hover dd,.ny_case_all ul li:hover:hover p{color:#23ac3a}




/*新闻*/
.ny_news_all{width:100%; height: auto; overflow: hidden; margin:35px 0 70px }
.ny_title{width:100%; height: auto; overflow: hidden; border-bottom: 1px solid #eeeeee; padding-bottom: 12px; 
	background: url(../images/lv_xs.png) no-repeat left 5px; padding-left: 25px;}
.ny_title a{color:#333333; font-size: 18px; float: left; font-weight: bold; line-height: 30px; margin-right: 68px}
.ny_title a:hover{color:#23ac3a}
.ny_news_one{width:100%; height: auto; overflow: hidden; margin-top:40px;}
.ny_news_one .slideBox{ width:100%; height:auto; overflow:hidden; position:relative;  }
.ny_news_one .slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5%; bottom:30px; z-index:1; }
.ny_news_one .slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.ny_news_one .slideBox .hd ul li{ float:left; margin-left:15px;  width:10px; height:10px; border-radius: 50%; text-align:center; background:#dcdcdc; cursor:pointer; }
.ny_news_one .slideBox .hd ul li.on{background: #23ac3a}
.ny_news_one .slideBox .bd{ position:relative; height:100%; z-index:0;   }
.ny_news_one .slideBox .bd li{ zoom:1; vertical-align:middle; background: #eeeeee }
.ny_news_one .slideBox .bd li a{width:100%; height: auto; display: block}
.news_one_pic{width:49.6%; height: auto; float: left; overflow: hidden}
.news_one_pic img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.news_one_xx{width:50.4%; height: auto; float:left; padding:70px 4% 20px  }
.news_one_xx dl{width:100%; height: 40px; line-height: 40px;}
.news_one_xx dl dt{width:705; height: 100%; float: left; color:#333333; font-size: 18px; font-weight: bold; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.news_one_xx dl dd{color:#333333; font-size: 16px; float: right; line-height: 40px;}
.news_one_xx p{width:100%; height: 120px; overflow: hidden; color:#666666; font-size: 16px; line-height: 30px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical; overflow:hidden; margin-top: 10px;}
.news_one_xx i{width:30px; height: 30px; display: block; background: url(../images/n_jts.png) no-repeat center; margin-top: 45px;}
.ny_news_one .slideBox .bd li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_news_one .slideBox .bd li:hover dt{color:#23ac3a}
.ny_news_bottom{width:100%; height: auto; overflow: hidden; margin-top: 48px;}
.ny_news_bottom li{width:48.8%; height: 280px; float: left; background: #eeeeee; margin-bottom: 42px; padding:32px 55px}
.ny_news_bottom li:nth-child(2n){float: right}
.ny_news_bottom li span{width:100%; height:30px; line-height: 30px; color: #333333; display: block; font-size: 16px;}
.ny_news_bottom li h3{width:100%; height: 30px; line-height: 30px; color: #333333; font-size: 18px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin:15px auto; font-weight: bold;}
.ny_news_bottom li p{width:100%; height:60px; line-height: 30px; color: #333333; font-size: 16px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; }
.ny_news_bottom li i{width:30px; height:30px; display: block; background: url(../images/fy_jts.png) no-repeat center; margin-top: 40px}
.ny_news_bottom li:hover{background: #23ac3a}
.ny_news_bottom li:hover span,.ny_news_bottom li:hover p,.ny_news_bottom li:hover h3{color:#fff}
.ny_news_bottom li:hover i{background: url(../images/fy_jt.png) no-repeat center}


/*新闻详情*/
.ny_right_nxw{width:100%; height: auto; overflow: hidden}
.ny_right_nxw h3{width:100%; height: auto; overflow: hidden; color:#333333; font-size: 24px; font-weight: bold; margin-bottom: 8px;}
.ny_news_hot{width:100%; height: auto; overflow: hidden; border-bottom: 1px solid #dcdcdc; padding-bottom: 10px;}
.news_hot_pic{width:100%; height: auto; overflow: hidden}
.news_hot_pic img{width:100%; height: auto; display: block}
.news_hot_xx{width:100%; height: auto; overflow: hidden}
.news_hot_xx dl{width:100%; height:35px; line-height: 35px; margin:14px 0 }
.news_hot_xx dl dt{width:70%;  height: 100%; float: left; color:#333333; font-size: 18px; font-weight: bold; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.news_hot_xx dl dd{float: right; color:#333333; font-size: 16px;}
.news_hot_xx p{width:100%; height:60px; color: #666666; font-size: 16px; line-height: 30px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; }
.ny_right_nxw ul{width:100%; height: auto; overflow: hidden}
.ny_right_nxw ul li{width:100%; height:66px; line-height: 66px; border-bottom: 1px solid #dcdcdc; }
.ny_right_nxw ul li p{width:60%; height: 100%; float: left; color:#333333; font-size: 16px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.ny_right_nxw ul li span{color:#333333; font-size: 16px; float: right}
.ny_news_time{width:100%; height: auto; overflow: hidden; text-align: right; color:#666666; font-size: 16px; margin-top:20px; margin-bottom: 40px}



/*帮你忙*/
.ny_bnm_t{margin-top: 40px}
.ny_bnm_ul{width:100%; height:auto; overflow: hidden; margin-top: 26px; }
.ny_bnm_ul li{width:32%; height: auto; float: left; margin-right: 2%; margin-bottom:25px;}
.ny_bnm_ul li:nth-child(3n){margin-right: 0}
.ny_bnm_pic{width:100%; height: auto; overflow: hidden}
.ny_bnm_pic img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_bnm_xx{width:100%; height: auto; overflow: hidden}
.ny_bnm_xx h3{width:100%; height: 30px; line-height:30px; color: #333333; font-size:16px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; 
	margin-top: 8px}
.ny_bnm_xx p{width:100%; height: 30px; line-height:30px; color: #666666; font-size:16px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.ny_bnm_xx dl{width:100%; height:40px; line-height:40px;}
.ny_bnm_xx dl dt{float: left; color:#666666; font-size: 16px;}
.ny_bnm_xx dl dd{float: right; width:20px; height: 100%; display: flex; align-items: center;}
.ny_bnm_xx dl dd img{align-items: center; margin: 0px auto}
.ny_bnm_ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}



/*荣誉资质*/
.about_show_left{width: 32.3%;  height: auto;  float: left;  position: relative; z-index: 1; margin-top: 30px;}
.about_show_left a{width:100%; height:67px; text-align: center; line-height: 67px; display: block; color:#333333; font-size: 18px; margin-bottom: 15px }
.about_show_left a:hover,.about_show_left a.active{background: #23ac3a; color:#fff}
.ny_honor_all{width:100%; height: auto; overflow: hidden; margin-top: 28px; margin-bottom:40px}
.ny_honor_all li{width:32%; height: auto; float: left; margin-bottom: 26px; margin-right: 2%}
.ny_honor_all li:nth-child(3n){margin-right: 0}
.ny_honor_pic{width:100%; height: auto; overflow: hidden}
.ny_honor_pic img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_honor_all li h4{width:100%; height:52px; line-height: 52px; background: #eeeeee; text-align: center; font-size: 16px; color: #333333; text-overflow: ellipsis; overflow: hidden; white-space: nowrap }
.ny_honor_all li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_honor_all li:hover h4{background: #23ac3a; color:#fff}


/*服务预约*/
.ny_service_one{width:100%; height: auto; overflow: hidden; position: relative}
.ny_service_one a{width:100%; height: auto; display: block; position: relative; margin-bottom: 50px;}
.ny_service_one img{width:100%; height: auto; display: none}
.service_one_hover{width:100%; height:68px; line-height: 68px; background: rgba(35,172,58,0.9); position: absolute; bottom:0; left:0; padding: 0 5%; display: none }
.service_one_hover p{width:60%; height: 100%; float: left; color:#fff; font-size: 20px;}
.service_one_hover i{width:20px; height: 100%; float: right; background: url(../images/fy_jt.png) no-repeat center}
.ny_service_one h3{width: 100%;  height: 67px; text-align: center; line-height: 67px;  display: block; color: #333333;font-size: 18px;  margin-bottom: 15px;}
.ny_service_one a.active h3{display: none}
.ny_service_one a.active img{display: block}
.ny_service_one a.active .service_one_hover{display: block}
.ny_service_one a:hover h3{background: #23ac3a; color:#fff}
.ny_service_input{width:100%; height:369px; background: url(../images/input_bjs.jpg) no-repeat center; padding:36px; margin-top: 40px; }
.ny_service_input dl,.ny_fzjt_input dl{width:100%; height:48px; margin-bottom: 10px;}
.ny_service_input dl input[type="text"],.ny_fzjt_input dl input{width:100%; height: 100%; background: rgba(255,255,255,0.8); border-radius: 8px; border: 0; padding: 0 10px; font-size: 16px; color: #333333}
.service_input_one dt{width:49.5%; height: 100%; float: left;}
.service_input_one dd{float: right; width:49%; height: 100%; }
.service_input_two dt{width:32.3%; height:100%; float: left; }
.service_input_two dd{width:32.3%; height:100%; float: left; margin-left: 1.5%}
.ny_service_input textarea,.ny_fzjt_input textarea{width:100%; height:96px; background: rgba(255,255,255,0.8); border-radius: 8px; border: 0; padding: 10px; resize: none; font-size: 16px; color: #333333}
.s_tijiao{width:260px; height: 48px; display: block; margin:20px auto; border: 0; background: #23ac3a; text-align: center; line-height: 48px; font-size: 16px; color:#fff; border-radius: 8px; cursor: pointer}
.service_input_bz{width:100%; height: auto; overflow: hidden; margin-top: 35px;}
.service_input_bz h4{color:#333333; font-size: 24px; margin-bottom: 10px;}
.service_input_bz p{width:100%; height: auto; overflow: hidden; line-height:30px; color:#666666; font-size: 16px; }
.ny_fzjt_input{width:100%; height:auto; background: url(../images/fzjt_bjs.jpg) no-repeat center; background-size:cover; padding:36px; margin-top: 40px;}
.ny_fzjt_links{width:100%; border-bottom: 1px solid #e9e9e9; padding-bottom:16px; overflow: hidden; margin-top: 58px;}
.ny_fzjt_links a{width:195px; height: 47px; float: left; margin-right:12px; background: #e5e5e5; text-align: center; line-height: 47px; font-size:18px; color: #333333 }
.ny_fzjt_links a:hover{background: #23ac3a; color:#fff}
.ny_fzjt_ul{width:100%; height: auto; overflow: hidden; margin-top: 38px;}
.ny_fzjt_ul li{width:100%; height: auto; overflow: hidden; border-bottom: 1px solid #e9e9e9; padding-bottom:42px; margin-bottom:42px  }
.ny_fzjt_pic{width:356px; height: auto; float: left; overflow: hidden}
.ny_fzjt_pic img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_fzjt_xx{margin-left:382px; }
.ny_fzjt_xx h3{width:100%; height:60px; font-size:18px; line-height: 30px;  word-break:break-all; display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; margin-bottom: 8px}
.ny_fzjt_xx p{width:100%; height:90px; line-height: 30px; color: #666666; font-size: 16px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:3;
  -webkit-box-orient:vertical; overflow:hidden; }
.ny_fzjt_xx span{display: block; color:#666666; font-size: 16px; margin-top:14px;}
.ny_fzjt_ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_fzjt_ul li:hover h3{color:#23ac3a}
.ny_fzty_input{width:100%; height:auto; background: url(../images/fzty_bjs.jpg) no-repeat center; background-size:cover;  padding:56px 36px; margin-top: 40px; margin-bottom:55px  }
.ny_kfr_input{width:100%; height:auto; background: url(../images/kfr_bjs.jpg) no-repeat center; background-size:cover;  padding:56px 36px; margin-top: 40px; }
.fzty_input_one{width:100%; height: 48px; overflow: hidden; margin-bottom: 10px;}
.fzty_input_one dt{width:49.5%; height: 100%; float: left;}
.fzty_input_one dd{float: right; width:49%; height: 100%; }
.fzty_input_one input,.fzjt_date input{width:100%; height: 100%; background:#fff; padding: 0 10px;  border: 1px solid #dddddd; border-radius: 8px; font-size:16px; color: #333333 }
.fzjt_date{width:100%; height:48px; margin-bottom: 10px; }
.ny_kfr_input textarea,.ny_fzty_input textarea{width:100%; height:95px; background:#fff;  padding:10px;  border: 1px solid #dddddd; border-radius: 8px; resize: none; font-size:16px; color: #333333}



/*联系我们*/
.ny_contact_li{width:100%; height: auto;  position:relative; z-index: 9; margin-top: 36px; overflow: hidden}
.contact_li_left{width:35.5%; min-height: 280px; float: left; border-right:1px solid #23ac3a; padding:35px 4% 15px }
.contact_li_left h3{color:#333333; font-size: 18px; border-bottom: 1px solid #e5e5e5; font-weight: bold; padding-bottom: 22px; margin-bottom:30px;}
.contact_li_left p{color:#333333; font-size: 16px; margin-bottom:35px; padding-left:28px; }
.contact_li_right{width:60%; height: 308px; float:right}
.f1{background: url(../images/f1.png) no-repeat left center}
.f2{background: url(../images/f2.png) no-repeat left center}

.lsjs_all{width:100%; height: auto; overflow: hidden; margin-top: 30px; margin-bottom:50px }
.lsjs_one{width:100%; height: auto; overflow: hidden}
.lsjs_one dl{width:83%; height:auto; float: left}
.lsjs_one dl dt{width:100%; height: 65px; border: 1px solid #eeeeee; border-radius: 8px; margin-bottom: 8px}
.lsjs_one dl dd{width:100%; height: 65px; border: 1px solid #eeeeee; border-radius: 8px}
.lsjs_one dl p{width:16.7%; height:100%; float: left; background: url(../images/hx.png) no-repeat right center; font-size: 16px; color: #333333; text-align: center; line-height: 65px}
.lsjs_one dl input[type="text"]{width:78%; height: 100%; float: left; margin-left:4%; border: 0; font-size:16px; color: #999999 }
.lsjs_jsq{width:16%; height:138px; background: #23ac3a; text-align: center; float: right; border-radius: 8px;; padding-top: 38px; }
.lsjs_jsq p{color:#fff; font-size: 16px; line-height: 30px;}

.lsjs_all h5{color:#111111; font-size: 24px; margin: 36px 0 24px}

.gfjs_one{width:100%; height: auto; overflow: hidden; margin-top: 35px; margin-bottom: 54px}
.gfjs_je,.gfjs_jg{width:100%; height: 65px;  border: 1px solid #eeeeee; border-radius: 8px; margin-bottom: 8px}
.gfjs_je dt{width:28.8%; height:100%; float: left; background: url(../images/hx.png) no-repeat right center; font-size: 16px; color: #333333; text-align: center; line-height: 65px}
.gfjs_je dd{width:66%; height: 100%; float: left; margin-left:4%; border: 0; font-size:16px; color: #999999 }
.gfjs_je dd input[type="text"],.gfjs_jg dd input[type="text"]{width:100%; height: 65px; line-height: 65px; border: 0; background: none;}
.gfjs_one h5{color:#333333; font-size: 16px; margin:22px 0 }
.gfjs_jg dt{width:14%; height:100%; float: left; background: url(../images/hx.png) no-repeat right center; font-size: 16px; color: #333333; text-align: center; line-height: 65px}
.gfjs_jg dd{width:80%; height: 100%; float: left; margin-left:4%; border: 0; font-size:16px; color: #999999 }
.gfjs_one h6{color:#666666; font-size: 16px; margin: 14px 0}
.gfjs_tab{width:100%; height: auto; overflow: hidden; margin-bottom: 20px;}
.gfjs_tab .sex{width:15.8%; height:65px; border: 1px solid #eeeeee;  float: left; border-radius: 8px; margin-right: 1%}
.gfjs_tab .sex input{opacity: 0; position: absolute}
.sex_l{margin-right: 0!important}
.gfjs_tab label{width:100%; height: 100%; text-align: center; line-height: 65px; color:#999999; font-size: 16px; text-align: center; display: block}
.icheckbox_sm-blue, .radio_sm-blue { position: relative; display: block;
   width:100%; height: 100%; text-align: center; line-height: 65px; color:#999999; font-size: 16px; text-align: center; display: block; border-radius: 8px}
.icheckbox_sm-blue:hover, .radio_sm-blue:hover{ border: #23ac3a solid 1px; color: #333;}
.icheckbox_sm-blue.checked, .radio_sm-blue.checked{background: #23ac3a; border: 1px solid #23ac3a; color: #fff;}
.icheckbox_sm-blue.disabled, .radio_sm-blue.disabled { opacity: 0.6; cursor: default;}
.icheckbox_sm-blue.disabled:hover, .radio_sm-blue.disabled:hover{ border-color: #ccc;}
.icheckbox_sm-blue.checked:hover, .radio_sm-blue.checked:hover{ border-color: #0095ff;}
.gfjs_submit{width:334px; height: 77px;  background: #23ac3a; border-radius: 8px; vertical-align: middle; text-align:center; line-height: 77px; }
.gfjs_submit span{color:#ffffff; font-size: 16px;  display: inline-block;  vertical-align: middle;}
.gfjs_submit img{display: inline-block; vertical-align: middle; margin-right: 10px}
.sygj_sfbz{width:100%; height: auto; overflow: hidden; margin-top: 22px; color:#666666; font-size: 16px; line-height: 30px; text-indent: 2rem}
.sygj_tab{width:100%; height: auto; overflow: hidden; margin-top: 40px;}
.sygj_tab .slideTxtBox{ width:100%; height: auto; overflow: hidden}
.sygj_tab .slideTxtBox .hd{width:100%; height: auto; overflow: hidden; margin-bottom: 40px;}
.sygj_tab .slideTxtBox .hd ul{width:100%; height: auto; overflow: hidden}
.sygj_tab .slideTxtBox .hd ul li{ float:left; width:195px; height: 47px; background: #e5e5e5; font-size:18px; color: #333333; margin-right: 10px; text-align: center; line-height: 47px;  cursor: pointer}
.sygj_tab .slideTxtBox .hd ul li.on{background: #23ac3a; color:#fff}
.sygj_tab_xx{width:100%; height: auto; overflow: hidden}
.sygj_tab_xx p{color:#666666; font-size: 16px; line-height: 30px;}
.sygj_tab_xx img{max-width: 100%; display: block}


.ny_contact_input{width:100%; height:auto; overflow:hidden}
.ny_contact_input .tjls_title{margin-bottom:35px;}
.ny_contact_input dl{width:100%; height:50px; margin-bottom:10px;}
.ny_contact_input dl input[type="text"]{width:100%; height:100%; border:1px solid #e8e8e8; border-radius:8px; padding:0 10px; color:#333333; font-size:16px;}
.ny_contact_input dl dt{width:49.5%; height:100%; float:left;}
.ny_contact_input dl dd{width:49.5%; height:100%; float:right;}
.ny_contact_input textarea{width:100%; height:95px; border:1px solid #e8e8e8; border-radius:8px; padding:8px; color:#333333; font-size:16px;     resize: none;}
.contact_tj{width:260px; height:48px; background:#23ac3a; border:0; border-radius:8px; color:#fff; font-size:16px; display:block; margin:20px auto;}

.ny_contact_text{width:100%; height:auto; overflow:hidden; margin-top:70px;}
.contact_text_right{width:60%; height:auto; float:right}




/*底部*/
.footer{width:100%; height:auto; overflow: hidden;  padding-top:30px; border-top:3px solid #23ac3a }
.footer .w1440{overflow: hidden}
.footer_left{width:70%; height: auto; float: left}
.footer_left a{width:100%; height: auto; display: block; margin-bottom: 15px;}
.footer_left a img{max-width: 100%}
.footer_left p{float: left; color:#333333; font-size: 16px; line-height: 30px; width:50%}
.footer_right{width:auto; float: right}
.footer_right h4{width:100%; color:#333333; font-size: 16px; margin-bottom:18px;}
.footer_right img{width:110px; height: auto; float: left; margin-right: 10px;}
.footer_right img:last-child{margin-right: 0}
.footer_bottom{width:100%; height: auto; overflow: hidden; border-top:1px solid #eaeaea; margin-top: 42px;}
.copy_bq{width:auto; height:50px; line-height:50px; position: relative; color:#333333; font-size:16px; float: left}
.copy_bq a{color:#333333; font-size:16px; margin-right: 10px;}
.copy_bq a:hover{color:#0b8b90!important}
.footer_zhichi{width:auto; height:100%; overflow: hidden; float:right; }
.footer_zhichi p{ width: auto; float: left; margin-left: 20px;   color:#333333; line-height:50px;}
.footer_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:14px; margin-right: 10px}
.footer_zhichi .js{width:90px;height: 18px; background: url(../images/wl.png) no-repeat; margin-top:15px; }
.footer_zhichi .pt:hover{background: url(../images/vl_hover.png) no-repeat}
.footer_zhichi .js:hover{background: url(../images/wl_hover.png) no-repeat}
.footer_zhichi span{float: left; font-size:16px; color: #333333;}
.footer_zhichi i{ float: left;}

/*弹出视频*/
.video_bj{width:100%; height:100%; position:fixed; top:0px; left:0px; background:rgba(0,0,0,0.5); z-index:888; display:none}
.video_xx{width:600px; height:400px; position:fixed; top:50%; left:50%; margin-left:-300px; margin-top:-190px; z-index:999}
.close{width:100%; height:40px; text-align:right; background:rgba(0,0,0,0.5);}
.close img{width:32px; height:32px; margin-top:4px; margin-right:10px;}
.video-box{width:100%; height:360px;}
.sj_video{width:100%; height:auto; overflow:hidden; display:none;}



/*客服*/
.lxfx{height: auto; position: fixed; right:1%; top:10%; width:90px; z-index: 999;}
.lxfx li a {width:100%; height: auto; display: block}
.lxfx_icon{width:100%; height:30px; display: flex; align-items: center; margin-bottom: 5px}
.lxfx_icon img{align-items: center; margin: 0px auto;}
.lxfx li p {font-size: 16px; color: #ffffff; line-height: 20px;}
.lxfx li {
    background:#23ac3a;
    height: 90px;
    overflow: hidden;
    position: relative;
    width:90px; border-radius: 5px; margin-bottom:4px; text-align: center; padding-top: 8px
}
.mtop{background: #026836!important; padding-top:20px!important}
.lxfx li:nth-child(1),.lxfx li:nth-child(2),.lxfx li:nth-child(3){padding-top:14px!important}


.tan_all{width:100%;  height: 100%; background: rgba(0,0,0,0.5); position: fixed; top:0; left:0; z-index: 999; display: none; }
.zc_tan_two{width:460px;height: 506px; background: #fff; box-shadow: 1px 2px 3px rgba(0,0,0,0.2);position: fixed; top:50%; left:50%; 
	margin-left:-253px; margin-top: -230px;}
.tan_one_title{width:100%; height: 72px; line-height: 72px; background: #23ac3a; padding: 0px 10px; position: relative}
.tan_one_title p{width:360px; height: 100%; float:left; font-size: 18px; color: #fff; text-overflow: ellipsis; overflow: hidden; white-space: nowrap }
.tan_alls .tan_one_title p{text-align:center; width:409px; font-weight:bold; font-size:30px;}
.tan_one_xx{width:100%; height: auto; padding: 0px 30px;}
.tan_one_xx h4{font-size: 18px; color: #333333; margin:10px 0; text-align: center; height:auto; line-height:30px;}
.tan_one_xx h4 span{font-size: 18px; color: #333333;}
.one_xx_input{width:100%; height: 42px; margin-top: 15px; position:relative}
.one_xx_input p{float: left; font-size: 15px; color: #333;line-height: 42px; width:80px;}
.one_xx_input input[type="text"]{width:315px; height: 40px; float: right; background: #e7e7e7; color: #333;font-size: 14px; padding: 0px 10px; border: 0; border-radius: 5px;}
.one_xx_input textarea{width:315px; height:110px; float: right; background: #e7e7e7; color: #333;font-size: 14px; padding:8px; border: 0; border-radius: 5px; resize: none;}
.one_submit{width:260px;height: 40px; background: #23ac3a; color: #fff; text-align: center; line-height: 40px; font-size: 16px; border: 0; border-radius: 5px; margin-top: 27px; margin-left: 80px;}
.one_submit:hover{background:#026836}
.tan_one_title h3{font-size: 30px;color: #fff; font-weight: bold;  text-align: center}
.zc_close{width:29px; height: 29px; position: absolute; top:20px; right:10px; z-index: 9; cursor: pointer}





@media screen and (max-width:1500px){
	.w1440{width:1200px}
	.copy_bq,.footer_zhichi span,.copy_bq a{font-size: 14px;}
	.nav .nLi h3 p{font-size: 16px;}
	.nav{width:75%}
	.news_one_xx{padding: 40px 4% 20px}
	.tjls_xx_links{margin-top: 50px;}
	.index_news_left{padding:20px 24px 0}
	.about_show_left{width:24%}
	.ny_tjls_show:after{width:38%}
}

@media screen and (max-width:1366px){
	.lxfx{display:none;}
	
}


@media screen and (max-height:900px){
	.lxfx{transform: scale(0.8); -ms-transform: scale(0.8);-webkit-transform: scale(0.8);-o-transform: scale(0.8);-moz-transform:scale(0.8); top:8%; right:0}
	
}


.yanjiu_ban{background:url(../images/yanjiu_ban.jpg) no-repeat center}
