*{margin: 0;padding: 0;outline: none;font: inherit;color: inherit; list-style: none;}
a{text-decoration: none;}
body{font-family: "arial","微软雅黑";font-size: 14px;color: #333;}
img{border: none; vertical-align: middle;}
strong{font-weight: bold;}
.overflow_style{overflow:hidden;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.pic_middle{font-size: 0; text-align: center; overflow: hidden;}
.pic_middle:after{content: "0";}
.pic_middle img{max-width: 100%; max-height: 100%; transition:  all 0.4s;}
.img_vague{filter: url(blur.svg#blur); -webkit-filter: blur(2px);-moz-filter: blur(2px);-ms-filter: blur(2px);filter: blur(2px);filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=2, MakeShadow=false); transition: all 0.4s;}
.word_img img{max-width: 100% !important; height: auto !important; list-style: none;}
/* 设置滚动条的样式 */
.myscrollbar{overflow-y: auto;}
.myscrollbar::-webkit-scrollbar {width: 3px;}
/* 滚动槽 */
.myscrollbar::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0.3);background: rgba(0,0,0,0.1);}
/* 滚动条滑块 */
.myscrollbar::-webkit-scrollbar-thumb {background: #0d569b;-webkit-box-shadow: inset 0 0 0 #0d569b;}
.myscrollbar::-webkit-scrollbar-thumb:window-inactive {background: #0d569b;}
/*滚动条样式结束*/
.float_l{float: left;}
.float_r{float: right;}
.clear{clear: both;}
.box_center{width: 1200px; margin: 0 auto;}



.footer{background: #333333;}
.foot_nav{padding: 15px 0;}
.foot_nav ul li{float: left; width: 130px; padding-right: 10px;}
.foot_nav ul li dt{color: #EEEEEE; font-size: 16px; line-height: 20px; margin-bottom: 10px;}
.foot_nav ul li dd{color: #999999; line-height: 18px; padding: 5px 0;}
.foot_nav ul li a{display: block;}
.foot_nav ul li.message_us{width: 330px;}
.foot_nav ul li p{height: 130px; line-height: 130px; position: relative; padding: 20px 0 40px;}
.foot_nav ul li p span{position: absolute; width: 100%; bottom: 0; line-height: 40px; font-size: 14px; left: 0; color: #999999;}
.foot_bottom{text-align: center; padding-bottom: 10px;}
.foot_bottom span{display: inline-block; color: #DDDDDD; padding: 0 10px; line-height: 30px;}
