/*公共样式*/
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;
	/*user-select:none;*/
	font-family: "微软雅黑";
	-webkit-font-smoothing:antialiased;
}
img
{
   -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
a{ 
	display: block;
	text-decoration:none; 
	color:#333; 
}
ul,ol {
	list-style: none;
}
li{
	list-style-type: none;
}
input, textarea {
	outline: none;
	border: none;
}
textarea {
	resize: none;
	overflow: auto;
}
p{
	max-height: 999999px;
}
button{
	outline: none;
}
img{
	display: block;
}

/*============分割线===============*/
/*logo*/
.logo_box{
	width: 1200px;
	margin: 20px auto 35px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo_box1{
	display: flex;
	align-items: flex-end;
}
.logo_img{
	margin-right: 14px;
}
.logo_img img{
	width: 100%;
}
@font-face{
	font-family: 'ziti';
	src: url(../css/叶根友毛笔行书2.0版.ttf) format("truetype");
}
.logo_box1 p{
	font-size: 32px;
	color: #224486;
	padding-left: 14px;
	border-left: 1px solid #e5e5e5;
	font-family: 'ziti';
}
.logo_box2{
	display: flex;
	align-items: flex-end;
}
.logo_box2_left{
	display: flex;
	align-items: center;
	margin-right: 15px;
}
.logo_box2_left div:nth-child(1){
	margin-right: 9px;
}
.logo_box2_left span{
	font-size: 14px;
	color: #666;
}
.logo_box2_left p{
	font-size: 22px;
	color: #96d400;
	font-family: Arial;
}
.logo_box2_right{
	width: 187px;
	border: 1px solid #e6e6e6;
	border-radius: 20px;
	display: flex;
	justify-content: space-between;
}
.logo_box2_right input{
	width: 135px;
	margin-left: 9px;
	font-size: 12px;
	color: #999999;
	padding: 9px 0;
}
.logo_box2_right div{
	margin: 0 10px;
	width: 18px;
	display: flex;
	align-items: center;
}
.logo_box2_right div img{
	width: 100%;
}

/*导航栏*/
.nav_box{
	width: 1200px;
	margin: 0 auto;
}
.nav_box ul{
	display: flex;
	justify-content: space-between;
	background: linear-gradient(#f9f9f9, #e3e3e3);
	border: 1px solid #eee;
}
.nav_box ul li{
	width: 12.5%;
	position: relative;
}
.nav_box ul li .li_a{
	text-align: center;
	padding: 15px 0;
	font-size: 18px;
	color: #313131;
}
.nav_box ul li .li_a:hover{
	background: linear-gradient(#95d300, #81b403);
	color: #fff;	
}
.nav_a{
	background: linear-gradient(#95d300, #81b403);
	color: #fff !important;
}
.nav_hide{
	display: none;
	z-index: 10;
	margin-top: 52px;
	border: 1px solid #ccc;
	border-top: 0;
	width: 1198px;
	height: 178px;
	background-color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}
.nav_box ul li:nth-child(2) .nav_hide{
	left: -150px;
}
.nav_box ul li:nth-child(3) .nav_hide{
	left: -300px !important;
}
.nav_box ul li:nth-child(4) .nav_hide{
	left: -450px !important;
}
.nav_box ul li:nth-child(5) .nav_hide{
	left: -600px !important;
}
.nav_box ul li:nth-child(6) .nav_hide{
	left: -749px !important;
}
.nav_box ul li:nth-child(7) .nav_hide{
	left: -899px !important;
}
.nav_box ul li:nth-child(8) .nav_hide{
	left: -1049px !important;
}
.nav_show{
	display: block;
}
.nav_hide_box{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 60px 0 40px;
}
.nav_hide_img{
	margin: 0 60px;
	padding-right: 60px;
	border-right: 1px dashed #ccc;
	margin-top: -40px;
}
.nav_hide_img img{
	width: 100%;
}
.nav_hide_box1{
	display: flex;
	flex-wrap: wrap;
	width: 650px;
}
.nav_hide_box1 a{
	font-size: 14px;
	color: #333;
	width: 140px;
	margin-right: 20px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.nav_hide_box1 a div{
	margin-right: 10px;
}
.nav_hide_box1 a:hover{
	color: #89c102;
}

/*轮播*/
.lunbo{
	width: 1200px;
	margin: 3px auto 0 !important;
}
.lunbo img{
	width: 100%;
}

/*业务导航*/
.business_box{
	width: 1200px;
	margin: 30px auto;
	display: flex;
	justify-content: space-between;
}
.business_box1{
	width: 35px;
	background: linear-gradient(#96d400, #90cb02);
	font-size: 18px;
	color: #fff;
	text-align: center;
	position: relative;
}
.business_box1 p{
	margin-top: 25px;
}
.business_box1 div{
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-left: 10px solid #96d400;
	border-bottom: 10px solid transparent;
	position: absolute;
	left: 35px;
	top: 0;
	margin-top: 60px;
}
.business_box2{
	display: flex;
}
.business_box2 .list{
	width: 222px;
	height: 150px;
	position: relative;
	margin-left: 8px;
}
.business_box2 .list_img{
	overflow: hidden;
}
.business_box2 .list_img img{
	width: 100%;
	transition: all 0.6s;
}
.business_box2 .list_p{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	text-align: center;
	font-size: 15px;
	color: #fff;
	padding: 5px 0;
}
.business_box2 .list_div{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 10;
	text-align: center;
	display: none;
}
.business_box2 .list_div a{
	color: #96d400;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.business_box2 .list_div p:nth-child(1){
	font-size: 15px;
	margin-top: 50px;
}
.business_box2 .list_div p:last-child{
	font-size: 14px;
}
.business_box2 .list_div div{
	width: 15px;
	margin: 4px auto 0;
}
.business_box2 .list_div div img{
	width: 100%;
}
.business_box2 .list:hover .list_p{
	display: none;
}
.business_box2 .list:hover .list_div{
	display: block;
}
.business_box2 .list:hover .list_img img{
	transform: scale(1.1);
}

/*所有*/
.reuse_box{
	width: 100%;
	height: 1px;
	display: flex;
	justify-content: space-between;
}
.reuse_box1{
	width: 36%;
	height: 1px;
	background-color: #96d400;
}
.reuse_box2{
	width: 64%;
	background-color: #ddd;
}
.reuse_title{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 10px;
}
.reuse_title p{
	font-size: 16px;
	color: #96d400;
	border-left: 2px solid #96d400;
	padding-left: 10px;
}
.reuse_title a{
	font-size: 12px;
	color: #666;
}
.all_box{
	width: 1200px;
	margin: 0 auto 62px;
	display: flex;
	justify-content: space-between;
}
.all_box .list{
	width: 350px;
}
.all_box .list:last-child{
	width: 400px;
}
.all_box .list:last-child .reuse_box{
	margin-bottom: 20px;
}
.intro_box1{
	margin: 20px 0;
}
.intro_box1 div{
	float: left;
	margin-right: 20px;
}
.intro_box1 p{
	font-size: 12px;
	color: #666;
	line-height: 25px;
}
.intro_box1 p span{
	font-size: 14px;
	color: #000;
}
.relation_text{
	border: 1px solid #dcdcdc;
	margin-top: 20px;
	padding-bottom: 10px;
}
.relation_img{
	margin-bottom: 15px;
}
.relation_img img{
	width: 100%;
}
.relation_text p{
	font-size: 13px;
	color: #666;
	line-height: 30px;
	padding: 0 9px;
}

.news_title{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 10px;
}
.news_title a{
	font-size: 12px;
	color: #666;
}
.news_title div{
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #888;
}
.news_title div p:nth-child(1){
	border-left: 2px solid #96d400;
	padding-left: 10px;
}
.news_p{
	color: #96d400;
}
.news_title div span{
	width: 3px;
	height: 2px;
	background-color: #666;
	margin: 0 25px;
}
.news_title p:hover{
	color: #96d400;
}
.news_box{
	margin-top: 20px;
	display: none;
}
.news_show{
	display: block;
}
.news_img img{
	width: 100%;
}
.news_box ul a{
	padding-top: 17px;
}
.news_box ul a .news_box1{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 14px;
}
.news_box ul a .news_box1 div{
	display: flex;
	align-items: center;
}
.news_box ul a .news_box1 div span{
	width: 2px;
	height: 2px;
	background-color: #808080;
	margin-right: 8px;
}
.news_box ul a .news_box1 div p{
	font-size: 14px;
	color: #666;
	width: 265px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.news_box ul a .news_box1 .news_date{
	font-size: 12px;
	color: #666;
}
.news_box ul a:nth-child(1) .news_colorp{
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
}
.news_box ul a:nth-child(1) .news_text{
	font-size: 12px;
	color: #666;
	line-height: 25px;
	margin-bottom: 5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;	
}
.news_box ul a:nth-child(1) span{
	font-size: 12px;
	color: #666;
}
.news_box ul a .reuse_box .reuse_box1{
	width: 20px;
	transition: width 0.3s linear;
}
.news_box ul a .reuse_box .reuse_box2{
	width: 380px;
	transition: width 0.3s linear;
}
.news_box ul a:nth-child(1) .reuse_box{
	margin-top: 14px;
}
.news_box ul a:hover .news_colorp{
	color: #96d400;
}
.news_box ul a:hover .reuse_box .reuse_box1{
	width: 100%;
	transition: width 0.5s linear;
}
.news_box ul a:hover .reuse_box .reuse_box2{
	width: 0;
	transition: width 0.5s linear;
}
.news_box ul a:hover span{
	color: #96d400 !important;
}
.case_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.case_box:last-child{
	margin-bottom: 0;
}
.case_img{
	width: 121px;
	overflow: hidden;
}
.case_img img{
	width: 100%;
	transition: all 0.6s;
}
.case_text{
	width: 266px;
	position: relative;
}
.case_title{
	font-size: 14px;
	color: #313131;
	margin-bottom: 13px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.case_text .reuse_box{
	margin-bottom: 12px !important;
}
.case_text .reuse_box .reuse_box1{
	width: 20px;
	transition: width 0.3s linear;
}
.case_text .reuse_box .reuse_box2{
	width: 246px;
	transition: width 0.3s linear;
}
.case_p{
	font-size: 12px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;	
}
.case_text a{
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 12px;
	color: #96d400;
}
.case_box:hover .case_img img{
	transform: scale(1.1);
}
.case_box:hover .case_title{
	color: #96d400;
}
.case_box:hover .reuse_box .reuse_box1{
	width: 100%;
	transition: width 0.5s linear;
}
.case_box:hover .reuse_box .reuse_box2{
	width: 0;
	transition: width 0.5s linear;
}

/*底部*/
.base_box{
	width: 1200px;
	margin: 0 auto;
	background-color: #313131;
	padding-top: 16px;
}
.base_nav{
	width: 1000px;
	margin: 0px auto 21px;
	background-color: #434343;
	display: flex;
	justify-content: space-between;
}
.base_nav a{
	width: 12.5%;
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding: 6px 0;
}
.base_nav a:hover{
	color: #96d400;
}
.base_copyright{
	display: flex;
	justify-content: center;
	padding-bottom: 13px;
	font-size: 12px;
	color: #fff;
}
.base_copyright p:nth-child(2){
	margin: 0 18px;
}
