|
|
|
@ -1,4 +1,74 @@
|
|
|
|
|
/*--------------------------首页*/
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: 'iconfont';
|
|
|
|
|
src: url('./iconfont/iconfont.eot');
|
|
|
|
|
src: url('./iconfont/iconfont.eot?#iefix') format('embedded-opentype'),
|
|
|
|
|
url('./iconfont/iconfont.woff') format('woff'),
|
|
|
|
|
url('./iconfont/font_148784_v4ggb6wrjmkotj4i.woff') format('woff'),
|
|
|
|
|
url('./iconfont/roboto-regular.woff2') format('woff2'),
|
|
|
|
|
url('./iconfont/iconfont.ttf') format('truetype'),
|
|
|
|
|
url('./iconfont/iconfont.svg#iconfont') format('svg');
|
|
|
|
|
url('./iconfont/roboto-medium.ttf') format('ttf'),
|
|
|
|
|
url('./iconfont/roboto-medium.woff') format('woff'),
|
|
|
|
|
url('./iconfont/roboto-medium.woff2') format('woff2'),
|
|
|
|
|
url('./iconfont/roboto-regular.ttf') format('ttf'),
|
|
|
|
|
url('./iconfont/roboto-regular.woff') format('woff'),
|
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: Roboto;
|
|
|
|
|
src: url("./iconfont/roboto-light.eot");
|
|
|
|
|
src: url("./iconfont/roboto-light.eot?#iefix") format("embedded-opentype"),url("./iconfont/roboto-light.woff2") format("woff2"),url("./iconfont/roboto-light.woff") format("woff"),url("./iconfont/roboto-light.ttf") format("truetype");
|
|
|
|
|
font-weight: 300
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: Roboto;
|
|
|
|
|
src: url("./iconfont/roboto-thin.eot");
|
|
|
|
|
src: url("./iconfont/roboto-thin.eot?#iefix") format("embedded-opentype"),url("./iconfont/roboto-thin.woff2") format("woff2"),url("./iconfont/roboto-thin.woff") format("woff"),url("./iconfont/roboto-thin.ttf") format("truetype");
|
|
|
|
|
font-weight: 200
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: Roboto;
|
|
|
|
|
src: url("./iconfont/roboto-light.eot");
|
|
|
|
|
src: url("./iconfont/roboto-light.eot?#iefix") format("embedded-opentype"),url("./iconfont/roboto-light.woff2") format("woff2"),url("./iconfont/roboto-light.woff") format("woff"),url("./iconfont/roboto-light.ttf") format("truetype");
|
|
|
|
|
font-weight: 300
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: Roboto;
|
|
|
|
|
src: url("./iconfont/roboto-regular.eot");
|
|
|
|
|
src: url("./iconfont/roboto-regular.eot?#iefix") format("embedded-opentype"),url("./iconfont/roboto-regular.woff2") format("woff2"),url("./iconfont/roboto-regular.woff") format("woff"),url("./iconfont/roboto-regular.ttf") format("truetype");
|
|
|
|
|
font-weight: 400
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: Roboto;
|
|
|
|
|
src: url("./iconfont/roboto-medium.eot");
|
|
|
|
|
src: url("./iconfont/roboto-medium.eot?#iefix") format("embedded-opentype"),url("./iconfont/roboto-medium.woff2") format("woff2"),url("./iconfont/roboto-medium.woff") format("woff"),url("./iconfont/roboto-medium.ttf") format("truetype");
|
|
|
|
|
font-weight: 500
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: Roboto;
|
|
|
|
|
src: url("./iconfont/roboto-bold.eot");
|
|
|
|
|
src: url("./iconfont/roboto-bold.eot?#iefix") format("embedded-opentype"),url("./iconfont/roboto-bold.woff2") format("woff2"),url("./iconfont/roboto-bold.woff") format("woff"),url("./iconfont/roboto-bold.ttf") format("truetype");
|
|
|
|
|
font-weight: 700
|
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: NextIcon;
|
|
|
|
|
src: url("./iconfont/font_455447_4gwixc8l0tb21emi.eot");
|
|
|
|
|
src: url("./iconfont/font_455447_4gwixc8l0tb21emi.eot?#iefix") format("embedded-opentype"),url("./iconfont/font_455447_4gwixc8l0tb21emi.woff") format("woff"),url("./iconfont/font_455447_4gwixc8l0tb21emi.ttf") format("truetype"),url("./iconfont/font_455447_4gwixc8l0tb21emi.svg#articonsvg") format("svg")
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.iconfont{
|
|
|
|
|
vertical-align:middle;
|
|
|
|
|
font-family:"iconfont" !important;
|
|
|
|
|
font-size:16px;font-style:normal;
|
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
|
-webkit-text-stroke-width: 0.2px;
|
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
|
}
|
|
|
|
|
/*头部导航条样式---2018-03-19--by-cs*/
|
|
|
|
|
.newHeader{
|
|
|
|
|
/*overflow:hidden;*/
|
|
|
|
@ -1258,61 +1328,7 @@ li.m-height a{height: 90px!important;line-height: 90px!important;}
|
|
|
|
|
top: 8px;
|
|
|
|
|
right: 20px;
|
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: 'iconfont';
|
|
|
|
|
src: url('./iconfont/iconfont.eot');
|
|
|
|
|
src: url('./iconfont/iconfont.eot?#iefix') format('embedded-opentype'),
|
|
|
|
|
url('./iconfont/iconfont.woff') format('woff'),
|
|
|
|
|
url('./iconfont/font_148784_v4ggb6wrjmkotj4i.woff') format('woff'),
|
|
|
|
|
url('./iconfont/roboto-regular.woff2') format('woff2'),
|
|
|
|
|
url('./iconfont/iconfont.ttf') format('truetype'),
|
|
|
|
|
url('./iconfont/iconfont.svg#iconfont') format('svg');
|
|
|
|
|
url('./iconfont/roboto-medium.ttf') format('ttf'),
|
|
|
|
|
url('./iconfont/roboto-medium.woff') format('woff'),
|
|
|
|
|
url('./iconfont/roboto-medium.woff2') format('woff2'),
|
|
|
|
|
url('./iconfont/roboto-regular.ttf') format('ttf'),
|
|
|
|
|
url('./iconfont/roboto-regular.woff') format('woff'),
|
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: Roboto;
|
|
|
|
|
src: url("./iconfont/roboto-light.eot");
|
|
|
|
|
src: url("./iconfont/roboto-light.eot?#iefix") format("embedded-opentype"),url("./iconfont/roboto-light.woff2") format("woff2"),url("./iconfont/roboto-light.woff") format("woff"),url("./iconfont/roboto-light.ttf") format("truetype");
|
|
|
|
|
font-weight: 300
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: Roboto;
|
|
|
|
|
src: url("./iconfont/roboto-light.eot");
|
|
|
|
|
src: url("./iconfont/roboto-light.eot?#iefix") format("embedded-opentype"),url("./iconfont/roboto-light.woff2") format("woff2"),url("./iconfont/roboto-light.woff") format("woff"),url("./iconfont/roboto-light.ttf") format("truetype");
|
|
|
|
|
font-weight: 400
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: Roboto;
|
|
|
|
|
src: url("./iconfont/roboto-light.eot");
|
|
|
|
|
src: url("./iconfont/roboto-light.eot?#iefix") format("embedded-opentype"),url("./iconfont/roboto-light.woff2") format("woff2"),url("./iconfont/roboto-light.woff") format("woff"),url("./iconfont/roboto-light.ttf") format("truetype");
|
|
|
|
|
font-weight: 500
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: Roboto;
|
|
|
|
|
src: url("./iconfont/roboto-light.eot");
|
|
|
|
|
src: url("./iconfont/roboto-light.eot?#iefix") format("embedded-opentype"),url("./iconfont/roboto-light.woff2") format("woff2"),url("./iconfont/roboto-light.woff") format("woff"),url("./iconfont/roboto-light.ttf") format("truetype");
|
|
|
|
|
font-weight: 700
|
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: NextIcon;
|
|
|
|
|
src: url("./iconfont/font_455447_4gwixc8l0tb21emi.eot");
|
|
|
|
|
src: url("./iconfont/font_455447_4gwixc8l0tb21emi.eot?#iefix") format("embedded-opentype"),url("./iconfont/font_455447_4gwixc8l0tb21emi.woff") format("woff"),url("./iconfont/font_455447_4gwixc8l0tb21emi.ttf") format("truetype"),url("./iconfont/font_455447_4gwixc8l0tb21emi.svg#articonsvg") format("svg")
|
|
|
|
|
}
|
|
|
|
|
.iconfont{
|
|
|
|
|
vertical-align:middle;
|
|
|
|
|
font-family:"iconfont" !important;
|
|
|
|
|
font-size:16px;font-style:normal;
|
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
|
-webkit-text-stroke-width: 0.2px;
|
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
|
}
|
|
|
|
|
._resource_detailwidth{
|
|
|
|
|
max-width:516px;
|
|
|
|
|
height:17px;
|
|
|
|
|