﻿@charset "utf-8";

/* CSS reset */
html {
 color: #000;
 background: #FFF;
 font-family: tahoma, arial, sans-serif;
}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, td, strong {
 padding: 0;
 margin: 0;
 font-family: "Microsoft YaHei", tahoma, arial, sans-serif;
}
table {
 border-collapse: collapse;
 border-spacing: 0;
}
fieldset, img {
 border: 0;
}
a {
 text-decoration: none;
 color: #000;
 outline: none;
}/*此处待添加默认链接颜色*/
var, em, strong {
 font-style: normal;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
 font-style: inherit;
 font-weight: inherit;
}
del, ins {
 text-decoration: none;
}
li {
 list-style: none;
}
caption, th {
 text-align: left;
}
h1, h2, h3, h4, h5, h6 {
 font-size: 100%;
 font-weight: normal;
}
q:before, q:after {
 content: '';
}
abbr, acronym {
 border: 0;
 font-variant: normal;
}
sup {
 vertical-align: baseline;
}
sub {
 vertical-align: baseline;
}
legend {
 color: #000;
}
input, button, textarea, select, optgroup, option {
 font-family: inherit;
 font-size: inherit;
 font-style: inherit;
 font-weight: inherit;
}
input, button, textarea, select {
*font-size:100%;
}
input {
 border: none;
 outline: none;
}
abbr, article, aside, audio, canvas, datalist, details, dialog, eventsource, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, time, video {
 display: block;
}

.clearfix:after {
 content: "\200B";
 display: block;
 height: 0;
 clear: both;
}
.clearfix {
*zoom:1;
}
img{display: block;}

.pro_class_dr img{ width: 100%; height: auto;}

/*子导航左*/
.pro_class{
	width:1200px;
	margin:20px auto 0 auto;
}
.pro_class_l{
	float:left;
	width: 20%;
    	border: solid 1px #015B4A;
}
.pro_class_l ul li:nth-child(4){
	border:none;
}
.pro_class_r{
    float: left;
    width: 75%;
    margin-left: 4%;
}
.pro_class_l ul li{
	
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	border-bottom: #cccccc 1px solid;
	width: 80%;
	margin:0 auto;
	font-weight: 500;
}
.pro_class_l ul li:nth-child(8){
	border-bottom: none;
}
.pro_class_l ul li a{
	color: #808080;
	width: 100%;
    display: block;
	background: url(../images/pro_class_jianhao.png) no-repeat center right;
}
.pro_class_l ul li a:hover{
	color: #03594a;
	transition:  0.8s;
	-moz-transition:  0.8s;	/* Firefox 4 */
	-webkit-transition:  0.8s;	/* Safari 和 Chrome */
	-o-transition:  0.8s;	/* Opera */
	background: url(../images/pro_class_jianhao2.png) no-repeat center right;
	
}
.pro_class_l ul li:nth-child(1){
	line-height: 25px;
	border-bottom: none;
	height: 80px;
	background: #03594a;
	color: #FFFFFF;
	width:100%;
}
.pro_class_l ul li h1{
	font-size: 24px;
	padding-top: 20px;
	padding-left: 20px;
}
.pro_class_l ul li h2{
	font-size: 14px;
	padding-left: 20px;
}

/*右*/
.pro_class_r_nav{
	width: 100%;
}
.pro_class_r_nav h1{
	float: left;
	font-size: 24px;
	color: #4c4c4c;
	line-height: 30px;
}
.pro_class_r_nav h2{
	float: right;
	color: #666666;
	font-size: 15px;
	line-height: 30px;
	height:30px;
}
.pro_class_r_nav h2 a{
	color: #666666;
}
.pro_class_r_nav h2 a:hover{
	color: #03594a;
	transition:  0.8s;
	-moz-transition:  0.8s;	/* Firefox 4 */
	-webkit-transition:  0.8s;	/* Safari 和 Chrome */
	-o-transition:  0.8s;	/* Opera */
}

.pro_smallbanner{
	padding-top: 20px;
}
.pro_smallbanner img{
	width:100%;
}

.pro_class_r ul{
	margin-top: 40px;
}
.pro_class_r ul li{
	width: 33.33%;
	float: left;
	overflow: hidden;
	
}
.foot_main_r img{
	display:inline;
}
.goback{
	display:none;
}
.pro_class_r ul li:nth-child(2n){
	/* margin:0 9%; */
}
.pro_class_r ul li img{
	width: 98%;
	display: block;
	margin:0 auto;
	height: 98%;
	padding: 1% 0;
}
.pro_class_r ul li img:hover{
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-o-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}
.pro_class_r ul li h1{
	text-align: center;
	font-size: 16px;
    	padding: 20px 0;
}
.pro_class_r ul li h1 a{
	color: #9a9a9a;
}

.pro_class_r ul li:hover img,.pro_class_r ul li:hover h1 a{
	color: #03594a;
	transition:  0.8s;
	-moz-transition:  0.8s;	/* Firefox 4 */
	-webkit-transition:  0.8s;	/* Safari 和 Chrome */
	-o-transition:  0.8s;	/* Opera */
	
}
@media (max-width:1200px){
	.pro_class{
		width: 100%;
	}
}
@media (max-width:768px){

	.pro_class_r{
		float: none;
		width: 100%;
		margin-left: 0;
		
	}
.pro_class_l{width:98%;margin-left: 1%;}
	.pro_class_l ul li{
		border-bottom:none;
		float:left;
		width:33%;
}
.pro_class_l ul li a{
	background:none;
	text-align:center;
}
.pro_class_l ul li a:hover{
	background:none;
}

	.pro_class_l ul li:nth-child(1){display:none;}
	.pro_class_r_nav h1{
		padding-right: 2%;
		float:none;
		text-align:center;
	}
	.pro_class_r_nav h2{
		display:none;
	}
	.pro_class_r ul{
		width: 98%;
		padding: 0 1% 0 1.5%;
	}
.fl {
	float: left;
	border-radius: 50%;
	border: 5px solid #FFF;
	margin: 15px 2.0% 15px 2.0%;
}

}

@media (max-width:480px){
.foot_main_r_p {
    right: 0;
    width: 30%;
}
	.pro_class_l ul .in-btn{
		background: #015A4B;
    		color: #fff;
	}
	.pro_class_l{
		border:none;
    		border-bottom: solid 1px #015B4A;
	}
	.goback{
		display:block;
		margin: 0 0 10px 10px;
	}
	.pro_class_r ul{
		width: 98%;
   		margin: 0 auto 0 auto;
	}
	.pro_class_r ul li{
		width:49%;
		
	}
	.pro_class_r ul li:nth-child(2n){
		/* margin:0 4%; */
		float:right;
	}

	.pro_class_r_nav h1{
		float:none;
		text-align: center;
		padding-bottom: 10px;
	}
	.pro_class_r_nav h2{
		padding-right: 0;
		float: none;
		text-align: center;
		line-height:23px;
	}
		.pro_smallbanner{
		padding-bottom: 20px;
		position: relative;
    	overflow: hidden;
    	height: 100px;
	margin-bottom:20px;
	}
	.pro_smallbanner img {
    	width: 170%;
    	position: absolute;
    	left: -35%;
}
.pro_class_r ul li h1{
	font-size:1em;
	padding:10px 0;
}
.pro_class_l ul li{
	    font-size: 14px;
    line-height: 26px;
    height: 26px;
}
.pro_class_r_nav h1{
	font-size:20px;
}
}


/*详情*/

.pro_class_dr{
    float: left;
    width: 75%;
    margin-left: 4%;
}
.pro_class_dr_nav{
	width: 100%;
	border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
}
.pro_class_dr_nav h1{
	float: left;
	font-size: 24px;
	color: #4c4c4c;
	line-height: 30px;
}
.pro_class_dr_nav h2{
	float: right;
	font-size: 15px;
	line-height: 30px;
}
.pro_class_dr_nav h2 a{
	color: #666666;
}
.pro_class_dr_nav h2 a:hover{
		color: #03594a;
	transition:  0.8s;
	-moz-transition:  0.8s;	/* Firefox 4 */
	-webkit-transition:  0.8s;	/* Safari 和 Chrome */
	-o-transition:  0.8s;	/* Opera */
}
.pro_class_dr ul{
	width: 90%;
	margin:0 auto;
	padding-top: 20px;
}
.pro_class_dr ul li{
	float:left;
	width: 47%;
	list-style: initial;
}
.pro_class_dr ul li p{
	float: initial !important;
}
.pro_class_dr ul li:nth-child(2){
	border: 1px solid #cccccc;
	float:left;
	width: 50%;
	font-size: 14px;
	height: 105px;
	padding: 5px
}
.pro_class_dr ul li p{
	color: #999999;
	font-size: 15px;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.pro_class_dr ul li p span{
	color: #4c4c4c;
	font-size: 15px;
	float: right;
	text-align: left;
	width: 50%;
}
.pro_class_dr_pic{
	width: 89%;
	padding-top: 20px;
	margin:0 auto;
}
.pro_class_dr_pic img{
	width: 99%;
	display: block;
	margin-bottom: 20px;
}

@media (max-width:992px){
	.pro_class_dr_nav h1{
		float: none;
		text-align: center;
	}
	.pro_class_dr_nav h2{
		text-align: center;
    	padding-top: 10px;
		float: none;
	}
}
@media (max-width:768px){
	.pro_class_dr{
		float: none;
		width: 100%;
		margin-left: 0;
	}
	.pro_class_dr_nav h1{
		padding-left: 2%;
	}
	.pro_class_r_dnav h2{
		padding-right: 2%;
	}
}
@media (max-width:640px){
	.pro_class_dr ul li{
		width: 100%;
		float: none;
	}
	.pro_class_dr ul li p{
		width: 100%;
	}
	.pro_class_dr ul li:nth-child(2){
		float:left;
		width:97%;
	}
	.pro_class_dr ul li p span{
		width:25%;
	}
}
@media (max-width:480px){
	.pro_class_r_nav h1{
		float:none;
		text-align: center;
		padding-bottom: 10px;
	}
	.pro_class_r_nav h2{
		padding-right: 0;
		float: none;
		text-align: center;
	}
	.pro_class_dr ul li p span{
		width:37%;
	}
}






















































