html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video
{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}

body
{
  line-height: 1;
  font-size: 14px;
  font-family: Arial,Helvetica,'STHeiti','Microsoft YaHei','sans-serif';
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section
{
  display: block;
}

nav ul
{
  list-style: none;
}

blockquote, q
{
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after
{
  content: '';
  content: none;
}

a
{
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins
{
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
 
/* change colours to suit your needs */
mark
{
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del
{
  text-decoration: line-through;
}

abbr[title], dfn[title]
{
  border-bottom: 1px dotted;
  cursor: help;
}

table
{
  border-collapse: collapse;
  border-spacing: 0;
}
 
/* change border colour to suit your needs */
hr
{
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select
{
  vertical-align: middle;
}

img
{
  vertical-align: middle;
}


/* patner */
.mypatner
{
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
}

.hzdw
{
  position: relative;
  height: 700px;
  width: 1200px;
  margin: 0 auto;
}

.header
{
  text-align: center;
  position: absolute;
  color: #000;
  width: 100%;
  top: 5%;
}

.header h1
{
  letter-spacing: -1px;
  text-shadow: -2px -1px 1px #fff, 1px 2px 2px rgba(0, 0, 0, 0.2);
  font-weight: 300;
  font-size: 36px;
  margin: 0;
}

.header h2
{
  text-transform: uppercase;
  text-shadow: -2px -1px 1px #fff, 1px 1px 1px rgba(0, 0, 0, 0.15);
  font-weight: 300;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  margin: 0;
  padding-top: 20px;
}


/* List styles */

.list
{
  -webkit-transform-style: preserve-3d;
  -moz-transform-stle: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-transform: uppercase;
  position: absolute;
  margin-left: -140px;
  top: 6%;
}

.list a
{
  display: block;
  color: #fff;
}

.list a:hover
{
  text-indent: 20px;
}

.list dt,
.list dd
{
  text-indent: 10px;
  line-height: 55px;
  background: #E0FBAC;
  margin: 0;
  height: 55px;
  width: 270px;
  color: #fff;
}

.list dt
{
    /* Since we're hiding elements behind here, we need it in 3d */
    -webkit-transform: translateZ(0.3px);
    -moz-transform: translateZ(0.3px);
    -ms-transform: translateZ(0.3px);
    -o-transform: translateZ(0.3px);
    transform: translateZ(0.3px);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 15px;
}

.list dd {
    border-top: 1px dashed rgba(255, 255, 255, 0.3);
    line-height: 35px;
    font-size: 11px;
    height: 35px;
    margin: 0;
}


/* UI */

.toggle {
    -webkit-transform: translateZ(100px);
    -moz-transform: translateZ(100px);
    -ms-transform: translateZ(100px);
    -o-transform: translateZ(100px);
    transform: translateZ(100px);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: -1px;
    line-height: 50px;
    margin-left: -70px;
    margin-top: -20px;
    background: #000;
    text-align: center;
    font-size: 20px;
    position: absolute;
    height: 50px;
    bottom: -7%;
    width: 140px;
    color: #fff;
    left: 50%;
    box-shadow: 2px 2px 20px gray;
}

.toggle:hover {
    background: #000;
    color: #FFF;
}

.sashimi dt,
.sashimi dd,
.sashimi a {
    background: #4a4a4a;
    font-size: 16px;
}

.nigiri dt,
.nigiri dd,
.nigiri a {
    background: #4a4a4a;
    font-size: 16px;
}

.maki dt,
.maki dd,
.maki a {
    background: #3a3a3a;
    font-size: 16px;
}

.sashimi a:hover {
    background: #ff0000;
}

.nigiri a:hover {
    background: #ff0000;
}

.maki a:hover {
    background: #ff0000;
}

.nigiri {
    -webkit-transform: perspective(1200px) rotateY(40deg) !important;
    -moz-transform: perspective(1200px) rotateY(40deg) !important;
    -ms-transform: perspective(1200px) rotateY(40deg) !important;
    -o-transform: perspective(1200px) rotateY(40deg) !important;
    transform: perspective(1200px) rotateY(40deg) !important;
    -webkit-transform-origin: 110% 25%;
    -moz-transform-origin: 110% 25%;
    -ms-transform-origin: 110% 25%;
    -o-transform-origin: 110% 25%;
    transform-origin: 110% 25%;
    left: 10%;
    box-shadow: 2px -2px 20px gray;
}

.maki {
    -webkit-transform: perspective(600px) translateZ(1px) !important;
    -moz-transform: perspective(600px) translateZ(1px) !important;
    -ms-transform: perspective(600px) translateZ(1px) !important;
    -o-transform: perspective(600px) translateZ(1px) !important;
    transform: perspective(600px) translateZ(1px) !important;
    left: 51%;
    box-shadow: 0px 0px 20px gray;
}

.sashimi {
    -webkit-transform: perspective(1200px) rotateY(-40deg) !important;
    -moz-transform: perspective(1200px) rotateY(-40deg) !important;
    -ms-transform: perspective(1200px) rotateY(-40deg) !important;
    -o-transform: perspective(1200px) rotateY(-40deg) !important;
    transform: perspective(1200px) rotateY(-40deg) !important;
    -webkit-transform-origin: -10% 25%;
    -moz-transform-origin: -10% 25%;
    -ms-transform-origin: -10% 25%;
    -o-transform-origin: -10% 25%;
    transform-origin: -10% 25%;
    left: 91%;
    box-shadow: -2px -2px 20px gray;
}
/*end*/


/* =====  底部导航&版权信息  ====== */

.footerr{font-size: 12px;margin:0px auto;font-family:Arial, simsun;-webkit-text-size-adjust: none;color:#ffffff;}
.footer{background:#231f1f;padding:30px 0px;}
.footer_c{width:1200px;margin:0px auto;}
 


/*----微信-----*/
.footer_wx{line-height:20px;text-align:center;font-size:14px;color:#ffffff;height:20px;margin-top:5px;}

/*----版权信息-----*/
.footer_cr{line-height:45px;height:45px;min-width:1200px;text-align:center;background:#393939;color:#898787;}


/*----报名咨询-----*/
.footer_zx{line-height:30px;font-weight:bold;font-size:14px;color:#ffffff;}
.footer_zx a:link,.footer_zx a:visited{color:#ffffff;text-decoration:none;}
.footer_zx a:hover{color:#ee7800;}
.footer_zxx{background:url(../images/zx_3.png) no-repeat left;padding-left:24px;}


/*----报名咨询-----*/
.footer_bm{background:url(../images/zx_1.png) no-repeat left;line-height:24px;padding-left:24px;font-size:14px;font-weight:bold;color:#ffffff;}
.footer_zx{line-height:30px;color:#ffffff;font-size:14px;}
.footer_zx .num{color:#E61D4C;}


/*----分列信息-----*/
.bottom_show{line-height:24px;color:#898787;}
.bottom_show a:link,.bottom_show a:visited{color:#898787;}
.bottom_show a:hover{color:#ee7800;}
.bottom_title{font-size:14px;font-weight:bold;color:#ffffff;line-height:30px;}

/*----间隔线-----*/
.br_p045{border-right:1px solid #5e5d5d;padding:0px 45px;}
.br_bk1{border-right:1px solid #5e5d5d;}
.br_bl{border-right:1px solid #5e5d5d;padding:0px 35px;}

/* =====  END底部导航&版权信息  ====== */



/* ======= 导航样式 ====== */

.hheader {
    width: 100%;
    background: #000;
    overflow: hidden;
}

.hheader0 {
    width: 1200px;
    margin: 0 auto
}

.logo {
    float: left;
    padding-top: 10px;
}

.hheader1 {
    float: right;
}

ul#nav {
    height: 60px;
    background: #000;
}

ul#nav li {
    display: inline;
    height: 60px;
    letter-spacing: 1px;
    font-size: 20px;
}

ul#nav li a {
    display: inline-block;
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    color: #fff;
  /*  font-weight: bolder;*/
    /* ======= 文字样式 ====== */
    font-family: "\5FAE\8F6F\96C5\9ED1";
    font-size: 18px;
    font-family: '微软雅黑', '宋体';
}

ul#nav li a:hover {
    background: #ff0000;
    /* ======= 背景样式 ====== */
    color: aliceblue;
}


/* ======= end导航样式 ====== */


/* 左侧悬浮栏 */

.left_nav {
    width: 168px;
    height: auto;
    padding: 5px;
    position: fixed;
    right: 81.4%;
    top: 40%;
    margin: -170px 0px 0px -650px;
    z-index: 777;
    background: #fff;
    border: 1px solid #CDCDCD;
    text-align: center;
    font-family: '微软雅黑';
    box-shadow: 0px 0px 1px gray;
}

.left_nav dl dt {
    width: 168px;
    height: 40px;
    line-height: 40px;

    background:url(../images/triangular.png) repeat-x top;
    text-align: center;
    color: #fff;
    margin-bottom: 4px;
    font-size: 20px;
}

.left_nav dl dd {
    width: 128px;
    height: 41px;
    position: relative;
    font-size: 14px;
    text-align: center;
}

.left_nav dl dd a.nav_left {
    width: 168px;
    height: 40px;
    line-height: 40px;
    background: #cc0000; /* 整体背景色 */
    
    display: block;
    border-bottom: 1px solid #fff;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.left_nav dl dd a.nav_left:hover {
    background: #ccc;
     background:url(../images/triangular.png);
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width:1366px) {
    /* 解决笔记本影响页面显示问题 */
    .left_nav {
        display: none;
    }
}


/* end左侧悬浮栏 */


/* ========= 侧边栏 ========= */

.side_box {background: #383838; /* 整体背景色 */
    position: fixed;
    width: 66px;
    height: 202px;
    right: 0;
    bottom: 200px;
    z-index: 99999;
}

.side_box a {
    display: block;
    width: 66px;
    height: 66px;
    background: url(../images/side_icon.png) no-repeat;
    clear: both;
}

.side_box a:hover {}

a.side_totop {
    background-position: 0 0;
    background-color: #cc0000;
}

a.side_online {
    background-position: 0 -66px;
    margin: 2px 0 0 0;
}

a.side_code {
    background-position: 0 -132px;
    margin: 2px 0 0 0;
    position: relative;
}

a.side_code img {
    width: 140px;
    height: 140px;
    position: absolute;
    left: -140px;
    bottom: 0;
    display: none;
}

a.side_code:hover img {
    display: block;
}

/* ========= end侧边栏 ========= */

/*底部固定联系栏*/

#zxk_con * {
    margin: 0px;
    padding: 0px;
}

#zxk_con ul {
    list-style-type: none;
}

#bot_zxk {
    background-color: #292929;
    background-color: rgba(204, 0, 0, 0.9);
    width: 100%;
    height: 69px;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    _position: absolute;
    /* for IE6 */
    _top: expression(documentElement.scrollTop + documentElement.clientHeight-this.offsetHeight);
    /* for IE6 */
    overflow: hidden;
}

#zxk_con {
    width: 1000px;
    height: 69px;
    margin: 0 auto;
    background: url(../images/zxk_bg.gif) no-repeat;
}

#zxk_con ul li {
    width: 255px;
    height: 52px;
    float: left;
    margin-right: 11px;
    margin-top: 9px;
}

#zxk_con ul li.zxk_con01 {
    margin-left: 10px;
    overflow: hidden;
}

#zxk_con ul li.zxk_con04 {
    width: 182px;
    margin-right: 0;
    height: 52px;
    float: left;
}

#zxk_con ul li a {
    width: 100%;
    height: 52px;
    display: block;
}

#zxk_con ul li p {
    float: left;
}

.zxk_bt {
    width: 50px;
    height: 35px;
    margin: 8px 0 0 0;
    cursor: pointer;
    background: none;
    border: none;
}
