@charset "utf-8";

*{ margin:0; padding:0;}
body {color:#666;font:15px/27px Microsoft Yahei; background-color:#fff;}
h1,h2,h3,h4,h5{color:#00132b;}
a{text-decoration:none; color:#666; cursor:pointer;}
a:hover{cursor:pointer; text-decoration:none; color:#009610; }
.clear{clear:both; overflow:hidden;  }
img{border:none;}
ul,ol,li{ list-style:none;}


.content1{margin-bottom:50px;}

.about_scl{max-width:1200px;margin:10px auto 40px;}
.about_scl h2{width:100%;text-align:center; margin:55px auto 20px;line-height:45px;font-weight:600;color:#00132b;font-size:40px;}
.about_scl p{ width:100%; margin:5px auto 15px;}
.about_scl dl{overflow:hidden;margin-top:10px; margin-left:-3%;}
.about_scl dl dd{float:left; margin-top:9px; margin-bottom:25px; margin-left:3%;width:30.2%; overflow:hidden;}
.about_scl dl dd p{ width:100%;text-indent:0; text-align:center; margin:5px auto 0px;}
.about_scl dl dd span{ width:100%; display:block; text-align:center; cursor:pointer;  overflow:hidden;}
.about_scl dl dd img{ width:100%; float:left;}
.about_scl dl dd:hover img{transition-delay: 0s; transition-duration: 0.4s; transition-property: all; transition-timing-function: ease;-moz-transition-delay: 0s; -moz-transition-duration: 0.4s; transform: scale(1.1, 1.1);	}

@media screen and (max-width:860px){	
	.about_scl h2 {font-size:28px; margin:35px auto 5px;}
}
@media screen and (max-width:768px){
	.about_scl{ border-left:6px solid #fff;border-right:6px solid #fff;}
	.about_scl h2 {font-size:22px; line-height:28px;}
}
@media screen and (max-width:640px){
	.about_scl p{ margin-bottom:0;}
	.about_scl dl{ margin-top:5px;}
}
@media screen and (max-width:480px){
	.about_scl h2{ margin:15px auto 0; line-height:1.5em;}
	.about_scl dl, .about_scl dl dd p{ margin-top:0;}
	.about_scl dl{ margin-left:-1.6%;}
	.about_scl dl dd{margin-left:1.6%; width:31.7%; margin-bottom:0px;}
	.about_scl dl dd p{ height:40px; line-height:20px; margin-top:3px;}
}
