body{width:100%;height:100%;font-family:arial"微软雅黑";font-weight:300;color:dimgray;background-color:white}
html{width:100%;height:100%}
h1,h2,h3,h4,h5,h6{margin:0px;text-transform:uppercase;font-family:Montserrat,sans-serif"微软雅黑";font-weight:normal;letter-spacing:1px}
p{margin:0 0 20px;font-size:16px;line-height:1.6em}
a{color:#333;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;transition:all .2s ease-in-out}
a:focus,a:hover{text-decoration:none;color:#000}
ul li{list-style: none;}

.dingbu{max-width: 1000px;padding: 0px 12px;line-height:26px;text-align: center; margin:auto;background-color: #ececec; border-bottom: 1px solid #cecece; display: block;}
.dingbu a{font-size: 12px; font-family: "微软雅黑", "宋体", Arial; color: #666;}
.dingbu a:hover{color: #ff7700; text-decoration: underline;}
.dingbu span{padding:0px 14px ; color: #999; font-size: 10px; font-family: "微软雅黑", "宋体", Arial;}

.logo{margin:auto;height: auto; padding:0px 12px ;}
.logo_left{float: left;}
.logo_right{float: right; margin-top: 4px;}

.am-slider{margin:auto;}

.daohang{margin:0px auto 12px;line-height:30px;padding:0px 12px ;text-align: center; background-image: url(../../images/bg_top.jpg); background-repeat: repeat-x;background-position: left center;}
.daohang a{font-size: 15px; font-family: "微软雅黑", "宋体", Arial; color: #fff; font-weight: bold;}
.daohang a:hover{color: #eee; text-decoration: underline;}
.daohang span{padding:0px 40px ; color: #ffb676;}

.rmsy{margin:auto;width: 173px; }
.rmsy h1{text-align: center; font-size: 24px; font-family: "微软雅黑", "宋体", Arial; color: #000; background-image: url(../../images/h1_bg.png); background-repeat: no-repeat;background-position: center bottom;padding-bottom: 30px; margin: 20px 0px;}
.wrapper {
	max-width: 1000px;
	margin:12px auto 30px;
	padding:0px 12px ;
}
/* main_img */
.pic_bianju{margin-right:8px;}
.cp{float:left;}
.cp p{text-align: center; font-size: 14px; font-family: "微软雅黑", "宋体", Arial; color: #666666;padding-top: 12px;}
.cp p a{color: #666666;}
.cp p a:hover{color: #000;}
.cp h1 a{display: block; padding:0px; text-align: center; font-size: 15px; font-family: "微软雅黑", "宋体", Arial; width: 96px; height: 26px; background:rgba(134,155,0, 0.8); -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius:3px; margin: auto; color: #fff;}
.cp h1 a:hover{padding:0px; text-align: center; font-size: 15px; font-family: "微软雅黑", "宋体", Arial; width: 96px; height: 26px; background:rgba(134,155,0, 1); -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius:3px; margin: auto; color: #fff;}
.cp .bg_hover a{background:rgba(255,119,0, 1);}
.cp .bg_hover a:hover{background:rgba(255,78,0, 1);}
.main_img{
    height:auto;
    width: 238px;
	overflow:hidden;
	position: relative;
	border:1px solid #c8c9c9;
}
.main_img img{
	height: 178px;
    width: 238px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
	z-index:1;
	transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
	/* Firefox 4 */
	-moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
	/* Safari 和 Chrome */
	-webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
	/* Opera */
	-o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;
	}
.main_img .show {
    background: rgba(0, 0, 0, 0.4);
    height:180px;
    left: 0;
    opacity: 0;
	filter:alpha(opacity=0);
    position: absolute;
    top: 0;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: opacity;
    transition-timing-function: ease-in;
	/* Firefox 4 */
	-moz-transition-delay: 0s;
    -moz-transition-duration: 0.3s;
    -moz-transition-property: opacity;
    -moz-transition-timing-function: ease-in;
	/* Safari 和 Chrome */
	-webkit-transition-delay:0s;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    -webkit-transition-timing-function: ease-in;
	/* Opera */
	-o-transition-delay:0s;
    -o-transition-duration: 0.3s;
    -o-transition-property: opacity;
    -o-transition-timing-function: ease-in;
    width:238px;
    z-index: 200;
}
.main_img .show .imgArea {
    left: 50%;
	bottom:0;
    margin:-15px 0px 0px -40px;
    opacity: 0;
    position: absolute;
    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: ease;
	/* Firefox 4 */
	-moz-transition-delay: 0s;
    -moz-transition-duration: 0.4s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
	/* Safari 和 Chrome */
	-webkit-transition-delay:0s;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
	/* Opera */
	-o-transition-delay:0s;
    -o-transition-duration: 0.4s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;
}
.main_img .show .imgArea a{
	background:rgba(255,119,0, 0.6);
	color:rgba(255,255,255, 0.8);
	display:block;
	padding:2px 24px;
	border:rgba(255,255,255, 0.6) 1px solid;
	border-radius:3px;
	font-size: 16px;
	
}
.main_img .show .imgArea a:hover{
	background: rgba(255,119,0, 1);
	color:rgba(255,255,255, 0.8);
}
.main_img:hover  .show {opacity: 1;filter:alpha(opacity=100);}
.main_img:hover .show .imgArea{opacity:1;filter:alpha(opacity=100);bottom:40%;}
.main_img:hover img {
	transform: scale(1.2, 1.2);	
	-ms-transform:scale(1.2, 1.2); 	/* IE 9 */
	-moz-transform:scale(1.2, 1.2); 	/* Firefox */
	-webkit-transform:scale(1.2, 1.2); /* Safari 和 Chrome */
	-o-transform:scale(1.2, 1.2); 	/* Opera */
}
.hsbj{background-color: #efefef; margin: auto; padding: 2px 0px;}
.tylt_cp{background-color: #cecece; padding-bottom: 12px;}
.cp .tylt_cp a{color: #444;}
.bgjx{max-width: 1000px;margin:0px auto 0px;padding:0px 12px ;}
.bgjx_cp{border-radius:0px 0px 0px 0px; border: 1px solid #cecece;width: 238px; float: left;}
.bgjx_img img{border-radius:0px 0px 0px 0px;}
.bgjx .pic_bianju{margin-right: 8px; margin-bottom: 12px;}
.bgjx_cp p{padding:12px 12px ; line-height: 24px; font-size: 12px; margin: 0px; text-align: center;}
.bgjx_cp p a{font-size: 14px; color:#666666 ;}
.bgjx_cp p a:hover{color: #000;}
.chuchu{padding:0px 12px 12px ;}
.chuchu01{float: left; font-size: 14px; color:#999 ;}
.chuchu02{float: left;font-size: 12px; color:#666 ; margin-left:68px ;}
.chuchu03{float: right; font-size: 12px; color:#666 ;}

.dibu01, .copy{margin: auto; background-color: #1e1e1e; padding: 24px 24px;}
.copy{background-color: #000; }

.tiyan_ggao1{max-width: 1000px; margin:20px auto;}

@media (max-width:768px){
.dingbu{display: none;}
.dingbu span{padding:0px 6px ; color: #999; font-size: 10px; font-family: "微软雅黑", "宋体", Arial;}
.daohang a{font-size: 14px; font-family: "微软雅黑", "宋体", Arial; color: #fff; font-weight: bold;}
.daohang span{padding:0px 16px ; color: #ffb676;}

.am-u-md-8{clear:both; width:100% ;}
.am-u-md-4{clear:both; width:100% ; margin-top: 24px;}
.am-u-md-4 img{width:80%; height:80%;}
.footer_right img{width:80%; height:80%;}
.am-topbar-brand{padding-right: 0px;}

.logo_left {float: none;}
.logo_right {float: none;margin-top: -20px;display: none;}
.logo_right img{display: block; max-width: 100%; height: auto;}
.daohang {background-image: none;background: rgba(255,119,0, 1);}
.daohang a {display: inline-block;padding: 0px 20px;}
.daohang span {display: none;}
.am-slider .am-slides img {width: 100%;display: block;height: auto;}
.main_img img {height: auto;width: 100%;display: block;}
.main_img {height: auto;width: 100%;overflow: hidden;position: relative;border: 1px solid #c8c9c9;}
.cp {float: none;}
.pic_bianju {margin-right: 0;margin-bottom: 20px;}
.bgjx_cp {width: 100%;float: none;}
.bgjx .pic_bianju {margin-right: 0;margin-bottom: 20px;}
.bgjx_img img {display: block; height: auto; width: 100%;}
}