@charset "gb2312";
/*CSS公共样式*/
body { font:12px/1.5 "微软雅黑", Arial, "宋体"; color: #666; background-color: #fff; }
* { margin: 0; padding: 0; list-style-type: none; }
img, a {border: 0; outline: none; }
a { color: #666; text-decoration: none; }
a:hover, a:active { text-decoration: none; color: #0251a0;}
a.hv:hover {color: #0251a0;}
img.hv:hover {opacity:0.8;filter:alpha(opacity:80);zoom:1;}
a:focus { outline: none; }
textarea {resize: none; outline:none; }
input[type="text"] {outline:none;}
ul, ol, li { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; }
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt30 { margin-top: 30px; }
.mt35 { margin-top: 35px; }
.mt40 { margin-top: 40px; }
.mt45 { margin-top: 45px; }
.mt50 { margin-top: 50px; }
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb35 { margin-bottom: 35px; }
.mb40 { margin-bottom: 40px; }
.mb45 { margin-bottom: 45px; }
.mb50 { margin-bottom: 50px; }
.ml5 { margin-left: 5px; }
.ml10 { margin-left: 10px; }
.ml15 { margin-left: 15px; }
.ml20 { margin-left: 20px; }
.ml25 { margin-left: 25px; }
.ml30 { margin-left: 30px; }
.ml35 { margin-left: 35px; }
.ml40 { margin-left: 40px; }
.ml45 { margin-left: 45px; }
.ml50 { margin-left: 50px; }
.mr5 { margin-right: 5px; }
.mr10 { margin-right: 10px; }
.mr15 { margin-right: 20px; }
.mr20 { margin-right: 20px; }
.mr25 { margin-right: 25px; }
.mr30 { margin-right: 30px; }
.mr35 { margin-right: 35px; }
.mr40 { margin-right: 40px; }
.mr45 { margin-right: 45px; }
.mr50 { margin-right: 50px; }
.clear {
	diplay: block!important;
	clear: both;
}
.fl { float: left; display: inline; }
.fr { float: right; display: inherit; }
.w1 { width: 1100px; margin-left: auto; margin-right: auto; }
.hv { -webkit-transition: all 200ms ease-in-out 0s; -moz-transition: all 200ms ease-in-out 0s; -ms-transition: all 200ms ease-in-out 0s; -o-transition: all 200ms ease-in-out 0s; transition: all 200ms ease-in-out 0s; }
.hv2 { -webkit-transition: all 500ms ease-in-out 0s; -moz-transition: all 500ms ease-in-out 0s; -ms-transition: all 500ms ease-in-out 0s; -o-transition: all 500ms ease-in-out 0s; transition: all 500ms ease-in-out 0s; }
.hid { overflow:hidden;}


/*page翻页*/
.page { text-align: center; font:14px/20px "微软雅黑"; margin:10px 0; width:100%; overflow:hidden;}
.page a { margin:0 2px; display: inline-block; padding:10px 15px; border:1px solid #d2d2d2;}
.page a.current { background:#0251a0; color:#fff;}
.page a.current:hover {color:#fff !important;}
.footer {
	margin-top: 20px;
	box-sizing:border-box;
}
.message2 {
	background-image: url(contact_bg.jpg);
	background-repeat: no-repeat;
	height: 531px;
	padding-top: 100px;
	box-sizing:border-box;
	background-position: center center;
}
.dibu {
	width: 1100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.message1 {
	background-image: url(message-bg.png);
	background-repeat: no-repeat;
	float: left;
	height: 407px;
	width: 634px;
}
