@font-face {
	font-family: 'Conv_DINCondensedC';
	src: url('../fonts/DINCondensedC.eot');
	src: local('â˜º'), url('../font/DINCondensedC.woff') format('woff'), url('../font/DINCondensedC.ttf') format('truetype'), url('../font/DINCondensedC.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

h1,h2,h3,h4,h5,h6,figure {font-weight:400;}
::-webkit-selection {color:#fff;background:#FF0000;}
::-moz-selection {color:#fff;background:#FF0000;}
::selection {color:#fff;background:#FF0000;}
.text-lowercase {text-transform:lowercase;}
.text-uppercase,.initialism {text-transform:uppercase;}
.text-capitalize {text-transform:capitalize;}
a {color:#262626;text-decoration:none}
a:focus,a:hover {color:#FF0000;transition:none}
a.text-gray:hover{color:#262626}
p{margin:0}
dl,dd,ul,li {margin:0;padding:0;list-style:none}
.fixed {z-index:9999;}
.bg-gray{background:#F7F7F7}
.bg-sub{background:#262626}


/*分页 begin*/
.pagination li {margin:0 5px;font-size:12px;border:none;border-radius:4px;}
.pagination li a {border-radius:4px;color:#262626;background:#fff;padding:8px 12px;border:1px solid #DCDCDC;  height: 20px;}
/* .pagination li i {font-weight:bold;font-size:18px;padding:0 3px} */
.pagination li.active a,.pagination li a:hover {background:#FF0000;color:#fff;border:1px solid #FF0000;}
/*分页 end*/


