| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902 |
- @charset "utf-8";
- /*=================公共样式=================*/
- .shadow {
- -webkit-box-shadow: #ddd 1px 1px 4px;
- box-shadow: #ddd 1px 1px 4px;
- }
- .publicblock {
- width: 1200px;
- margin: 0 auto;
- clear: both;
- zoom: 1;
- }
- .publicblock:after {
- content: '';
- display: block;
- clear: both;
- }
- .publicblock:after {
- content: "";
- display: block;
- height: 0;
- clear: both;
- visibility: hidden;
- }
- .oe {
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- /*advertisement*/
- .advertisement {
- width: 100%;
- height: 98px;
- -webkit-transition: all 0.3s ease 0s;
- transition: all 0.3s ease 0s;
- }
- .advertisement .publicblock {
- height: 100%;
- width: 1200px;
- }
- .advertisement a {
- display: block;
- height: 100%;
- width: 100%;
- }
- .advertisement i {
- display: block;
- width: 39px;
- height: 29px;
- float: right;
- margin-top: 69px;
- }
- .advertisement.hide {
- -webkit-transition: all 0.3s ease 0s;
- transition: all 0.3s ease 0s;
- height: 0;
- }
- /*header*/
- .header {
- min-width: 1200px;
- background: #fff;
- position: relative;
- }
- .header *{
- -webkit-box-sizing: content-box;
- -moz-box-sizing: content-box;
- box-sizing: content-box;
- }
- .header .top {
- height: 37px;
- background: #F6F6F6;
-
- }
- .header .top a {
- color: #878787;
- }
- .header .top a:hover {
- color: #333;
- }
- .header .top_left {
- height: 100%;
- float: left;
- }
- .header .top_left .welcome {
- color: #808080;
- float: left;
- padding-left: 22px;
- position: relative;
- line-height: 37px;
- }
- .header .top_left .welcome i {
- display: block;
- position: absolute;
- left: 0;
- top: 50%;
- margin-top: -8px;
- width: 14px;
- height: 14px;
- }
- .header .top_left .member_entry {
- float: left;
- margin-left: 10px;
- line-height: 37px;
- }
- .header .top_left .member_entry a {
- height: 12px;
- border-left: 1px solid #E1E1E1;
- padding: 0 10px;
- display: inline-block;
- line-height: 12px;
- }
- .header .top_left .login_entry {
- color: #CB2B2B !important;
- }
- .header .top_left .register_entry {
- border-right: 1px solid #E1E1E1;
- }
- .header .top_right {
- float: right;
- height: 37px;
- }
- .header .top_right .top_menu {
- float: left;
- }
- .header .top_right .top_menu li {
- float: left;
- border-left: 1px solid transparent;
- border-right: 1px solid transparent;
- position: relative;
- z-index: 9999;
- }
- .header .top_right .top_menu li a {
- display: block;
- padding: 0 10px;
- position: relative;
- line-height: 37px;
- }
- .header .top_right .top_menu li a:before {
- content: "";
- display: block;
- position: absolute;
- width: 1px;
- height: 12px;
- top: 50%;
- margin-top: -6px;
- right: 0;
- background: #E1E1E1;
- }
- .header .top_right .top_menu .lihover:hover {
- background: #fff;
- border-color: #E6E6E6;
- height: 41px;
- }
- .header .top_right .top_menu .lihover:hover a {
- display: block;
- line-height: 37px;
- height: 38px;
- position: relative;
- z-index: 2;
- background: #fff;
- }
- .header .top_right .top_menu .lihover:hover a:before {
- display: none;
- }
- .header .top_right .top_menu .lihover:hover .son {
- display: block;
- }
- .header .top_right .soncode {
- height: 180px;
- width: 320px;
- border: 1px solid #E6E6E6;
- position: absolute;
- right: -1px;
- top: 37px;
- background: #fff;
- z-index: 1;
- display: none;
- }
- .header .top_right .single {
- width: 160px;
- float: left;
- }
- .header .top_right .soncode:before {
- content: "";
- display: block;
- position: absolute;
- width: 1px;
- height: 123px;
- top: 17px;
- left: 159px;
- background: #eee;
- }
- .header .top_right .soncode .codeimg {
- display: block;
- width: 125px;
- height: 125px;
- margin: 15px auto 0 auto;
- }
- .header .top_right .soncode p {
- font-size: 14px;
- color: #888888;
- line-height: 42px;
- text-align: center;
- }
- .header .top_right .top_menu i {
- display: inline-block;
- line-height: 5px;
- width: 8px;
- height: 5px;
- position: relative;
- top: -2px;
- margin-left: 5px;
- }
- .header .top_right .contact {
- float: left;
- color: #5B5B5B;
- height: 100%;
- padding: 0 0 0 20px;
- }
- .header .top_right .contact em {
- font-size: 15px;
- font-family: arial;
- font-weight: 700;
- }
- .header .center {
- height: 84px;
- background: #fff;
- position: relative;
- }
- .header .center .publicblock {
- height: 100%;
- position: relative;
- }
- .header .center .logo {
- float: left;
- position: relative;
- z-index: 9;
- height: 85px;
- display: table-cell;
- vertical-align: middle;
- line-height: 85px;
- }
- .header .center .logo img {
- /* max-height: 80%; */
- max-height: 98%;
- }
- .header .center ul {
- height: 48px;
- padding-top: 38px;
- margin-left: 225px;
- }
- .header .center ul li {
- height: 100%;
- float: left;
- margin-right: 21px;
- }
- .header .center ul li > a {
- display: block;
- float: left;
- height: 46px;
- color: #282828;
- font-size: 14px;
- position: relative;
- padding-top: 2px;
- }
- .header .center ul .li1 > a, .header .center ul .li2 > a {
- font-size: 14px;
- }
- .header .center ul li > a.more {
- padding-right: 10px;
- position: relative;
- }
- .header .center ul li > a .new {
- display: block;
- width: 28px;
- height: 19px;
- position: absolute;
- left: 50%;
- top: -24px;
- margin-left: -19px;
- }
- .header .center ul li > a .new font {
- display: block;
- width: 28px;
- height: 19px;
- }
- .header .center ul li > a .hot {
- display: block;
- width: 28px;
- height: 19px;
- position: absolute;
- left: 50%;
- top: -24px;
- margin-left: -19px;
- }
- .header .center ul li > a .hot font {
- display: block;
- width: 28px;
- height: 19px;
- }
- .down3 .sonbox .dl dd .icon_stag {
- display: inline-block;
- width: 31px;
- height: 14px;
- position: relative;
- top: 2px;
- left: 12px;
- }
- .down3 .sonbox .dl dd .icon_stag.icon_hot {
- background: url(../images/header_yz_images/sm_hot.png) no-repeat;
- }
- .down3 .sonbox .dl dd .icon_stag.icon_new {
- background: url(../images/header_yz_images/sm_new.png) no-repeat;
- }
- .header .center ul li > a i {
- position: absolute;
- right: -5px;
- top: 7px;
- width: 9px;
- height: 5px;
- background-image: url("../images/header_yz_images/icon.png");
- background-repeat: no-repeat;
- }
- .header .center ul .li1 {
- font-weight: 700;
- margin-right: 27px;
- }
- .header .center ul .li2 {
- margin-right: 20px;
- }
- .header .center ul .li9 {
- margin-right: 16px;
- }
- .header .center ul li.down2 {
- padding-right: 21px;
- margin-right: 0;
- }
- .header .center ul li.li5 {
- padding-right: 14px;
- }
- .header .center ul li.li7 {
- padding-right: 14px;
- }
- .header .center ul .li2 > a {
- font-weight: 700;
- color: #EF1E25;
- }
- .header .center ul .li10 > a:before {
- content: "";
- display: block;
- height: 9px;
- width: 1px;
- background: #aaa;
- margin-top: 4px;
- position: absolute;
- right: -18px;
- }
- .header .center ul .li9 a, .header .center ul .li10 a {
- font-weight: 700;
- font-size: 14px;
- }
- .header .center ul .li10 {
- margin-right: 48px;
- }
- .header .btns {
- height: 35px;
- line-height: 35px;
- background: #EF1E25;
- border-radius: 5px;
- display: block;
- text-align: center;
- color: #FFFFFF;
- font-size: 14px;
- width: 105px;
- position: absolute;
- right: 0;
- top: 50%;
- margin-top: -58px;
- }
- .header .btns:hover {
- opacity: 0.8;
- }
- .header .btns span {
- position: relative;
- padding-left: 17px;
- }
- .header .btns i {
- position: absolute;
- top: 50%;
- margin-top: -5.5px;
- width: 13px;
- height: 13px;
- left: 0;
- background: url(../images/header_yz_images/icon.png) no-repeat -49px -20px;
- }
- .header .btnsbox {
- height: 0;
- position: absolute;
- width: 1200px;
- margin: 0 auto;
- }
- .header .center ul li.li1 a {
- padding-left: 18px;
- }
- .header .center ul li.li1 i {
- position: absolute;
- left: 0;
- top: 1px;
- width: 15px;
- height: 16px;
- }
- .header .center ul li:hover > a {
- color: #EF1E25;
- }
- /*down1*/
- .header .center .down1 .sonbox {
- width: 1200px;
- background: #fff;
- position: absolute;
- left: 0;
- top: 104px;
- z-index: 100;
- border-top: 1px solid #eee;
- -webkit-box-shadow: 1px 1px 1px #eee;
- box-shadow: 1px 1px 1px #eee;
- display: block;
- padding-bottom: 40px;
- display: none;
- }
- .header .center .down1 .sonbox dl {
- width: 375px;
- border-right: 1px solid #eee;
- float: left;
- margin-right: 30px;
- }
- .header .center .down1 .sonbox dl dt {
- font-weight: 700;
- font-size: 14px;
- margin-bottom: 12px;
- }
- .header .center .down1 .sonbox dl dd a {
- display: block;
- width: 125px;
- float: left;
- line-height: 24px;
- color: #656565;
- font-size: 12px;
- }
- .header .center .down1 .sonbox dl dd a:hover span {
- color: #FC5F1E;
- }
- .header .center .down1 .sonbox dl dd span {
- position: relative;
- }
- .header .center .down1 .sonbox dl dd span i {
- position: absolute;
- right: -16px;
- top: 50%;
- margin-top: -7.5px;
- display: block;
- width: 15px;
- height: 15px;
- display: none;
- }
- .header .center .down1 .sonbox dl dd a.h i {
- display: block;
- background: url(../images/header_yz_images/icon.png) no-repeat -66px -19px;
- }
- .header .center .down1 .sonbox dl dt span {
- position: relative;
- }
- .header .center .down1 .sonbox dl dt i {
- display: block;
- width: 12px;
- height: 12px;
- position: absolute;
- right: -15px;
- margin-top: -5px;
- top: 50%;
- }
- .header .center .down1 .sonbox dl {
- margin-top: 36px;
- }
- .header .center .down1 .sonbox dl dd {
- overflow: hidden;
- }
- .header .center .down1 .sonbox dl.dl3 {
- border-right: none;
- margin-right: 0;
- }
- /*down2*/
- .down2 {
- position: relative;
- }
- .header .sonboxbg {
- width: 100%;
- height: 36px;
- border-top: 1px solid #e4e2ee;
- background: #fff;
- position: absolute;
- left: 0;
- bottom: -27px;
- z-index: 887;
- display: none;
- }
- .header .center ul li:hover .sonbox2 {
- display: block;
- }
- .down2 .sonbox2 {
- width: 550px;
- z-index: 888;
- position: absolute;
- left: 50%;
- top: 36px;
- -webkit-transform: translateX(-50%);
- transform: translateX(-50%);
- margin-left: -15px;
- text-align: center;
- display: none;
- }
- .header .center ul .li5.down2 .sonbox2 {
- width: 475px;
- margin-left: -7px;
- }
- .header .center ul .li7.down2 .sonbox2 {
- width: 502px;
- }
- .header .center ul .li3.down2 .sonbox2,
- .header .center ul .li4.down2 .sonbox2 {
- margin-left: -18px;
- }
- .header .center ul .li8.down2 .sonbox2 {
- margin-left: -25px;
- }
- .down2 .sonbox2 span {
- display: inline-block;
- height: 36px;
- line-height: 36px;
- vertical-align: top;
- padding: 0 16px 0 17px;
- position: relative;
- }
- .down2 .sonbox2 span:after {
- content: "";
- display: inline-block;
- width: 1px;
- height: 8px;
- background: #dfdfdf;
- position: absolute;
- left: 0;
- top: 14px;
- }
- .down2 .sonbox2 span:first-child:after {
- display: none;
- }
- .down2 .sonbox2 a {
- display: inline-block;
- line-height: 36px;
- color: #7d7d7d;
- font-size: 14px;
- }
- .down2 .sonbox2 span:first-child a {
- color: #EF1E25;
- }
- .down2 .sonbox2 a:hover, .down2 .sonbox2 span:first-child a:hover {
- color: #ff7e00;
- }
- /*down3*/
- .down3 .sonbox {
-
- background: rgba(255,255,255,0.98);
- border: 1px solid #ef1e25;
- position: absolute;
- left: -1px;
- top: 70px;
- z-index: 100;
- -webkit-box-shadow: 0 8px 7.6px rgba(26, 26, 26, 0.3);
- box-shadow: 0 8px 7.6px rgba(26, 26, 26, 0.3);
- padding: 24px 0 27px;
- display: none;
- }
- .down3 .sonbox:after{
- content: "";
- display: block;
- width: 90px;
- height: 38px;
- border: 1px solid #ef1e25;
- border-bottom: 1px solid rgba(255,255,255,0.98);
- position: absolute;
- top: -40px;
- left: 286px;
- }
- .down3 .sonbox .dl {
- width: 212px;
- height: 280px;
- float: left;
- overflow: hidden;
- }
- .down3 .sonbox .dl:first-child {
- border-left: 1px solid transparent;
- }
- .down3 .sonbox .dl dt {
- height: 40px;
- padding: 0 0 0 25px;
- position: relative;
- }
- .down3 .sonbox .dl dt a {
- font-size: 16px;
- font-weight: bold;
- }
- .down3 .sonbox .dl:hover dt a, .down3 .sonbox .dl dt a:hover {
- color: #EF1E25;
- }
- .down3 .sonbox .dl dt:after {
- content: "";
- display: inline-block;
- width: 13px;
- height: 3px;
- background: url("../images/header_yz_images/pro_dot.png") no-repeat;
- position: absolute;
- left: 26px;
- bottom: 7px;
- }
- .down3 .sonbox dd {
- padding: 3px 0;
- }
- .down3 .sonbox .single {
- display: block;
- font-size: 14px;
- color: #7b7b7b;
- line-height: 35px;
- height: 35px;
- padding: 0 20px 0 50px;
- position: relative;
- margin-bottom: 4px;
- }
- .down3 .sonbox .dl01 .single:first-child, .down3 .sonbox .dl02 .single:first-child, .down3 .sonbox .dl03 .single:first-child {
- color: #f1001b;
- }
- .down3 .sonbox .dl04 .single:first-child {
- color: #5bc353;
- }
- .down3 .sonbox .single:hover {
- color: #ff7e00;
- -webkit-box-shadow: 0 0 3px rgba(225, 225, 225, 0.32);
- box-shadow: 0 0 3px rgba(225, 225, 225, 0.32);
- }
- .down3 .sonbox .single i {
- display: inline-block;
- vertical-align: top;
- width: 18px;
- height: 100%;
- background-position: center center;
- background-repeat: no-repeat;
- float: right;
- position: absolute;
- left: 25px;
- top: 0px;
- }
- .down3 .sonbox .single .icon_r {
- background-image: url("../images/header_yz_images/icon_r_new.png");
- }
- .down3 .sonbox .single .icon_p {
- background-image: url("../images/header_yz_images/icon_p.png");
- }
- .down3 .sonbox .single .icon_c {
- background-image: url("../images/header_yz_images/icon_c.png");
- }
- .down3 .sonbox .single .icon_wd01 {
- background-image: url("../images/header_yz_images/icon_wd_new.png");
- }
- .down3 .sonbox .single .icon_wd02 {
- background-image: url("../images/header_yz_images/icon_wd02.png");
- }
- .down3 .sonbox .single .icon_wd03 {
- background-image: url("../images/header_yz_images/icon_wd03.png");
- }
- .down3 .sonbox .single .icon_wd04 {
- background-image: url("../images/header_yz_images/icon_wd04.png");
- }
- .down3 .sonbox .single .icon_wd05 {
- background-image: url("../images/header_yz_images/icon_wd05.png");
- }
- .down3 .sonbox .single .icon_xm01 {
- background-image: url("../images/header_yz_images/icon_xm01.png");
- }
- .down3 .sonbox .single .icon_xm02 {
- background-image: url("../images/header_yz_images/icon_xm02.png");
- }
- .down3 .sonbox .single .icon_xm03 {
- background-image: url("../images/header_yz_images/icon_xm03.png");
- }
- .down3 .sonbox .single .icon_xm04 {
- background-image: url("../images/header_yz_images/icon_xm04.png");
- }
- .down3 .sonbox .single .icon_xm05 {
- background-image: url("../images/header_yz_images/icon_xm05.png");
- }
- .down3 .sonbox .single .icon_cm01 {
- background-image: url("../images/header_yz_images/icon_cm_new.png");
- }
- .down3 .sonbox .single .icon_cm02 {
- background-image: url("../images/header_yz_images/icon_cm02.png");
- }
- .down3 .sonbox .single .icon_cm03 {
- background-image: url("../images/header_yz_images/icon_cm03.png");
- }
- .down3 .sonbox .single .icon_zq01 {
- background-image: url("../images/header_yz_images/icon_zq01.png");
- }
- .down3 .sonbox .single .icon_zq02 {
- background-image: url("../images/header_yz_images/icon_zq_new.png");
- }
- .down3 .sonbox .single .icon_zq03 {
- background-image: url("../images/header_yz_images/icon_zq03.png");
- }
- .down3 .sonbox .single .icon_hl01 {
- background-image: url("../images/header_yz_images/icon_hl01.png");
- }
- .down3 .sonbox .single .icon_hl02 {
- background-image: url("../images/header_yz_images/icon_hl02.png");
- }
- /*雪碧图*/
- .new .iconheader {
- background: url(../images/header_yz_images/icon_new.png) no-repeat;
- }
- .hot .iconheader {
- background: url(../images/header_yz_images/hot.png) no-repeat;
- }
- .icon_ad_close {
- background-position: -5px -3px;
- }
- .header .icon_welcome {
- background-position: -50px -1px;
- }
- .header .icon_home {
- background-position: -108px -1px;
- }
- .header .nav .li1:hover .icon_home {
- background-position: -123px -1px;
- }
- .header .icon_down {
- background: -85px -23px;
- }
- .header .nav li:hover .icon_down {
- background-position: -99px -23px;
- }
- .header .r {
- background-position: -6px -36px;
- }
- .header .p {
- background-position: -24px -38px;
- }
- .header .c {
- background-position: -42px -38px;
- }
|