
.case_tit{
	line-height: 34px;
	padding-top: 10px;
}
.zxgl_content{
	padding: 10px 0px;
}
.zxgl_content .zxgl_l{
	width: 260px;
	float: right;
}
.zxgl_content .zxgl_l .zxgl_nav_list{
	line-height: 40px;
}
.zxgl_content .zxgl_l .zxgl_nav_list>ul>li>p{
	font-size: 16px;
	background: #fafafa;
	padding-left: 10px;
	padding-right: 10px;
}
.zxgl_content .zxgl_l .zxgl_nav_list>ul>li>p span{
	float: right;
	transition: all 0.3s;
}
.zxgl_content .zxgl_l .zxgl_nav_list>ul>li{
	border-bottom: 1px solid #eee;
	overflow: hidden;
	height: 41px;
}
.zxgl_content .zxgl_l .zxgl_nav_list>ul>li:first-child{
	height: auto;
}
.zxgl_content .zxgl_l .zxgl_nav_list>ul>li:first-child p span{
	transform: rotate(90deg)
}
.zxgl_content .zxgl_l .zxgl_nav_list>ul>li>ul>li{
	border-bottom: 1px dotted #eee;
}
.zxgl_content .zxgl_l .zxgl_nav_list>ul>li>ul>li>a{
	padding-left: 30px;
	display: block;
}
.zxgl_content .zxgl_l .zxgl_nav_list>ul>li>ul>li>a:hover,.zxgl_content .zxgl_l .zxgl_nav_list>ul>li>ul>li.on>a{
	color: #18b872;
}
.zxgl_content .zxgl_l .zxgl_nav_list>ul>li>ul>li:last-child{
	border: 0px;
}

.ewm_img{
	padding: 20px 10px;
	background: #f7f7f7;
	margin: 0px 0px 20px;
}
.ewm_img .info{
	height: 80px;
	line-height: 25px;
	padding: 20px 0px 0px 100px;
	background: url(../images/ewm.png) no-repeat center left;
}
.ewm_img .info p:first-child{
	font-size: 16px;
}
/* 热门文章 */
.zxgl_tit_detail{
	font-size: 16px;
	background: #fafafa;
}
.hot_art{
	line-height: 30px;
	padding: 8px 0px;
}
.hot_art ul li a:hover{
	color: #18b872;
}
.hot_art ul li p{
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}



.zxgl_content .zxgl_r{
	width: 900px;
	float: left;
}

.zxgl_r .cont_art{
	border: 1px solid #eee;
	padding: 20px;
	margin-bottom: 20px;
}
.zxgl_r .cont_art .tit{
	border-bottom: 1px solid #eee;
}
.zxgl_r .cont_art .tit h2{
	font-weight: normal;
}
.zxgl_r .cont_art .cont{
	padding: 13px 0px;
}
.zxgl_r .cont_art .tags a{
	line-height:25px;
	display:inline-block;
	margin:0px 6px;
	padding:0px 8px;
	background:#eee;
	border-radius:4px;
	font-size:12px
}
.add_form p{
	padding: 16px 0px;
	text-align: center;	
}
.add_form form{
	display: block;
	padding-bottom: 15px;
	position: relative;
}
.add_form .left{
	width: 370px;
	float: left;
	padding-right: 89px;
	border-right: 1px solid #eee;
}
.add_form .left .input{
	height:55px
}
.add_form .left .input select,.add_form .left .input input{
	width: 100%;
	height: 30px;
	border: 1px solid #16b771;
	outline: 0px;
	float: left;
}
.add_form .left .input1 select{
	width:calc(34% - 2px);
	height: 32px;
	margin-right: 1%
}
.add_form .left .input1 input{
	width:30%;
	text-indent: 6px
}

.add_form .left .input2 select{
	width:50%;
	height: 32px;
	text-indent: 6px
}
.add_form .left .input2 select:first-child{
	margin-right: 1%;
	width: 49%;
}
.add_form .left .input3 select{
	width:32%;
	height: 32px;
}
.add_form .left .input3 select:nth-child(2){
	margin:0px 2%;
}
.add_form .right{
	width: 350px;
	float: left;
	padding-left: 90px;
}
.add_form .right h2{
	font-size: 24px;
	font-weight: normal;
}
.add_form .right span{
	color: #18b872;
	padding: 0px 10px;
}

.add_form .right .right_info{
	border: 1px solid #18b872;
	margin: 10px 20px 0px 0px;
}
.add_form .right .right_info p{
	width: 50%;
	float: left;
	line-height: 35px;
	text-align: cetner;
}

.add_form .btn{
	width:140px;
	height: 140px;
	position: absolute;
	left:50%;
	margin-left:-59px;
	top:50%;
	margin-top:-70px;
	background: url(../images/mfbj/btn.png) no-repeat center center;
}
.add_form .btn .btn_out{
	width:100px;
	height: 100px;
	margin:20px;
	background:#18b872;
	border-radius: 60px;
	animation: myfirst 1s infinite;
}
.add_form .btn .btn_out p{
	width:50px;
	height: 50px;
	padding:25px;
	color:#fff;
	font-size:18px;
	background:#18b872;
	border-radius: 60px;
	line-height: 25px;
	text-align:center;
}
@keyframes myfirst
{
	from {background: #18b872;}
	to {background: rgba(255,110,21,0.0);padding:10px;margin:10px;}
}

@-moz-keyframes myfirst /* Firefox */
{
from {background: red;}
to {background: yellow;}
}

@-webkit-keyframes myfirst /* Safari 和 Chrome */
{
from {background: red;}
to {background: yellow;}
}

@-o-keyframes myfirst /* Opera */
{
from {background: red;}
to {background: yellow;}
}


.contact_read h3{
	line-height: 35px;
	font-weight: normal;
	font-size: 20px;
	border-bottom: 1px solid #ccc;
}
.contact_read_list ul{
	width: 930px;
	padding: 30px 0px;
}
.contact_read_list ul li{
	width: 280px;
	text-align: center;
	float: left;
	margin-right: 30px;
}
.contact_read_list ul li img{
	width: 280px;
	height: 185px;
}