﻿@charset "utf-8";html {overflow-y:scroll;}
*html {background-image:url(about:blank);background-attachment:fixed;}
/* 清除内外边距 */
h1,h2,h3,h4,h5,h6,hr,p,blockquote,/* structural elements 结构元素 */dl,dt,dd,ul,ol,li,/* list elements 列表元素 */pre,/* text formatting elements 文本格式元素 */fieldset,form,button,input,textarea,/* form elements 表单元素 */th,td,/* table elements 表格元素 */body {margin:0;padding:0;}
/* 设置默认字体样式 */
body,textarea,input,button,select {color:#333333;font-size:14px;line-height:1.14;font-family:'\5FAE\8F6F\96C5\9ED1';*font-family:tahoma,simsun;outline:0;background:#FFF;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
i,em {font-style:normal;}
/** 重置图片元素 **/
img {border:none;vertical-align:top;}
/** 重置列表元素 **/
ul,ol,li {list-style:none;}
/** 重置表格元素 **/
table {border-collapse:collapse;border-spacing:0;}
/**重置表单元素**/
input[type=submit] {cursor:pointer;}
input[type=button] {cursor:pointer;}
textarea {resize:none;overflow:auto;}
/** 默认链接元素 **/
a {color:#333333;text-decoration:none;-webkit-transition:color .2s;-moz-transition:color .2s;-ms-transition:color .2s;-o-transition:color .2s;transition:color .2s;}
a:hover {color:#ce3f3c;text-decoration:underline;}
a:focus {-moz-outline-style:none;}
a:focus {outline:none;}
a * {cursor:pointer;}
q:before,q:after {content:none;}
/** 浮动元素 **/
.fl {float:left;*display:inline;}
.fr {float:right;*display:inline;}
/* 清除浮动 */
.clearfix:after {display:block;clear:both;visibility:hidden;height:0;overflow:hidden;content:".";}
.clearfix {*zoom:1;}
.clear {clear:both;height:0;line-height:0;font-size:0;overflow:hidden;}
/* 溢出 / 隐藏 */
.over {overflow:hidden;}
.hide {display:none;}
/* global style */
.container {width:1003px;margin:0 auto;}
.pt10 {padding-top:10px;}
.pt20 {padding-top:20px;}
.pb10 {padding-bottom:10px;}
.pb20 {padding-bottom:20px;}
.pb70 {padding-bottom:70px;}
.mb10 {margin-bottom:10px;}
.mt10 {margin-top:10px;}
.h20{min-height:260px;}

.protltlist{width:100%;margin:40px auto;}
.protltlist h2{width:23%;margin:1px 1%;background: #0094da;height: 37px;line-height: 37px;float:left;text-align:center;}
.protltlist h2 a{width:100%;color:#fff;}